index
:
ayatana-indicator-session
main
release-builds
Ayatana Indicator Session Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend-dbus
Commit message (
Collapse
)
Author
Age
Files
Lines
*
in actions.c's my_can_prompt(), don't leak the string returned by ↵
Charles Kerr
2013-06-27
1
-3
/
+10
|
|
|
|
g_dbus_proxy_get_name_owner
*
in users.c, fix bugs that leaked system accounts into the list of users to ↵
Charles Kerr
2013-06-27
1
-51
/
+86
|
|
|
|
show in the indicator
*
only show the restart or hibernate menuitems if login1 says these features ↵
Charles Kerr
2013-06-27
1
-4
/
+2
|
|
|
|
are available
*
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 ↵
Charles Kerr
2013-06-25
1
-48
/
+25
|
|
|
|
is now green.
*
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 ↵
Charles Kerr
2013-06-19
4
-41
/
+58
|
|
|
|
the client
*
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 ↵
Charles Kerr
2013-03-23
1
-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 Kerr
2013-03-22
23
-0
/
+5870