gnome-shell:wip/rstrode/list-extension

Last commit made on 2017-07-26
Get this branch:
git clone -b wip/rstrode/list-extension https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/rstrode/list-extension
Repository:
lp:gnome-shell

Recent commits

9f925cf... by Ray Strode <email address hidden>

gdmUtil: enable support for GDM's ChoiceList PAM extension

This commit hooks up support for GDM's ChoiceList PAM extension.

1fcb591... by Ray Strode <email address hidden>

gdm: add AuthList control

Ultimately, we want to add support for GDM's need ChoiceList
PAM extension. That extension allows PAM modules to present
a list of choices to the user. Before we can support that
extension, however, we need to have a list control in the
login-screen/unlock screen. This commit adds that control.

For the most part, it's a copy-and-paste of the gdm userlist,
but with less features. It lacks API specific to the users,
lacks the built in timed login indicator, etc.

0320a04... by Fabio Tomat <email address hidden>

Update Friulian translation

fc90833... by aurisc4

Updated Lithuanian translation

1dd12d2... by chautari

Update Nepali translation

08ad345... by Carlos Garnacho

keyboard: Only rebuild keyboard actor on keyboard type changes

About every other situation can do with synchronizing keyboard visibility,
and keyboard layout changes are already handled internally in the Keyboard
object.

A downside of this approach is that once created, there will always be a
Keyboard instance and its full actor hierarchy. Seems reasonable to do that
since we can't tell it won't ever be needed.

https://bugzilla.gnome.org/show_bug.cgi?id=785309

775d77b... by Carlos Garnacho

keyboard: Remove dead code

There's no Caribou daemon proxy anymore, no need to shut it down either.

https://bugzilla.gnome.org/show_bug.cgi?id=785309

737ba14... by Fabio Tomat <email address hidden>

Update Friulian translation

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

workspace: Switch back to using the :has-pointer property

In case where a method- and property name overlap, using the method
is less unambiguous than I thought - mozjs52-based gjs will only see
the method, while mozjs38-based gjs will only see the property. We
are in luck though, and the real property name contains dashes that
allow us to refer to the property in a way that works for all gjs
versions.

https://bugzilla.gnome.org/show_bug.cgi?id=785090

825f1cc... by Emmanuele Bassi <email address hidden>

Revert "networkAgent: Adjust to introspection change"

This reverts commit 4181035981720ea0be863846f2524b767a46d22c.

The commit that caused this change was reverted in GLib.