summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Remove tests using GSettings for now"Guillaume Desmottes2010-08-111-0/+11
* Remove tests using GSettings for nowtelepathy-logger-0.1.5Guillaume Desmottes2010-08-111-11/+0
* Revert "Disable tests for now"Guillaume Desmottes2010-08-111-1/+1
* Disable tests for nowGuillaume Desmottes2010-08-111-1/+1
* _tpl_time_get_local_time can be staticGuillaume Desmottes2010-08-112-2/+1
* remove unused _tpl_time_to_string_relativeGuillaume Desmottes2010-08-112-59/+0
* move to nodist_libtelepathy_logger_la_SOURCESGuillaume Desmottes2010-08-111-1/+3
* prepare 0.1.5Guillaume Desmottes2010-08-112-2/+20
* tpl_log_store_sqlite_get_chats: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-3/+4
* log_store_xml_get_chats_for_dir: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-6/+7
* log_store_xml_search_hit_new: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-14/+16
* add tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-112-0/+32
* Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2010-08-062-43/+25
* Add globally-enabled property + notificationDanielle Madeley2010-08-062-0/+85
* Remove ignore-accountsDanielle Madeley2010-08-064-161/+1
* Add a TplConf::ignore-accounts-changed signalDanielle Madeley2010-07-191-30/+82
* Add GLib marshaller generation boilerplateDanielle Madeley2010-07-193-2/+19
* Port TplConf to GSettingsDanielle Madeley2010-07-193-194/+58
* Convert GConf schema to GSettings schemaDanielle Madeley2010-07-166-52/+126
* Add intltool infrastructureDanielle Madeley2010-07-166-218/+9
* start dev of new versionGuillaume Desmottes2010-07-081-1/+1
* prepare 0.1.4 releasetelepathy-logger-0.1.4Guillaume Desmottes2010-07-082-2/+10
* fix TpContact leak (#28903)Guillaume Desmottes2010-07-051-1/+1
* observer: ignore channels that we are already observingGuillaume Desmottes2010-07-051-0/+6
* Store TplChannel we are preparing into a hash tableGuillaume Desmottes2010-07-051-2/+15
* remove tpl_observer_get_channel_map and rename hash table to 'channels'Guillaume Desmottes2010-07-051-28/+12
* _tpl_observer_register_channel can be staticGuillaume Desmottes2010-07-052-24/+20
* always pass a weak pointer to tp_connection_get_contacts_by_handleGuillaume Desmottes2010-07-051-1/+2
* set nano version flagGuillaume Desmottes2010-06-281-1/+1
* prepare 0.1.3 releasetelepathy-logger-0.1.3Guillaume Desmottes2010-06-282-1/+41
* Don't cleanup stale log-ids when preparing text channelsGuillaume Desmottes2010-06-281-0/+7
* Logger.client: add Recover flagGuillaume Desmottes2010-06-281-0/+3
* install the logger to libexecGuillaume Desmottes2010-06-284-4/+4
* Set an empty list as default value for the ignorelist gconf keyGuillaume Desmottes2010-06-281-1/+1
* use the channel specific handle if anyGuillaume Desmottes2010-06-281-3/+9
* use tp_value_array_unpackGuillaume Desmottes2010-06-231-7/+7
* wrap big linesGuillaume Desmottes2010-06-231-11/+16
* get_self_contact_cb: no need to get the observerGuillaume Desmottes2010-06-231-3/+0
* Simplfy settings of chatrooms infoGuillaume Desmottes2010-06-231-110/+32
* No more need to get the remote contact separatelyGuillaume Desmottes2010-06-231-63/+3
* on_sent_signal_cb: use the contacts cacheGuillaume Desmottes2010-06-231-13/+7
* Use the contacts cache when receiving a messageGuillaume Desmottes2010-06-231-6/+8
* channel-text: cache TpContact of participants (fdo #28680)Guillaume Desmottes2010-06-231-1/+119
* Use tp_proxy_prepare_async to prepare the TpConnectionGuillaume Desmottes2010-06-231-19/+17
* Use tp_proxy_prepare_async to prepare the TpChannelGuillaume Desmottes2010-06-231-17/+18
* on_received_signal_with_contact_cb: no need to set the remote contactGuillaume Desmottes2010-06-231-4/+0
* remove unused functions from the internal APIGuillaume Desmottes2010-06-232-66/+36
* rename pendingproc_connect_signals to pendingproc_connect_message_signalsGuillaume Desmottes2010-06-231-3/+3
* Wait that we get contacts before connecting signalsGuillaume Desmottes2010-06-231-1/+1
* remove useless prototypesGuillaume Desmottes2010-06-231-8/+0