Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for glib < 2.12 | William Jon McCann | 2007-02-21 | 1 | -2/+25 |
| | | | | Copy the iso8601 function from glib to support versions less than 2.12. | ||||
* | don't use null parameters | William Jon McCann | 2007-02-21 | 1 | -15/+17 |
| | |||||
* | make the idle hint getters sync dbus methods | William Jon McCann | 2007-02-20 | 1 | -7/+16 |
| | | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal. | ||||
* | rename idle methods and signal to indicate they are hints | William Jon McCann | 2007-02-20 | 1 | -31/+31 |
| | | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties. | ||||
* | add creation and idle-since times | William Jon McCann | 2007-02-15 | 1 | -0/+49 |
| | | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool. | ||||
* | implement get/set idle methods | William Jon McCann | 2007-02-15 | 1 | -8/+158 |
| | | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question. | ||||
* | convert all tabs to spaces | William Jon McCann | 2007-02-15 | 1 | -7/+7 |
| | |||||
* | Add some more debugging output | William Jon McCann | 2007-02-06 | 1 | -1/+3 |
| | |||||
* | Fix some small leaks. Add --timed-exit to daemon for valgrinding. | William Jon McCann | 2006-11-06 | 1 | -0/+2 |
| | |||||
* | Initial import | William Jon McCann | 2006-10-25 | 1 | -0/+744 |