aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
Commit message (Expand)AuthorAgeFilesLines
* empathy-tp-contact-list.c: fix shadow declaration and uint comparaisonGuillaume Desmottes2009-10-221-6/+6
* Merge back from masterSjoerd Simons2009-08-221-11/+17
|\
| * Merge commit 'lfrb/added'Guillaume Desmottes2009-08-191-4/+7
| |\
| | * Always add to publish listLouis-Francis Ratté-Boulianne2009-08-191-4/+7
| * | Don't assume that 'subscribe' exists.Will Thompson2009-08-191-7/+10
| |/
* | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-19/+114
|\|
| * Fixed copy/paste mistake (Remove members from the right set)Louis-Francis Ratté-Boulianne2009-07-231-2/+2
| * Small style fixesDavyd Madeley2009-07-151-2/+2
| * Implement CAN_GROUP by looking at RequestableChannelClassesDavyd Madeley2009-07-151-1/+53
| * call GetAliasFlags() to determine if an alias can be set on a ContactListDavyd Madeley2009-07-151-1/+36
| * Remove redundant empathy_tp_contact_list_can_add()Davyd Madeley2009-07-151-17/+0
| * Expose channel group flags via EmpathyContactList ifaceDavyd Madeley2009-07-151-0/+25
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
|/
* empathy-tp-contact-list: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
* Don't double-unref superseded group TpChannels.Will Thompson2009-06-081-7/+37
* empathy-tp-contact-list: fix coding styleGuillaume Desmottes2009-05-181-7/+7
* Do not rely on suppress_handlers, it is deprecated.Xavier Claessens2009-04-221-76/+49
* Replace empathy_connection_get_protocol by tp_connection_parse_object_pathXavier Claessens2009-04-221-3/+2
* Add a comment to tell that tp_contact_list_group_add() takes ownership of han...Xavier Claessens2009-04-221-0/+1
* Make the comment for group hash table more explicitXavier Claessens2009-04-221-1/+2
* Add a comment to explain what does tp_contact_list_group_addXavier Claessens2009-04-221-0/+5
* Simplify expression in tp_contact_list_group_add_data_unrefXavier Claessens2009-04-221-1/+2
* Also accept local-pending of publish if adding a contactXavier Claessens2009-04-221-0/+5
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-9/+27
* Extract protocol from the connection's object-path and correctly set the spec...Xavier Claessens2009-04-221-3/+5
* Add a group channel only if suppress_handler == FALSEXavier Claessens2009-04-221-3/+5
* index begin at 0 and not 1 for GArrayXavier Claessens2009-04-221-1/+1
* Get the factory in _constructed because connection property is not set yet in...Xavier Claessens2009-04-221-2/+3
* Remove usage of EmpathyTpGroup from EmpathyTpContactListXavier Claessens2009-04-221-566/+610
* Rebase EmpathyTpContactList on TpConnection instead of McAccount.Xavier Claessens2009-04-221-118/+49
* Fix memleak in tp_contact_list_group_member_removed_cb. Free group name whenLars-Peter Clausen2009-04-211-0/+1
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Fix coding styleXavier Claessens2008-12-121-4/+4
* add empathy_tp_contact_list_can_add (Guillaume Desmottes)Xavier Claessens2008-12-121-0/+16
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...Xavier Claessens2008-09-191-1/+3
* Check if there is a publish/subscribe list before adding/removing contacts fr...Xavier Claessens2008-06-121-4/+11
* Request publish and subscribe lists instead of waiting for CM to create them.Xavier Claessens2008-05-161-113/+172
* Use tp_connection_call_when_readyXavier Claessens2008-05-161-14/+21
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+6
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-51/+42
* Fix a warningXavier Claessens2008-04-111-1/+1
* Update for new APIXavier Claessens2008-04-111-1/+1
* Disconnect invalidated signal before unref the connection.Xavier Claessens2008-04-111-0/+3
* Port EmpathyTpContactList to tp-glib APIXavier Claessens2008-04-111-246/+240
* Wait for the TpGroup to be ready before using itXavier Claessens2008-04-111-34/+59
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+1
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-2/+2
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Add a missing includeXavier Claessens2008-01-161-0/+1
* Make use of tp_strdiff() to be NULL-safe. Fixes bug #509656.Xavier Claessens2008-01-161-13/+7
* Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).Xavier Claessens2008-01-021-0/+28
* Conflicts:Xavier Claessens2007-12-031-13/+13
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-10/+9
* Set supress_handler to TRUE when creating new group channel.Xavier Claessens2007-10-121-3/+3
* Oops, useless g_printXavier Claessens2007-10-021-1/+0
* really fix protocol groupXavier Claessens2007-10-021-8/+10
* Add back protocol group.Xavier Claessens2007-10-021-0/+8
* Fix warnings when finalizing.Xavier Claessens2007-09-211-18/+13
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-1573/+632
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-1/+1
* s/Local Network/People nearby/ (Sjoerd Simons)Xavier Claessens2007-08-111-1/+1
* Add a check to be sure the new channel is valid in the NewChannel cb.Xavier Claessens2007-07-251-0/+1
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-4/+22
* Fix avatar request queue.Xavier Claessens2007-07-131-24/+23
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+8
* Auto-accept to publish presence to contacts that are in our subscribeXavier Claessens2007-07-121-8/+20
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-311/+311
* Fix typo causing warnings.Xavier Claessens2007-06-221-1/+1
* We show in our roster all contacts members and remote-pending of subscribeXavier Claessens2007-06-211-38/+78
* New window for viewing logs.Xavier Claessens2007-06-141-1/+5
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-2/+2
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-091-37/+8
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-071-0/+1
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-061-37/+0
* Add support for blinking when there is an event. Make use of EmpathyIdleXavier Claessens2007-06-061-150/+205
* Fix crash when there is no log available for a chat. Fix a crash whenXavier Claessens2007-06-031-1/+2
* Set default presence to available if there is no presence iface.Xavier Claessens2007-06-021-0/+12
* Fix warning when selecting all accounts.Xavier Claessens2007-05-311-0/+7
* Do not highlight contacts already known when creating the contact list. DoXavier Claessens2007-05-261-2/+2
* Fix refcounting of GossipGroupChat. Add debug message when alias requestXavier Claessens2007-05-251-1/+6
* Do not use the server entry's value if it's hidden. Do not highlightXavier Claessens2007-05-251-7/+35
* Implementing basic chatroom support. Actually it works only if we getXavier Claessens2007-05-211-28/+18
* Fix indentation Fix not returning the contact in tp_contact_list_find()Xavier Claessens2007-05-201-6/+3
* EmpathyContactList is now an interface implemented byXavier Claessens2007-05-191-0/+1822