aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
Commit message (Expand)AuthorAgeFilesLines
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
* Fix some coding styleXavier Claessens2008-07-091-59/+33
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-091-364/+376
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...Xavier Claessens2008-07-091-4/+2
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-091-428/+458
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
* Made the Close button the default widget in the contact edit dialog. (Jonny L...Jonny Lamb2008-07-081-0/+2
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+5
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-3/+5
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-0/+3
* Add a public method to change the contact showed.Xavier Claessens2008-01-241-0/+23
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-041-11/+17
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-10/+9
* To know if an account is connected, useXavier Claessens2007-10-211-36/+21
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-5/+5
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-35/+42
* Makes avatar looks better in information and edit dialogs.Xavier Claessens2007-10-091-6/+6
* Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of themXavier Claessens2007-10-091-18/+46
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-48/+66
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-3/+2
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-261-28/+94
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+3
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-27/+27
* New window for viewing logs.Xavier Claessens2007-06-141-4/+1
* Fix a warning.Xavier Claessens2007-06-091-2/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-85/+289
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-091-117/+29
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-071-0/+4
* EmpatchContactWidget has 2 modes: editable or not.Xavier Claessens2007-06-071-14/+53
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-071-0/+14
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-061-0/+637