summaryrefslogtreecommitdiff
path: root/src/telepathy-logger.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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.
* 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-271-4/+4
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-2/+2
|
* make distcheck fixesDanielle Madeley2010-02-241-1/+1
|
* TP style fixesCosimo Alfarano2010-02-181-1/+1
|
* 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.
* 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
|
* Fixed check-coding-styleCosimo Alfarano2010-02-101-15/+15
| | | | * now it only fails the dbus-binding-tool generated code
* Moved dbus-service to telepathy-logger/Cosimo Alfarano2010-02-091-16/+17
| | | | | | | * 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
* Merged the TPL and TPL DBus serviceCosimo Alfarano2010-02-081-0/+34
| | | | * TPL and TPL-DBus are now running within the same daemon telepahty-logger
* TplChannelText actionchain order fixedCosimo Alfarano2010-02-081-1/+3
| | | | | | | * 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
* ChannelFactory registration to TplObserverCosimo Alfarano2010-02-031-1/+6
| | | | | * added getter/setter for TplChannelFactory to the Observer * added Channel Factory registration phase into src/telepathy-logger.c
* Improved channel-factoryCosimo Alfarano2010-02-021-1/+18
| | | | | * using GHashTable instead of static array for ChannelType+TplChannelContructor association * initialising the Channel Factory in src/telepathy-logger.c
* Async API infrastructureCosimo Alfarano2010-01-131-1/+1
| | | | | | | | * moved code from libtelepathy-logger/ to telepathy-logger/ * used /usr/bin/indent filter with GNU style for source formatting * added log-manager's async APIs infrastructure using GIO * addes some async method using the async infrastructure * added gconf infrastructure in the telepathy-logger/conf module
* Telepathy code style compliant changes (part1)Cosimo Alfarano2010-01-071-2/+2
| | | | | | | * remove tpl- prefix from file names * moved all the libtelepathy-logger lib related files into libtelepathy-logger/ directory * clean up of configure and makefiles autotool's scripts * added TplConf object for GConf configuration
* Dynlib produced and client API splitCosimo Alfarano2009-12-291-0/+38
* libtool dynamic library produces (libtelepathy-logger) using automake * tpl-log-reader removed (tpl-log-manager used isntead, see below) * TplLogManager methods split into tpl-log-manager.h for the read-only API and tpl-log-manager-priv.h for the internal write access ones