aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Use new singleton policy for EmpathyAccountManager.xclaesse2009-01-071-1/+1
* Port EmpathyTpContactFactory to the new API.xclaesse2009-01-071-19/+23
* Make existing contact FT capable when the CM supports itxclaesse2008-12-231-0/+11
* Fix coding stylexclaesse2008-11-221-46/+47
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...xclaesse2008-11-221-0/+1
* empathy-tp-contact-factory: set the FT capability when creating contacts if t...xclaesse2008-11-221-1/+79
* empathy-tp-contact-factory: factor out contact_createdxclaesse2008-11-221-2/+9
* Move code to avoid declaring functions on the top of the file.xclaesse2008-11-111-71/+57
* Coding style: only one blank line between functions.xclaesse2008-11-111-3/+0
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesxclaesse2008-11-111-8/+16
* EmpathyTpContactFactory: add properties for avatar requirementsxclaesse2008-11-111-3/+91
* EmpathyTpContactFactory: get avatar requirements before becoming ready.xclaesse2008-11-111-9/+54
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbxclaesse2008-11-111-4/+22
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsxclaesse2008-11-111-0/+9
* Fix coding styleXavier Claessens2008-07-141-1/+1
* Fix GArray leak in empathy_tp_contact_factory_get_from_handles (Guillaume Des...Guillaume Desmottes2008-07-101-0/+2
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...xclaesse2008-05-281-14/+9
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-9/+6
* If self presence message is "" do like if it was NULL.xclaesse2008-05-051-4/+8
* Make use of tp-glib debug system.xclaesse2008-05-011-68/+51
* If the RequestAliases fails, make sure the name property on all contacts beco...xclaesse2008-04-161-1/+18
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-131-5/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-111-4/+3
* Make use of mission_control_get_tpconnection()xclaesse2008-04-111-6/+2
* Display a warning if used when not ready instead of silently return.xclaesse2008-04-021-11/+3
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...xclaesse2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itxclaesse2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.xclaesse2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...xclaesse2008-03-161-3/+25
* Emit notify::ready signalsxclaesse2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryxclaesse2008-03-141-1/+21
* Fix coding stylexclaesse2008-03-111-2/+2
* Queue received messages until the sender got his alias.xclaesse2008-03-111-0/+3
* Don't wait for connection-ready if it was already ready.xclaesse2008-03-111-3/+11
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-111-0/+2
* Keep EmpathyContact object instead of the self handle, avoid using the connec...xclaesse2008-03-111-98/+141
* Make InspectHandles call asyncxclaesse2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedxclaesse2008-03-111-2/+1
* Use new apixclaesse2008-03-111-381/+303
* Queue received messages until the sender got his alias.xclaesse2008-03-091-4/+0
* Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilitiesxclaesse2008-03-051-0/+1
* Update collabora copyright to 2008xclaesse2008-03-031-1/+1
* Cleanup code from previous mergexclaesse2008-02-161-2/+3
* Add a EMPATHY_CAPABILITIES_UNKNOWN_FLAG to signal the capabilities haven't be...Sjoerd Simons2008-02-161-3/+4
* EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess...Sjoerd Simons2008-02-101-0/+2
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...xclaesse2008-01-251-34/+13
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountxclaesse2007-12-121-0/+1307