aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* Call: Signal content-{added/removed} instead of sink-{added/removed}Sjoerd Simons2011-11-111-23/+14
| | | | | | | | Tp-Farstream signals contents, not sinks (like tp-farsight did). So lets mirror that, which allows us to make better decisions about what kind of contents we are given https://bugzilla.gnome.org/show_bug.cgi?id=663842
* 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
| | | | With a button to buy some if desired.
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-9/+8
| | | | No more ugly marshallers \o/
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-7/+0
| | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799
* 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