summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused glade stuff. Fix some warnings. Until we add support toWilliam Jon McCann2008-03-314-873/+48
* Don't cancel the dialog when there is nothing to cancel.William Jon McCann2008-03-261-1/+12
* Add more lockdown.William Jon McCann2008-03-261-1/+29
* populate the language list when the widget is realized instead of when itRay Strode2008-03-261-3/+17
* move some blocks of code around in the file to facilitate readabilityRay Strode2008-03-261-17/+18
* only create/populate the hash tables that are needed from either functionRay Strode2008-03-261-11/+5
* rename chooser_locale_free to gdm_locale_freeRay Strode2008-03-261-3/+3
* refactor common inner loop code between collect_locales_from_* to newRay Strode2008-03-261-76/+52
* Don't read from archive by default for now. We're really interested inRay Strode2008-03-261-6/+10
* Don't get the LC_IDENTIFICATION information about locales, since we don'tRay Strode2008-03-261-97/+0
* Replace erroneous use of g_get_language_names with setlocale (LC_MESSAGES,Ray Strode2008-03-261-1/+3
* drop unimplemented functionRay Strode2008-03-251-7/+0
* if a directory name in /usr/share/locale isn't a valid utf-8 locale, thenRay Strode2008-03-251-3/+16
* When looking for locales, look in /usr/share/locale instead ofRay Strode2008-03-251-3/+3
* Don't sort names read from archive, since they're just going to getRay Strode2008-03-251-10/+0
* Don't scandir locale directory if we've successfully read the locales fromRay Strode2008-03-251-3/+11
* Add some more profile resolution.William Jon McCann2008-03-243-4/+36
* Add a test tool for language lookup and resolution.William Jon McCann2008-03-243-7/+116
* Add a few more profile points.William Jon McCann2008-03-243-0/+20
* Add some more profiling stuff.William Jon McCann2008-03-244-26/+42
* Add screenshot tool.William Jon McCann2008-03-191-5/+11
* Consolidate do_cancel and reset_dialog since they overlapped inRay Strode2008-03-191-26/+25
* Add missing include.William Jon McCann2008-03-181-0/+1
* Load local users and monitor passwd for changes.William Jon McCann2008-03-181-3/+224
* Show name in current language in a tooltip. From: Matthias ClasenWilliam Jon McCann2008-03-184-27/+43
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-172-42/+10
* Don't set opacity on login window.William Jon McCann2008-03-172-2/+2
* Lock down some compiz keys. Set LIBGL_ALWAYS_INDIRECT for compiz.William Jon McCann2008-03-171-1/+5
* Add a gconf key to enable preferring compiz over metacity.William Jon McCann2008-03-172-3/+27
* Compare both name and id fields when doing typeahead search.William Jon McCann2008-03-171-0/+64
* Beep on auth problem. Enable sound plugin.William Jon McCann2008-03-172-0/+12
* Deiconify the window when it is iconified.William Jon McCann2008-03-151-0/+19
* Really center the choosers.William Jon McCann2008-03-131-0/+4
* Try centering language and session chooser widgets on panel.William Jon McCann2008-03-132-3/+22
* use glib and gconf plugins when running compizWilliam Jon McCann2008-03-121-2/+2
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-124-6/+26
* Restart automatic login timer if user is doing things in the session.Ray Strode2008-03-111-2/+52
* Handle case where we can't lookup a GdmUser (for whatever reason). CouldWilliam Jon McCann2008-03-112-6/+20
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-101-13/+1
* Remove duplicate signal definition.William Jon McCann2008-03-101-10/+0
* gui/simple-greeter/gdm-chooser-widget.c: (start_timer), (stop_timer):Ray Strode2008-03-101-0/+8
* When the user has successfully been verified, inform the greeter, so thatRay Strode2008-03-095-1/+45
* add new "start-session" to replace "interactive" from before Tell slave toRay Strode2008-03-093-20/+54
* ): Make "is-interactive" property to replace "interactive" signal, sinceRay Strode2008-03-092-10/+33
* Keep timed_login_enabled in sync with state of automatic login userRay Strode2008-03-091-1/+3
* Only show automatic login timer when the automatic login user is selectedRay Strode2008-03-091-12/+5
* Rename "Timed Login" request on the slave to "Auto Login" since that'sRay Strode2008-03-095-18/+34
* Read timed login configuration from the daemon, and pass along rather thanRay Strode2008-03-095-51/+65
* Add new "interactive" signal to login window which is emitted when theRay Strode2008-03-093-0/+39
* After successfully verifying the user, wait until the greeter gives the goRay Strode2008-03-092-0/+12