Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Not checking with PK to see if we should show the dialog. CK is broken. | Ted Gould | 2009-09-24 | 1 | -1/+6 |
|\ | |||||
| * | Disabing PK Check to whether the dialog shows | Ted Gould | 2009-09-24 | 1 | -1/+6 |
| | | |||||
* | | Updating to trunk | Ted Gould | 2009-09-24 | 6 | -13/+299 |
|\| | |||||
| * | Merging in the lock on sleep branch. | Ted Gould | 2009-09-24 | 1 | -0/+125 |
| |\ | |||||
| * \ | Merge lp:~bratsche/indicator-session/users-service for bug #422052 | Cody Russell | 2009-09-24 | 8 | -74/+1515 |
| |\ \ | |||||
| | * | | Don't check range twice here | Cody Russell | 2009-09-24 | 1 | -12/+9 |
| | | | | |||||
| * | | | Merging in the MissionControl 5 branch to work with modern Empathy. | Ted Gould | 2009-09-24 | 5 | -1/+290 |
| |\ \ \ | |||||
| | * | | | Don't set the status so that we notice when it comes back to us. | Ted Gould | 2009-09-23 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Bad string, should have been hidden. | Ted Gould | 2009-09-23 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Comments are good. | Ted Gould | 2009-09-22 | 1 | -1/+19 |
| | | | | | |||||
| | * | | | If the global status changes then we need to signal everyone else about it. | Ted Gould | 2009-09-22 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | Putting in the TP Connection enum map | Ted Gould | 2009-09-22 | 1 | -3/+15 |
| | | | | | |||||
| | * | | | Connecting to change signal | Ted Gould | 2009-09-22 | 1 | -0/+14 |
| | | | | | |||||
| | * | | | Turning over to Empathy Account Manager. | Ted Gould | 2009-09-22 | 1 | -244/+27 |
| | | | | | |||||
| | * | | | Oh, got the header and it works too! Nice. | Ted Gould | 2009-09-21 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Linking in the MC5 provider | Ted Gould | 2009-09-16 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Creating a status provider object for Mission Control 5 based on the ↵ | Ted Gould | 2009-09-16 | 4 | -0/+457 |
| | | | | | | | | | | | | | | | | | | | | Telepathy one. | ||||
* | | | | | Checking the gdm autologin setting to see if we should lock the screen on ↵ | Ted Gould | 2009-09-24 | 1 | -0/+95 |
| | | | | | | | | | | | | | | | | | | | | user switch or not. | ||||
* | | | | | Merging lock on sleep branch | Ted Gould | 2009-09-24 | 1 | -0/+125 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Ah, truth, you got me again! Never will I trust you. | Ted Gould | 2009-09-24 | 1 | -2/+4 |
| | | | | |||||
| * | | | Wrong string! Oops. | Ted Gould | 2009-09-24 | 1 | -1/+2 |
| | | | | |||||
| * | | | Setting up the signal handler to get changes to the value. | Ted Gould | 2009-09-24 | 1 | -0/+13 |
| | | | | |||||
| * | | | Getting the basic grabbing of the proxy and getting the autologin value. | Ted Gould | 2009-09-24 | 1 | -1/+62 |
| | | | | |||||
| * | | | Putting in the infrastructure to have GDM settings proxy | Ted Gould | 2009-09-24 | 1 | -0/+19 |
| | | | | |||||
| * | | | Stealing the lock screen function from the user-service and making it so ↵ | Ted Gould | 2009-09-23 | 1 | -0/+29 |
| |/ / | | | | | | | | | | that we lock on sleep. | ||||
* | | | only add menuitems if the current seat can activate new sessions | Cody Russell | 2009-09-24 | 1 | -32/+38 |
| | | | |||||
* | | | Remove user_changed and users_icons_changed from the class | Cody Russell | 2009-09-24 | 1 | -3/+0 |
| | | | |||||
* | | | sort users | Cody Russell | 2009-09-24 | 1 | -0/+12 |
| | | | |||||
* | | | cleanup | Cody Russell | 2009-09-24 | 1 | -4/+0 |
| | | | |||||
* | | | don't load all the users unless needed | Cody Russell | 2009-09-24 | 3 | -83/+140 |
| | | | |||||
* | | | expose users_service_dbus_can_activate_session() | Cody Russell | 2009-09-23 | 2 | -26/+36 |
| | | | |||||
* | | | use g_strcmp0 | Cody Russell | 2009-09-23 | 1 | -14/+2 |
| | | | |||||
* | | | remove system proxy | Cody Russell | 2009-09-23 | 1 | -31/+4 |
| | | | |||||
* | | | remove the server code | Cody Russell | 2009-09-23 | 2 | -78/+0 |
| | | | |||||
* | | | remove session proxy fu | Cody Russell | 2009-09-23 | 1 | -38/+1 |
| | | | |||||
* | | | remove unnecessary stuff | Cody Russell | 2009-09-23 | 1 | -46/+0 |
| | | | |||||
* | | | don't need to dbus_g_object_type_install_info() | Cody Russell | 2009-09-23 | 1 | -2/+0 |
| | | | |||||
* | | | modify count in user_added()/user_removed() | Cody Russell | 2009-09-23 | 1 | -0/+2 |
| | | | |||||
* | | | cleanup | Cody Russell | 2009-09-23 | 1 | -2/+0 |
| | | | |||||
* | | | add todo comment | Cody Russell | 2009-09-23 | 1 | -0/+11 |
| | | | |||||
* | | | move stuff around | Cody Russell | 2009-09-23 | 2 | -104/+104 |
| | | | |||||
* | | | merge up from trunk | Cody Russell | 2009-09-23 | 13 | -163/+432 |
|\| | | |||||
| * | | Port to polkit-1 | Martin Pitt | 2009-09-22 | 2 | -58/+44 |
| | | | |||||
| * | | Using the right icon name. | Ted Gould | 2009-09-16 | 1 | -1/+1 |
| |/ | |||||
| * | Merging in design team requested fixes for labels and menu item placement. | Ted Gould | 2009-09-16 | 3 | -38/+36 |
| |\ | |||||
| | * | Changing the menu item to be 'Set Status' instead of the current status. | Ted Gould | 2009-09-15 | 1 | -3/+1 |
| | | | |||||
| | * | Moving lock screen from status to users service. | Ted Gould | 2009-09-14 | 2 | -32/+32 |
| | | | |||||
| | * | Changing label per design | Ted Gould | 2009-09-14 | 1 | -1/+1 |
| | | | |||||
| | * | Fixing shutdown text | Ted Gould | 2009-09-14 | 1 | -2/+2 |
| | | | |||||
| * | | Adding locale stuff in here too! Fun. | Ted Gould | 2009-09-15 | 1 | -1/+7 |
| | | |