| Commit message (Expand) | Author | Age | Files | Lines |
* | Add and accel group to the indicator for the shortcut | Ted Gould | 2010-08-06 | 1 | -0/+3 |
* | Putting the shortcut on the menuitem | Ted Gould | 2010-08-06 | 1 | -1/+15 |
* | Set up the listener for the keybinding | Ted Gould | 2010-08-06 | 1 | -0/+24 |
* | Getting keybinding defines | Ted Gould | 2010-08-06 | 1 | -0/+3 |
* | Making it so that lock_screen always locks the screen | Ted Gould | 2010-08-06 | 1 | -29/+6 |
* | Removing the ability to have the menu item say anything other than 'Lock Screen' | Ted Gould | 2010-08-06 | 3 | -58/+1 |
* | Check to see if the shutdown and restart items should be shown on first run. | Ted Gould | 2010-04-06 | 1 | -0/+2 |
* | Changing prototype to not have the same info twice. | Ted Gould | 2010-04-06 | 1 | -1/+1 |
* | Filling out everything to check and update the shutdown/restart items | Ted Gould | 2010-04-06 | 1 | -2/+58 |
* | Adding the restart and shutdown keys and functions to check them. | Ted Gould | 2010-04-06 | 1 | -1/+5 |
* | Not printing a message that is sometimes invalid. | Ted Gould | 2010-04-06 | 1 | -1/+1 |
|\ |
|
| * | Seems that the message isn't always valid | Ted Gould | 2010-04-01 | 1 | -1/+1 |
* | | Adding some protection. We should always use protection. | Ted Gould | 2010-04-06 | 1 | -0/+15 |
* | | Actually pass the service in the callback | Ted Gould | 2010-04-06 | 1 | -1/+1 |
|/ |
|
* | Switching 'Sleep' to 'Suspend' | Ted Gould | 2010-03-31 | 1 | -1/+1 |
|\ |
|
| * | Changing the menu item to 'Suspend' | Ted Gould | 2010-03-25 | 1 | -1/+1 |
* | | Use contexts properly | Gabor Kelemen | 2010-03-29 | 1 | -3/+3 |
|/ |
|
* | Adding a switch for translations that don't have a useful 'Switch From' | Ted Gould | 2010-03-25 | 1 | -1/+10 |
|\ |
|
| * | Adding in a check to see if the translator would like to fallback to not usin... | Ted Gould | 2010-03-24 | 1 | -1/+10 |
* | | Flipping things around a little bit so that if we get an error, we'll still b... | Ted Gould | 2010-03-24 | 1 | -5/+9 |
* | | Scale the avatars to be ICON_SIZE_MENU | Ted Gould | 2010-03-24 | 1 | -1/+11 |
|/ |
|
* | Missed the 'Switch Off' texts in the dialog. | Ted Gould | 2010-03-23 | 1 | -3/+3 |
* | Reverting from 'Switch Off' to 'Shut Down' | Ted Gould | 2010-03-18 | 2 | -4/+4 |
* | Handle updating of sessions and mark the guest account when it has an open se... | Ted Gould | 2010-03-18 | 7 | -86/+632 |
|\ |
|
| * | Watch for the logged in property changing and hide or show the logged in widg... | Ted Gould | 2010-03-17 | 1 | -0/+15 |
| * | Some debugging an checking to ensure the menu item is not NULL | Ted Gould | 2010-03-17 | 1 | -1/+5 |
| * | Uhg, false sucks. | Ted Gould | 2010-03-17 | 1 | -1/+1 |
| * | Using defines to make sure the strings are right. | Ted Gould | 2010-03-17 | 1 | -8/+13 |
| * | Switching to getting locked proxies. Just to have more error handling. | Ted Gould | 2010-03-17 | 1 | -8/+22 |
| * | Switching to the generated dbus interface | Ted Gould | 2010-03-17 | 1 | -24/+5 |
| * | Grabbing the session interface from consolekit | Ted Gould | 2010-03-17 | 2 | -0/+444 |
| * | Switching to using sesson proxies for the session we want to look at instead ... | Ted Gould | 2010-03-16 | 1 | -9/+27 |
| * | Setting the logged in parameter on the guest item and tracking the session ID... | Ted Gould | 2010-03-16 | 1 | -1/+31 |
| * | Setting the guest item once it gets built. | Ted Gould | 2010-03-16 | 1 | -0/+4 |
| * | Adding a guest_item for the guest menu item and a function to set it. | Ted Gould | 2010-03-16 | 2 | -0/+14 |
| * | When a session is added or removed we need to change the state of that user i... | Ted Gould | 2010-03-16 | 1 | -0/+7 |
| * | Setting the menuitem for the user. | Ted Gould | 2010-03-16 | 1 | -0/+1 |
| * | Adding a menuitem property to the user data structure. | Ted Gould | 2010-03-16 | 2 | -0/+5 |
| * | Switching both of these function to using the generated header file. | Ted Gould | 2010-03-16 | 1 | -53/+5 |
| * | Building a proxy to the local display factory | Ted Gould | 2010-03-16 | 1 | -0/+7 |
| * | Adding in the GDM local display DBus interface spec. | Ted Gould | 2010-03-16 | 2 | -0/+29 |
| * | Adding a way to activate the guest session through GDM | Ted Gould | 2010-03-16 | 3 | -0/+16 |
* | | Only lock screensaver if the screensaver is set to lock. | Ted Gould | 2010-03-18 | 3 | -15/+99 |
|\ \ |
|
| * | | Make sure to call to activate teh screensaver if we can't lock it. Oh, and t... | Ted Gould | 2010-03-16 | 1 | -8/+29 |
| * | | Splitting out the params here. | Ted Gould | 2010-03-16 | 1 | -1/+6 |
| * | | Forgot to make this static. | Ted Gould | 2010-03-16 | 1 | -1/+1 |
| * | | Adding in the mechanism to actually do the callback and change the label. | Ted Gould | 2010-03-16 | 1 | -0/+35 |
| * | | Connecting in the update item. | Ted Gould | 2010-03-16 | 1 | -0/+1 |
| * | | Adding a function for updating the logout menuitem. | Ted Gould | 2010-03-16 | 2 | -0/+13 |
| * | | Instead of making the item disabled, change the text when we won't lock the s... | Ted Gould | 2010-03-16 | 1 | -6/+5 |