summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-041-19/+0
| | | | | Give a TplClientFactory to the TplObserver, so we get already prepared TplTextChannel and TplCallChannel subclasses.
* Remove streamed media channel supportXavier Claessens2012-07-031-5/+0
|
* Disable single include of telepathy-glib headersXavier Claessens2012-07-032-1/+2
|
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-7/+1
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* Remove call to g_thread_init()Nicolas Dufresne2011-10-311-12/+0
| | | | | | | This is automatically called by g_type_init() since glib 2.23 and is now deprecated. https://bugs.freedesktop.org/show_bug.cgi?id=42284
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-1/+9
|
* all: fix -Wunused-but-set-variable warningsJonny Lamb2011-05-111-2/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Removed broken editor instructionNicolas Dufresne2011-03-252-2/+0
|
* Make Call support conditional to --enable-callNicolas Dufresne2011-03-251-1/+6
|
* Add support for TplCallChannelNicolas Dufresne2011-03-251-0/+5
|
* Add TplStreamMediaChannel legacy call observerNicolas Dufresne2011-03-251-0/+6
|
* Strip off GetRecentsEvents from D-Bus APINicolas Dufresne2011-02-081-42/+1
|
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-3/+3
| | | | | This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
* Adapt the tests to the API changesEmilio Pozuelo Monfort2011-01-101-3/+3
|
* Fix typoEmilio Pozuelo Monfort2011-01-031-1/+1
|
* Set the program nameEmilio Pozuelo Monfort2010-12-231-0/+2
|
* fd.o #31663: use tp_dbus_daemon_register_object to avoid tp_get_bus()Simon McVittie2010-11-181-1/+1
| | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* 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
|
* install the logger to libexecGuillaume Desmottes2010-06-281-1/+1
|
* always send debug messages to the debuggerGuillaume Desmottes2010-06-221-3/+1
| | | | | The comment was actually false, this is the only place where we send messages to the debugger.
* Use the right LIBS to link telepathy-loggerSimon McVittie2010-06-171-2/+1
| | | | | | | It uses API from libdbus and dbus-glib, which it accidentally picks up from telepathy-glib at the moment; however, we shouldn't rely on that, and GNU gold (and Fedora's patched GNU ld) have more pedantic defaults (equivalent to -Wl,--no-add-needed).
* observer: prefix internal API with underscoreGuillaume Desmottes2010-06-041-2/+2
|
* dbus-service: prefix internal API with underscoreGuillaume Desmottes2010-06-041-1/+1
|
* channel-text: prefix internal API with underscoreGuillaume Desmottes2010-06-041-1/+1
|
* channel-factory: prefix internal API with underscoreGuillaume Desmottes2010-06-041-4/+4
|
* no need to redefine tpl_observer_register_dbusGuillaume Desmottes2010-05-311-1/+1
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-272-5/+5
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-2/+2
|
* Make the extensions library public and perform some minor reorganization.Travis Reitter2010-03-301-2/+0
|
* Switch from shave to AM_SILENT_RULESSimon McVittie2010-03-231-1/+0
|
* Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefileDanielle Madeley2010-02-252-1/+1
| | | | Remove spurious src/config.h that was causing strange problems
* Change test-api to noinstDanielle Madeley2010-02-251-1/+3
|
* make distcheck fixesDanielle Madeley2010-02-242-1/+2
|
* TP style fixesCosimo Alfarano2010-02-181-1/+1
|
* fixing the clean target for data/ and the AM_CPPFLAGSCosimo Alfarano2010-02-161-0/+1
|
* test-api: fixes to make test-api work correctlyDanielle Madeley2010-02-161-16/+33
|
* DBus registration failure should be notified even if TPL_DEBUG is not setCosimo Alfarano2010-02-151-2/+2
|
* checking against NULL before unreferencing a GObjectCosimo Alfarano2010-02-151-4/+9
|
* Returning reference to TplDBusServiceCosimo Alfarano2010-02-151-5/+13
| | | | | If unreferenced, it will be disposed and DBus registration will be unregistered. If not returned a reference will be leaked.
* Makefile.am cleanupsCosimo Alfarano2010-02-151-25/+5
|
* GThread init before any func call.Cosimo Alfarano2010-02-121-0/+12
| | | | | * removed g_thred_init from the log manager * initialising thread in main, before anything else
* use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano2010-02-121-11/+19
|
* Adding fixing or preprocessor if/endif commentsCosimo Alfarano2010-02-121-2/+0
|
* dbus-service: more fixesCosimo Alfarano2010-02-121-3/+3
|
* Replace uses of g_debug with DEBUGDanielle Madeley2010-02-121-6/+6
|
* telepathy-logger: Enable debuggingDanielle Madeley2010-02-121-1/+77
|
* Port to TplSvcLoggerDanielle Madeley2010-02-112-31/+25
|
* Fixed check-coding-styleCosimo Alfarano2010-02-102-16/+16
| | | | * now it only fails the dbus-binding-tool generated code