aboutsummaryrefslogtreecommitdiff
path: root/src/backend-dbus
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-271-51/+86
| | | | show in the indicator
* only show the restart or hibernate menuitems if login1 says these features ↵Charles Kerr2013-06-271-4/+2
| | | | are available
* everything in test-guest now passesCharles Kerr2013-06-251-1/+0
|
* test-guest's HelloWorld and Allowed tests now passCharles Kerr2013-06-251-17/+25
|
* all the tests in test-users passCharles Kerr2013-06-251-8/+6
|
* in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵Charles Kerr2013-06-251-48/+25
| | | | is now green.
* 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-241-0/+0
|
* 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
|
* 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
|
* in our async callbacks, don't call g_warning() if the task was cancelled by ↵Charles Kerr2013-06-194-41/+58
| | | | the client
* remove #if 0 codeCharles Kerr2013-04-182-60/+0
|
* remove unused session-dbus.xml; this is a leftover from the GTK+ indicatorCharles Kerr2013-03-251-20/+0
|
* use pete woods' hud cmake code for the build.sh script to check for Ninja ↵Charles Kerr2013-03-231-71/+44
| | | | and to move the gdbus-codegen macros into a resuable file in the cmake/ directory.
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-2223-0/+5870