summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Include config.h as the first thing in every .c fileHEADmasterDebarshi Ray1-0/+2
2012-07-04Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens1-19/+0
2012-07-03Remove streamed media channel supportXavier Claessens1-5/+0
2012-07-03Disable single include of telepathy-glib headersXavier Claessens2-1/+2
2012-03-28Port TplCallChannel to Call1 APINicolas Dufresne1-7/+1
2011-10-31Remove call to g_thread_init()Nicolas Dufresne1-12/+0
2011-10-14Fix observer singleton and select featuresNicolas Dufresne1-1/+9
2011-05-11all: fix -Wunused-but-set-variable warningsJonny Lamb1-2/+1
2011-03-25Removed broken editor instructionNicolas Dufresne2-2/+0
2011-03-25Make Call support conditional to --enable-callNicolas Dufresne1-1/+6
2011-03-25Add support for TplCallChannelNicolas Dufresne1-0/+5
2011-03-25Add TplStreamMediaChannel legacy call observerNicolas Dufresne1-0/+6
2011-02-08Strip off GetRecentsEvents from D-Bus APINicolas Dufresne1-42/+1
2011-02-08Renamed TplChannelText into TplTextChannelNicolas Dufresne1-3/+3
2011-01-10Adapt the tests to the API changesEmilio Pozuelo Monfort1-3/+3
2011-01-03Fix typoEmilio Pozuelo Monfort1-1/+1
2010-12-23Set the program nameEmilio Pozuelo Monfort1-0/+2
2010-11-18fd.o #31663: use tp_dbus_daemon_register_object to avoid tp_get_bus()Simon McVittie1-1/+1
2010-08-27Fixed out-of-tree compilationNicolas Dufresne1-0/+1
2010-08-17merge PL and LIBTPL libs togetherGuillaume Desmottes1-1/+1
2010-06-28install the logger to libexecGuillaume Desmottes1-1/+1
2010-06-22always send debug messages to the debuggerGuillaume Desmottes1-3/+1
2010-06-17Use the right LIBS to link telepathy-loggerSimon McVittie1-2/+1
2010-06-04observer: prefix internal API with underscoreGuillaume Desmottes1-2/+2
2010-06-04dbus-service: prefix internal API with underscoreGuillaume Desmottes1-1/+1
2010-06-04channel-text: prefix internal API with underscoreGuillaume Desmottes1-1/+1
2010-06-04channel-factory: prefix internal API with underscoreGuillaume Desmottes1-4/+4
2010-05-31no need to redefine tpl_observer_register_dbusGuillaume Desmottes1-1/+1
2010-05-27rename all non public headers to -internal.hGuillaume Desmottes2-5/+5
2010-04-23Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie1-2/+2
2010-03-30Make the extensions library public and perform some minor reorganization.Travis Reitter1-2/+0
2010-03-23Switch from shave to AM_SILENT_RULESSimon McVittie1-1/+0
2010-02-25Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefileDanielle Madeley2-1/+1
2010-02-25Change test-api to noinstDanielle Madeley1-1/+3
2010-02-24make distcheck fixesDanielle Madeley2-1/+2
2010-02-18TP style fixesCosimo Alfarano1-1/+1
2010-02-16fixing the clean target for data/ and the AM_CPPFLAGSCosimo Alfarano1-0/+1
2010-02-16test-api: fixes to make test-api work correctlyDanielle Madeley1-16/+33
2010-02-15DBus registration failure should be notified even if TPL_DEBUG is not setCosimo Alfarano1-2/+2
2010-02-15checking against NULL before unreferencing a GObjectCosimo Alfarano1-4/+9
2010-02-15Returning reference to TplDBusServiceCosimo Alfarano1-5/+13
2010-02-15Makefile.am cleanupsCosimo Alfarano1-25/+5
2010-02-12GThread init before any func call.Cosimo Alfarano1-0/+12
2010-02-12use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano1-11/+19
2010-02-12Adding fixing or preprocessor if/endif commentsCosimo Alfarano1-2/+0
2010-02-12dbus-service: more fixesCosimo Alfarano1-3/+3
2010-02-12Replace uses of g_debug with DEBUGDanielle Madeley1-6/+6
2010-02-12telepathy-logger: Enable debuggingDanielle Madeley1-1/+77
2010-02-11Port to TplSvcLoggerDanielle Madeley2-31/+25
2010-02-10Fixed check-coding-styleCosimo Alfarano2-16/+16