commit b5dc9ffdb3b1b5baf17094b94fd2f4e990176954 Author: Guillaume Desmottes Date: Mon Oct 4 13:19:09 2010 +0200 prepare 2.32.0.1 release NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 46 insertions(+), 2 deletions(-) commit 6c40c743fce1357a64290064d5f093274702a0b2 Author: Guillaume Desmottes Date: Mon Oct 4 13:00:57 2010 +0200 release.py: update last_tag_pattern release.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 47c3bf561bd8fc2c6703ad6baf301ca29d9185e7 Author: Sjoerd Simons Date: Mon Sep 20 18:38:49 2010 +0100 Set the ptime multiple for PCM codecs to 20ms, needed for interop with some SIP phones data/element-properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 6c7d6ae27283e2a54b97198baedfe9c26b812b46 Author: Cosimo Cecchi Date: Mon Oct 4 11:13:22 2010 +0200 Don't ignore the CA certificate if it's the only one in the chain This avoids auth-client crashes for servers which provide only a self-signed CA as TLS certificate on connect (#631095). libempathy/empathy-tls-verifier.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f060ca8527d66c601d624394f4d46c037c713f34 Author: Vincent Untz Date: Sun Oct 3 21:25:05 2010 +0200 Always show icons for meta-contacts in context menu https://bugzilla.gnome.org/show_bug.cgi?id=631098 libempathy-gtk/empathy-individual-menu.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 43385565c3c422cc6c1b7748ab8e6af3143c5a12 Author: Guillaume Desmottes Date: Mon Oct 4 09:50:02 2010 +0200 remove deprecated FIXME libempathy-gtk/empathy-contact-menu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 64ae3cbe9c5231db131c61cf54255819264c741f Author: Milo Casagrande Date: Sat Oct 2 10:44:40 2010 +0200 [l10n] Updated help Italian translation help/it/it.po | 646 +++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 442 insertions(+), 204 deletions(-) commit cd666fbc2575fbd7bfe566f09f2cff981fa575b3 Author: Daniel Nylander Date: Sat Oct 2 05:50:35 2010 +0200 Updated Swedish translation po/sv.po | 370 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 190 insertions(+), 180 deletions(-) commit 0e0dd96df0ae10ee87f7cf258327bf70c4969f12 Author: Jorge González Date: Fri Oct 1 12:29:15 2010 +0200 Updated Spanish translation po/es.po | 247 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 124 insertions(+), 123 deletions(-) commit 6850d5e6a123e4f261a0abef3e895c61ff223e06 Author: Michael Kotsarinis Date: Fri Oct 1 02:32:35 2010 +0300 l10n: Updated Greek translation for empathy help help/el/el.po | 342 +++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 235 insertions(+), 107 deletions(-) commit 5531b2ddfd1399771a159f57b541dcc62a1c9578 Author: Simos Xenitellis Date: Thu Sep 30 15:11:56 2010 +0300 l10n: Updated Greek translation for empathy po/el.po | 728 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 458 insertions(+), 270 deletions(-) commit 077b4020f267b8946807ed813c8cf6715561fad6 Author: Žygimantas Beručka Date: Wed Sep 29 14:18:30 2010 +0200 Updated Lithuanian translation po/lt.po | 325 +++++++++++++++++++++++++------------------------------------- 1 files changed, 132 insertions(+), 193 deletions(-) commit 1f519ac5c0e9b8e2dd99063876f7969374e1c147 Author: Gabor Kelemen Date: Wed Sep 29 13:53:53 2010 +0200 Fix a typo help/hu/hu.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4 Author: Guillaume Desmottes Date: Wed Sep 29 11:02:05 2010 +0200 fix typo libempathy-gtk/empathy-contact-widget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0c55599ad0a3210c60d37938b27225c607fc53fe Author: Guillaume Desmottes Date: Tue Sep 28 16:08:27 2010 +0200 field_value_is_empty: if the first element is not NULL field is not empty libempathy-gtk/empathy-contact-widget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eb5008d66b2f55dd9c4f36d69a5a80cc48390f4e Author: Guillaume Desmottes Date: Tue Sep 28 16:01:53 2010 +0200 factor out field_value_is_empty() libempathy-gtk/empathy-contact-widget.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 90d9f4f454d2612643f1e17703df02661649ca12 Author: Guillaume Desmottes Date: Mon Sep 27 10:46:20 2010 +0200 add debug output libempathy-gtk/empathy-contact-widget.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 0f7279a3bbbe4bfd4dceb06e54ec983082d6c58f Author: Guillaume Desmottes Date: Fri Sep 24 11:27:16 2010 +0200 Add unsupported contact fields to details_to_set (#630427) This avoid to loss unsupported fields when closing the dialog. libempathy-gtk/empathy-contact-widget.c | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) commit e5bf164997d4580ae94fc1f2471a3bce6ac617b8 Author: Guillaume Desmottes Date: Fri Sep 24 11:15:17 2010 +0200 Use tp_contact_info_field_copy() instead of creating a new field if found libempathy-gtk/empathy-contact-widget.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit c58139d810f6fc2b52637ae19839b92c3063bb78 Author: Guillaume Desmottes Date: Fri Sep 24 10:31:33 2010 +0200 contact_widget_details_update_edit: free the list returned by tp_contact_get_contact_info() libempathy-gtk/empathy-contact-widget.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 795168da0bd6ef574206a2346038126b721a0eb9 Author: Guillaume Desmottes Date: Fri Sep 24 10:31:14 2010 +0200 contact_widget_details_update_edit: no need to call tp_contact_get_contact_info() each iteration libempathy-gtk/empathy-contact-widget.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 6eeaa74b691e4dd7486b2bf7ffef236f582ac464 Author: Hannie Dumoleyn Date: Tue Sep 28 17:20:27 2010 +0200 [i18n] Updated Dutch translation po/nl.po | 2098 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1344 insertions(+), 754 deletions(-) commit b3b89c99324e36048b521bff044fff2735c2b177 Author: Guillaume Desmottes Date: Tue Sep 28 13:02:51 2010 +0200 ignore hu pages help/.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 045d3c82deb7d6288c9026c98dc1b836370864ed Author: Guillaume Desmottes Date: Tue Sep 28 13:00:41 2010 +0200 google-talk: no need to unset the 'server' param We don't set it anymore as fallback-servers super-seeded it but there is no point to unset; the account settings has just be created and is empty. src/empathy-account-assistant.c | 1 - src/empathy-accounts-dialog.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit 160736f1ea4964d5f6164c42913c094c6d25774f Author: Guillaume Desmottes Date: Mon Sep 20 11:33:45 2010 +0200 bump GTK+ dep to 2.22.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7fdc8433c02694a4f456e4f7abfc44b93cecb70 Author: Diego Escalante Urrelo Date: Sun Sep 19 18:10:20 2010 -0500 empathy-chat: update GDK_ defines to GDK_KEY_ This change works in both GTK+ 2.22 and GTK+ 3.0 Bug #630107 libempathy-gtk/empathy-chat.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 4c517ce646a64c528b7340d7d57a09c0242f1c8f Author: Diego Escalante Urrelo Date: Sun Sep 19 18:08:00 2010 -0500 Don't use deprecated gtk_dialog_set_has_separator This is deprecated in GTK+ 2.22 Bug #630107 libempathy-gtk/empathy-contact-dialogs.c | 4 ---- libempathy-gtk/empathy-contact-selector-dialog.c | 2 -- libempathy-gtk/empathy-individual-dialogs.c | 1 - libempathy-gtk/empathy-individual-edit-dialog.c | 1 - .../empathy-individual-information-dialog.c | 1 - libempathy-gtk/empathy-linking-dialog.c | 1 - libempathy-gtk/empathy-status-preset-dialog.c | 1 - libempathy-gtk/empathy-ui-utils.h | 16 ---------------- src/empathy-accounts-dialog.c | 5 ----- src/empathy-import-dialog.c | 5 ----- src/empathy-preferences.c | 5 ----- 11 files changed, 0 insertions(+), 42 deletions(-) commit 8031eb1f58dff35e0deb3b01f80d75b6dce16454 Author: Diego Escalante Urrelo Date: Sun Sep 19 18:06:27 2010 -0500 empathy-avatar-image: don't use gdk_display global This is deprecated for GTK+ 2.22. Bug #630107 libempathy-gtk/empathy-avatar-image.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 96da6bac8ac2cfa4b39cb27d6284b8f5d3dcfece Author: Giannis Katsampirhs Date: Mon Sep 27 21:39:17 2010 +0300 Updated Greek translation po/el.po | 1112 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 484 insertions(+), 628 deletions(-) commit 93e6230459c89c220dfe0d2ea4434fda3c85e4e2 Author: Guillaume Desmottes Date: Mon Sep 20 13:36:03 2010 +0200 don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME (#629922) libempathy-gtk/empathy-ui-utils.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 98f622ed45e569239ed32ba1aca7c9f3ca7732da Author: Guillaume Desmottes Date: Mon Sep 20 13:31:06 2010 +0200 empathy_window_present: use gtk_get_current_event_time() as default timestamp (#629922) libempathy-gtk/empathy-ui-utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a8f5972679288f101fc0ae993c34aa64ccc5acec Author: Guillaume Desmottes Date: Thu Sep 16 13:54:05 2010 +0200 Disable the fullscreen action while we are not connected src/empathy-call-window.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit a277446bfd4a3a351e32b7704f5cb0dec109c17f Author: Guillaume Desmottes Date: Thu Sep 16 13:47:03 2010 +0200 empathy_call_window_fullscreen_set_cursor_visible: clean up function src/empathy-call-window-fullscreen.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 90d80cd4646694f544f95aa6af0dcf4e40b9dfb7 Author: Guillaume Desmottes Date: Thu Sep 16 13:39:14 2010 +0200 Leave fullscreen mode when call is disconnected (#593437) src/empathy-call-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8049ff3dad3ea95b56a3be923ca5a51370d9cc82 Author: Guillaume Desmottes Date: Thu Sep 16 13:38:56 2010 +0200 show_borders: check if video_output still exists before using it src/empathy-call-window.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 6d4cd24b722c8fc9ca63e24447b40892b84054de Author: Guillaume Desmottes Date: Thu Sep 16 13:38:05 2010 +0200 empathy_call_window_fullscreen_set_cursor_visible: early return if video widget is NULL src/empathy-call-window-fullscreen.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 8b10e78f1885104417d39041c506a3a5bfe985eb Author: Guillaume Desmottes Date: Thu Sep 16 13:37:34 2010 +0200 call-window-fullscreen: NULLify the video widget when it's destroyed src/empathy-call-window-fullscreen.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 49918153e194f92b63049bf4bb93f13edfff7720 Author: Guillaume Desmottes Date: Thu Sep 16 13:38:34 2010 +0200 disconnect signal before destroying the video widget src/empathy-call-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4ef008b72acb19f756f39e1a3795d1f3fc2c6820 Author: Guillaume Desmottes Date: Thu Sep 16 13:08:41 2010 +0200 factor out disconnect_video_output_motion_handler() src/empathy-call-window.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) commit fa600a4ea18f2c5e7163698fb44adccd9bc230b2 Author: Guillaume Desmottes Date: Wed Sep 22 11:29:53 2010 +0200 call-window: remove the errors info bar when redialing (#630276) src/empathy-call-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 744a7afc76aba311c63ba8e7f6cced9d538da42a Author: Guillaume Desmottes Date: Mon Sep 20 16:30:06 2010 +0200 chat_window_new_message_cb: update the window icon as well (#558802) We want to change the window icon even if it's not focused. src/empathy-chat-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 90d3b83c9a859a02e9439b41c81964acb7d5c070 Author: Guillaume Desmottes Date: Fri Sep 17 14:17:05 2010 +0200 voip_cmp_func: first check if we support and then audio This doesn't change anything when doing audio/video calls as we know for sure that the individials support the capabilities. But when doing chat, we first want to use the individial supporting video and then audio in case of a tie. libempathy/empathy-contact.c | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) commit a2851c345723360e779b9adc4fe17684136f40b7 Author: Guillaume Desmottes Date: Fri Sep 17 14:10:32 2010 +0200 Prioritize default individual for chats using capabilities (#629912) libempathy/empathy-contact.c | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) commit 362d847a53dfa9c344781065c3b1af5952a405e3 Author: Guillaume Desmottes Date: Fri Sep 17 12:36:20 2010 +0200 rename presence_sort_func to presence_cmp_func cmp_func() compare one feature (presence in this case) while sort_func() uses different cmp_func() to implement a feature specific sort. libempathy/empathy-contact.c | 31 ++++++++++++++++++++----------- 1 files changed, 20 insertions(+), 11 deletions(-) commit 23fc6264db524d903b3592f302dbcedae0edfab5 Author: Guillaume Desmottes Date: Thu Sep 16 10:47:55 2010 +0200 empathy-accounts.c: check return value of unique_app_send_message (#629782) src/empathy-accounts.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 7d891f1e506421c8f05700d4b8d4df5b228eabf9 Author: Guillaume Desmottes Date: Thu Sep 16 10:47:46 2010 +0200 empathy.c: check return value of unique_app_send_message (#629782) src/empathy.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 15c23ab80d0b2c5dba14ef5c8a671b8d157a2c2b Author: Guillaume Desmottes Date: Mon Sep 27 15:15:58 2010 +0200 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)