aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-group.c
Commit message (Expand)AuthorAgeFilesLines
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Fix coding styleXavier Claessens2008-12-121-6/+6
* add empathy_tp_group_get_flags (Guillaume Desmottes)Xavier Claessens2008-12-121-0/+11
* Make _get_invitation more reliableXavier Claessens2008-05-091-4/+9
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+7
* Fix unused var if debug is disabled.Xavier Claessens2008-05-021-3/+1
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-37/+30
* Fix OUTGOING callsXavier Claessens2008-04-211-1/+1
* Fix some warningsXavier Claessens2008-04-111-1/+1
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-111-21/+5
* Add empathy_tp_group_get_invitationXavier Claessens2008-04-111-0/+34
* Remove all references to TpChan in EmpathyTpGroupXavier Claessens2008-04-111-53/+7
* Completely remove TpConn and TpChanXavier Claessens2008-04-111-12/+0
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).Xavier Claessens2008-04-111-0/+3
* Use tp-glib client APIXavier Claessens2008-04-111-16/+57
* Use tp-glib API in EmpathyTpGroup and add a ready propertyXavier Claessens2008-04-111-239/+328
* Wait for the factory to be ready before getting membersXavier Claessens2008-03-141-19/+47
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+1
* Simplify tp_group_get_contact.Xavier Claessens2008-03-111-1/+1
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Add filter for incoming calls so the status icon blink instead of popup direc...Xavier Claessens2008-02-271-0/+12
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-101-4/+4
* Add sanity check to public APIXavier Claessens2008-01-121-2/+19
* Have to append a value before doing anything otherwise the array's size is 0Xavier Claessens2007-12-131-1/+2
* Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=...Xavier Claessens2007-12-131-1/+1
* Conflicts:Xavier Claessens2007-12-031-1/+1
* 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
* ref group when async calls are in flight to avoid destroying the objectXavier Claessens2007-09-291-3/+11
* Ported from VOIP branch.Xavier Claessens2007-09-281-1/+1
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-281-0/+7
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-281-1/+1
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-281/+583
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-44/+9
* Workaround to fix a commonly reported crash. Add a missing check.Xavier Claessens2007-07-071-0/+1
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+542