summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Use xi:fallback when including the annotation glossaryDebarshi Ray2013-01-211-1/+1
|
* Documentation fixNicolas Dufresne2012-08-282-0/+6
|
* doc: Add log-*-internal.h to IGNORE_HFILES and link to log-walker.xmlDebarshi Ray2012-08-282-0/+5
| | | | Fixes: https://bugs.freedesktop.org/41772
* Move _time_parse() to util and remove datetimeNicolas Dufresne2011-03-031-1/+0
|
* Fix 'make dist' so it worksNicolas Dufresne2011-02-231-1/+1
|
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-1/+1
| | | | | This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
* Renamed TplEventText into TplTextEventNicolas Dufresne2011-02-082-2/+2
| | | | | This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
* Remove white space at end of linesNicolas Dufresne2011-01-211-6/+6
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-102-4/+4
|
* merge PL and LIBTPL libs togetherGuillaume Desmottes2010-08-171-2/+2
|
* rename TplContact to TplEntityGuillaume Desmottes2010-06-151-1/+1
|
* add public API to the docGuillaume Desmottes2010-06-101-4/+0
|
* remove private API from the docGuillaume Desmottes2010-06-101-16/+1
|
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-072-6/+6
|
* ignore all internal headers in docGuillaume Desmottes2010-05-271-1/+18
|
* rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes2010-05-271-1/+1
|
* Internalize action-chainSimon McVittie2010-04-232-1/+1
|
* Remove datetime from docsSimon McVittie2010-04-232-1/+1
|
* Remove debug, util from docsSimon McVittie2010-04-232-3/+3
|
* Organise docs.xml into public vs. internal based on KA's comments in fd.o #27178Simon McVittie2010-03-231-7/+12
|
* Don't generate documentation for log-manager-priv.hSimon McVittie2010-03-231-3/+2
|
* Add top-level documentation fileSimon McVittie2010-03-232-1/+34
| | | | | | While I'm adding a new one anyway, it might as well have a tab-completion-friendly and syntax-highlighting-friendly name, so just call it "docs.xml".
* gtkdoc: automatically rebuild sections and types files for nowSimon McVittie2010-03-231-1/+7
|
* Disable check-twisted and check-undocumented from `make check` for the momentDanielle Madeley2010-02-241-1/+4
| | | | | The twisted tests do not seem to be complete and there are currently way too many undocumented symbols to make that a dependency of running distcheck
* make distcheck fixesDanielle Madeley2010-02-241-0/+10
|
* Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley2010-02-118-0/+961
|
* created gtk-doc infrastructureCosimo Alfarano2010-02-104-2/+101
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* imported Empathy's LogStore and creating some glue objectsCosimo Alfarano2009-12-031-0/+2
* added tpl_contact.c that is similar to EmpathyContact * now received/sent signals instantiate TplContact and will creat TplLogEntryText to be sent to the LogStore