summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Reference entities relative to srcdir not cwdRay Strode2009-07-211-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.
* fix a bunch of xml validation errorsWilliam Jon McCann2009-07-163-60/+75
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=20232
* fix path in includesWilliam Jon McCann2008-07-301-6/+6
|
* reorganize the docs a bitWilliam Jon McCann2008-07-3013-62/+53
|
* pull updated DTD and xsl from DeviceKit-disksWilliam Jon McCann2008-07-242-34/+141
|
* fix distcheckWilliam Jon McCann2008-07-242-1/+2
|
* still having problems using xincludeWilliam Jon McCann2008-07-242-11/+17
|
* fix the includesWilliam Jon McCann2008-07-233-19/+10
|
* add missing bitsWilliam Jon McCann2008-07-232-0/+25
|
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-2313-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.
* regenerate the docs and xml from the specWilliam Jon McCann2008-07-221-1/+5
|
* add GetLoginSessionId to exported interfaceWilliam Jon McCann2008-07-221-0/+13
|
* fix UnixUser to be uintWilliam Jon McCann2008-06-112-6/+6
| | | | Pointed out by Lennart Poettering
* add GetSessions method to Manager interfaceWilliam Jon McCann2008-01-232-1/+26
|
* initial stop/restart supportWilliam Jon McCann2008-01-222-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.
* oops add docs for new seat interfacesWilliam Jon McCann2007-08-172-10/+64
|
* use inotify to detect activity on tty when possibleWilliam Jon McCann2007-04-051-0/+1
|
* bump the ac_prereq and use the docdir varWilliam Jon McCann2007-04-031-1/+1
|
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-193-5/+28
| | | | And associated documentation and added to test-fus.
* more typos in docsWilliam Jon McCann2007-03-151-2/+2
|
* typoWilliam Jon McCann2007-03-151-1/+1
|
* add some more docsWilliam Jon McCann2007-03-143-4/+213
|
* add missing instead attributeWilliam Jon McCann2007-03-141-0/+1
|
* don't include the generated html in gitWilliam Jon McCann2007-03-142-318/+0
|
* missed a namespace on the permission tagWilliam Jon McCann2007-03-133-70/+70
|
* updated doc dtdWilliam Jon McCann2007-03-132-65/+65
|
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-137-78/+222
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* add more doc stubsWilliam Jon McCann2007-03-136-57/+108
|
* convert to utf8 and xhtml outputWilliam Jon McCann2007-03-133-62/+64
| | | | Seems to fix some problems with invalid characters showing up.
* add the last bits of spec frameworkWilliam Jon McCann2007-03-1320-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.
* regenerate docsWilliam Jon McCann2007-03-102-54/+54
|
* add the generated doc htmlWilliam Jon McCann2007-03-102-1/+96
|
* add a few more parameters to session idlWilliam Jon McCann2007-03-091-1/+89
|
* add a tool to autogenerate dbus object ref docsWilliam Jon McCann2007-03-0910-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.
* tweak the css for the docsWilliam Jon McCann2007-03-082-15/+66
|
* add a stub for docbook documentationWilliam Jon McCann2007-03-089-0/+305