aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removing the error messages as it's not always initialized properly.Ted Gould2010-09-011-1/+1
|
* Fixing the lock screen functionality to match the new design.Ted Gould2010-08-124-85/+49
|\
| * Add and accel group to the indicator for the shortcutTed Gould2010-08-061-0/+3
| |
| * Putting the shortcut on the menuitemTed Gould2010-08-061-1/+15
| |
| * Set up the listener for the keybindingTed Gould2010-08-061-0/+24
| |
| * Getting keybinding definesTed Gould2010-08-061-0/+3
| |
| * Making it so that lock_screen always locks the screenTed Gould2010-08-061-29/+6
| |
| * Removing the ability to have the menu item say anything other than 'Lock Screen'Ted Gould2010-08-063-58/+1
| |
* | Fixing captialization of the completion string.Ted Gould2010-08-121-2/+2
| |
* | EllipsizeCody Russell2010-08-021-5/+5
| |
* | Changing 'Restart Required' to 'Restart To Complete Update'vish2010-07-311-2/+2
|/
* Check to see if the shutdown and restart items should be shown on first run.Ted Gould2010-04-061-0/+2
|
* Changing prototype to not have the same info twice.Ted Gould2010-04-061-1/+1
|
* Filling out everything to check and update the shutdown/restart itemsTed Gould2010-04-061-2/+58
|
* Adding the restart and shutdown keys and functions to check them.Ted Gould2010-04-061-1/+5
|
* Not printing a message that is sometimes invalid.Ted Gould2010-04-061-1/+1
|\
| * Seems that the message isn't always validTed Gould2010-04-011-1/+1
| |
* | Adding some protection. We should always use protection.Ted Gould2010-04-061-0/+15
| |
* | Actually pass the service in the callbackTed Gould2010-04-061-1/+1
|/
* Switching 'Sleep' to 'Suspend'Ted Gould2010-03-311-1/+1
|\
| * Changing the menu item to 'Suspend'Ted Gould2010-03-251-1/+1
| |
* | Use contexts properlyGabor Kelemen2010-03-291-3/+3
|/
* Adding a switch for translations that don't have a useful 'Switch From'Ted Gould2010-03-251-1/+10
|\
| * Adding in a check to see if the translator would like to fallback to not ↵Ted Gould2010-03-241-1/+10
| | | | | | | | using the username.
* | Flipping things around a little bit so that if we get an error, we'll still ↵Ted Gould2010-03-241-5/+9
| | | | | | | | build the default icon.
* | Scale the avatars to be ICON_SIZE_MENUTed Gould2010-03-241-1/+11
|/
* Missed the 'Switch Off' texts in the dialog.Ted Gould2010-03-231-3/+3
|
* Reverting from 'Switch Off' to 'Shut Down'Ted Gould2010-03-182-4/+4
|
* Handle updating of sessions and mark the guest account when it has an open ↵Ted Gould2010-03-187-86/+632
|\ | | | | | | session.
| * Watch for the logged in property changing and hide or show the logged in ↵Ted Gould2010-03-171-0/+15
| | | | | | | | widget depending on it.
| * Some debugging an checking to ensure the menu item is not NULLTed Gould2010-03-171-1/+5
| |
| * Uhg, false sucks.Ted Gould2010-03-171-1/+1
| |
| * Using defines to make sure the strings are right.Ted Gould2010-03-171-8/+13
| |
| * Switching to getting locked proxies. Just to have more error handling.Ted Gould2010-03-171-8/+22
| |
| * Switching to the generated dbus interfaceTed Gould2010-03-171-24/+5
| |
| * Grabbing the session interface from consolekitTed Gould2010-03-172-0/+444
| |
| * Switching to using sesson proxies for the session we want to look at instead ↵Ted Gould2010-03-161-9/+27
| | | | | | | | of our session
| * Setting the logged in parameter on the guest item and tracking the session ↵Ted Gould2010-03-161-1/+31
| | | | | | | | ID of the guest session.
| * Setting the guest item once it gets built.Ted Gould2010-03-161-0/+4
| |
| * Adding a guest_item for the guest menu item and a function to set it.Ted Gould2010-03-162-0/+14
| |
| * When a session is added or removed we need to change the state of that user ↵Ted Gould2010-03-161-0/+7
| | | | | | | | item.
| * Setting the menuitem for the user.Ted Gould2010-03-161-0/+1
| |
| * Adding a menuitem property to the user data structure.Ted Gould2010-03-162-0/+5
| |
| * Switching both of these function to using the generated header file.Ted Gould2010-03-161-53/+5
| |
| * Building a proxy to the local display factoryTed Gould2010-03-161-0/+7
| |
| * Adding in the GDM local display DBus interface spec.Ted Gould2010-03-162-0/+29
| |
| * Adding a way to activate the guest session through GDMTed Gould2010-03-163-0/+16
| |
* | Only lock screensaver if the screensaver is set to lock.Ted Gould2010-03-183-15/+99
|\ \
| * | Make sure to call to activate teh screensaver if we can't lock it. Oh, and ↵Ted Gould2010-03-161-8/+29
| | | | | | | | | | | | that takes a reply.
| * | Splitting out the params here.Ted Gould2010-03-161-1/+6
| | |