summaryrefslogtreecommitdiff
path: root/telepathy-logger/observer.c
Commit message (Expand)AuthorAgeFilesLines
* client-factory: turn to a singletonGuillaume Desmottes2013-09-251-1/+1
* Documentation fixNicolas Dufresne2012-08-281-1/+1
* Stop using TplChannel interfaceXavier Claessens2012-07-041-5/+4
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-041-144/+7
* TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2012-07-041-0/+1
* Remove streamed media channel supportXavier Claessens2012-07-031-9/+0
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-7/+2
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-4/+2
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-181-1/+1
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-36/+37
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* Make Call support conditional to --enable-callNicolas Dufresne2011-03-251-0/+2
* Add support for TplCallChannelNicolas Dufresne2011-03-251-0/+18
* Add TplStreamMediaChannel legacy call observerNicolas Dufresne2011-03-251-0/+9
* Change TplChannel into an interface and portNicolas Dufresne2011-03-151-8/+10
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-4/+4
* Ensure we always return from ObserveChannelsWill Thompson2010-10-131-10/+30
* Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2010-08-061-43/+0
* Add globally-enabled property + notificationDanielle Madeley2010-08-061-0/+14
* Remove ignore-accountsDanielle Madeley2010-08-061-8/+0
* Port TplConf to GSettingsDanielle Madeley2010-07-191-7/+5
* 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-051-22/+20
* observer: prefix internal API with underscoreGuillaume Desmottes2010-06-041-11/+11
* conf: prefix internal API with underscoreGuillaume Desmottes2010-06-041-3/+3
* channel: prefix internal API with underscoreGuillaume Desmottes2010-06-041-1/+1
* tpl_observer_observe_channels: raise an error if something went wrongGuillaume Desmottes2010-05-311-1/+6
* no need to redefine tpl_observer_register_dbusGuillaume Desmottes2010-05-311-20/+1
* Use TpBaseClient rather than our own Observer implementation (fdo #27881)Guillaume Desmottes2010-05-311-387/+70
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-4/+4
* rename _tpl_action_chain_new to fit async/finish conventionsGuillaume Desmottes2010-05-261-1/+1
* Internalize action-chainSimon McVittie2010-04-231-2/+2
* Internalize util.hSimon McVittie2010-04-231-1/+1
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
* TplObserver: don't dereference self til it's been checkedSimon McVittie2010-04-221-5/+3
* contact, observer: use un-obfuscated priv accessorsSimon McVittie2010-04-221-5/+4
* Remove finalize() from observer.c, unusedCosimo Alfarano2010-03-231-9/+0
* tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent with typeDanielle Madeley2010-03-191-1/+1
* Clean up channel reference counting, fix reference leak in TplActionChainDanielle Madeley2010-03-191-19/+29
* Using the more informative CRITICAL instead of g_criticalCosimo Alfarano2010-03-121-1/+1
* observer: don't leak GObject propertiesDanielle Madeley2010-03-041-19/+54
* observer: clean up referencingDanielle Madeley2010-02-261-147/+98
* Preparing TpAccount and TpChannel before channel retrieval.Cosimo Alfarano2010-02-251-21/+127
* Improved debug while called during open channel inspectionCosimo Alfarano2010-02-251-1/+5
* Added Open Channel retrieval.Cosimo Alfarano2010-02-251-8/+116
* Fixes a SIG11 when a msg to a chatroom is sentCosimo Alfarano2010-02-251-1/+3
* improving DEBUG outputCosimo Alfarano2010-02-161-0/+2
* checking against NULL before unreferencing a GObjectCosimo Alfarano2010-02-151-1/+2