aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-call-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-02-241-6/+1
| | | | Just keep empathy-call optional.
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-02-241-41/+2
|
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-02-241-0/+1
| | | | Since we want to pop up a dialog when starting a call fails.
* NewCallDialog: support CallsEmilio Pozuelo Monfort2011-02-231-36/+41
|
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-1/+0
|
* Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko2011-01-281-19/+67
| | | | accounts properly (#633481).
* Avoid conflicting accelerators in New Call dialog.Will Thompson2010-08-201-1/+1
| | | | | | _Call conflicts with the stock _Cancel button. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* new-call-dialog: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-10/+25
|
* empathy_contact_selector_dialog_get_selected: allow to get the account as wellGuillaume Desmottes2010-08-101-1/+1
|
* new-call-dialog: create the AV channel using the TargetID so we don't have ↵Guillaume Desmottes2010-06-221-43/+22
| | | | to wait for the EmpathyContact
* empathy_call_factory_new_call_with_streams: request channel using the CDGuillaume Desmottes2010-06-221-3/+30
| | | | Also allow caller to pass the timestamp and an optionnal callback.
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-6/+2
|
* [EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley2009-12-211-6/+18
| | | | | | | | | | The got_response vcall method wasn't generic enough. It assumed that your response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog to be used with gtk_dialog_run. Instead dialogs now use the regular response() vcall provided by GtkDialog, and an additional API method empathy_contact_selector_dialog_get_selected() provides the information content of the dialog.
* [EmpathyContactSelectorDialog] switch from table_contents to VBoxDanielle Madeley2009-12-191-2/+2
| | | | This makes it more flexible to add other contents to the dialog.
* new-call-dialog: filter out CM which doesn't support callsGuillaume Desmottes2009-12-171-0/+35
|
* new-call-dialog: add 'Send Video' check buttonGuillaume Desmottes2009-12-171-2/+31
|
* add empathy-new-call-dialogGuillaume Desmottes2009-12-171-0/+177