aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-groups-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* groups-widget: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-6/+2
|
* don't free content of the list returned by ↵Guillaume Desmottes2012-01-171-2/+0
| | | | | | empathy_connection_aggregator_get_all_groups() https://bugzilla.gnome.org/show_bug.cgi?id=667037
* groups-widget: use empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-8/+8
| | | | | | | | We have to prepare the contact groups feature and ensure that the singleton is still alive. The 'empathy' process is the only one allowing user to change contact groups so we just have to do it there. https://bugzilla.gnome.org/show_bug.cgi?id=665121
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Adapt to API change in folks_group_details_get_groups().Travis Reitter2011-06-071-3/+4
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-4/+0
|
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-151-55/+59
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2010-10-051-24/+24
| | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups.
* Add context on "Select" strings (#629707)Guillaume Desmottes2010-09-291-1/+2
|
* Disconnect from the group-changed signal when destroying EmpathyGroupsWidgetPhilip Withnall2010-08-261-1/+1
|
* Split the group editing widgets out of EmpathyContactWidgetPhilip Withnall2010-08-201-0/+600
They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written.