| Commit message (Expand) | Author | Age | Files | Lines |
* | only fire change events when a user property that we care about changes. | Charles Kerr | 2012-07-06 | 1 | -16/+32 |
* | Don't trigger unnecessary change events in the user proxy. | Charles Kerr | 2012-07-06 | 1 | -8/+25 |
* | don't cache the DisplayManager seat proxy. | Charles Kerr | 2012-07-04 | 1 | -49/+37 |
* | Use "g_str_has_prefix(str,foo)" instead of "strlen(str)>N && !memcmp(str,foo,N)" | Charles Kerr | 2012-06-19 | 1 | -2/+1 |
* | clearing house: the remainder of bugfixes & readability changes | Charles Kerr | 2012-06-18 | 1 | -6/+4 |
* | in copy_proxy_properties(), ensure that the 'changed-properties' variant that... | Charles Kerr | 2012-06-14 | 1 | -1/+4 |
* | Don't use all the new users that we get told about. | Charles Kerr | 2012-06-13 | 1 | -43/+87 |
* | use GDBus in users-service-dbus.c... major rewrite here. | Charles Kerr | 2012-06-12 | 1 | -712/+705 |
* | Remove the seemingly-pointless MINIMUM_USERS constant | Charles Kerr | 2012-06-03 | 1 | -74/+71 |
* | tidy up | Conor Curran | 2011-10-25 | 1 | -1/+0 |
* | removed the redundant max users limit on the user menu | Conor Curran | 2011-10-25 | 1 | -7/+2 |
* | Don't use depcrecated org.freedesktop.DisplayManager.GetSeatForCookie, use XD... | Robert Ancell | 2011-09-21 | 1 | -34/+2 |
* | merge the display manager's has-guest-account work | Conor Curran | 2011-09-08 | 1 | -2/+49 |
|\ |
|
| * | tidy up | Conor Curran | 2011-09-07 | 1 | -1/+1 |
| * | display manager HasGuestAccount now supported | Conor Curran | 2011-09-07 | 1 | -2/+49 |
* | | protect against a null pointer in the user-dbus-manager | Conor Curran | 2011-09-05 | 1 | -3/+5 |
|/ |
|
* | uncomment signal subscription that doesn't work | Conor Curran | 2011-08-22 | 1 | -2/+2 |
* | changed around the sync users so as it can be used to refresh the user list o... | Conor Curran | 2011-08-22 | 1 | -7/+34 |
* | remove the debugs | Conor Curran | 2011-08-19 | 1 | -5/+1 |
* | users now dynamically responsive to addition and deletion of users | Conor Curran | 2011-08-19 | 1 | -7/+22 |
* | ted's merge in for correctly checking active sessions plus UI now correct wit... | Conor Curran | 2011-08-18 | 1 | -0/+27 |
|\ |
|
| * | Debugging info and a protection | Ted Gould | 2011-08-17 | 1 | -0/+5 |
| * | After setting up the signals get the initial list of sessions | Ted Gould | 2011-08-17 | 1 | -0/+22 |
* | | added some trace to the add sessions for user method | Conor Curran | 2011-08-17 | 1 | -1/+5 |
|/ |
|
* | update interface with LightDM | Michael Terry | 2011-07-28 | 1 | -6/+41 |
* | LightDM integration | Ted Gould | 2011-07-07 | 1 | -429/+132 |
|\ |
|
| * | Integrate with LightDM | Robert Ancell | 2011-07-05 | 1 | -429/+132 |
* | | Removing unused result variable | Ted Gould | 2011-07-07 | 1 | -2/+1 |
|/ |
|
* | Removing the error messages as it's not always initialized properly. | Ted Gould | 2010-09-01 | 1 | -1/+1 |
* | Adding some protection. We should always use protection. | Ted Gould | 2010-04-06 | 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 |
* | 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 |
* | Adding a guest_item for the guest menu item and a function to set it. | Ted Gould | 2010-03-16 | 1 | -0/+12 |
* | 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 |
* | Adding a menuitem property to the user data structure. | Ted Gould | 2010-03-16 | 1 | -0/+1 |
* | 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 a way to activate the guest session through GDM | Ted Gould | 2010-03-16 | 1 | -0/+8 |
* | Sorting based on real names and conflict naming. | Ted Gould | 2010-03-03 | 1 | -0/+1 |
|\ |
|
| * | Creating a field for the user that has the real name in it, and a place for t... | Ted Gould | 2010-03-02 | 1 | -0/+1 |
* | | Switching to using the dbus client code. | Ted Gould | 2010-03-01 | 1 | -8/+2 |
|/ |
|
* | prevent crash in g_error when gdm is not running | David Barth | 2010-02-19 | 1 | -2/+8 |
* | The reincarnation of user switching | Cody Russell | 2010-02-09 | 1 | -59/+7 |
* | Adding a cast for one of the 64-bit pointers. We shouldn't need that many us... | Ted Gould | 2009-09-24 | 1 | -1/+1 |
* | Clear the menu | Cody Russell | 2009-09-24 | 1 | -4/+4 |