gnome-shell:wip/mcrha/issue1875

Last commit made on 2020-04-27
Get this branch:
git clone -b wip/mcrha/issue1875 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/mcrha/issue1875
Repository:
lp:gnome-shell

Recent commits

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

calendar-server: Improve performance by properly using ECalClientView

The previous code always restarted whole ECalClientView when it received
any changes in it, which could sometimes lead to constant repeated restarts
of the view.

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

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

calendar-server: Drop separate private struct

CalendarSources is a final type, so the regular instance struct is
already non-public. No need for a separate private struct and priv
pointer ...

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

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

calendar-server: Add missing spaces

... according to coding style.

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

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

calendar-server: Replace tabs with spaces

... according to the coding style.

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

614fe20... by Daniel Mustieles

Updated Spanish translation

c3646a7... by Jonas Ådahl

js/main: Inhibit remote access when depending on session mode

The session mode determines whether the screen casting should work or
not, but until now only dealt with the built in screen cast, not the
ones using PipeWire. Add the newly added API for inhibiting remote
access when the session mode says screencasts are not allowed.

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

772df91... by Jonas Ådahl

shell/global: Add 'backend' property

Replace all Meta.get_backend() with global.backend. Maybe sooner or
later we can further decrease the amount of singletons handled by
libmutter.

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

c909107... by Rafał Mikrut

croco: Remove duplicated conditions

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

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

ci: Simplify flatpak job

The template has been updated to rewrite the manifest to use the
checked out tree, so it's no longer necessary to pass additional
build arguments (which are now ignored) or generate translations
before the build (it's already in the manifest).

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

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

Revert "ci: Revert to a previous version of the flatpak template"

This reverts commit 1ff638a51fee49f070656319888e34a0c552884d.

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