aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-5/+0
* empathy-call: Clean up the TfChannel before resetting the pipelineDebarshi Ray2012-10-181-8/+14
* include telepathy-glib.hGuillaume Desmottes2012-09-171-3/+1
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+1
* add empathy_call_handler_get_contact()Guillaume Desmottes2012-02-231-0/+6
* call-handler: also accept outgoing calls immediatelyDanielle Madeley2012-01-131-4/+15
* call-handler: check the state before deferring the accept()Danielle Madeley2012-01-121-1/+7
* Wait for call state to be INITIALISED before accepting incoming callXavier Claessens2012-01-101-21/+26
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-134/+26
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-5/+2
* Call: Signal content-{added/removed} instead of sink-{added/removed}Sjoerd Simons2011-11-111-23/+14
* Add framerate and resolution change signalNicolas Dufresne2011-11-081-0/+67
* Include dbus-reason in signal argumentsDanielle Madeley2011-10-211-1/+1
* Show an infobar if there's not enough creditEmilio Pozuelo Monfort2011-10-211-2/+7
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-9/+8
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-7/+0
* CallWindow: show audio and video call buttons to start a callEmilio Pozuelo Monfort2011-07-281-1/+1
* 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
* 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
* 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