summaryrefslogtreecommitdiff
path: root/telepathy-logger/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Split legacy Empathy log reader into its own classWill Thompson2013-01-161-0/+2
| | | | | | | | | | | | My commit eaefb26 introduced a regression: by assuming that any class that implements add_event is writable, logs were being written to the legacy Empathy location. By splitting the legacy location handling into a subclass, we can override add_event to un-implement it and make the subclass read-only, as well as removing special cases from the XML store itself. Thanks to Debarshi Ray for catching this!
* Add TplLogIterPidgin skeletonDebarshi Ray2012-08-281-0/+2
| | | | Fixes: https://bugs.freedesktop.org/41772
* Add TplLogIterXml skeletonDebarshi Ray2012-08-281-0/+2
| | | | Fixes: https://bugs.freedesktop.org/41772
* Add TplLogWalker skeletonDebarshi Ray2012-08-281-0/+3
| | | | Fixes: https://bugs.freedesktop.org/41772
* Add TplLogIter skeletonDebarshi Ray2012-07-201-0/+2
| | | | Fixes: https://bugs.freedesktop.org/41772
* Drop unused TplChannelXavier Claessens2012-07-041-2/+0
|
* Drop TplChannelFactoryXavier Claessens2012-07-041-2/+0
|
* Add TplClientFactoryXavier Claessens2012-07-041-0/+2
| | | | | It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
* Remove streamed media channel supportXavier Claessens2012-07-031-2/+0
|
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-1/+2
|
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-22/+5
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* Fail on missing gobject-instrospection makefileNicolas Dufresne2011-11-241-1/+3
| | | | | | | | | On Debian the gobject-introspection build tools and the .pc are shipped into seperate packages without dependency, which is a packaging bug. To make this bug more obvious, we now fail if the makefile in /usr/share/ is missing. https://bugs.freedesktop.org/show_bug.cgi?id=43200
* Fixing some non-quiet actionsNicolas Dufresne2011-10-311-3/+3
|
* Make Call support conditional to --enable-callNicolas Dufresne2011-03-251-9/+26
|
* Add support for TplCallChannelNicolas Dufresne2011-03-251-0/+2
|
* Add TplStreamMediaChannel legacy call observerNicolas Dufresne2011-03-251-0/+2
|
* Add TplCallEvent classNicolas Dufresne2011-03-251-0/+3
|
* Move _time_parse() to util and remove datetimeNicolas Dufresne2011-03-031-2/+0
|
* Make the introspection files be 0.2 instead of 1.0Emilio Pozuelo Monfort2011-03-011-8/+8
|
* Introspection: use $(LIBTPL_HEADERS) to get the public headersEmilio Pozuelo Monfort2011-02-281-8/+3
|
* Start work on introspection support.Jasper St. Pierre2011-02-281-0/+34
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=34770
* Fix header installation directoryNicolas Dufresne2011-02-231-1/+1
|
* Doc fixNicolas Dufresne2011-02-231-1/+1
|
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-2/+2
| | | | | 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-081-4/+4
| | | | | This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
* Add telepathy-logger/log-store-pidgin.[ch]Cosimo Alfarano2011-01-211-11/+13
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-6/+6
|
* Fixed out-of-tree compilationNicolas Dufresne2010-08-271-0/+1
| | | | | Fixe path to config.status from srcdir to builddir and Added missing -I $(top_builddir)/extensions.
* merge PL and LIBTPL libs togetherGuillaume Desmottes2010-08-171-1/+1
|
* move to nodist_libtelepathy_logger_la_SOURCESGuillaume Desmottes2010-08-111-1/+3
| | | | | That way it's not checked by the coding style scripts and generated files are not shipped in the tarball.
* Add GLib marshaller generation boilerplateDanielle Madeley2010-07-191-2/+16
|
* add telepathy-logger.hGuillaume Desmottes2010-06-171-0/+1
|
* rename telepathy-logger.pc to telepathy-logger-0.1.pcGuillaume Desmottes2010-06-161-1/+1
|
* move contact(-internal) to entity(-internal)Guillaume Desmottes2010-06-151-2/+3
|
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-071-6/+6
|
* add magic to generate list of the ABIGuillaume Desmottes2010-06-041-0/+2
| | | | Copied from tp-glib.
* install headers in telepathy-logger-0.1Guillaume Desmottes2010-05-281-1/+1
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-10/+10
|
* rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes2010-05-271-1/+1
|
* don't install headers which are currently not used by EmpathyGuillaume Desmottes2010-05-271-11/+11
| | | | There is no reason to make them part of the API for now.
* log-entry-text: move setters as internal APIGuillaume Desmottes2010-05-261-0/+1
|
* log-entry: move setter as internal APIGuillaume Desmottes2010-05-261-0/+1
|
* Internalize action-chainSimon McVittie2010-04-231-1/+1
|
* Internalize datetime codeSimon McVittie2010-04-231-1/+1
|
* Internalize util.hSimon McVittie2010-04-231-1/+1
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
|
* Make the extensions library public and perform some minor reorganization.Travis Reitter2010-03-301-1/+1
|
* Switch from shave to AM_SILENT_RULESSimon McVittie2010-03-231-1/+0
|
* Renaming TplLogStoreDefault to TplLogStoreXmlCosimo Alfarano2010-03-121-2/+2
|
* Removing LogStoreEmpathyCosimo Alfarano2010-03-121-2/+0
| | | | the current default LogStore (to be renamed) will manage both legacy and the newer XML version