Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-22 | chore: update ck-list-sessions man page | Eric Koegel | 1 | -2/+36 | |
For new properies output by the program. | |||||
2017-05-21 | feat: add a session-state property and method | Eric Koegel | 1 | -0/+1 | |
CK2 will change this property dynamically depending on if the session is active or online. At some point we may also provide the "closing" state as well but it's currently unused. This property maps to the logind state. | |||||
2017-05-21 | feat: Add session-class dbus property and get method | Eric Koegel | 1 | -1/+2 | |
This adds a session-class property to the CK2 Session. It maps to the class property of logind. | |||||
2017-05-21 | feat: introduce libconsolekit | Eric Koegel | 6 | -1/+174 | |
Create a libconsolekit helper library for developers to ease working with ConsoleKit2. The library is exported using GObject Introspection so there's bindings to other languages. | |||||
2016-03-20 | Improve documentation for XDG_RUNTIME_DIR | Eric Koegel | 1 | -0/+13 | |
1) Add what it may fail with and when it was added to the docs. 2) Add a description to the man page. 3) Add it to the ck-list-sessions output | |||||
2014-12-08 | Add --with-rundir configure flag | Robby Workman | 1 | -1/+1 | |
This allows use of /run on tmpfs instead of /var/run without downstream symlink magic or patches. | |||||
2014-10-12 | Update docs | Eric Koegel | 3 | -9/+32 | |
2014-10-07 | ConsoleKit needs manpages | Brian Cameron | 5 | -0/+962 | |
This patch adds man pages for the binaries it ships to /usr/bin and /usr/sbin. https://github.com/ConsoleKit2/ConsoleKit2/issues/4 https://bugs.freedesktop.org/show_bug.cgi?id=24824 | |||||
2009-09-24 | update email address | William Jon McCann | 1 | -2/+1 | |
2009-09-24 | Update for release | William Jon McCann | 1 | -0/+1 | |
2009-07-21 | Reference entities relative to srcdir not cwd | Ray Strode | 1 | -6/+6 | |
The docs were failing to build when srcdir != builddir because ConsoleKit.xml was ending up in builddir and all its entities are in srcdir. This commit makes ConsoleKit.xml load the entities from srcdir, which fixes make distcheck. | |||||
2009-07-16 | fix a bunch of xml validation errors | William Jon McCann | 3 | -60/+75 | |
https://bugs.freedesktop.org/show_bug.cgi?id=20232 | |||||
2008-07-30 | fix path in includes | William Jon McCann | 1 | -6/+6 | |
2008-07-30 | reorganize the docs a bit | William Jon McCann | 13 | -62/+53 | |
2008-07-24 | pull updated DTD and xsl from DeviceKit-disks | William Jon McCann | 2 | -34/+141 | |
2008-07-24 | fix distcheck | William Jon McCann | 2 | -1/+2 | |
2008-07-24 | still having problems using xinclude | William Jon McCann | 2 | -11/+17 | |
2008-07-23 | fix the includes | William Jon McCann | 3 | -19/+10 | |
2008-07-23 | add missing bits | William Jon McCann | 2 | -0/+25 | |
2008-07-23 | use spec files directly as introspection xml and try to generate docs on the fly | William Jon McCann | 13 | -1617/+3 | |
At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces. | |||||
2008-07-22 | regenerate the docs and xml from the spec | William Jon McCann | 1 | -1/+5 | |
2008-07-22 | add GetLoginSessionId to exported interface | William Jon McCann | 1 | -0/+13 | |
2008-06-11 | fix UnixUser to be uint | William Jon McCann | 2 | -6/+6 | |
Pointed out by Lennart Poettering | |||||
2008-01-23 | add GetSessions method to Manager interface | William Jon McCann | 2 | -1/+26 | |
2008-01-22 | initial stop/restart support | William Jon McCann | 2 | -2/+26 | |
Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization. | |||||
2007-08-17 | oops add docs for new seat interfaces | William Jon McCann | 2 | -10/+64 | |
2007-04-05 | use inotify to detect activity on tty when possible | William Jon McCann | 1 | -0/+1 | |
2007-04-03 | bump the ac_prereq and use the docdir var | William Jon McCann | 1 | -1/+1 | |
2007-03-19 | add CanActivateSessions to Seat interface | William Jon McCann | 3 | -5/+28 | |
And associated documentation and added to test-fus. | |||||
2007-03-15 | more typos in docs | William Jon McCann | 1 | -2/+2 | |
2007-03-15 | typo | William Jon McCann | 1 | -1/+1 | |
2007-03-14 | add some more docs | William Jon McCann | 3 | -4/+213 | |
2007-03-14 | add missing instead attribute | William Jon McCann | 1 | -0/+1 | |
2007-03-14 | don't include the generated html in git | William Jon McCann | 2 | -318/+0 | |
2007-03-13 | missed a namespace on the permission tag | William Jon McCann | 3 | -70/+70 | |
2007-03-13 | updated doc dtd | William Jon McCann | 2 | -65/+65 | |
2007-03-13 | deprecate the user properties and add unix-user properties | William Jon McCann | 7 | -78/+222 | |
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | |||||
2007-03-13 | add more doc stubs | William Jon McCann | 6 | -57/+108 | |
2007-03-13 | convert to utf8 and xhtml output | William Jon McCann | 3 | -62/+64 | |
Seems to fix some problems with invalid characters showing up. | |||||
2007-03-13 | add the last bits of spec framework | William Jon McCann | 20 | -741/+1821 | |
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml. | |||||
2007-03-10 | regenerate docs | William Jon McCann | 2 | -54/+54 | |
2007-03-10 | add the generated doc html | William Jon McCann | 2 | -1/+96 | |
2007-03-09 | add a few more parameters to session idl | William Jon McCann | 1 | -1/+89 | |
2007-03-09 | add a tool to autogenerate dbus object ref docs | William Jon McCann | 10 | -152/+859 | |
I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc. | |||||
2007-03-08 | tweak the css for the docs | William Jon McCann | 2 | -15/+66 | |
2007-03-08 | add a stub for docbook documentation | William Jon McCann | 9 | -0/+305 | |