Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-11 | Merge branch 'remove-unused' | Nicolas Dufresne | 1 | -70/+1 | |
Conflicts: telepathy-logger/log-manager-internal.h Reviewed-by: emilio.pozuelo@collabora.co.uk | |||||
2011-02-11 | Fix log -> logs in docstring | Nicolas Dufresne | 1 | -1/+1 | |
2011-02-10 | Implement DBus method for clear_entity | Nicolas Dufresne | 1 | -0/+25 | |
2011-02-10 | Implement DBus method for ClearAccount | Nicolas Dufresne | 1 | -0/+13 | |
2011-02-10 | Implement clear method into D-Bus service | Nicolas Dufresne | 1 | -0/+7 | |
2011-02-08 | Strip off GetRecentsEvents from D-Bus API | Nicolas Dufresne | 1 | -70/+1 | |
2011-01-10 | Renamed TplEntry* into TplEvent* | Nicolas Dufresne | 1 | -1/+1 | |
2011-01-10 | Adapt the dbus service to the API changes | Emilio Pozuelo Monfort | 1 | -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. | |||||
2010-08-27 | Fixed out-of-tree compilation | Nicolas Dufresne | 1 | -1/+1 | |
Fixe path to config.status from srcdir to builddir and Added missing -I $(top_builddir)/extensions. | |||||
2010-08-17 | merge PL and LIBTPL libs together | Guillaume Desmottes | 1 | -2/+2 | |
2010-06-17 | Set a SONAME for libtpl-extensions.so.1, if built | Simon McVittie | 1 | -0/+2 | |
2010-06-17 | extensions/Makefile.am: use LDFLAGS correctly | Simon McVittie | 1 | -1/+2 | |
LIBS shouldn't be in LDFLAGS, they should be in LIBS or LIBADD. | |||||
2010-04-21 | Remove vestigial handle-leak-debug stuff cargo-culted from telepathy-glib | Simon McVittie | 1 | -1/+1 | |
This is only useful for connection manager executables. The logger isn't one of those. | |||||
2010-04-21 | Fix dependency for _gen/cli-misc.h in extensions | Simon McVittie | 1 | -1/+1 | |
2010-03-30 | Make the extensions library public and perform some minor reorganization. | Travis Reitter | 7 | -30/+137 | |
2010-03-23 | extensions/Makefile.am: ensure there's a rule for _gen/cli-body.h | Simon McVittie | 1 | -1/+1 | |
This fixes parallel builds, at least on my laptop. | |||||
2010-02-25 | Add favourite contacts support. | Travis Reitter | 1 | -0/+83 | |
This adds a simple D-Bus API and implementation for storing and manipulating a set of favourite Telepathy contacts. | |||||
2010-02-16 | Update spec for int64 timestamps, correct dbus-service types | Danielle Madeley | 2 | -5/+7 | |
Also plug a leak due to incorrect usage of tp_value_array_build | |||||
2010-02-12 | Some more fixes about DBus extentions | Cosimo Alfarano | 2 | -10/+29 | |
2010-02-11 | Generate client bindings | Danielle Madeley | 3 | -0/+17 | |
2010-02-11 | Get org.freedesktop.Telepathy.Logger extension building | Danielle Madeley | 5 | -166/+64 | |
2010-01-29 | Added file for TP DBus extension support | Cosimo Alfarano | 3 | -0/+316 | |