summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added g_type_init_with_debug_flags to suppressionNicolas Dufresne2011-01-141-0/+7
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-1/+1
|
* Adapt the tests to the API changesEmilio Pozuelo Monfort2011-01-101-1/+1
|
* merge PL and LIBTPL libs togetherGuillaume Desmottes2010-08-171-2/+2
|
* [conf] support a new env var TPL_TEST_MODE that doesn't enable GSettingsDanielle Madeley2010-08-121-1/+4
| | | | Use the env var to enable 'make check' to work.
* Revert "Remove tests using GSettings for now"Guillaume Desmottes2010-08-111-0/+11
| | | | This reverts commit 3dc641c316ef08fecf891d60b5b4551f7f346c3f.
* Remove tests using GSettings for nowtelepathy-logger-0.1.5Guillaume Desmottes2010-08-111-11/+0
| | | | They are broken because of fdo #29503 and I need a release now.
* remove test-tpl-entry.cGuillaume Desmottes2010-06-232-24/+0
| | | | | It's doesn't test anything and we should replace it by a proper test using fake services and stuffs.
* Explicitly link telepathy-logger-debug to libdbus and dbus-glib, tooSimon McVittie2010-06-171-1/+1
|
* Remove remnants of support for compiling without TextSimon McVittie2010-06-171-7/+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-072-4/+4
|
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-072-3/+3
|
* observer: prefix internal API with underscoreGuillaume Desmottes2010-06-042-4/+4
|
* log-store-sqlite: prefix internal API with underscoreGuillaume Desmottes2010-06-041-2/+2
|
* conf: prefix internal API with underscoreGuillaume Desmottes2010-06-041-2/+2
|
* channel-factory: prefix internal API with underscoreGuillaume Desmottes2010-06-041-2/+2
|
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-3/+4
|
* Don't compare booleans to TRUE and FALSEGuillaume Desmottes2010-05-312-2/+2
|
* no need to redefine tpl_observer_register_dbusGuillaume Desmottes2010-05-311-1/+1
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-278-13/+13
|
* rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes2010-05-271-1/+1
|
* log-manager: move API not used by Empathy as internalGuillaume Desmottes2010-05-271-3/+3
|
* log-manager: move sync API as internalGuillaume Desmottes2010-05-271-2/+2
|
* log-entry-text: move API not used by Empathy as internalGuillaume Desmottes2010-05-261-1/+2
|
* fix tpl_log_manager_get_dates_finish signature and implementationGuillaume Desmottes2010-05-261-4/+6
| | | | | | We need to return a boolean to indicate if the call succeed or not. Returning NULL in case of failure is wrong as an empty list is represented with NULL as well.
* log-manager: first argument of _finish methods is supposed to be the sourceGuillaume Desmottes2010-05-261-1/+2
|
* rename _tpl_action_chain_new to fit async/finish conventionsGuillaume Desmottes2010-05-261-2/+2
|
* properly name _finish functionsGuillaume Desmottes2010-05-261-1/+1
|
* Internalize action-chainSimon McVittie2010-04-231-7/+7
|
* Internalize util.hSimon McVittie2010-04-231-1/+0
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-2/+2
|
* tests: remove unused GET_PRIV macroSimon McVittie2010-04-221-1/+0
|
* 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.
* Removed account, presence status/msg methods from TplContactCosimo Alfarano2010-03-231-0/+1
| | | | Unused code.
* test-tpl-log-entry.c: use a string for the log entry ID, not a null pointerSimon McVittie2010-03-231-1/+1
| | | | This appears to have been forgotten in commit eb8bd37327b6.
* tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent with typeDanielle Madeley2010-03-191-6/+6
|
* Renaming TplLogStoreDefault to TplLogStoreXmlCosimo Alfarano2010-03-121-2/+2
|
* Renamed log-store-counter into log-store-sqliteCosimo Alfarano2010-03-082-4/+4
| | | | Updated also all the methods' calls
* log-store-counter: a log store that uses sqlite3 to count messagesDanielle Madeley2010-03-052-2/+38
|
* Extend the TplActionChain API to support passing arbitrary data to the ↵Travis Reitter2010-02-251-3/+5
| | | | chained functions.
* Adding a GIO's _finish() method to each async API in log-manager.Cosimo Alfarano2010-02-251-1/+1
|
* Fixed a bug with tpl_log_entry_set_chat_id at construct timeCosimo Alfarano2010-02-251-1/+1
| | | | | | Now it's not a G_PROP_CONSTRUCT property anymore and tpl_log_entry_text_new does now need chat_id anymore. This way the default value for chat-id is NULL, unless differently set.
* Disable check-twisted and check-undocumented from `make check` for the momentDanielle Madeley2010-02-241-1/+2
| | | | | The twisted tests do not seem to be complete and there are currently way too many undocumented symbols to make that a dependency of running distcheck
* Tp style fixesDanielle Madeley2010-02-242-3/+2
|
* make distcheck fixesDanielle Madeley2010-02-245-6/+16
|
* Ignore generated test tools.Travis Reitter2010-02-222-58/+0
|
* added account-path property/member to TplLogStoreCosimo Alfarano2010-02-221-1/+2
| | | | | | | | | That way a client needing to obtain a TpAccount, can acquire it from its object-path. account-path is a PROP_CONSTRUCT_ONLY property, thus the _new method has been updated as well. Setting the avatar_token for queried log entries. Also, cleaned up some code and TP style fixes.
* testsuite enhancementsCosimo Alfarano2010-02-151-0/+27
|
* renaming to tpl_log_register_log_storeCosimo Alfarano2010-02-121-1/+1
|