aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Keeping the names the same for now, until we have artwork.Ted Gould2010-03-121-1/+1
|
* Copyright headersTed Gould2010-03-122-0/+42
|
* Making our service come up a little earlierTed Gould2010-03-121-2/+2
|
* Protecting from a NULL objectTed Gould2010-03-121-3/+7
|
* Setting the icon when the restart is touched.Ted Gould2010-03-121-0/+2
|
* Moving the icon names into the shared header filesTed Gould2010-03-123-3/+6
|
* Getting the icon, but only when we're connected.Ted Gould2010-03-121-0/+25
|
* Setting the icon to something sensableTed Gould2010-03-121-1/+1
|
* Icon name changing signal for updating the image.Ted Gould2010-03-121-0/+17
|
* Building us a proxy! Now we are dangerous.Ted Gould2010-03-121-0/+12
|
* Add shared names for the dbus interfaces.Ted Gould2010-03-122-1/+5
|
* Creating our little dbus-object.Ted Gould2010-03-123-0/+11
|
* Build us a signalTed Gould2010-03-122-0/+18
|
* providing a set_name functionTed Gould2010-03-122-0/+13
|
* 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
|
* Setting up session dbus interface client server stuff.Ted Gould2010-03-122-0/+34
|
* Adding in base objectsTed Gould2010-03-122-0/+85
|
* Simple starter object for making the dbus interface.Ted Gould2010-03-121-0/+2
|
* Use gint64, not UserData*, for the callback to user-added signal.Cody Russell2010-03-101-1/+1
|
* Setting the icon and changing the text on the restart menu if one is ↵Ted Gould2010-03-041-0/+44
|\ | | | | | | required by update.
| * Some function comments.Ted Gould2010-03-031-0/+5
| |
| * Adds a file watcher to see if we should change the menuitem to warn that a ↵Ted Gould2010-03-031-0/+39
| | | | | | | | restart is recommended.
* | Updating to new logout dialogs.Ted Gould2010-03-0412-763/+338
|\ \ | |/ |/|
| * Sync to trunkTed Gould2010-03-031-0/+1
| |\
| * | Copyright headersTed Gould2010-03-032-0/+44
| | |
| * | Slightly longer string for better wrapping.Ted Gould2010-03-031-1/+1
| | |
| * | Setting the default button.Ted Gould2010-03-031-0/+2
| | |
| * | String fixes and a comment.Ted Gould2010-03-031-1/+4
| | |
| * | Checking to see if we need updates and allowing that on logout dialogs.Ted Gould2010-03-031-8/+22
| | |
| * | Adding in different button strings if we need authentication.Ted Gould2010-03-031-1/+16
| | |
| * | Filling in the code to check and see if we can restart or stop.Ted Gould2010-03-031-2/+23
| | |
| * | Flattening the build tree.Ted Gould2010-03-038-17/+29
| | |
| * | Updating merge to new enums.Ted Gould2010-03-031-4/+4
| | |
| * | Merging in the consolekit branch to get the interface file.Ted Gould2010-03-035-10/+414
| |\ \
| * | | Skeleton for checking the different states.Ted Gould2010-03-031-0/+31
| | | |
| * | | Removing the old ck-pk helpers.Ted Gould2010-03-034-262/+0
| | | |
| * | | Flipping button orderTed Gould2010-03-031-1/+1
| | | |
| * | | Putting the image in and cleaning up the propsTed Gould2010-03-031-3/+5
| | | |
| * | | Provide the basis for the windowTed Gould2010-03-032-5/+26
| | | |
| * | | Adding in all the strings.Ted Gould2010-03-032-1/+36
| | | |
| * | | Changing to new enums and function prototypes.Ted Gould2010-02-244-17/+19
| | | |
| * | | Adding some types of dialog and a new function.Ted Gould2010-02-242-0/+15
| | | |
| * | | Place holder new objectTed Gould2010-02-233-2/+91
| | | |
| * | | Removing the old logout dialog. It's been through too much, better to start ↵Ted Gould2010-02-232-470/+0
| | | | | | | | | | | | | | | | over.
* | | | Changing strings to match distro wide sleep and switch off.Ted Gould2010-03-034-10/+10
|\ \ \ \
| * | | | Suspends to sleepTed Gould2010-03-031-1/+1
| | | | |
| * | | | Changing shutdowns to switch offsTed Gould2010-03-034-9/+9
| | | | |
* | | | | Removing the current user from the list.Ted Gould2010-03-031-86/+65
|\ \ \ \ \
| * | | | | Switching things around a little bit. Making sure we always go through the ↵Ted Gould2010-03-021-30/+44
| | | | | | | | | | | | | | | | | | | | | | | | list to search for the guest account to see if it's logged in. But, still not making menu entries.