aboutsummaryrefslogtreecommitdiff
path: root/src/session-dbus.c
Commit message (Collapse)AuthorAgeFilesLines
* clearing house: the remainder of bugfixes & readability changesCharles Kerr2012-06-181-4/+1
|
* handle fringe case where GetRealUserName is called before the username's ↵Charles Kerr2012-06-181-16/+13
| | | | been set -- send an empty string rather than NULL s.t. the client doens't get an '[Invalid UTF-8]' string
* a step in merging the two menus: remove the 'should show user menu' flagCharles Kerr2012-06-141-31/+0
|
* restart signal actually being sent now properlyConor Curran2011-08-311-1/+3
|
* and the actual codeConor Curran2011-08-091-0/+22
|
* get location overridden and debugs tidied upConor Curran2011-07-141-7/+2
|
* dynamic user menu hiding on the way#Conor Curran2011-07-141-4/+38
|
* user label fixed for nowConor Curran2011-07-131-0/+8
|
* tidied up signals and methods for the session service so as the users real ↵Conor Curran2011-07-131-14/+15
| | | | name should be available and not the icon, icon should not change on the panel
* It sucks that the icon wouldn't change, but eh, not worth aborting over.Ted Gould2011-04-131-1/+1
|
* port to gdbus and dbusmenu 0.4Michael Terry2011-01-111-24/+142
|
* Copyright headersTed Gould2010-03-121-0/+21
|
* Moving the icon names into the shared header filesTed Gould2010-03-121-1/+1
|
* Setting the icon to something sensableTed Gould2010-03-121-1/+1
|
* Add shared names for the dbus interfaces.Ted Gould2010-03-121-1/+2
|
* Creating our little dbus-object.Ted Gould2010-03-121-0/+6
|
* Build us a signalTed Gould2010-03-121-0/+17
|
* providing a set_name functionTed Gould2010-03-121-0/+12
|
* Setting up the object and giving it a name.Ted Gould2010-03-121-2/+17
|
* Connecting and registering the dbus object.Ted Gould2010-03-121-0/+13
|
* Adding in base objectsTed Gould2010-03-121-0/+54