summaryrefslogtreecommitdiff
path: root/gui/simple-greeter
Commit message (Expand)AuthorAgeFilesLines
* Don't emit loaded from the chooser until the first patch of users areWilliam Jon McCann2010-06-101-3/+6
* Add automatic cancellation of the selection to the test programWilliam Jon McCann2010-06-101-0/+42
* More debug statement fixesWilliam Jon McCann2010-06-101-2/+6
* Don't translate strings in test programWilliam Jon McCann2010-06-101-1/+1
* Define the GDM_USERNAME if not definedWilliam Jon McCann2010-06-101-0/+4
* Make user manager test include all usersWilliam Jon McCann2010-06-101-0/+1
* Move gdm-settings stuff out of the user managerWilliam Jon McCann2010-06-102-53/+177
* Don't use uid_t in the public APIWilliam Jon McCann2010-06-104-4/+4
* Don't add all users to the model at onceWilliam Jon McCann2010-06-101-4/+46
* Don't waste time growing the widget if already grownWilliam Jon McCann2010-06-101-0/+5
* Use a cheaper way to find the active item in the listWilliam Jon McCann2010-06-101-20/+23
* Load passwd file in threadWilliam Jon McCann2010-06-101-97/+224
* Add queue_load to load usersWilliam Jon McCann2010-06-101-0/+2
* Add has-multiple-users propertyWilliam Jon McCann2010-06-101-4/+42
* Add API to queue loading of usersWilliam Jon McCann2010-06-103-0/+12
* Remove users-added signal harderWilliam Jon McCann2010-06-102-2/+0
* Load the default avatar for all items initiallyWilliam Jon McCann2010-06-101-1/+2
* Queue a timeout to load user dataWilliam Jon McCann2010-06-101-4/+42
* Remove some overly verbose debug spewWilliam Jon McCann2010-06-101-5/+0
* Only load icons for visible itemsWilliam Jon McCann2010-06-105-52/+147
* Queue updating the selection in the user listWilliam Jon McCann2010-06-101-3/+21
* Queue chooser visibility updatesWilliam Jon McCann2010-06-101-3/+24
* Queue updating other user visibility instead of checking every timeWilliam Jon McCann2010-06-102-9/+31
* Use avatar-default instead of stock_personWilliam Jon McCann2010-06-102-2/+2
* Only emit user change signals after is-loaded is trueWilliam Jon McCann2010-06-101-3/+8
* Clean up and correct some debug statementsWilliam Jon McCann2010-06-102-4/+1
* rename update to update_from_pwentRay Strode2010-06-103-9/+9
* Drop unused definesRay Strode2010-06-101-3/+0
* Rename on_proxy_destroy to on_seat_proxy_destroyRay Strode2010-06-101-3/+3
* Get dbus connection outside of get_seat_proxyRay Strode2010-06-101-12/+15
* rearrange gdm_user_collateRay Strode2010-06-101-12/+12
* move local user monitoring code to its own functionRay Strode2010-06-101-41/+50
* Rename users hashtable to user_by_nameWilliam Jon McCann2010-06-101-15/+15
* Drop "user-login-frequency-changed" signal in favor of "changed"Ray Strode2010-06-105-20/+90
* drop loading-users signalRay Strode2010-06-102-11/+0
* Drop get_shell and get_home_directoryRay Strode2010-06-102-62/+0
* Drop get_sessionsRay Strode2010-06-102-7/+0
* drop sessions_changed class memberRay Strode2010-06-101-3/+1
* Drop user properties in favor of a "changed" signalRay Strode2010-06-101-128/+19
* Don't track manager from user objectRay Strode2010-06-102-22/+1
* Move get_primary_session_id to gdm-user.hRay Strode2010-06-103-51/+41
* Add new gdm_user_is_logged_in methodRay Strode2010-06-103-2/+9
* If the user's .dmrc file specifies the "custom" session, then accept itBrian Cameron2010-06-091-2/+11
* Add option to monitor changesWilliam Jon McCann2010-06-081-4/+43
* Allow use of test program without a DISPLAYWilliam Jon McCann2010-06-081-2/+5
* Request the CK session list once instead of once per userWilliam Jon McCann2010-06-081-116/+74
* Revert "Update duplicate real names to be unique"William Jon McCann2010-06-085-151/+8
* Only emit user-added after is-loaded is setWilliam Jon McCann2010-06-081-1/+3
* Convert users-loaded signal to an is-loaded propertyWilliam Jon McCann2010-06-083-21/+57
* Throttle reloading passwd file to at most every 5 secondsWilliam Jon McCann2010-06-081-2/+27