Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't display 'Send file' menu item in empathy-chat | Guillaume Desmottes | 2012-06-26 | 1 | -0/+1 |
| | | | | | | We only support requesting FT channel in the same process as the FT handler. https://bugzilla.gnome.org/show_bug.cgi?id=678331 | ||||
* | move 'Remove' item code to individual-menu | Guillaume Desmottes | 2012-06-08 | 1 | -0/+1 |
| | | | | | | | There is no reason to not have it implemented like all the other menu items. Furtermore, having the logic in individual-menu.c will make it easier to use from the new roster view. | ||||
* | Remove 'Link Contact' menu item | Guillaume Desmottes | 2012-02-08 | 1 | -5/+4 |
| | | | | | | | We want to use gnome-contacts and the 'Informations' menu item already starts it. https://bugzilla.gnome.org/show_bug.cgi?id=669482 | ||||
* | Stop passing an EmpathyContact to menu_item_new() fonctions | Guillaume Desmottes | 2011-12-14 | 1 | -4/+2 |
| | | | | | | Best to always use an individual so we don't have 2 code paths to maintain. https://bugzilla.gnome.org/show_bug.cgi?id=666163 | ||||
* | individual-menu: export only the methods we need | Guillaume Desmottes | 2011-12-14 | 1 | -22/+1 |
| | | | | | | | No need to export everything. I added prototypes in the C file to not have to move everything upside down. https://bugzilla.gnome.org/show_bug.cgi?id=666163 | ||||
* | add EMPATHY_INDIVIDUAL_FEATURE_BLOCK | Guillaume Desmottes | 2011-12-14 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | remove EMPATHY_INDIVIDUAL_FEATURE_ALL | Guillaume Desmottes | 2011-12-14 | 1 | -1/+0 |
| | | | | | | It's a bit fragile, user should say which features he wants. https://bugzilla.gnome.org/show_bug.cgi?id=665038 | ||||
* | add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT | Guillaume Desmottes | 2011-11-24 | 1 | -2/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | Allow to call phone number of contacts | Guillaume Desmottes | 2011-08-29 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=650112 | ||||
* | Add SMS entry to empathy-individual-menu | Danielle Madeley | 2011-05-05 | 1 | -1/+4 |
| | |||||
* | Remove the “Add Contact…” menu entry from EmpathyIndividualMenu | Philip Withnall | 2010-09-02 | 1 | -1/+0 |
| | | | | It's never used, but is a CPU drain and can sometimes appear uninvited. | ||||
* | Make EmpathyIndividualMenu a proper GObject, derived from GtkMenu | Philip Withnall | 2010-09-02 | 1 | -0/+26 |
| | |||||
* | Support previous conversations in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | Support chat room invites in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | Also support file transfer in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | Support calls in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -2/+4 |
| | |||||
* | Add Personas entries to the contact menu. | Travis Reitter | 2010-08-16 | 1 | -2/+4 |
| | | | | | This lets us specifically select which contact to chat and perform other actions with. | ||||
* | Add EmpathyLinkingDialog | Philip Withnall | 2010-08-12 | 1 | -1/+3 |
| | | | | | A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals, accessible by a "Link" entry in the contacts' context menu. | ||||
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 1 | -0/+20 |
| | |||||
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 1 | -0/+44 |
with mainline Empathy. |