aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * recommend gnome-screensaver for the Lock Screen feature.Jeremy Bicha2013-06-151-1/+2
| |\ | | | | | | | | | Approved by PS Jenkins bot, Ted Gould.
| | * recommend gnome-screensaverJeremy Bicha2013-06-141-1/+2
| |/
| * Releasing 12.10.5daily13.05.06.1-0ubuntu1 to ubuntu.Automatic PS uploader2013-05-061-2/+6
| |\ | | | | | | | | | Approved by PS Jenkins bot.
| | * Releasing 12.10.5daily13.05.06.1-0ubuntu1, based on r390Automatic PS uploader2013-05-061-2/+6
| |/
| * upower isn't depended on any more; logind is. Update debian/control for this.Iain Lane2013-05-063-4/+7
| |\ | | | | | | | | | Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| | * Merge trunk, fix up changelogIain Lane2013-05-031-3/+7
| | |\ | | |/ | |/|
| * | Releasing 12.10.5daily13.05.02-0ubuntu1 to ubuntu.Automatic PS uploader2013-05-031-0/+6
| |\ \ | | | | | | | | | | | | Approved by PS Jenkins bot.
| | * | Releasing 12.10.5daily13.05.02-0ubuntu1, based on r388Automatic PS uploader2013-05-021-0/+6
| |/ /
| | * Remove upower dependency and depend on systemd-services.Iain Lane2013-05-023-4/+9
| |/
| * Stop using ConsoleKit and UPower for session tracking and ↵Iain Lane2013-04-2314-1603/+610
| |\ | | | | | | | | | | | | | | | shutdown/reboot/suspend/hibernate; migrate to logind. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| | * Pass 'FALSE' for the PK interactivity argument, to match not checking for ↵Iain Lane2013-04-191-2/+2
| | | | | | | | | | | | 'allowed' any more
| | * Call can_hibernate instead of can_suspend when checking whether we can hibernateIain Lane2013-04-191-1/+1
| | |
| | * Only show menu items if we can perform the action without authorisationIain Lane2013-04-191-6/+5
| | |
| | * Allow PolicyKit to interactively ask the user for credentials in ↵Iain Lane2013-04-121-2/+2
| | | | | | | | | | | | gtk-logout-helper
| | * Remove upower usage - these interfaces are being deprecated.Iain Lane2013-04-123-405/+45
| | | | | | | | | | | | | | | | | | | | | There doesn't appear to be any signal in logind for the CanSuspend or CanHibernate properties changing throughout the life of a session, so we don't support this.
| | * Initial port from ConsoleKit to Logind for session tracking.Iain Lane2013-04-1113-1195/+563
| |/
| * Releasing 12.10.5daily13.03.08-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-081-0/+10
| |\ | | | | | | | | | Approved by PS Jenkins bot.
| | * Releasing 12.10.5daily13.03.08-0ubuntu1, based on r386Automatic PS uploader2013-03-081-0/+10
| |/
| * SessionMenuMgr: use unity shutdown dialogs if they're available, hiding ↵Marco Trevisan (Treviño)2013-03-071-4/+149
| |\ | | | | | | | | | | | | | | | Reboot action. Fixes: https://bugs.launchpad.net/bugs/882041. Approved by Charles Kerr, PS Jenkins bot.
| | * SessionMenuMgr: show the reboot menu item in shell-mode with no confirmationMarco Trevisan (Treviño)2013-03-061-2/+4
| | |
| | * SessionMenuMgr: use the fallback dialog if the dbus SessionManager calls failMarco Trevisan (Treviño)2013-03-061-9/+22
| | |
| | * SessionMenuMgr: call also Reboot method in shell modeMarco Trevisan (Treviño)2013-03-061-3/+19
| | | | | | | | | | | | To make the entry to work in dialog suppression mode
| | * SessionMenuMgr: call Shutdown method if we're suppressing the dialogsMarco Trevisan (Treviño)2013-03-061-4/+11
| | |
| | * SessionMenuMgr: unref the parameters if we got an error earlierMarco Trevisan (Treviño)2013-03-051-0/+4
| | |
| | * SessionMenuMgr: call SessionManager Logout method in shell modeMarco Trevisan (Treviño)2013-03-051-28/+49
| | |
| | * SessionMenuMgr: call gnome SessionManager method to shutdown on shell-modeMarco Trevisan (Treviño)2013-03-051-1/+42
| | |
| | * SessionManager: add shell name watcher and hide reboot on shell modeMarco Trevisan (Treviño)2013-03-051-1/+42
| | |
| * | Releasing 12.10.5daily13.03.06-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-061-0/+11
| |\ \ | | | | | | | | | | | | Approved by PS Jenkins bot.
| | * | Releasing 12.10.5daily13.03.06-0ubuntu1, based on r384Automatic PS uploader2013-03-061-0/+11
| |/ /
* | | update comments & documentation to reflect that we've replaced consolekit ↵Charles Kerr2013-06-288-17/+10
| | | | | | | | | | | | and login1
* | | finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ↵Charles Kerr2013-06-282-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\246Charles Kerr2013-06-281-8/+8
| | |
* | | in create_guest_switcher_state() and create_user_switcher_state(), don't ↵Charles Kerr2013-06-271-14/+14
| | | | | | | | | | | | leak GVariantBuilders
* | | in actions.c's my_can_prompt(), don't leak the string returned by ↵Charles Kerr2013-06-271-3/+10
| | | | | | | | | | | | g_dbus_proxy_get_name_owner
* | | in users.c, fix bugs that leaked system accounts into the list of users to ↵Charles Kerr2013-06-272-52/+90
| | | | | | | | | | | | show in the indicator
* | | only show the restart or hibernate menuitems if login1 says these features ↵Charles Kerr2013-06-271-4/+2
| | | | | | | | | | | | are available
* | | fix regression that displayed the 'restart' button even when prompting was ↵Charles Kerr2013-06-262-2/+4
| | | | | | | | | | | | enabled and the user was running Unity
* | | bump TODOCharles Kerr2013-06-261-2/+6
| | |
* | | sync text with trunk: make the shutdown menuitem read 'Shut Down' instead of ↵Charles Kerr2013-06-251-1/+1
| | | | | | | | | | | | 'Shutdown'
* | | copyediting: remove g_messages() added while fixing the tests, remove dead codeCharles Kerr2013-06-255-149/+4
| | |
* | | everything in test-guest now passesCharles Kerr2013-06-252-11/+12
| | |
* | | TestGuest::Login now passesCharles Kerr2013-06-251-6/+6
| | |
* | | test-guest's HelloWorld and Allowed tests now passCharles Kerr2013-06-252-22/+29
| | |
* | | don't pass -std=c++0x to the compiler when building .c filesCharles Kerr2013-06-251-1/+1
| | |
* | | all the tests in test-users passCharles Kerr2013-06-252-19/+15
| | |
* | | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵Charles Kerr2013-06-259-219/+178
| | | | | | | | | | | | is now green.
* | | in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, ActivateSessionCharles Kerr2013-06-256-85/+69
| | |
* | | fix the first four tests in test-users: HelloWorld, InitialUsers, UserAdded, ↵Charles Kerr2013-06-247-39/+141
| | | | | | | | | | | | and UserRemoved.
* | | remove unused method MockAccounts::find_by_path()Charles Kerr2013-06-242-13/+0
| | |
* | | In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ↵Charles Kerr2013-06-242-7/+7
| | | | | | | | | | | | compile warnings.