aboutsummaryrefslogtreecommitdiff
path: root/src/session-menu-mgr.c
Commit message (Expand)AuthorAgeFilesLines
* if the user's real name can't be determined, fall back to the user's account ...Charles Kerr2012-11-151-3/+4
* Don't lock the session when clicking on the current userLars Uebernickel2012-11-061-2/+8
* Hide "Start Screen Saver" action, if it is locked down.Dmitrijs Ledkovs2012-10-171-5/+9
* test for uproxy!=NULL before using itCharles Kerr2012-10-101-13/+17
* Remove the custom menu type for the restart entry. Fixes: https://bugs.launch...Ted Gould2012-10-011-5/+2
|\
| * Make the restart item a normal oneTed Gould2012-09-281-5/+2
* | Move the upower init to after the items are createdTed Gould2012-09-281-1/+5
|/
* Still using 'switch off' instead of 'shut down' in the default text in sessio...Charles Kerr2012-09-181-3/+3
* make Suspend translatableDidier Roche2012-09-131-1/+1
* Show Online Accounts only when neededAlberto Mardegan2012-08-231-12/+31
* Fix buildAlberto Mardegan2012-08-211-1/+1
* Class renameAlberto Mardegan2012-08-211-5/+5
* Add Online Accounts item to session menu.Alberto Mardegan2012-08-211-0/+19
* add a g_debug message to say which command is being invoked by g_spawn_comman...Charles Kerr2012-07-041-0/+1
* Restore the ellipsis to the 'System Settings' label as per mpt's suggestion.Charles Kerr2012-06-281-1/+1
* copyeditingCharles Kerr2012-06-201-1/+1
* copyeditingCharles Kerr2012-06-191-9/+14
* action_func_spawn_async() doesn't need a varargs argument anymore.Charles Kerr2012-06-191-9/+4
* in build_user_menuitems(), don't leak the users GList even if user switching ...Charles Kerr2012-06-191-1/+2
* SessionMenuMgr shouldn't leak its user_menuitems GSListCharles Kerr2012-06-191-0/+3
* take a ref on the session_dbus passed into SessionMenuMgr's constructor.Charles Kerr2012-06-191-1/+2
* SessionMenuMgr should own its toplevel menuitem.Charles Kerr2012-06-191-23/+37
* clearing house: the remainder of bugfixes & readability changesCharles Kerr2012-06-181-213/+333
* a step in merging the two menus: consolidate & clean up the code in session-m...Charles Kerr2012-06-171-558/+701
* a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr clas...Charles Kerr2012-06-151-0/+889