aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...Xavier Claessens2008-08-271-4/+2
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-9/+6
* Use tp-glib API in EmpathyTpGroup and add a ready propertyXavier Claessens2008-04-111-1/+1
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-141-10/+9
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-121-1225/+34
* Conflicts:Xavier Claessens2007-12-031-11/+12
* Better debug messagesXavier Claessens2007-11-041-4/+8
* Call ClearAvatar if the data is NULL or size <= 0 inXavier Claessens2007-11-041-8/+30
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-041-5/+53
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-10/+9
* Initialize every GError to NULL. Fixes bug #482889.Marco Barisione2007-10-041-1/+1
* Refcount ContactFactoryAccountData struct.Xavier Claessens2007-09-291-100/+85
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-281-3/+10
* Fix 2 leaks thanks to valgrind.Xavier Claessens2007-09-271-0/+1
* Fix leak when loading avatar from cache. Do not request avatar for unknownXavier Claessens2007-09-271-51/+46
* Cache avatars and RequestAvatars only when needed.Xavier Claessens2007-09-271-31/+148
* Fix capabilities update, the NOT operator is ~ and not !Xavier Claessens2007-09-261-2/+2
* Fix debug message.Xavier Claessens2007-09-101-1/+1
* Adding capabilities contact property.Xavier Claessens2007-09-091-0/+132
* Don't use deprecated RequestAvatar method.Xavier Claessens2007-08-311-51/+8
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-0/+1102