gnome-shell:wip/carlosg/drop-device-idle-monitors

Last commit made on 2020-02-05
Get this branch:
git clone -b wip/carlosg/drop-device-idle-monitors https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/carlosg/drop-device-idle-monitors
Repository:
lp:gnome-shell

Recent commits

5c57046... by Carlos Garnacho

magnifier: Use core idletime monitor

As it's getting the idletime monitor for the seat pointer, boils
down to about the same thing. We are moving away from per-device
idletime monitors though.

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

07882c4... by Kukuh Syafaat

Update Indonesian translation

f26eb30... by Daniel Mustieles

Updated Spanish translation

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

extensionPrefs: Fix typo

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

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

status/system: Fix session submenu visibility

Commit 147a743d8d7 moved the suspend and power-off actions into
the submenu that contains the log-out and switch-user actions,
but did not update the submenu visibility logic to account for
the additional actions.

As a result, the submenu is hidden when log-out and switch-user
are unavailable (like on the login screen), even if suspend and
power-off are enabled.

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

e16c64d... by Daniel Mustieles

Updated Spanish translation

404ae0a... by Dusan Kazik

Update Slovak translation

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

extensionPrefs: Schedule updates check on activate

While gnome-shell will now check for extension updates, the checks
are performed infrequently. Opening the Extensions app implies that
the user's current focus is on extensions, so it is an appropriate
time to schedule another updates check.

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

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

extensionSystem: Periodically check for extension updates

Now that we can download, apply and display extension updates, it is time
to actually check for updates. Schedule an update check right on startup,
then every 24 hours.

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

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

extensionSystem: Show notification when updates are available

Now that the extensions app has the ability to handle updates, we
can use it as source of updates notifications.

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