| Commit message (Expand) | Author | Age | Files | Lines |
* | actions: cleanup spacing | Marco Trevisan (Treviño) | 2014-04-10 | 1 | -1/+0 |
* | actions: add have_unity_session to check if unity is currently running and ex... | Marco Trevisan (Treviño) | 2014-04-10 | 2 | -15/+25 |
* | Actions: lock current session also when switching to greeter and another user | Marco Trevisan (Treviño) | 2014-04-10 | 1 | -0/+4 |
* | Actions: add Unity session proxy, and use to lock the screen if available | Marco Trevisan (Treviño) | 2014-04-10 | 3 | -4/+69 |
* | Only run unity-control-center under unity | Robert Ancell | 2014-01-22 | 1 | -0/+3 |
* | Use unity-control-center if it is available | Robert Ancell | 2014-01-10 | 1 | -3/+25 |
* | copyediting: remove unnecessary comment that snuck into r406 | Charles Kerr | 2013-08-20 | 1 | -1/+0 |
* | fix minor GCancellable memory leak noticed while fixing 1205273 | Charles Kerr | 2013-08-20 | 1 | -1/+1 |
* | when switching to the guest session, explicitly lock the current users's session | Charles Kerr | 2013-08-20 | 1 | -1/+10 |
* | add the online-accounts action and unit tests for it | Charles Kerr | 2013-07-12 | 1 | -0/+10 |
* | If the Unity dialogs aren't available (such as in the greeter) but zenity is,... | Charles Kerr | 2013-07-12 | 1 | -53/+261 |
* | just to be safe, check to see that g_getenv('XDG_SEAT') passes too | Charles Kerr | 2013-07-10 | 1 | -8/+12 |
* | If g_getenv(XDG_SEAT_PATH) fails, don't try to get the DisplayManager seat. F... | Charles Kerr | 2013-07-10 | 1 | -9/+16 |
* | in cmake files, limit scopes by moving single-target properties out of the gl... | Charles Kerr | 2013-07-01 | 1 | -0/+2 |
* | in src/backend-dbus/users.c, use a helper struct for disconnecting the signal... | Charles Kerr | 2013-07-01 | 1 | -49/+45 |
* | in src/backend-dbus/users.c's object_unref_and_disconnect(), fix an unbalance... | Charles Kerr | 2013-07-01 | 1 | -1/+2 |
* | in src/backend-dbus/users.c's track_user(), simplify the ref/unref semantics ... | Charles Kerr | 2013-07-01 | 1 | -5/+6 |
* | in src/backend-dbus/users.c, use G_DEFINE_QUARK() instead of rolling our own ... | Charles Kerr | 2013-07-01 | 1 | -13/+4 |
* | in src/backend-dbus/users.c's set_logins(), fix ref/unref semantics of the ha... | Charles Kerr | 2013-07-01 | 1 | -1/+2 |
* | in src/backend-dbus/guest.c's on_login1_manager_session_list_ready(), remove ... | Charles Kerr | 2013-07-01 | 1 | -3/+2 |
* | in backend-dbus/actions.c, create a separate cancellable for dm_seat s.t. new... | Charles Kerr | 2013-07-01 | 1 | -6/+16 |
* | in backend-dbus/actions.c, create a separate cancellable for login1_manager s... | Charles Kerr | 2013-07-01 | 1 | -7/+31 |
* | in backend-dbus/actions.c's set_dm_seat(), since we don't listen to displayma... | Charles Kerr | 2013-07-01 | 1 | -9/+2 |
* | in backend-dbus/actions.c's set_login1_seat(), disconnect from the previous s... | Charles Kerr | 2013-07-01 | 1 | -2/+7 |
* | cleanup: put an '.xml' file suffix at the end of the DisplayManager.Seat xml ... | Charles Kerr | 2013-06-28 | 2 | -1/+1 |
* | update comments & documentation to reflect that we've replaced consolekit and... | Charles Kerr | 2013-06-28 | 3 | -3/+3 |
* | finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ... | Charles Kerr | 2013-06-28 | 1 | -64/+54 |
* | in actions.c's my_can_prompt(), don't leak the string returned by g_dbus_prox... | Charles Kerr | 2013-06-27 | 1 | -3/+10 |
* | in users.c, fix bugs that leaked system accounts into the list of users to sh... | Charles Kerr | 2013-06-27 | 1 | -51/+86 |
* | only show the restart or hibernate menuitems if login1 says these features ar... | Charles Kerr | 2013-06-27 | 1 | -4/+2 |
* | everything in test-guest now passes | Charles Kerr | 2013-06-25 | 1 | -1/+0 |
* | test-guest's HelloWorld and Allowed tests now pass | Charles Kerr | 2013-06-25 | 1 | -17/+25 |
* | all the tests in test-users pass | Charles Kerr | 2013-06-25 | 1 | -8/+6 |
* | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser i... | Charles Kerr | 2013-06-25 | 1 | -48/+25 |
* | 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 | 1 | -0/+0 |
* | 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 |
* | 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 |
* | in our async callbacks, don't call g_warning() if the task was cancelled by t... | Charles Kerr | 2013-06-19 | 4 | -41/+58 |
* | remove #if 0 code | Charles Kerr | 2013-04-18 | 2 | -60/+0 |
* | remove unused session-dbus.xml; this is a leftover from the GTK+ indicator | Charles Kerr | 2013-03-25 | 1 | -20/+0 |
* | use pete woods' hud cmake code for the build.sh script to check for Ninja and... | Charles Kerr | 2013-03-23 | 1 | -71/+44 |
* | port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%. | Charles Kerr | 2013-03-22 | 23 | -0/+5870 |