commit 6b63b922ffce038d67c3806bf8e1e294d3d50f4a Author: Guillaume Desmottes Date: Mon Feb 17 10:45:14 2014 +0100 add Chat_Manager.xml to EXTRA_DIST src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1274e1e7ec0d7eada5b5725ddb711776cf43e95f Author: Guillaume Desmottes Date: Mon Feb 17 10:34:21 2014 +0100 3.11.90 NEWS | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) commit e0106b3e929b7c4ab37daa8b4838eb6e3bdb8562 Author: Guillaume Desmottes Date: Wed Feb 12 16:15:11 2014 +0100 configure: Nautilus sendto plugin has been removed configure.ac | 1 - 1 file changed, 1 deletion(-) commit 98f90419c27a362d34b4ef2f05f42e658f92e5fc Author: Guillaume Desmottes Date: Fri Feb 7 10:10:54 2014 +0100 extensions: remove Chat_Manager.xml We use GDBus now. https://bugzilla.gnome.org/show_bug.cgi?id=723766 extensions/Chat_Manager.xml | 36 ------------------------------------ extensions/Makefile.am | 1 - extensions/misc.xml | 1 - 3 files changed, 38 deletions(-) commit 710247a3cbb18bd06a2f8408e0705eb74ebd036c Author: Guillaume Desmottes Date: Thu Feb 6 13:12:45 2014 +0100 chat-mgr: use GDBus service API We have now to use the GtkApplication bus name when calling the method as GBus uses this bus name and not the Telepathy one which is used by dbus-glib. https://bugzilla.gnome.org/show_bug.cgi?id=723766 src/empathy-chat-manager.c | 55 +++++++++++++++++++++++++--------------------- src/empathy-chat-manager.h | 5 +++-- 2 files changed, 33 insertions(+), 27 deletions(-) commit b941bce456bf366afcaf3304d13b9d797770b5b5 Author: Guillaume Desmottes Date: Thu Feb 6 12:08:45 2014 +0100 chat-mgr: Use GDBus client side API https://bugzilla.gnome.org/show_bug.cgi?id=723766 src/Makefile.am | 2 ++ src/empathy-chat-manager.c | 66 +++++++++++++++++++++++++++++++++++----------- 2 files changed, 52 insertions(+), 16 deletions(-) commit f5c313c887e0fa9faca7a05165e7b6df25761917 Author: Guillaume Desmottes Date: Thu Feb 6 11:41:52 2014 +0100 generate GDBus API for the chat manager Plan is to get rid of our own code gen system in next. https://bugzilla.gnome.org/show_bug.cgi?id=723766 src/.gitignore | 2 ++ src/Chat_Manager.xml | 36 ++++++++++++++++++++++++++++++++++++ src/Makefile.am | 10 ++++++++++ 3 files changed, 48 insertions(+) commit 941b6fa8304c1cc678b08520fa19284aa72d1345 Author: Daniel Korostil Date: Tue Feb 11 23:31:02 2014 +0200 Updated Ukrainian translation po/uk.po | 957 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 498 insertions(+), 459 deletions(-) commit cee3345378c311a0368c430fff7fd9a2c96b248c Author: Simon McVittie Date: Wed Feb 5 18:35:34 2014 +0000 GOA plugin: implement both MC 5.16 and MC 5.18 APIs goa-mc-plugin/mcp-account-manager-goa.c | 403 ++++++++++++++++++++++++++++---- 1 file changed, 364 insertions(+), 39 deletions(-) commit e967f59e2207021bb84880ac26ae487478cba019 Author: Simon McVittie Date: Mon Jan 27 18:41:49 2014 +0000 GOA plugin: use signal-emission helpers goa-mc-plugin/mcp-account-manager-goa.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit e5995a21713cb333285f8a4bf5a612e11f6e271a Author: Guillaume Desmottes Date: Thu Feb 6 14:58:51 2014 +0100 add empathy-bus-names.h It's convenient to have a single file containing all the D-Bus names so a component can easily call a method on another one. Also rename from DBUS_NAME to BUS_NAME to stay coherent with the TP_BUS_NAME. https://bugzilla.gnome.org/show_bug.cgi?id=723766 libempathy/Makefile.am | 1 + libempathy/empathy-bus-names.h | 29 +++++++++++++++++++++++++++++ src/empathy-accounts.c | 5 ++--- src/empathy-call.c | 5 ++--- src/empathy-chat.c | 5 ++--- src/empathy-debugger.c | 5 ++--- src/empathy.c | 5 ++--- 7 files changed, 40 insertions(+), 15 deletions(-) commit 983d1b03fa252ea5743d58f290ab70be8fa8c291 Author: Guillaume Desmottes Date: Thu Feb 6 15:06:37 2014 +0100 prefix Telepathy bus names with TP_ So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766 libempathy-gtk/empathy-call-utils.c | 2 +- libempathy-gtk/empathy-chat.c | 2 +- libempathy/empathy-ft-factory.c | 2 +- libempathy/empathy-request-util.c | 5 +++-- libempathy/empathy-request-util.h | 12 ++++++------ libempathy/empathy-tp-chat.c | 2 +- src/empathy-call-factory.c | 2 +- src/empathy-call-window.c | 2 +- src/empathy-chat-manager.c | 4 ++-- 9 files changed, 17 insertions(+), 16 deletions(-) commit 21674ad377f646ef1e242f7e4260ee2398a220be Author: Guillaume Desmottes Date: Thu Feb 6 14:48:57 2014 +0100 chat-manager: define CHAT_MANAGER_PATH https://bugzilla.gnome.org/show_bug.cgi?id=723766 src/empathy-chat-manager.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit b3931621477caaf971d83bc3753c39493a2bb0dd Author: Jorge Pérez Pérez Date: Wed Feb 5 18:32:12 2014 +0100 Updated Aragonese translation po/an.po | 3454 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1715 insertions(+), 1739 deletions(-) commit 9cfe2fdfe9441fb783396fa46f5e2767d887e8a6 Author: Guillaume Desmottes Date: Wed Feb 5 16:45:39 2014 +0100 audio-src: use gst 1.0 caps format src/empathy-audio-src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4ebbe6b043f60ae0075836027270fc819411a9e Author: Guillaume Desmottes Date: Mon Feb 3 19:16:51 2014 +0100 debug-window: disable Debug on all proxies when exiting https://bugzilla.gnome.org/show_bug.cgi?id=692793 src/empathy-debug-window.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit e4d1698671dfede8f2ffae8f639d223c1c9c3959 Author: Guillaume Desmottes Date: Mon Feb 3 18:29:41 2014 +0100 debug-window: fix leak on all TpDebugClient The store keeps its own ref and the client is reffed while the async call so we can unref it right away. https://bugzilla.gnome.org/show_bug.cgi?id=692793 src/empathy-debug-window.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit d646a882bc484bb0b0c839bbecda53fd15ba7af9 Author: Guillaume Desmottes Date: Mon Feb 3 18:23:07 2014 +0100 debug-window: fix proxy leak gtk_list_store_get() gives us a new ref. https://bugzilla.gnome.org/show_bug.cgi?id=692793 src/empathy-debug-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 7c86586442819aa47a4672671211d31cb8e2461a Author: Guillaume Desmottes Date: Mon Feb 3 19:02:12 2014 +0100 debug-window: prevent using the store when disposing Using g_signal_connect_object() isn't enought as it prevents from calling the callback when the windows has been destroyed but not while disposing it. https://bugzilla.gnome.org/show_bug.cgi?id=692793 src/empathy-debug-window.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 853493de898bef9428e1188ba8c07eb9915c977a Author: Guillaume Desmottes Date: Mon Feb 3 18:18:49 2014 +0100 debug-window: prevent proxy_invalidated_cb to be called after dispose https://bugzilla.gnome.org/show_bug.cgi?id=692793 src/empathy-debug-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7106b92ef5c6fcb7b3d46f0de600bf73fb4e9555 Author: Guillaume Desmottes Date: Wed Feb 5 13:53:28 2014 +0100 remove INSTALL It's generated by autogen. .gitignore | 1 + INSTALL | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) commit f468afa9675ccbfbecb6cc5de1609783f9b9c136 Author: Guillaume Desmottes Date: Tue Feb 4 13:42:08 2014 +0100 Renaming: use tp-glib API instead of generating it as an extension extensions/Connection_Interface_Renaming.xml | 98 ---------------------------- extensions/Makefile.am | 1 - extensions/misc.xml | 1 - libempathy-gtk/empathy-chat.c | 11 ++-- 4 files changed, 5 insertions(+), 106 deletions(-) commit 19298a84cb67fc761b93b8eeb1d82b952932cf25 Author: Guillaume Desmottes Date: Tue Feb 4 13:38:43 2014 +0100 depend on tp-glib 0.23.0 Needed for Renaming API. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0b7605b100b04719c8b8fc3fd3eea854d57b9978 Author: Shankar Prasad Date: Mon Feb 3 18:07:21 2014 +0530 updated kn.po po/kn.po | 2283 +++++++++++++++++++++++--------------------------------------- 1 file changed, 833 insertions(+), 1450 deletions(-) commit 896d0dd1e918cc369ac37296a351a01ced9be00a Author: Guillaume Desmottes Date: Mon Feb 3 12:04:59 2014 +0100 remove released flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)