summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixNicolas Dufresne2012-08-281-0/+4
|
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Move _tpl_entity_compare into TplEntity classNicolas Dufresne2011-03-151-3/+0
|
* Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne2011-02-221-2/+6
|
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-8/+4
| | | | | | | | | In the first rework step, TplEventSearchType was introduced with wrong assomption. This item was merging entity type and event type together. To make thing simple, this patch replace the pair with a TplEntity object that contain all the required information about the Entity. This enable for more complete logs in the future and fix bugs where get_entities() won't return chatrooms.
* Merge branch 'remove-unused'Nicolas Dufresne2011-02-111-21/+0
|\ | | | | | | | | | | | | Conflicts: telepathy-logger/log-manager-internal.h Reviewed-by: emilio.pozuelo@collabora.co.uk
| * Strip off unused search_in_identifierNicolas Dufresne2011-02-081-21/+0
| |
* | Implement clear_entity in TplLogManagerNicolas Dufresne2011-02-101-0/+3
| |
* | Implement clear_account method in LogManagerNicolas Dufresne2011-02-101-0/+2
| |
* | Implement clear method in TplLogManagerNicolas Dufresne2011-02-101-0/+2
|/
* Renamed get_events() into get_entities()Nicolas Dufresne2011-01-191-3/+3
| | | | | | The _get_events() method was misleading. This function would return partially filled TplLogSearchHit that would in fact represent entities. This patch renames the function and return a GList of TplEntity.
* LogManager style fixes and functions orderNicolas Dufresne2011-01-171-7/+8
| | | | | Did some style fixes and reorderd _async and _finish function to be in a natural order.
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-171-1/+0
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-1/+1
|
* Adapt the log manager to the API changesEmilio Pozuelo Monfort2011-01-101-31/+26
|
* add _tpl_log_manager_search_hit_copy()Guillaume Desmottes2010-11-231-0/+2
|
* add tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-0/+6
|
* log-manager: sync header with EmpathyGuillaume Desmottes2010-06-171-11/+10
| | | | | | empathy-log-manager has been relicensed to LGPL: http://git.gnome.org/browse/empathy/commit/?id=b8c3e1f86a5982c06a63116a6dc98a9b583b468c http://git.gnome.org/browse/empathy/commit/?id=f748067f6fa10635261313a28e0a0102168de91e
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-2/+2
|
* pass const GDate where it makes senseGuillaume Desmottes2010-06-041-1/+1
|
* rename tpl_log_manager_search_new_async to tpl_log_manager_search_asyncGuillaume Desmottes2010-06-021-1/+1
|
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-1/+1
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-2/+2
|
* rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes2010-05-271-0/+93