Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | SessionMenuMgr: call SessionManager Logout method in shell mode | Marco Trevisan (Treviño) | 2013-03-05 | 1 | -28/+49 | |
| | | | ||||||
| * | | SessionMenuMgr: call gnome SessionManager method to shutdown on shell-mode | Marco Trevisan (Treviño) | 2013-03-05 | 1 | -1/+42 | |
| | | | ||||||
| * | | SessionManager: add shell name watcher and hide reboot on shell mode | Marco Trevisan (Treviño) | 2013-03-05 | 1 | -1/+42 | |
| | | | ||||||
* | | | Releasing 12.10.5daily13.03.06-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-03-06 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | | Releasing 12.10.5daily13.03.06-0ubuntu1, based on r384 | Automatic PS uploader | 2013-03-06 | 1 | -0/+11 | |
|/ / / | ||||||
| | * | update comments & documentation to reflect that we've replaced consolekit ↵ | Charles Kerr | 2013-06-28 | 8 | -17/+10 | |
| | | | | | | | | | | | | and login1 | |||||
| | * | finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ↵ | Charles Kerr | 2013-06-28 | 2 | -83/+54 | |
| | | | | | | | | | | | | fix an async race condition where we emitted change events for users before their proxy objects had finished being asynchronously constructed. | |||||
| | * | use the unicode '…' directly intead of \342\200\246 | Charles Kerr | 2013-06-28 | 1 | -8/+8 | |
| | | | ||||||
| | * | in create_guest_switcher_state() and create_user_switcher_state(), don't ↵ | Charles Kerr | 2013-06-27 | 1 | -14/+14 | |
| | | | | | | | | | | | | leak GVariantBuilders | |||||
| | * | in actions.c's my_can_prompt(), don't leak the string returned by ↵ | Charles Kerr | 2013-06-27 | 1 | -3/+10 | |
| | | | | | | | | | | | | g_dbus_proxy_get_name_owner | |||||
| | * | in users.c, fix bugs that leaked system accounts into the list of users to ↵ | Charles Kerr | 2013-06-27 | 2 | -52/+90 | |
| | | | | | | | | | | | | show in the indicator | |||||
| | * | only show the restart or hibernate menuitems if login1 says these features ↵ | Charles Kerr | 2013-06-27 | 1 | -4/+2 | |
| | | | | | | | | | | | | are available | |||||
| | * | fix regression that displayed the 'restart' button even when prompting was ↵ | Charles Kerr | 2013-06-26 | 2 | -2/+4 | |
| | | | | | | | | | | | | enabled and the user was running Unity | |||||
| | * | bump TODO | Charles Kerr | 2013-06-26 | 1 | -2/+6 | |
| | | | ||||||
| | * | sync text with trunk: make the shutdown menuitem read 'Shut Down' instead of ↵ | Charles Kerr | 2013-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | 'Shutdown' | |||||
| | * | copyediting: remove g_messages() added while fixing the tests, remove dead code | Charles Kerr | 2013-06-25 | 5 | -149/+4 | |
| | | | ||||||
| | * | everything in test-guest now passes | Charles Kerr | 2013-06-25 | 2 | -11/+12 | |
| | | | ||||||
| | * | TestGuest::Login now passes | Charles Kerr | 2013-06-25 | 1 | -6/+6 | |
| | | | ||||||
| | * | test-guest's HelloWorld and Allowed tests now pass | Charles Kerr | 2013-06-25 | 2 | -22/+29 | |
| | | | ||||||
| | * | don't pass -std=c++0x to the compiler when building .c files | Charles Kerr | 2013-06-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | all the tests in test-users pass | Charles Kerr | 2013-06-25 | 2 | -19/+15 | |
| | | | ||||||
| | * | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵ | Charles Kerr | 2013-06-25 | 9 | -219/+178 | |
| | | | | | | | | | | | | is now green. | |||||
| | * | in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, ActivateSession | Charles Kerr | 2013-06-25 | 6 | -85/+69 | |
| | | | ||||||
| | * | fix the first four tests in test-users: HelloWorld, InitialUsers, UserAdded, ↵ | Charles Kerr | 2013-06-24 | 7 | -39/+141 | |
| | | | | | | | | | | | | and UserRemoved. | |||||
| | * | remove unused method MockAccounts::find_by_path() | Charles Kerr | 2013-06-24 | 2 | -13/+0 | |
| | | | ||||||
| | * | In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ↵ | Charles Kerr | 2013-06-24 | 2 | -7/+7 | |
| | | | | | | | | | | | | compile warnings. | |||||
| | * | in backend-dbus/users.c, fix a user proxy leak | Charles Kerr | 2013-06-24 | 1 | -0/+1 | |
| | | | ||||||
| | * | get all the tests in test-actions passing again. | Charles Kerr | 2013-06-24 | 18 | -1007/+726 | |
| | | | ||||||
| | * | in the tests, use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 2 | -20/+20 | |
| | | | ||||||
| | * | migrate from consolekit to login1 | Charles Kerr | 2013-06-24 | 2 | -101/+91 | |
| | | | ||||||
| | * | we don't need a login1 session proxy, so don't generate code for one. | Charles Kerr | 2013-06-24 | 2 | -53/+0 | |
| | | | ||||||
| | * | use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 3 | -22/+22 | |
| | | | ||||||
| | * | copyediting: the COMMENT in this custom target was being misformatted in the ↵ | Charles Kerr | 2013-06-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | make output | |||||
| | * | in IndicatorSessionUsers, update to login1 | Charles Kerr | 2013-06-24 | 2 | -451/+370 | |
| | | | ||||||
| | * | in IndicatorSessionGuest, update to login1 | Charles Kerr | 2013-06-24 | 2 | -316/+164 | |
| | | | ||||||
| | * | update which proxies the dbus utils helper creates | Charles Kerr | 2013-06-24 | 3 | -338/+96 | |
| | | | ||||||
| | * | add replace consolekit xml files with login1; update build files | Charles Kerr | 2013-06-24 | 9 | -1273/+337 | |
| | | | ||||||
| | * | add icon support to user menuitems | Charles Kerr | 2013-06-23 | 1 | -0/+10 | |
| | | | ||||||
| | * | copyediting: fix typo | Charles Kerr | 2013-06-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | add a post-install hook to update the icon cache after installation. Taken ↵ | Charles Kerr | 2013-06-20 | 1 | -0/+3 | |
| | | | | | | | | | | | | from geary/icons/CMakeLists.txt. (Thanks, Eric!) | |||||
| | * | cmake: fix variables in data/CMakeLists.txt, make status messages more ↵ | Charles Kerr | 2013-06-20 | 2 | -21/+38 | |
| | | | | | | | | | | | | consistent | |||||
| | * | cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dir | Charles Kerr | 2013-06-20 | 1 | -12/+4 | |
| | | | ||||||
| | * | add cmake rules to install the icon files | Charles Kerr | 2013-06-20 | 19 | -127/+16 | |
| | | | ||||||
| | * | install .schema.xml and indicator-session-service in the right places. | Charles Kerr | 2013-06-20 | 6 | -136/+93 | |
| | | | ||||||
| | * | cmake work: properly generate and install the .service file for dbus activation | Charles Kerr | 2013-06-20 | 5 | -11/+27 | |
| | | | ||||||
| | * | install the .indicator file into the unity/indicators/ dir | Charles Kerr | 2013-06-20 | 1 | -2/+3 | |
| | | | ||||||
| | * | merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type ↵ | Lars Uebernickel | 2013-06-20 | 3 | -3/+14 | |
| | |\ | | | | | | | | | | | | | support for the user and guest menuitems | |||||
| | | * | Set x-canonical-type for user and guest menu items | Lars Uebernickel | 2013-05-23 | 2 | -3/+12 | |
| | | | | ||||||
| | * | | remove the --replace command-line argument and property as we're using ↵ | Charles Kerr | 2013-06-20 | 4 | -82/+10 | |
| | | | | | | | | | | | | | | | | upstart for that | |||||
| | * | | add short-term TODO | Charles Kerr | 2013-06-19 | 1 | -0/+8 | |
| | | | |