aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* CallWindow: show audio and video call buttons to start a callEmilio Pozuelo Monfort2011-07-281-1/+1
| | | | Instead of the redial button.
* Turn g_prints into DEBUGsEmilio Pozuelo Monfort2011-06-091-4/+4
|
* Implement empathy_call_handler_start_call() for redialingEmilio Pozuelo Monfort2011-06-091-12/+18
|
* CallHandler: move on_call_accepted_cb() aroundEmilio Pozuelo Monfort2011-06-091-15/+15
|
* CallHandler: emit signal with the correct parametersEmilio Pozuelo Monfort2011-06-091-1/+2
|
* When the remote side hangs up, clean up the call channelSjoerd Simons2011-06-091-2/+9
|
* Cope with unexpected call channel invalidationSjoerd Simons2011-06-091-0/+20
|
* Use modern private structure handlingSjoerd Simons2011-06-091-2/+2
|
* Don't start the Call when the streams startEmilio Pozuelo Monfort2011-06-091-0/+9
| | | | | | | | | Since that can happen before the call is accepted. Instead of that, wait for the Call state to be ACCEPTED. Conflicts: src/empathy-call-window.c
* Monitor the call state and close the channel when it endsSjoerd Simons2011-06-091-0/+17
|
* Remove stray debugSjoerd Simons2011-06-091-9/+1
|
* Add TargetContact property that's guaranteed to exist on CallHandlerSjoerd Simons2011-06-091-1/+21
| | | | | | Conflicts: src/empathy-call-factory.c
* Temporarily disable some codeEmilio Pozuelo Monfort2011-06-091-2/+5
|
* Use the new empathy_call_create_call_request thoroughlyEmilio Pozuelo Monfort2011-06-091-1/+1
|
* Add an EmpathyCallHandler classEmilio Pozuelo Monfort2011-06-081-0/+1012