aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-groups-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.