Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-15 | rename TplContact to TplEntity | Guillaume Desmottes | 1 | -1/+1 | |
2010-06-10 | add public API to the doc | Guillaume Desmottes | 1 | -4/+0 | |
2010-06-10 | remove private API from the doc | Guillaume Desmottes | 1 | -16/+1 | |
2010-06-07 | move log-entry(-text) to entry(-text) | Guillaume Desmottes | 2 | -6/+6 | |
2010-05-27 | ignore all internal headers in doc | Guillaume Desmottes | 1 | -1/+18 | |
2010-05-27 | rename log-manager-priv.h to log-manager-internal.h | Guillaume Desmottes | 1 | -1/+1 | |
2010-04-23 | Internalize action-chain | Simon McVittie | 2 | -1/+1 | |
2010-04-23 | Remove datetime from docs | Simon McVittie | 2 | -1/+1 | |
2010-04-23 | Remove debug, util from docs | Simon McVittie | 2 | -3/+3 | |
2010-03-23 | Organise docs.xml into public vs. internal based on KA's comments in fd.o #27178 | Simon McVittie | 1 | -7/+12 | |
2010-03-23 | Don't generate documentation for log-manager-priv.h | Simon McVittie | 1 | -3/+2 | |
2010-03-23 | Add top-level documentation file | Simon McVittie | 2 | -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". | |||||
2010-03-23 | gtkdoc: automatically rebuild sections and types files for now | Simon McVittie | 1 | -1/+7 | |
2010-02-24 | Disable check-twisted and check-undocumented from `make check` for the moment | Danielle Madeley | 1 | -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 | |||||
2010-02-24 | make distcheck fixes | Danielle Madeley | 1 | -0/+10 | |
2010-02-11 | Get org.freedesktop.Telepathy.Logger extension building | Danielle Madeley | 8 | -0/+961 | |
2010-02-10 | created gtk-doc infrastructure | Cosimo Alfarano | 4 | -2/+101 | |
* created doc/ infrastructure * added several doc comments * fixed some tests | |||||
2009-12-03 | imported Empathy's LogStore and creating some glue objects | Cosimo Alfarano | 1 | -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 |