summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Version 0.1.6.HEADmasterWill Thompson1-4/+4
2010-10-13NEWS for 0.1.6.Will Thompson1-0/+14
2010-10-13Merge branch 'fd.o-30824'Will Thompson2-75/+66
2010-10-13Ensure we always return from ObserveChannelsfd.o-30824Will Thompson1-10/+30
2010-10-13Clean up connecting to text channel signals.Will Thompson1-52/+25
2010-10-13Listen for text channel invalidation, not just ClosedWill Thompson1-15/+13
2010-08-27Fixed out-of-tree compilationNicolas Dufresne3-1/+3
2010-08-17merge PL and LIBTPL libs togetherGuillaume Desmottes6-20/+10
2010-08-17simplify LIBTPL modules checkingGuillaume Desmottes1-13/+11
2010-08-12[conf] support a new env var TPL_TEST_MODE that doesn't enable GSettingsDanielle Madeley2-13/+27
2010-08-11start dev of next versionGuillaume Desmottes1-1/+1
2010-08-11Revert "Remove tests using GSettings for now"Guillaume Desmottes1-0/+11
2010-08-11Remove tests using GSettings for nowtelepathy-logger-0.1.5Guillaume Desmottes1-11/+0
2010-08-11Revert "Disable tests for now"Guillaume Desmottes1-1/+1
2010-08-11Disable tests for nowGuillaume Desmottes1-1/+1
2010-08-11_tpl_time_get_local_time can be staticGuillaume Desmottes2-2/+1
2010-08-11remove unused _tpl_time_to_string_relativeGuillaume Desmottes2-59/+0
2010-08-11move to nodist_libtelepathy_logger_la_SOURCESGuillaume Desmottes1-1/+3
2010-08-11prepare 0.1.5Guillaume Desmottes2-2/+20
2010-08-11tpl_log_store_sqlite_get_chats: use _tpl_log_manager_search_hit_newGuillaume Desmottes1-3/+4
2010-08-11log_store_xml_get_chats_for_dir: use _tpl_log_manager_search_hit_newGuillaume Desmottes1-6/+7
2010-08-11log_store_xml_search_hit_new: use _tpl_log_manager_search_hit_newGuillaume Desmottes1-14/+16
2010-08-11add tpl_log_manager_search_hit_newGuillaume Desmottes2-0/+32
2010-08-06Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2-43/+25
2010-08-06Add globally-enabled property + notificationDanielle Madeley2-0/+85
2010-08-06Remove ignore-accountsDanielle Madeley4-161/+1
2010-07-19Add a TplConf::ignore-accounts-changed signalDanielle Madeley1-30/+82
2010-07-19Add GLib marshaller generation boilerplateDanielle Madeley3-2/+19
2010-07-19Port TplConf to GSettingsDanielle Madeley3-194/+58
2010-07-16Convert GConf schema to GSettings schemaDanielle Madeley6-52/+126
2010-07-16Add intltool infrastructureDanielle Madeley6-218/+9
2010-07-08start dev of new versionGuillaume Desmottes1-1/+1
2010-07-08prepare 0.1.4 releasetelepathy-logger-0.1.4Guillaume Desmottes2-2/+10
2010-07-05fix TpContact leak (#28903)Guillaume Desmottes1-1/+1
2010-07-05observer: ignore channels that we are already observingGuillaume Desmottes1-0/+6
2010-07-05Store TplChannel we are preparing into a hash tableGuillaume Desmottes1-2/+15
2010-07-05remove tpl_observer_get_channel_map and rename hash table to 'channels'Guillaume Desmottes1-28/+12
2010-07-05_tpl_observer_register_channel can be staticGuillaume Desmottes2-24/+20
2010-07-05always pass a weak pointer to tp_connection_get_contacts_by_handleGuillaume Desmottes1-1/+2
2010-06-28set nano version flagGuillaume Desmottes1-1/+1
2010-06-28prepare 0.1.3 releasetelepathy-logger-0.1.3Guillaume Desmottes2-1/+41
2010-06-28Don't cleanup stale log-ids when preparing text channelsGuillaume Desmottes1-0/+7
2010-06-28Logger.client: add Recover flagGuillaume Desmottes1-0/+3
2010-06-28install the logger to libexecGuillaume Desmottes4-4/+4
2010-06-28Set an empty list as default value for the ignorelist gconf keyGuillaume Desmottes1-1/+1
2010-06-28use the channel specific handle if anyGuillaume Desmottes1-3/+9
2010-06-23use tp_value_array_unpackGuillaume Desmottes1-7/+7
2010-06-23wrap big linesGuillaume Desmottes1-11/+16
2010-06-23get_self_contact_cb: no need to get the observerGuillaume Desmottes1-3/+0
2010-06-23Simplfy settings of chatrooms infoGuillaume Desmottes1-110/+32