gnome-shell/js/gdm
Ray Strode e06ecb8f0c gdm: port from libgdmgreeter to libgdm
When GDM was moved over to GDBus it dropped the libgdmgreeter
library and introduced a new libgdm library with a somewhat
different API.

The main differences in the API are:

1) open_connection is now implicit and automatic
2) conversations don't need to be started explicitly, they're
   started just-in-time when verification is requested
3) The functions are split up between the client, and new
   helper objects that correspond to the dbus interfaces
   they were generated from (one for user verification,
   one for greeter specific operations, and a couple more
   that aren't used by gnome-shell).
4) libgdm supports reauthenticating in an already running
   session, so user switching should now affect the users
   session more like screen unlocking does.

This commit moves the shell over to the new library.

Based on work by Giovanni Campagna <gcampagna@src.gnome.org>

https://bugzilla.gnome.org/show_bug.cgi?id=676401
2012-07-17 11:38:28 -04:00
..
batch.js Port all classes with inheritance to class framework 2011-11-24 09:50:04 +01:00
consoleKit.js Port GDM and Caribou to GDBus 2011-11-24 09:50:04 +01:00
fingerprint.js gdm: don't fail if fprintd unavailable 2012-05-02 11:44:29 -04:00
loginDialog.js gdm: port from libgdmgreeter to libgdm 2012-07-17 11:38:28 -04:00
powerMenu.js Fix wrong result handling of remote calls 2012-06-26 18:06:26 +02:00
systemd.js gdm: port gnome-shell --gdm-mode to systemd 2012-02-13 23:17:09 +01:00