summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.1.2telepathy-logger-0.1.2Guillaume Desmottes2010-06-182-2/+15
* COPYING: remove first paragraph, everything is LGPL nowGuillaume Desmottes2010-06-181-6/+0
* relicense to LGPLGuillaume Desmottes2010-06-182-1163/+489
* log-store-sqlite: relicense to LGPLGuillaume Desmottes2010-06-182-20/+18
* log-store: sync header with EmpathyGuillaume Desmottes2010-06-182-22/+20
* log-manager: sync header with EmpathyGuillaume Desmottes2010-06-173-33/+30
* log-store-xml: sync header with EmpathyGuillaume Desmottes2010-06-172-22/+20
* datetime: sync header with EmpathyGuillaume Desmottes2010-06-172-20/+22
* don't log messages with the Rescued flagGuillaume Desmottes2010-06-171-0/+6
* Explicitly link telepathy-logger-debug to libdbus and dbus-glib, tooSimon McVittie2010-06-171-1/+1
* Merge branch 'libification'Simon McVittie2010-06-176-31/+51
|\
| * Use the right LIBS to link telepathy-loggerSimon McVittie2010-06-171-2/+1
| * Set a SONAME for libtpl-extensions.so.1, if builtSimon McVittie2010-06-172-1/+15
| * extensions/Makefile.am: use LDFLAGS correctlySimon McVittie2010-06-171-1/+2
| * Set a proper SONAME for libtelepathy-logger.soSimon McVittie2010-06-172-0/+30
| * Remove tpl_released, which is redundant with the way we use nano versionsSimon McVittie2010-06-171-6/+3
| * Update .gitignoreSimon McVittie2010-06-171-2/+3
| * Remove remnants of support for compiling without TextSimon McVittie2010-06-172-22/+0
* | update gitignoreGuillaume Desmottes2010-06-171-2/+2
* | add telepathy-logger.hGuillaume Desmottes2010-06-172-0/+30
|/
* signal-type isn't a property any moreGuillaume Desmottes2010-06-171-1/+0
* rename telepathy-logger.pc to telepathy-logger-0.1.pcGuillaume Desmottes2010-06-164-3/+3
* set the right entity type on self entitiesGuillaume Desmottes2010-06-151-2/+2
* rename TPL_ENTITY_USER to TPL_ENTITY_CONTACTGuillaume Desmottes2010-06-154-12/+12
* rename TplContact to TplEntityGuillaume Desmottes2010-06-1512-222/+222
* move contact(-internal) to entity(-internal)Guillaume Desmottes2010-06-158-9/+8
* rename TPL_LOG_MANAGER_ERRORS to TPL_LOG_MANAGER_ERRORGuillaume Desmottes2010-06-112-3/+3
* fix typos in docGuillaume Desmottes2010-06-111-2/+2
* document contactGuillaume Desmottes2010-06-101-3/+38
* remove tpl_contact_from_tp_contact declarationGuillaume Desmottes2010-06-102-4/+2
* rename TPL_LOG_MANAGER_ERROR to TPL_LOG_MANAGER_ERRORS and properly define th...Guillaume Desmottes2010-06-102-2/+31
* remove TPL_LOG_MANAGER_ERROR_FAILEDGuillaume Desmottes2010-06-101-1/+0
* use g_return_fail is user pass invalid arg to APIGuillaume Desmottes2010-06-102-86/+18
* remove TPL_LOG_MANAGER_LOG_STORE_DEFAULTGuillaume Desmottes2010-06-102-5/+4
* document log-managerGuillaume Desmottes2010-06-102-16/+55
* document entry-textGuillaume Desmottes2010-06-101-2/+26
* document entryGuillaume Desmottes2010-06-101-4/+30
* add public API to the docGuillaume Desmottes2010-06-101-4/+0
* remove private API from the docGuillaume Desmottes2010-06-101-16/+1
* early return in setters if the arg is NULLGuillaume Desmottes2010-06-102-3/+17
* remove tpl_contact_get_contact declarationGuillaume Desmottes2010-06-101-2/+0
* entry-text: remove the 'tpl-channel-text' propertyGuillaume Desmottes2010-06-091-15/+0
* TplEntry::log-id: don't guarantee it's uniqueGuillaume Desmottes2010-06-091-5/+1
* entry(-text): make all parameters construct-onlyGuillaume Desmottes2010-06-092-13/+14
* rename tpl_entry_get_pending_msg_id to tpl_entry_text_get_pending_msg_idGuillaume Desmottes2010-06-099-88/+88
* move TplEntryDirection as part of the API as it's used by the 'direction' propGuillaume Desmottes2010-06-072-8/+8
* entry: remove 'signal-type' propertyGuillaume Desmottes2010-06-071-14/+0
* rename test-tpl-log-entry.c to test-tpl-entry.cGuillaume Desmottes2010-06-072-2/+2
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-0717-465/+465
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-0718-41/+41