Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |