Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-call: Clean up the TfChannel before resetting the pipeline | Debarshi Ray | 2012-10-18 | 1 | -8/+14 |
| | | | | Fixes: https://bugzilla.gnome.org/686311 | ||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -3/+1 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | remove unused tp-contact-factory includes | Guillaume Desmottes | 2012-05-15 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | add empathy_call_handler_get_contact() | Guillaume Desmottes | 2012-02-23 | 1 | -0/+6 |
| | |||||
* | call-handler: also accept outgoing calls immediately | Danielle Madeley | 2012-01-13 | 1 | -4/+15 |
| | | | | | | | Outgoing calls are in PENDING_INITIATOR until you accept them, So Empathy would never actually start dialing an outgoing call until you redialled and it got picked up by the other codepath, which accepts immediately. | ||||
* | call-handler: check the state before deferring the accept() | Danielle Madeley | 2012-01-12 | 1 | -1/+7 |
| | | | | | | | | Xavier's previous patch delayed calling accept() until the channel was in the INITIALISED state, however, if the channel is already in the INITIALISED state by the time we receive it, we should just accept immediately. Otherwise we'll spend our lives waiting for a state transition that will never occur. | ||||
* | Wait for call state to be INITIALISED before accepting incoming call | Xavier Claessens | 2012-01-10 | 1 | -21/+26 |
| | |||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -134/+26 |
| | |||||
* | Don't turn on echo cancellation on the sink if it's for raw conferences | Sjoerd Simons | 2011-11-11 | 1 | -5/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842 | ||||
* | Call: Signal content-{added/removed} instead of sink-{added/removed} | Sjoerd Simons | 2011-11-11 | 1 | -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 signal | Nicolas Dufresne | 2011-11-08 | 1 | -0/+67 |
| | |||||
* | Include dbus-reason in signal arguments | Danielle Madeley | 2011-10-21 | 1 | -1/+1 |
| | |||||
* | Show an infobar if there's not enough credit | Emilio Pozuelo Monfort | 2011-10-21 | 1 | -2/+7 |
| | | | | With a button to buy some if desired. | ||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -9/+8 |
| | | | | No more ugly marshallers \o/ | ||||
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -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 call | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -1/+1 |
| | | | | Instead of the redial button. | ||||
* | Turn g_prints into DEBUGs | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -4/+4 |
| | |||||
* | Implement empathy_call_handler_start_call() for redialing | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -12/+18 |
| | |||||
* | CallHandler: move on_call_accepted_cb() around | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -15/+15 |
| | |||||
* | CallHandler: emit signal with the correct parameters | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| | |||||
* | When the remote side hangs up, clean up the call channel | Sjoerd Simons | 2011-06-09 | 1 | -2/+9 |
| | |||||
* | Cope with unexpected call channel invalidation | Sjoerd Simons | 2011-06-09 | 1 | -0/+20 |
| | |||||
* | Use modern private structure handling | Sjoerd Simons | 2011-06-09 | 1 | -2/+2 |
| | |||||
* | Don't start the Call when the streams start | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -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 ends | Sjoerd Simons | 2011-06-09 | 1 | -0/+17 |
| | |||||
* | Remove stray debug | Sjoerd Simons | 2011-06-09 | 1 | -9/+1 |
| | |||||
* | Add TargetContact property that's guaranteed to exist on CallHandler | Sjoerd Simons | 2011-06-09 | 1 | -1/+21 |
| | | | | | | Conflicts: src/empathy-call-factory.c | ||||
* | Temporarily disable some code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+5 |
| | |||||
* | Use the new empathy_call_create_call_request thoroughly | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Add an EmpathyCallHandler class | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+1012 |