aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Forgot to make this static.Ted Gould2010-03-161-1/+1
| | |
| * | Adding in the mechanism to actually do the callback and change the label.Ted Gould2010-03-161-0/+35
| | |
| * | Connecting in the update item.Ted Gould2010-03-161-0/+1
| | |
| * | Adding a function for updating the logout menuitem.Ted Gould2010-03-162-0/+13
| | |
| * | Instead of making the item disabled, change the text when we won't lock the ↵Ted Gould2010-03-161-6/+5
| | | | | | | | | | | | screen.
| * | Sync up to trunk.Ted Gould2010-03-166-88/+492
| |\ \
| * | | Bad booleanTed Gould2010-03-161-1/+1
| | | |
| * | | Add in the key for locking the screen and making that part of will_lockTed Gould2010-03-161-1/+11
| | | |
* | | | Using an icon for users or a stock item if they don't have an icon.Ted Gould2010-03-183-1/+29
|\ \ \ \
| * | | | Getting the horizontal padding for a nice spacing between widgets.Ted Gould2010-03-171-1/+3
| | | | |
| * | | | Handling the file URIsTed Gould2010-03-171-2/+2
| | | | |
| * | | | Moving debug messageTed Gould2010-03-171-1/+1
| | | | |
| * | | | Check to ensure the file exists.Ted Gould2010-03-171-1/+1
| | | | |
| * | | | Nice debugging message.Ted Gould2010-03-171-0/+1
| | | | |
| * | | | Using proper icon.Ted Gould2010-03-171-1/+1
| | | | |
| * | | | Setting the user iconTed Gould2010-03-171-0/+5
| | | | |
| * | | | Building an icon based on teh icon propsTed Gould2010-03-171-0/+18
| | | | |
| * | | | Some properties for putting icons on the user items.Ted Gould2010-03-171-0/+2
| | |_|/ | |/| |
* / | | Fix capitalization of 'Switch From'Ted Gould2010-03-171-1/+1
|/ / /
* | / Tracking the notifications, so that we can unregister them with new menus.Ted Gould2010-03-161-4/+23
| |/ |/|
* | When switching users try to lock the screenTed Gould2010-03-162-2/+23
|\ \
| * | Switching the debug message to be more correct.Ted Gould2010-03-151-1/+1
| | |
| * | Making a small little wrapper to check the lockdown key.Ted Gould2010-03-151-4/+18
| | |
| * | Grabbing the screensaver gconf key branchTed Gould2010-03-151-82/+93
| |\ \
| * | | Lock the screen in the various activate functions.Ted Gould2010-03-151-0/+8
| | |/ | |/|
* | | If policy kit disables the suspend and hibernate don't show them.Ted Gould2010-03-163-2/+350
|\ \ \
| * | | Checking the error to make sure we're getting back reasonable data or ↵Ted Gould2010-03-151-0/+5
| | | | | | | | | | | | | | | | reporting the error.