aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Emit menu-item-activated when an action is performed from the individual menuChandni Verma2013-08-231-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=643183
* Install property active-group in EmpathyIndividualMenuChandni Verma2013-07-211-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=585440
* don't display 'Send file' menu item in empathy-chatGuillaume Desmottes2012-06-261-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-menuGuillaume Desmottes2012-06-081-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 itemGuillaume Desmottes2012-02-081-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() fonctionsGuillaume Desmottes2011-12-141-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 needGuillaume Desmottes2011-12-141-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_BLOCKGuillaume Desmottes2011-12-141-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* remove EMPATHY_INDIVIDUAL_FEATURE_ALLGuillaume Desmottes2011-12-141-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_CONTACTGuillaume Desmottes2011-11-241-2/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387
* Allow to call phone number of contactsGuillaume Desmottes2011-08-291-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=650112
* Add SMS entry to empathy-individual-menuDanielle Madeley2011-05-051-1/+4
|
* Remove the “Add Contact…” menu entry from EmpathyIndividualMenuPhilip Withnall2010-09-021-1/+0
| | | | It's never used, but is a CPU drain and can sometimes appear uninvited.
* Make EmpathyIndividualMenu a proper GObject, derived from GtkMenuPhilip Withnall2010-09-021-0/+26
|
* Support previous conversations in the Personas menu.Travis Reitter2010-08-161-1/+2
|
* Support chat room invites in the Personas menu.Travis Reitter2010-08-161-1/+2
|
* Also support file transfer in the Personas menu.Travis Reitter2010-08-161-1/+2
|
* Support calls in the Personas menu.Travis Reitter2010-08-161-2/+4
|
* Add Personas entries to the contact menu.Travis Reitter2010-08-161-2/+4
| | | | | This lets us specifically select which contact to chat and perform other actions with.
* Add EmpathyLinkingDialogPhilip Withnall2010-08-121-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 IndividualsTravis Reitter2010-07-211-0/+20
|
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+44
with mainline Empathy.