Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%. | Charles Kerr | 2013-03-22 | 1 | -1226/+0 |
| | |||||
* | if the user's real name can't be determined, fall back to the user's account ↵ | Charles Kerr | 2012-11-15 | 1 | -3/+4 |
| | | | | name. | ||||
* | Don't lock the session when clicking on the current user | Lars Uebernickel | 2012-11-06 | 1 | -2/+8 |
| | |||||
* | Hide "Start Screen Saver" action, if it is locked down. | Dmitrijs Ledkovs | 2012-10-17 | 1 | -5/+9 |
| | |||||
* | test for uproxy!=NULL before using it | Charles Kerr | 2012-10-10 | 1 | -13/+17 |
| | |||||
* | Remove the custom menu type for the restart entry. Fixes: ↵ | Ted Gould | 2012-10-01 | 1 | -5/+2 |
|\ | | | | | | | https://bugs.launchpad.net/bugs/1058148. Approved by Charles Kerr, Lars Uebernickel. | ||||
| * | Make the restart item a normal one | Ted Gould | 2012-09-28 | 1 | -5/+2 |
| | | |||||
* | | Move the upower init to after the items are created | Ted Gould | 2012-09-28 | 1 | -1/+5 |
|/ | |||||
* | Still using 'switch off' instead of 'shut down' in the default text in ↵ | Charles Kerr | 2012-09-18 | 1 | -3/+3 |
| | | | | session-menu-mgr.c | ||||
* | make Suspend translatable | Didier Roche | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Show Online Accounts only when needed | Alberto Mardegan | 2012-08-23 | 1 | -12/+31 |
| | |||||
* | Fix build | Alberto Mardegan | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Class rename | Alberto Mardegan | 2012-08-21 | 1 | -5/+5 |
| | | | | | | Rename the class from Webcredentials to OnlineAccounts, for improved consistency. | ||||
* | Add Online Accounts item to session menu. | Alberto Mardegan | 2012-08-21 | 1 | -0/+19 |
| | |||||
* | add a g_debug message to say which command is being invoked by ↵ | Charles Kerr | 2012-07-04 | 1 | -0/+1 |
| | | | | g_spawn_command_line_async() | ||||
* | Restore the ellipsis to the 'System Settings' label as per mpt's suggestion. | Charles Kerr | 2012-06-28 | 1 | -1/+1 |
| | | | | | Further reading: <https://bugzilla.gnome.org/show_bug.cgi?id=169447> | ||||
* | copyediting | Charles Kerr | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | copyediting | Charles Kerr | 2012-06-19 | 1 | -9/+14 |
| | |||||
* | action_func_spawn_async() doesn't need a varargs argument anymore. | Charles Kerr | 2012-06-19 | 1 | -9/+4 |
| | |||||
* | in build_user_menuitems(), don't leak the users GList even if user switching ↵ | Charles Kerr | 2012-06-19 | 1 | -1/+2 |
| | | | | isn't allowed | ||||
* | SessionMenuMgr shouldn't leak its user_menuitems GSList | Charles Kerr | 2012-06-19 | 1 | -0/+3 |
| | |||||
* | take a ref on the session_dbus passed into SessionMenuMgr's constructor. | Charles Kerr | 2012-06-19 | 1 | -1/+2 |
| | |||||
* | SessionMenuMgr should own its toplevel menuitem. | Charles Kerr | 2012-06-19 | 1 | -23/+37 |
| | |||||
* | clearing house: the remainder of bugfixes & readability changes | Charles Kerr | 2012-06-18 | 1 | -213/+333 |
| | |||||
* | a step in merging the two menus: consolidate & clean up the code in ↵ | Charles Kerr | 2012-06-17 | 1 | -558/+701 |
| | | | | session-menu-mgr | ||||
* | a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr ↵ | Charles Kerr | 2012-06-15 | 1 | -0/+889 |
classes into a single SessionMenuMgr class |