summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.h
Commit message (Expand)AuthorAgeFilesLines
* Add ignore list capabilityDan Vrátil2013-04-041-0/+12
* Documentation fixNicolas Dufresne2012-08-281-5/+4
* log-manager: Implement walk_filtered_eventsDebarshi Ray2012-08-281-0/+8
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-1/+1
* Improve GObject introspection anotationNicolas Dufresne2011-10-311-0/+2
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* Add support for searching call in XML storeNicolas Dufresne2011-03-251-0/+1
* Doc fixNicolas Dufresne2011-02-231-2/+22
* Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne2011-02-221-6/+10
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-10/+5
* Renamed get_events() into get_entities()Nicolas Dufresne2011-01-191-3/+3
* Use ROOM instead of GROUP to match Telepathy APINicolas Dufresne2011-01-171-1/+1
* LogManager style fixes and functions orderNicolas Dufresne2011-01-171-16/+34
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-171-1/+0
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-2/+2
* Make log-manager API generic and not chat centricEmilio Pozuelo Monfort2011-01-101-20/+28
* log-manager: sync header with EmpathyGuillaume Desmottes2010-06-171-11/+10
* rename TPL_LOG_MANAGER_ERRORS to TPL_LOG_MANAGER_ERRORGuillaume Desmottes2010-06-111-1/+1
* rename TPL_LOG_MANAGER_ERROR to TPL_LOG_MANAGER_ERRORS and properly define th...Guillaume Desmottes2010-06-101-1/+3
* remove TPL_LOG_MANAGER_ERROR_FAILEDGuillaume Desmottes2010-06-101-1/+0
* remove TPL_LOG_MANAGER_LOG_STORE_DEFAULTGuillaume Desmottes2010-06-101-1/+0
* document log-managerGuillaume Desmottes2010-06-101-2/+1
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-1/+1
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-071-1/+1
* pass const GDate where it makes senseGuillaume Desmottes2010-06-041-1/+1
* remove tpl_log_manager_get_date_readableGuillaume Desmottes2010-06-021-2/+0
* rename tpl_log_manager_search_new_async to tpl_log_manager_search_asyncGuillaume Desmottes2010-06-021-2/+2
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-2/+2
* remove TPL_LOG_MANAGER_ERROR_BAD_ARGGuillaume Desmottes2010-06-011-3/+1
* log-manager: move API not used by Empathy as internalGuillaume Desmottes2010-05-271-14/+0
* log-manager: move sync API as internalGuillaume Desmottes2010-05-271-19/+0
* fix tpl_log_manager_search_new_finishGuillaume Desmottes2010-05-261-1/+2
* fix tpl_log_manager_search_in_identifier_chats_new_finishGuillaume Desmottes2010-05-261-2/+4
* fix tpl_log_manager_get_chats_finishGuillaume Desmottes2010-05-261-1/+2
* fix tpl_log_manager_get_filtered_messages_finishGuillaume Desmottes2010-05-261-1/+2
* fix tpl_log_manager_get_messages_for_date_finishGuillaume Desmottes2010-05-261-1/+2
* fix tpl_log_manager_get_dates_finish signature and implementationGuillaume Desmottes2010-05-261-1/+2
* log-manager: first argument of _finish methods is supposed to be the sourceGuillaume Desmottes2010-05-261-5/+11
* properly name _finish functionsGuillaume Desmottes2010-05-261-6/+6
* Moving TplLogMessageFilter to log-manager.h so that log-store.h does not need...Cosimo Alfarano2010-03-231-0/+2
* Moving tpl_log_manager_register_log_store to log-manager-privCosimo Alfarano2010-03-231-4/+0
* Adding a GIO's _finish() method to each async API in log-manager.Cosimo Alfarano2010-02-251-3/+18
* Improved error managing in log-manager and log-store-empathyCosimo Alfarano2010-02-221-0/+1
* Added Empathy legacy LogStore support into LogManager.Cosimo Alfarano2010-02-221-1/+2
* renaming to tpl_log_register_log_storeCosimo Alfarano2010-02-121-1/+1
* Fixed check-coding-styleCosimo Alfarano2010-02-101-6/+6
* Added debug module from gabbleCosimo Alfarano2010-02-101-1/+1
* Add support for multi logstoreCosimo Alfarano2010-02-041-5/+6
* ChannelFactory registration to TplObserverCosimo Alfarano2010-02-031-2/+1
* Refactored TplChannelText using ActionChainCosimo Alfarano2010-01-281-30/+30