Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -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 Desmottes | 2012-03-29 | 1 | -6/+2 |
| | |||||
* | don't free content of the list returned by ↵ | Guillaume Desmottes | 2012-01-17 | 1 | -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 Desmottes | 2011-11-29 | 1 | -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 Desmottes | 2011-11-21 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | Adapt to API change in folks_group_details_get_groups(). | Travis Reitter | 2011-06-07 | 1 | -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 Maraas | 2011-03-17 | 1 | -4/+0 |
| | |||||
* | Adjust for Folks Groupable -> GroupDetails rename | Travis Reitter | 2011-03-15 | 1 | -55/+59 |
| | | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) | ||||
* | Port Empathy to use FolksAliasable and FolksGroupable | Philip Withnall | 2010-10-05 | 1 | -24/+24 |
| | | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups. | ||||
* | Add context on "Select" strings (#629707) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+2 |
| | |||||
* | Disconnect from the group-changed signal when destroying EmpathyGroupsWidget | Philip Withnall | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | Split the group editing widgets out of EmpathyContactWidget | Philip Withnall | 2010-08-20 | 1 | -0/+600 |
They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written. |