| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
No more ugly marshallers \o/
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=580794
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
It's unused and empathy_call_new_with_streams is better.
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Conflicts:
src/empathy-call-factory.c
|
|
|
|
|
|
|
|
| |
Conflicts:
libempathy-gtk/empathy-contact-menu.c
libempathy-gtk/empathy-individual-menu.c
libempathy-gtk/empathy-new-call-dialog.c
|
|
|
|
|
|
|
|
| |
Since we want to pop up a dialog when starting a call fails.
Conflicts:
libempathy/empathy-utils.c
|
| |
|
| |
|
|
|