summaryrefslogtreecommitdiff
path: root/telepathy-logger/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* ignorelist: Fix annotation and documentationNicolas Dufresne2013-04-081-2/+1
|
* Coding style fixNicolas Dufresne2013-04-081-1/+1
|
* Add ignore list capabilityDan Vrátil2013-04-041-1/+65
| | | | | | This allow disabling logging for a specific contact. Fix bug https://bugs.freedesktop.org/show_bug.cgi?id=54033
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-1/+1
|
* Fix introspection warningsJasper St. Pierre2012-05-281-3/+3
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* [conf] support a new env var TPL_TEST_MODE that doesn't enable GSettingsDanielle Madeley2010-08-121-12/+23
| | | | Use the env var to enable 'make check' to work.
* Add globally-enabled property + notificationDanielle Madeley2010-08-061-0/+71
|
* Remove ignore-accountsDanielle Madeley2010-08-061-144/+0
| | | | Based on feedback from Simon and Guillaume.
* Add a TplConf::ignore-accounts-changed signalDanielle Madeley2010-07-191-30/+82
|
* Port TplConf to GSettingsDanielle Madeley2010-07-191-163/+46
| | | | | | set/get_accounts_ignorelist have not been implemented, and just ifdef'ed out, because nothing uses them at this stage and the API might want rethinking before we implement them.
* conf: prefix internal API with underscoreGuillaume Desmottes2010-06-041-21/+21
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-2/+2
|
* Internalize util.hSimon McVittie2010-04-231-2/+1
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
|
* Using the more informative CRITICAL instead of g_criticalCosimo Alfarano2010-03-121-2/+2
|
* conf: return TRUE if globally enabled is unset and unschemaedDanielle Madeley2010-02-161-11/+25
| | | | Also fix up some line wrapping issues and other small bits.
* Removal of util.c module.Cosimo Alfarano2010-02-151-2/+5
| | | | | | | | Use the normal approach to unreferencing objects. Use g_str_equal instead of tpl_strequal (which was useless and now removed). Removed any inclusion of util.h from headers files, and properly including util.h in .c files
* include config.hCosimo Alfarano2010-02-151-1/+2
| | | | Also alphabetic ordering for TPL_DEBUG_XXX constant and GDebugKey array
* using g_critical which is not fatalCosimo Alfarano2010-02-121-3/+2
|
* Replace uses of g_debug with DEBUGDanielle Madeley2010-02-121-2/+4
|
* Fixed check-coding-styleCosimo Alfarano2010-02-101-6/+6
| | | | * now it only fails the dbus-binding-tool generated code
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-17/+17
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* Moved dbus-service to telepathy-logger/Cosimo Alfarano2010-02-091-64/+150
| | | | | | | * 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
* Improved channel-factoryCosimo Alfarano2010-02-021-2/+2
| | | | | * using GHashTable instead of static array for ChannelType+TplChannelContructor association * initialising the Channel Factory in src/telepathy-logger.c
* Started the TplLogEntry refactoringCosimo Alfarano2010-01-221-1/+1
|
* TplConf bug fixedCosimo Alfarano2010-01-191-2/+6
|
* GConf enabledCosimo Alfarano2010-01-141-43/+215
| | | | | | * gconf enabled using TplConf. Schema defined in telepathy-logger.schemas file * fixes for the Async API * add_message and add_message_async modified: chat_id, is_chatroom not needed anymore, while using TplLogEntry
* Async API infrastructureCosimo Alfarano2010-01-131-0/+93
* 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