aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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