aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'leak'Xavier Claessens2008-07-141-0/+2
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-281-14/+9
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-9/+6
* If self presence message is "" do like if it was NULL.Xavier Claessens2008-05-051-4/+8
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-68/+51
* If the RequestAliases fails, make sure the name property on all contacts beco...Xavier Claessens2008-04-161-1/+18
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-131-5/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-111-4/+3
* Make use of mission_control_get_tpconnection()Xavier Claessens2008-04-111-6/+2
* Display a warning if used when not ready instead of silently return.Xavier Claessens2008-04-021-11/+3
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...Xavier Claessens2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itXavier Claessens2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.Xavier Claessens2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...Xavier Claessens2008-03-161-3/+25
* Emit notify::ready signalsXavier Claessens2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-141-1/+21
* Fix coding styleXavier Claessens2008-03-111-2/+2
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-111-0/+3
* Don't wait for connection-ready if it was already ready.Xavier Claessens2008-03-111-3/+11
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-0/+2
* Keep EmpathyContact object instead of the self handle, avoid using the connec...Xavier Claessens2008-03-111-98/+141
* Make InspectHandles call asyncXavier Claessens2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedXavier Claessens2008-03-111-2/+1
* Use new apiXavier Claessens2008-03-111-381/+303
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-091-4/+0
* Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilitiesXavier Claessens2008-03-051-0/+1
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Cleanup code from previous mergeXavier Claessens2008-02-161-2/+3
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-161-3/+4
* EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess...Xavier Claessens2008-02-101-0/+2
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-34/+13
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-121-0/+1307