summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store.c
Commit message (Collapse)AuthorAgeFilesLines
* log-store: sync header with EmpathyGuillaume Desmottes2010-06-181-11/+10
| | | | | empathy-log-store has been relicensed to LGPL: http://git.gnome.org/browse/empathy/commit/?id=b0eb7b2baf39cd5a509668bc53e5e34d70cb255d
* 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 ↵Cosimo Alfarano2010-04-051-1/+1
| | | | | | _search_in_identifier_chats_new From "gchar const *" to "const gchar *"
* Prefix an underscore to symbols in log-manager-priv.hSimon McVittie2010-03-231-1/+1
| | | | When we start doing ABI properly, this will mean that they're not exported.
* Renamed Counter LogStore to Sqlite, adding also a Caching functionality, whichCosimo Alfarano2010-03-121-11/+27
| | | | | | | | keeps count of incoming messages and allows duplicate checking LogStore Error codes has been updates to reflect some Index needings Fixed a typo in log-store.c tpl_log_store_is_readable
* log-store: add common properties to the LogStore GInterfaceDanielle Madeley2010-03-051-28/+61
| | | | Remove is_{readable,writable} from iface use properties instead
* 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
| | | | | | | Added is_readable/is_writable method to LogStore interface. Also removed ack_message from LogStore since no destructive calls should be made from an Observer cotext. The method was an Empathy's reminiscence.
* 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
| | | | Also alphabetic ordering for TPL_DEBUG_XXX constant and GDebugKey array
* Fixed check-coding-styleCosimo Alfarano2010-02-101-14/+14
| | | | * now it only fails the dbus-binding-tool generated code
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-1/+34
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* 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
| | | | | | * 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/+197
* 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