]> git.0d.be Git - empathy.git/history - libempathy/empathy-tp-contact-factory.c
Use tp-glib generated code for file transfers rather than extensions.
[empathy.git] / libempathy / empathy-tp-contact-factory.c
2009-02-20 Jonny LambUse tp-glib generated code for file transfers rather...
2009-01-23 Jonny LambRenamed G_STR_EMPTY to EMP_STR_EMPTY.
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-09 Sjoerd SimonsMake existing contact FT capable when the CM supports it
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensPort EmpathyTpContactFactory to the new API.
2008-12-22 Sjoerd SimonsMake existing contact FT capable when the CM supports it
2008-11-21 Xavier ClaessensFix coding style
2008-11-21 Xavier Claessensget_requestable_channel_classes_cb: call tp_contact_fac...
2008-11-21 Xavier Claessensempathy-tp-contact-factory: set the FT capability when...
2008-11-21 Xavier Claessensempathy-tp-contact-factory: factor out contact_created
2008-11-11 Xavier ClaessensMove code to avoid declaring functions on the top of...
2008-11-11 Xavier ClaessensCoding style: only one blank line between functions.
2008-11-11 Xavier ClaessensAdd G_PARAM_STATIC_STRINGS to TpContactFactory properties
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: add properties for avatar...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: get avatar requirements before...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: split on-ready code out of...
2008-11-11 Xavier ClaessensEmpathyTpContactFactoryPriv: add fields for avatar...
2008-07-14 Xavier ClaessensMerge branch 'leak'
2008-05-27 Xavier ClaessensMove avatar cache to ~/.cache and don't mix avatar...
2008-05-05 Xavier ClaessensKeep a priv pointer in the object struct instead of...
2008-05-05 Xavier ClaessensIf self presence message is "" do like if it was NULL.
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-04-16 Xavier ClaessensIf the RequestAliases fails, make sure the name propert...
2008-04-13 Xavier ClaessensFix disconnection of AccountStatusChanged signal.
2008-04-11 Xavier ClaessensWe can't use *_run_* API from dbus signal cb or method...
2008-04-11 Xavier ClaessensMake use of mission_control_get_tpconnection()
2008-04-02 Xavier ClaessensDisplay a warning if used when not ready instead of...
2008-03-16 Xavier ClaessensRemove previous hack, it was stupid, we have a param...
2008-03-16 Xavier ClaessensKeep the 0 in the end of the array when duping it
2008-03-16 Xavier ClaessensMake sure the dup_handles array is ended by 0.
2008-03-16 Xavier ClaessensRetry requesting aliases if it fails, it can happen...
2008-03-14 Xavier ClaessensEmit notify::ready signals
2008-03-14 Xavier ClaessensAdd a ready property on EmpathyTpContactFactory
2008-03-11 Xavier ClaessensFix coding style
2008-03-11 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-11 Xavier ClaessensDon't wait for connection-ready if it was already ready.
2008-03-11 Xavier ClaessensMake sure we don't expect contact id and handle to...
2008-03-11 Xavier ClaessensKeep EmpathyContact object instead of the self handle...
2008-03-11 Xavier ClaessensMake InspectHandles call async
2008-03-11 Xavier ClaessensSet self handle to 0 when connection is invalidated
2008-03-11 Xavier ClaessensUse new api
2008-03-08 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-05 Xavier ClaessensRemove EMPATHY_CAPABILITIES_UNKNOWN flag when setting...
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-02-15 Xavier ClaessensCleanup code from previous merge
2008-02-15 Xavier ClaessensMerge commit 'sjoerd/master'
2008-02-10 Xavier ClaessensEmpathyTpContactFactory: If the presence dict doesn...
2008-01-24 Xavier ClaessensRemove EmpathyPresence object and have "presence" and...
2007-12-12 Xavier ClaessensSplit EmpathyContactFactory to have one EmpathyTpContac...