aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.h
Commit message (Collapse)AuthorAgeFilesLines
* Use EmpathyLiveSearch in main window's contact listFelix Kaser2010-06-091-0/+3
|
* Don't display context menu when right clicking on a fake groupGuillaume Desmottes2010-03-151-1/+2
| | | | Those can't be renamed.
* empathy-contact-list-view.h: include empathy-enum-types.hGuillaume Desmottes2009-08-201-0/+1
| | | | | Python bindings need to use EMPATHY_TYPE_CONTACT_LIST_FLAGS which is defined in empathy-enum-types.h.
* Look up flags to determine whether or not to display the 'Remove' itemDavyd Madeley2009-07-151-0/+1
|
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-1/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* empathy-contact-list-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Renamed empathy_contact_list_view_get_selected to ↵Jonny Lamb2009-04-221-1/+1
| | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Move the event manager to src/Xavier Claessens2008-07-151-2/+1
| | | | svn path=/trunk/; revision=1253
* Blink the status icon when a contact has an event.Xavier Claessens2008-07-151-1/+2
| | | | svn path=/trunk/; revision=1247
* Set a tooltip on contact list view showing EmpathyContactWidget informationXavier Claessens2008-05-301-1/+2
| | | | svn path=/trunk/; revision=1131
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-2/+3
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-22/+13
| | | | svn path=/trunk/; revision=1046
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Add a features property on EmpathyContactListView to enable/disable each action.Xavier Claessens2008-01-211-11/+29
| | | | svn path=/trunk/; revision=585
* "interactive" property on EmpathyContactListView to enable/disable contectXavier Claessens2007-09-111-0/+3
| | | | | | | | | | | | | | | 2007-09-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-view.h: * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive" property on EmpathyContactListView to enable/disable contect menu and action when double-click on a contact. svn path=/trunk/; revision=297
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug ↵Xavier Claessens2007-08-311-18/+7
| | | | | | #459540 and bug #462907. svn path=/trunk/; revision=280
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+78
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170