aboutsummaryrefslogtreecommitdiff
path: root/src/session-menu-mgr.c
Commit message (Collapse)AuthorAgeFilesLines
* if the user's real name can't be determined, fall back to the user's account ↵Charles Kerr2012-11-151-3/+4
| | | | name.
* 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: ↵Ted Gould2012-10-011-5/+2
|\ | | | | | | https://bugs.launchpad.net/bugs/1058148. Approved by Charles Kerr, Lars Uebernickel.
| * 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 ↵Charles Kerr2012-09-181-3/+3
| | | | session-menu-mgr.c
* 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
| | | | | | Rename the class from Webcredentials to OnlineAccounts, for improved consistency.
* 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 ↵Charles Kerr2012-07-041-0/+1
| | | | g_spawn_command_line_async()
* Restore the ellipsis to the 'System Settings' label as per mpt's suggestion.Charles Kerr2012-06-281-1/+1
| | | | | Further reading: <https://bugzilla.gnome.org/show_bug.cgi?id=169447>
* 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
| | | | isn't allowed
* 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 ↵Charles Kerr2012-06-171-558/+701
| | | | session-menu-mgr
* a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr ↵Charles Kerr2012-06-151-0/+889
classes into a single SessionMenuMgr class