| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=788303
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=710847
|
|
|
|
|
|
|
|
|
|
| |
For no particular reason, the slave has been kept as a separate process.
Integrate this into the main display process by simply making the display
keep a handle to a GdmSlave object. To keep the cleanup simple, we won't
remove the GdmSlave subtypes yet. A future cleanup should merge the slave
functionality into GdmDisplay and its subtypes.
https://bugzilla.gnome.org/show_bug.cgi?id=726380
|
|
|
|
|
|
| |
This is used in *one* place in the simple slave. Just port it
over to use gdm_settings_direct instead of keeping an entire
DBus API around for just one call...
|
| |
|
|
|
|
|
|
|
| |
libgdm isn't a UI, so it's weird to be in a directory
called GUI.
This commit moves it up a layer.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The level of copy/paste going on here before is rather astonishing.
For example, in some cases, I dropped spurious handling of SIGHUP,
when the code didn't have any settings to reread.
Anyways, the code is now clearer, and we get to drop all the bits of
gdm-signal-handler.[ch] for the integrated GLib handling.
https://bugzilla.gnome.org/show_bug.cgi?id=676181
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It's not used anywhere, and so there's no reason to pass it along.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This commit adds a plugin to initiate a conversation when
smartcards are inserted.
|
|
|
|
|
| |
This commit adds a plugin to initiate a conversation for
fingerprint scans.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows extensions to drive which PAM conversations
get run and potentially augment the login window UI.
This commit adds one builtin extension that
does the traditional unified authentication thing, and
a plugin for password-only based authentication.
By default we use the builtin extension, but enable
the plugin with --enable-split-authentication
Subsequent commits will add support for fingerprint and smartcard
plugins.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The GNOME 3 shell has one and this one will move to the fallback panel.
https://bugzilla.gnome.org/show_bug.cgi?id=639284
|
|
|
|
| |
Fixes bug #581346
|
|
|
|
|
|
| |
It was in POTFILES.in before, but that's wrong.
See https://bugzilla.gnome.org/show_bug.cgi?id=605796
|
| |
|
|
|
|
| |
greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-03 William Jon McCann <jmccann@redhat.com>
* gui/simple-greeter/Makefile.am:
* tests/Makefile.am:
Fix more.
svn path=/trunk/; revision=6618
|
|
|
|
|
|
|
| |
* POTFILES.in: Remove obsolete file
svn path=/trunk/; revision=6615
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-25 William Jon McCann <jmccann@redhat.com>
* data/greeter-autostart/Makefile.am:
* data/greeter-autostart/metacity.desktop.in:
Add missing desktop file for WM.
svn path=/trunk/; revision=6435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-22 William Jon McCann <jmccann@redhat.com>
* data/greeter-autostart/Makefile.am:
* data/greeter-autostart/gnome-mag.desktop.in:
* data/greeter-autostart/gok.desktop.in:
* data/greeter-autostart/orca-screen-reader.desktop.in:
Add desktop files so we make sure to provide the required
functionality.
svn path=/trunk/; revision=6414
|
|
|
|
|
|
|
|
|
|
| |
2008-08-22 William Jon McCann <jmccann@redhat.com>
* POTFILES.in:
* POTFILES.skip: Update file list.
svn path=/trunk/; revision=6412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-14 William Jon McCann <jmccann@redhat.com>
* configure.ac:
* daemon/gdm-greeter-session.c (gdm_greeter_session_new):
* gui/simple-greeter/Makefile.am:
* gui/simple-greeter/at-spi-registryd-wrapper.desktop.in.in:
* gui/simple-greeter/gdm-greeter-session.c (toggle_panel),
(toggle_login_window), (gdm_greeter_session_start),
(gdm_greeter_session_stop), (gdm_greeter_session_event_handler),
(gdm_greeter_session_init):
* gui/simple-greeter/gdm-session-client.c:
* gui/simple-greeter/gdm-session-client.h:
* gui/simple-greeter/gdm-session-manager.c:
* gui/simple-greeter/gdm-session-manager.h:
* gui/simple-greeter/gdm-simple-greeter.desktop.in.in:
* gui/simple-greeter/greeter-main.c (session_manager_connect),
(register_client), (main):
Switch to using gnome-session 2.23.6+ for session management.
The actual greeter that will be shown will be determined by
autostart. This means that we'll share a common SM framework
and it will be easier to change greeter frontends.
svn path=/trunk/; revision=6380
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-14 William Jon McCann <jmccann@redhat.com>
* gui/simple-greeter/Makefile.am:
* gui/simple-greeter/gdm-a11y-preferences-dialog.c:
* gui/simple-greeter/gdm-a11y-preferences-dialog.glade:
* gui/simple-greeter/gdm-a11y-preferences-dialog.h:
* gui/simple-greeter/gdm-greeter-panel.c (gdm_greeter_panel_init):
Remove a11y dialog and button on panel. This is
now provided by gnome-settings-daemon.
svn path=/trunk/; revision=6376
|
|
|
|
|
|
|
|
|
| |
2008-05-06 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add some missing files.
* nb.po: Update again.
svn path=/trunk/; revision=6215
|