Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |