summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store.c
Commit message (Expand)AuthorAgeFilesLines
* log-walker: Run the filter synchronously in the walkerDebarshi Ray2013-01-091-4/+2
* TplLogStore: remove :name property entirely.Will Thompson2012-09-251-7/+0
* Make TplLogStore:name immutable.Will Thompson2012-09-251-1/+1
* TplLogStore: make :readable property immutableWill Thompson2012-09-251-4/+4
* TplLogStore: remove writable property.Will Thompson2012-09-251-25/+4
* TplLogStore: attach doc comments to the right propertiesWill Thompson2012-09-251-11/+11
* Correct some typos in docstringsWill Thompson2012-09-251-4/+4
* Documentation fixNicolas Dufresne2012-08-281-1/+1
* log-store: Add a create_iter pure virtual methodDebarshi Ray2012-08-281-0/+17
* log-store: Add G_TYPE_OBJECT as a prerequisite of TPL_TYPE_LOG_STOREDebarshi Ray2012-08-281-0/+1
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* Doc fixNicolas Dufresne2011-02-231-1/+1
* Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne2011-02-221-12/+22
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-20/+13
* Merge branch 'remove-unused'Nicolas Dufresne2011-02-111-31/+0
|\
| * Strip off unused search_in_identifierNicolas Dufresne2011-02-081-31/+0
* | Implement clear_entity in log store base classNicolas Dufresne2011-02-101-0/+13
* | Implement clear_account method in LogStore base classNicolas Dufresne2011-02-101-0/+11
* | Add clear method to TplLogStore base classNicolas Dufresne2011-02-101-0/+11
|/
* Renamed TplEventText into TplTextEventNicolas Dufresne2011-02-081-4/+4
* Renamed get_events() into get_entities()Nicolas Dufresne2011-01-191-8/+8
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-5/+5
* Adapt the log store interface to the API changesEmilio Pozuelo Monfort2011-01-101-72/+71
* log-store: sync header with EmpathyGuillaume Desmottes2010-06-181-11/+10
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-5/+5
* log-store: prefix internal API with underscoreGuillaume Desmottes2010-06-041-23/+23
* pass const GDate where it makes senseGuillaume Desmottes2010-06-041-1/+1
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-5/+5
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-1/+1
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
* TplLogStore and TplLogStoreXML: fix type for identifier in _search_in_identif...Cosimo Alfarano2010-04-051-1/+1
* Prefix an underscore to symbols in log-manager-priv.hSimon McVittie2010-03-231-1/+1
* Renamed Counter LogStore to Sqlite, adding also a Caching functionality, whichCosimo Alfarano2010-03-121-11/+27
* log-store: add common properties to the LogStore GInterfaceDanielle Madeley2010-03-051-28/+61
* TP Style fixes and gtk-doc src documentation improvedCosimo Alfarano2010-02-221-6/+99
* rename LogStore iface method from last_messages to recent_messagesCosimo Alfarano2010-02-221-3/+3
* Added Empathy legacy LogStore support into LogManager.Cosimo Alfarano2010-02-221-14/+22
* Fixing LogStore->add_message method using TplLogEntry instead of gpointerCosimo Alfarano2010-02-161-1/+1
* TP style fixesCosimo Alfarano2010-02-151-1/+2
* include config.hCosimo Alfarano2010-02-151-0/+4
* Fixed check-coding-styleCosimo Alfarano2010-02-101-14/+14
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-1/+34
* Add support for multi logstoreCosimo Alfarano2010-02-041-63/+66
* Started the TplLogEntry refactoringCosimo Alfarano2010-01-221-1/+1
* GConf enabledCosimo Alfarano2010-01-141-4/+1
* Async API infrastructureCosimo Alfarano2010-01-131-0/+197