summaryrefslogtreecommitdiff
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie2013-11-071-2/+2
| | | | | | | | | Similar to MC commit 04dd9b4. (cherry picked from commit 6b05f8f7b39b2dd77f4e71447a633b568cb1311c) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-091-0/+2
| | | | | | | | | | | This is Autoconf best-practice, and ensures that the GLib and Telepathy version-selection macros defined by configure.ac work as intended. Including config.h turns on ENABLE_DEBUG, which in turn leads to the usage of _tpl_debug_set_flags_from_env. In those cases we should include telepathy-logger/debug-internal.h also. Fixes: https://bugs.freedesktop.org/59165
* Fix distcheck, missing file in clean listNicolas Dufresne2012-08-291-0/+1
|
* Update tools/ copy from telepathy-glibXavier Claessens2012-07-033-57/+67
| | | | This avoid single include from generated code
* add missing config.hGuillaume Desmottes2012-02-141-0/+2
|
* Merge branch 'remove-unused'Nicolas Dufresne2011-02-111-70/+1
|\ | | | | | | | | | | | | Conflicts: telepathy-logger/log-manager-internal.h Reviewed-by: emilio.pozuelo@collabora.co.uk
| * Strip off GetRecentsEvents from D-Bus APINicolas Dufresne2011-02-081-70/+1
| |
* | Fix log -> logs in docstringNicolas Dufresne2011-02-111-1/+1
| |
* | Implement DBus method for clear_entityNicolas Dufresne2011-02-101-0/+25
| |
* | Implement DBus method for ClearAccountNicolas Dufresne2011-02-101-0/+13
| |
* | Implement clear method into D-Bus serviceNicolas Dufresne2011-02-101-0/+7
|/
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-1/+1
|
* Adapt the dbus service to the API changesEmilio Pozuelo Monfort2011-01-101-6/+10
| | | | | | | | | This changes the GetRecentMessages dbus method to a new GetRecentEvents one, with a slightly different signature (type argument instead of is_chatroom one), similar to the C API changes. Bump the interface version since this is a break.
* Fixed out-of-tree compilationNicolas Dufresne2010-08-271-1/+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-2/+2
|
* Set a SONAME for libtpl-extensions.so.1, if builtSimon McVittie2010-06-171-0/+2
|
* extensions/Makefile.am: use LDFLAGS correctlySimon McVittie2010-06-171-1/+2
| | | | LIBS shouldn't be in LDFLAGS, they should be in LIBS or LIBADD.
* Remove vestigial handle-leak-debug stuff cargo-culted from telepathy-glibSimon McVittie2010-04-211-1/+1
| | | | | This is only useful for connection manager executables. The logger isn't one of those.
* Fix dependency for _gen/cli-misc.h in extensionsSimon McVittie2010-04-211-1/+1
|
* Make the extensions library public and perform some minor reorganization.Travis Reitter2010-03-307-30/+137
|
* extensions/Makefile.am: ensure there's a rule for _gen/cli-body.hSimon McVittie2010-03-231-1/+1
| | | | This fixes parallel builds, at least on my laptop.
* Add favourite contacts support.Travis Reitter2010-02-251-0/+83
| | | | This adds a simple D-Bus API and implementation for storing and manipulating a set of favourite Telepathy contacts.
* Update spec for int64 timestamps, correct dbus-service typesDanielle Madeley2010-02-162-5/+7
| | | | Also plug a leak due to incorrect usage of tp_value_array_build
* Some more fixes about DBus extentionsCosimo Alfarano2010-02-122-10/+29
|
* Generate client bindingsDanielle Madeley2010-02-113-0/+17
|
* Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley2010-02-115-166/+64
|
* Added file for TP DBus extension supportCosimo Alfarano2010-01-293-0/+316