summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
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
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2010-08-27Fixed out-of-tree compilationNicolas Dufresne1-0/+1
Fixe path to config.status from srcdir to builddir and Added missing -I $(top_builddir)/extensions.
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
The comment was actually false, this is the only place where we send messages to the debugger.
2010-06-17Use the right LIBS to link telepathy-loggerSimon McVittie1-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).
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
Remove spurious src/config.h that was causing strange problems
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
If unreferenced, it will be disposed and DBus registration will be unregistered. If not returned a reference will be leaked.
2010-02-15Makefile.am cleanupsCosimo Alfarano1-25/+5
2010-02-12GThread init before any func call.Cosimo Alfarano1-0/+12
* removed g_thred_init from the log manager * initialising thread in main, before anything else
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
* now it only fails the dbus-binding-tool generated code
2010-02-09Moved dbus-service to telepathy-logger/Cosimo Alfarano9-648/+131
* moved the DBus related modules from src/ to telepathy-logger/ and data/ for dbus-bind-tools XML * adding doc for TplConf * TP-restyling for TplConf
2010-02-08Merged the TPL and TPL DBus serviceCosimo Alfarano3-11/+36
* TPL and TPL-DBus are now running within the same daemon telepahty-logger
2010-02-08TplChannelText actionchain order fixedCosimo Alfarano2-2/+4
* added _prepend method to ActionChain * fixed a action insertion order in TplChannelText, so that TpContacts are retrieved BEFORE the message pending retrieval * improved TplChannelText debugging
2010-02-05fix lost pending messagesCosimo Alfarano1-1/+1
* add support for Pending Messages retrieval on Text channels * misc TP re-styling * add properties to TplContact * add documentation for some methods
2010-02-03ChannelFactory registration to TplObserverCosimo Alfarano1-1/+6
* added getter/setter for TplChannelFactory to the Observer * added Channel Factory registration phase into src/telepathy-logger.c
2010-02-02Improved channel-factoryCosimo Alfarano1-1/+18
* using GHashTable instead of static array for ChannelType+TplChannelContructor association * initialising the Channel Factory in src/telepathy-logger.c
2010-01-29TP RestylingCosimo Alfarano1-37/+36
2010-01-29TP RestylingCosimo Alfarano2-118/+122