summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-individual-menu.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-24add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACTGuillaume Desmottes1-1/+139
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-10-14Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley1-1/+2
2011-09-28Use g_cclosure_marshal_generic for all signalsXavier Claessens1-1/+1
2011-09-19Use always-writeable and writeable-properties for alias and groupsRaul Gutierrez Segales1-2/+3
2011-09-05empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort1-1/+2
2011-08-29Allow to call phone number of contactsGuillaume Desmottes1-0/+207
2011-08-26Move the 'Show previous conversation' menu entryGuillaume Desmottes1-8/+8
2011-08-22Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter1-12/+22
2011-07-12Only follow available cameras if the contact can do Video callsEmilio Pozuelo Monfort1-4/+9
2011-07-12Bind 'Video call' menu items to available camerasEmilio Pozuelo Monfort1-0/+7
2011-06-09Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort1-2/+6
2011-06-09Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort1-0/+1
2011-06-06Adapt to API break in folks_individual_get_personas.Travis Reitter1-36/+57
2011-05-12Properly convert timestamps received from X11 (#650015)Guillaume Desmottes1-4/+4
2011-05-05Move the code ensuring a requested sms channel to empathy-request-utilChandni Verma1-1/+1
2011-05-05Add SMS entry to empathy-individual-menuDanielle Madeley1-0/+65
2011-03-17rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes1-2/+2
2011-03-14Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter1-2/+4
2011-02-17Bug 637151 — Hide the user Individual from the contact listPhilip Withnall1-4/+4
2011-02-10Move a couple of call-related functions to empathy-utils.hEmilio Pozuelo Monfort1-5/+4
2011-02-10EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort1-3/+3
2011-02-03individual-menu: ensure that the contact stays alive while the activate signa...Guillaume Desmottes1-2/+4
2010-12-13Bug 637097 — Port to latest folks API changesPhilip Withnall1-2/+2
2010-10-15Use Folks to check if a TpConnection can alias and group personas.Travis Reitter1-5/+2
2010-10-04Always show icons for meta-contacts in context menuVincent Untz1-0/+2
2010-09-06Change “Link…” to “Link Contacts…” in the individual menuPhilip Withnall1-1/+1
2010-09-03Port EmpathyIndividualMenu to use empathy_contact_dup_best_for_action()Philip Withnall1-89/+36
2010-09-02Remove the “Add Contact…” menu entry from EmpathyIndividualMenuPhilip Withnall1-91/+0
2010-09-02Add an EmpathyIndividualMenu::link-contacts-activated signalPhilip Withnall1-9/+27
2010-09-02Make EmpathyIndividualMenu a proper GObject, derived from GtkMenuPhilip Withnall1-13/+142
2010-08-30Choose an best_contact even if it isn't sensitive in the EmpathyIndividualMenuPhilip Withnall1-1/+1
2010-08-30Bug 628121 — Should pick an online persona when starting a chatPhilip Withnall1-13/+35
2010-08-27Bug 628062 — Add translator commentsPhilip Withnall1-0/+6
2010-08-27Desensitise the "Link…" menu entry for untrusted IndividualsPhilip Withnall1-0/+5
2010-08-20Add EmpathyIndividualEditDialogPhilip Withnall1-6/+2
2010-08-16Support previous conversations in the Personas menu.Travis Reitter1-24/+31
2010-08-16Support chat room invites in the Personas menu.Travis Reitter1-41/+66
2010-08-16Support desktop sharing in the Personas menu.Travis Reitter1-6/+18
2010-08-16Also support file transfer in the Personas menu.Travis Reitter1-6/+18
2010-08-16Support calls in the Personas menu.Travis Reitter1-12/+36
2010-08-16Add Personas entries to the contact menu.Travis Reitter1-6/+139
2010-08-16Make the Share my Desktop item map to the first capable contact.Travis Reitter1-19/+5
2010-08-16Make the Invite to Chat Room list all possible rooms for all subcontacts.Travis Reitter1-16/+99
2010-08-16Make Send File context menu choose the first capable contact.Travis Reitter1-18/+6
2010-08-16Make the individual menu items map to the first capable contact.Philip Withnall1-42/+79
2010-08-16Show information for all an individual's personas in the information dialoguePhilip Withnall1-6/+2
2010-08-11Fix linking menu entry mnemonicPhilip Withnall1-1/+1
2010-08-11Add EmpathyLinkingDialogPhilip Withnall1-1/+38
2010-08-11re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch...Guillaume Desmottes1-2/+1