Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log-store: sync header with Empathy | Guillaume Desmottes | 2010-06-18 | 1 | -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 TplEntry | Guillaume Desmottes | 2010-06-07 | 1 | -5/+5 |
| | |||||
* | log-store: prefix internal API with underscore | Guillaume Desmottes | 2010-06-04 | 1 | -23/+23 |
| | |||||
* | pass const GDate where it makes sense | Guillaume Desmottes | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | Use GDate instead of string to represent dates in API | Guillaume Desmottes | 2010-06-02 | 1 | -5/+5 |
| | |||||
* | rename all non public headers to -internal.h | Guillaume Desmottes | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Rename debug.h to debug-internal.h and underscore-prefix its functions | Simon McVittie | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | TplLogStore and TplLogStoreXML: fix type for identifier in ↵ | Cosimo Alfarano | 2010-04-05 | 1 | -1/+1 |
| | | | | | | _search_in_identifier_chats_new From "gchar const *" to "const gchar *" | ||||
* | Prefix an underscore to symbols in log-manager-priv.h | Simon McVittie | 2010-03-23 | 1 | -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, which | Cosimo Alfarano | 2010-03-12 | 1 | -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 GInterface | Danielle Madeley | 2010-03-05 | 1 | -28/+61 |
| | | | | Remove is_{readable,writable} from iface use properties instead | ||||
* | TP Style fixes and gtk-doc src documentation improved | Cosimo Alfarano | 2010-02-22 | 1 | -6/+99 |
| | |||||
* | rename LogStore iface method from last_messages to recent_messages | Cosimo Alfarano | 2010-02-22 | 1 | -3/+3 |
| | |||||
* | Added Empathy legacy LogStore support into LogManager. | Cosimo Alfarano | 2010-02-22 | 1 | -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 gpointer | Cosimo Alfarano | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | TP style fixes | Cosimo Alfarano | 2010-02-15 | 1 | -1/+2 |
| | |||||
* | include config.h | Cosimo Alfarano | 2010-02-15 | 1 | -0/+4 |
| | | | | Also alphabetic ordering for TPL_DEBUG_XXX constant and GDebugKey array | ||||
* | Fixed check-coding-style | Cosimo Alfarano | 2010-02-10 | 1 | -14/+14 |
| | | | | * now it only fails the dbus-binding-tool generated code | ||||
* | created gtk-doc infrastructure | Cosimo Alfarano | 2010-02-10 | 1 | -1/+34 |
| | | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests | ||||
* | Add support for multi logstore | Cosimo Alfarano | 2010-02-04 | 1 | -63/+66 |
| | |||||
* | Started the TplLogEntry refactoring | Cosimo Alfarano | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | GConf enabled | Cosimo Alfarano | 2010-01-14 | 1 | -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 infrastructure | Cosimo Alfarano | 2010-01-13 | 1 | -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 |