summaryrefslogtreecommitdiff
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix up inverted utf8 checkRay Strode2010-09-151-1/+1
* Clarify some locale g_warnings and demote to g_debugRay Strode2010-09-151-3/+2
* Improve ordering of languages in language listTakao Fujiwara2010-09-151-2/+95
* Fix crash when face browser disabledBrian Cameron2010-09-151-0/+5
* Don't show shutdown options when not availableRay Strode2010-09-151-2/+2
* Put the schemas in /usrJosselin Mouette2010-09-155-5/+5
* Always show “other…” choiceJosselin Mouette2010-09-151-7/+2
* Defer get_user requests until manager loadedRay Strode2010-09-151-32/+212
* Make update_item_for_user a no-op if user unloadedRay Strode2010-09-131-0/+3
* Don't call update_item_for_user on non-users in userlistRay Strode2010-09-131-0/+8
* Change user manager user weak ref to strong refRay Strode2010-09-131-9/+1
* Don't unref user in _update_from_object_pathRay Strode2010-09-131-2/+0
* Use create_new_user in get_user callRay Strode2010-09-101-16/+6
* Add create_new_user functionRay Strode2010-09-101-9/+28
* Drop gdm_user_new_from_object_path for _gdm_user_update_from_object_pathRay Strode2010-09-103-14/+20
* Only disconnect loaded handler if connectedRay Strode2010-09-101-1/+3
* Fix typo when disconnecting signal handlerRay Strode2010-09-101-1/+1
* Don't try to read users real name until user loadedRay Strode2010-09-071-22/+53
* Show menu after adding childrenRay Strode2010-09-071-1/+1
* Fix gdm_user_manager_get_userRay Strode2010-09-071-6/+8
* Fire off loading user images after chooser is mappedRay Strode2010-08-311-0/+9
* Remove user from new-users list if removed from accounts serviceRay Strode2010-08-311-0/+2
* Don't emit 'user-removed' if list isn't loadedRay Strode2010-08-311-1/+4
* Don't mark list as loaded until accounts service chimes inRay Strode2010-08-311-0/+8
* If a user added early, drop it from listRay Strode2010-08-311-5/+11
* Add new 'is-loaded' property to user objectRay Strode2010-08-313-8/+111
* Emit changed signal whenever we do a GetAll callRay Strode2010-08-311-3/+3
* Don't destroy shells hash table if we never made itRay Strode2010-08-311-1/+4
* Connect to accounts service correctlyRay Strode2010-08-311-53/+31
* Don't pass random value to XdmcpFillRay Strode2010-08-271-1/+1
* Load user properties from account service asynchronouslyRay Strode2010-08-172-33/+110
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-5/+43
* Make loading new sessions asynchronousRay Strode2010-08-171-96/+296
* Set up seat proxy asynchronously with usersRay Strode2010-08-171-80/+225
* Move seat stuff into its own structureRay Strode2010-08-171-24/+32
* Load sessions asynchronously at startupRay Strode2010-08-171-21/+66
* Add maybe_set_is_loaded functionRay Strode2010-08-171-11/+22
* Don't load users in user manager automaticallyRay Strode2010-08-171-1/+0
* Only retry login if user list enabledRay Strode2010-08-161-1/+2
* More username escape fixesRay Strode2010-08-131-2/+8
* Fix intermittent failure to load user listRay Strode2010-08-111-1/+2
* Port to UPowerMartin Pitt2010-08-102-20/+17
* Escape user's name before adding to chooserRay Strode2010-07-201-2/+8
* Revert "Escape names before showing in markup"Ray Strode2010-07-201-11/+3
* Don't try to grab focus before the widget is shownWilliam Jon McCann2010-06-282-10/+21
* Actually drop cancellableRay Strode2010-06-251-8/+1
* Drop GCancellable from user manager structRay Strode2010-06-241-1/+0
* Address issues found in code reviewWilliam Jon McCann2010-06-234-169/+96
* Make escape cancel timed loginWilliam Jon McCann2010-06-231-1/+2
* Don't show the user chooser until it is loadedWilliam Jon McCann2010-06-231-4/+4