Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused tp-contact-factory includes | Guillaume Desmottes | 2012-05-15 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 1 | -1/+1 |
| | | | | The latter has been deprecated in tp-glib master. | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | 'ice-udp' capability is now 'ice' in Call1 | Guillaume Desmottes | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | advertise Call1 audio/video capabilities | Guillaume Desmottes | 2012-03-06 | 1 | -0/+2 |
| | |||||
* | call-factory: set Call1 capabilities | Guillaume Desmottes | 2012-03-06 | 1 | -4/+4 |
| | |||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -86/+26 |
| | |||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -3/+2 |
| | | | | No more ugly marshallers \o/ | ||||
* | Make EmpathyCallFactory an approver | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -0/+98 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
* | CallFactory: make it a TpBaseClient subclass | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -70/+36 |
| | | | | | | | So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -18/+4 |
| | | | | | | | | | | | | | | | | | - 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 | ||||
* | Remove empathy_call_factory_new_call_with_streams | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -52/+0 |
| | | | | It's unused and empathy_call_new_with_streams is better. | ||||
* | Wait for the channel to be ready before handling it | Sjoerd Simons | 2011-06-09 | 1 | -8/+43 |
| | |||||
* | Correct Call channel refcounting | Sjoerd Simons | 2011-06-09 | 1 | -4/+1 |
| | | | | | | The Call channel will get unreffed by the destroy function that's given to empathy_tp_contact_factory_get_from_id. So don't unref it in the callback explicitely | ||||
* | coding style trivia | Sjoerd Simons | 2011-06-09 | 1 | -3/+6 |
| | |||||
* | Add TargetContact property that's guaranteed to exist on CallHandler | Sjoerd Simons | 2011-06-09 | 1 | -6/+28 |
| | | | | | | Conflicts: src/empathy-call-factory.c | ||||
* | Don't require EmpathyContacts to start a call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| | | | | | | | | Conflicts: libempathy-gtk/empathy-contact-menu.c libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-call-dialog.c | ||||
* | Move empathy_call_* util functions to libempathy-gtk | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+2 |
| | | | | | | | | Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c | ||||
* | Use the new empathy_call_create_call_request thoroughly | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -19/+1 |
| | |||||
* | Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| | |||||
* | Add an EmpathyCallFactory class | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+331 |