aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call failsEmilio Pozuelo Monfort2011-03-101-0/+2
|
* Fix compiler warningDanielle Madeley2011-03-031-0/+1
|
* Return meaningful errors when starting a call failsEmilio Pozuelo Monfort2011-02-281-1/+22
|
* empathy_call_new_with_streams: prefer StreamedMedia over CallEmilio Pozuelo Monfort2011-02-241-13/+13
|
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-02-241-25/+1
| | | | Just keep empathy-call optional.
* Show an error dialog if starting a call failsEmilio Pozuelo Monfort2011-02-241-1/+25
|
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-02-241-10/+8
|
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-02-241-0/+169
Since we want to pop up a dialog when starting a call fails.