gnome-shell:wip/mcrha/eds-libical-glib

Last commit made on 2019-05-17
Get this branch:
git clone -b wip/mcrha/eds-libical-glib https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/mcrha/eds-libical-glib
Repository:
lp:gnome-shell

Recent commits

bd4aac8... by Milan Crha <email address hidden>

calendar-server: Port to libecal-2.0

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/501

785dd5c... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Revert "calendar-server: Port to libecal-2.0"

This reverts commit 71e469a59c78f532bc348df6e0f920ea75be21dc.

71e469a... by Milan Crha <email address hidden>

calendar-server: Port to libecal-2.0

Port the calendar-server code to work with the latest evolution-data-server
API changes.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/501

6d4b9d2... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

ci: Switch to mutter's docker image

Mutter's CI now also builds gnome-shell to ensure that a MR doesn't
break the shell. Its docker image has therefore been updated to contain
all our deps as well, so we don't need our own image anymore.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/546

33f5bb3... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

introspect: Include `sandboxed-app-id` as well

App IDs in gnome-shell don't match AppStream, Flatpak or Snap IDs. For the
desktop portal, the latter two are more relevant, so include it in the
returned information.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1289

a1c3900... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

introspect: Remove unused variable

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1289

cdaf164... by Daniel Mustieles

Updated Spanish translation

2bd8057... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

layout: Show important actors above top_window_group

The top_window_group is used for windows like popup menus, which should
appear above shell chrome like the panel.

Since we want important actors such as the screen keyboard or modal
dialogs to be shown above those windows, add their actors after adding
global.top_window_group to this.uiGroup and provide a new function
addTopChrome() to add important chrome above the top_window_group.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/917

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/358

54039c3... by Marco Trevisan (TreviƱo)

st: Introspect ScrollViewFade to read fade properties

Util.ensureActorVisibleInScrollView takes care of the potential scroll view fade
effect in order to compute the scroll offset, reading the ScrollViewFade's
`vfade-offset` property. This was correctly working until gnome 3.30 cycle.
However such property isn't defined now because since gjs 1.54, it can only
fetch introspected properties and St.ScrollViewFade was considered a private API
not exposed by gir.

Fix this by also introspecting st-scroll-view-fade sources.
Not being considered private anymore, install the header.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1061

b197a1a... by Veerasamy Sevagen

cleanup: Fix spelling errors

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/515