aboutsummaryrefslogtreecommitdiff
path: root/src/backend-dbus/actions.c
Commit message (Expand)AuthorAgeFilesLines
* DBusActions: use if/else instead of returning in lock_current_sessionMarco Trevisan (Treviño)2014-04-101-5/+5
* actions: cleanup spacingMarco Trevisan (Treviño)2014-04-101-1/+0
* actions: add have_unity_session to check if unity is currently running and ex...Marco Trevisan (Treviño)2014-04-101-12/+25
* Actions: lock current session also when switching to greeter and another userMarco Trevisan (Treviño)2014-04-101-0/+4
* Actions: add Unity session proxy, and use to lock the screen if availableMarco Trevisan (Treviño)2014-04-101-3/+52
* Only run unity-control-center under unityRobert Ancell2014-01-221-0/+3
* Use unity-control-center if it is availableRobert Ancell2014-01-101-3/+25
* copyediting: remove unnecessary comment that snuck into r406Charles Kerr2013-08-201-1/+0
* fix minor GCancellable memory leak noticed while fixing 1205273Charles Kerr2013-08-201-1/+1
* when switching to the guest session, explicitly lock the current users's sessionCharles Kerr2013-08-201-1/+10
* add the online-accounts action and unit tests for itCharles Kerr2013-07-121-0/+10
* If the Unity dialogs aren't available (such as in the greeter) but zenity is,...Charles Kerr2013-07-121-53/+261
* in backend-dbus/actions.c, create a separate cancellable for dm_seat s.t. new...Charles Kerr2013-07-011-6/+16
* in backend-dbus/actions.c, create a separate cancellable for login1_manager s...Charles Kerr2013-07-011-7/+31
* in backend-dbus/actions.c's set_dm_seat(), since we don't listen to displayma...Charles Kerr2013-07-011-9/+2
* in backend-dbus/actions.c's set_login1_seat(), disconnect from the previous s...Charles Kerr2013-07-011-2/+7
* in actions.c's my_can_prompt(), don't leak the string returned by g_dbus_prox...Charles Kerr2013-06-271-3/+10
* only show the restart or hibernate menuitems if login1 says these features ar...Charles Kerr2013-06-271-4/+2
* migrate from consolekit to login1Charles Kerr2013-06-241-94/+86
* in our async callbacks, don't call g_warning() if the task was cancelled by t...Charles Kerr2013-06-191-10/+3
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-221-0/+730