aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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.
* | | in backend-dbus/users.c, fix a user proxy leakCharles Kerr2013-06-241-0/+1
| | |
* | | get all the tests in test-actions passing again.Charles Kerr2013-06-2418-1007/+726
| | |
* | | in the tests, use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-242-20/+20
| | |
* | | migrate from consolekit to login1Charles Kerr2013-06-242-101/+91
| | |
* | | we don't need a login1 session proxy, so don't generate code for one.Charles Kerr2013-06-242-53/+0
| | |
* | | use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-243-22/+22
| | |
* | | copyediting: the COMMENT in this custom target was being misformatted in the ↵Charles Kerr2013-06-241-1/+1
| | | | | | | | | | | | make output
* | | in IndicatorSessionUsers, update to login1Charles Kerr2013-06-242-451/+370
| | |
* | | in IndicatorSessionGuest, update to login1Charles Kerr2013-06-242-316/+164
| | |
* | | update which proxies the dbus utils helper createsCharles Kerr2013-06-243-338/+96
| | |
* | | add replace consolekit xml files with login1; update build filesCharles Kerr2013-06-249-1273/+337
| | |
* | | add icon support to user menuitemsCharles Kerr2013-06-231-0/+10
| | |
* | | copyediting: fix typoCharles Kerr2013-06-231-1/+1
| | |
* | | add a post-install hook to update the icon cache after installation. Taken ↵Charles Kerr2013-06-201-0/+3
| | | | | | | | | | | | from geary/icons/CMakeLists.txt. (Thanks, Eric!)
* | | cmake: fix variables in data/CMakeLists.txt, make status messages more ↵Charles Kerr2013-06-202-21/+38
| | | | | | | | | | | | consistent
* | | cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dirCharles Kerr2013-06-201-12/+4
| | |
* | | add cmake rules to install the icon filesCharles Kerr2013-06-2019-127/+16
| | |
* | | install .schema.xml and indicator-session-service in the right places.Charles Kerr2013-06-206-136/+93
| | |
* | | cmake work: properly generate and install the .service file for dbus activationCharles Kerr2013-06-205-11/+27
| | |
* | | install the .indicator file into the unity/indicators/ dirCharles Kerr2013-06-201-2/+3
| | |
* | | merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type ↵Lars Uebernickel2013-06-203-3/+14
|\ \ \ | | | | | | | | | | | | support for the user and guest menuitems
| * | | Set x-canonical-type for user and guest menu itemsLars Uebernickel2013-05-232-3/+12
| | | |
* | | | remove the --replace command-line argument and property as we're using ↵Charles Kerr2013-06-204-82/+10
| | | | | | | | | | | | | | | | upstart for that
* | | | add short-term TODOCharles Kerr2013-06-191-0/+8
| | | |
* | | | use the production dbus nameCharles Kerr2013-06-194-9/+14
| | | |
* | | | silence unused variable warningCharles Kerr2013-06-191-1/+1
| | | |
* | | | in our async callbacks, don't call g_warning() if the task was cancelled by ↵Charles Kerr2013-06-194-41/+58
| | | | | | | | | | | | | | | | the client
* | | | in service.c, remove unnecesssary locale #includeCharles Kerr2013-06-191-2/+0
|/ / /
* | | add session.indicator to data/Charles Kerr2013-04-181-0/+4
| | |