commit a8582b613fe75b203b634c8df419ccf1fb19a774 Author: Guillaume Desmottes Date: Wed Mar 9 11:39:02 2011 +0100 add 2.33.3 release notes NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit a9255799804f9542f5b46470b184ced7c75136e8 Author: Guillaume Desmottes Date: Wed Mar 9 11:21:17 2011 +0100 coding style fixes libempathy-gtk/empathy-contact-menu.c | 2 +- src/empathy-chat-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1b0c27337f552359260634ddb7dc25c94f337ef5 Author: Guillaume Desmottes Date: Wed Mar 9 11:09:52 2011 +0100 prepare 2.33.3 NEWS | 17 +++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit 2161a418c4fb9d8c8970e36480fcfb1c010ee9ba Author: Guillaume Desmottes Date: Wed Mar 9 11:10:29 2011 +0100 Revert "libempathy-gtk: In TLS Dialog allow remembering of any exception." This reverts commit d6dccee01a1554244d31d7bdc79f23212a7a3f4f. The certificate management refactoring have not been backported to 2.34 so we can't backport this fix either. libempathy-gtk/empathy-tls-dialog.c | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) commit daf27468745030f6e3255972e923507e37b5ed17 Author: Guillaume Desmottes Date: Wed Mar 9 10:22:23 2011 +0100 remove released flag Seems I forgot to remove it after the last release. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2803c580f5d7c096895c462fd549a022fba49f14 Author: Guillaume Desmottes Date: Wed Mar 9 10:22:11 2011 +0100 contact-search-dialog: fix compilation warnings libempathy-gtk/empathy-contact-search-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d6dccee01a1554244d31d7bdc79f23212a7a3f4f Author: Stef Walter Date: Tue Mar 8 07:34:35 2011 +0100 libempathy-gtk: In TLS Dialog allow remembering of any exception. Previously we couldn't do this because we had nowhere to store these exceptions. But now this is possible because we're storing them as trust assertions. https://bugzilla.gnome.org/show_bug.cgi?id=639417 libempathy-gtk/empathy-tls-dialog.c | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-) commit d29d43f132b9459ee51cd3e712a6f2b671c20077 Author: Guillaume Desmottes Date: Wed Mar 9 10:14:34 2011 +0100 Update to telepathy-yell master telepathy-yell | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ef9b1ef55e7041e7c9514e4d62cc63aba8f01c72 Author: Guillaume Desmottes Date: Tue Mar 8 18:18:59 2011 +0100 display a debug message if we can't get the TpContact src/empathy-call-observer.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 3cec53263f6c29d462e300f02d1ef2718be21371 Author: Guillaume Desmottes Date: Tue Mar 8 17:39:27 2011 +0100 call-observer: display a notification when rejecting a call (#644127) po/POTFILES.in | 1 + src/empathy-call-observer.c | 99 +++++++++++++++++++++++++++++++++++++++---- telepathy-yell | 2 +- 3 files changed, 93 insertions(+), 9 deletions(-) commit 3af8ed19330be02a6fc36829fd81ed74788db644 Author: Guillaume Desmottes Date: Tue Mar 8 17:27:50 2011 +0100 call-observer: set the Recover flag We want to know about existing calls when starting. src/empathy-call-observer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fff311b1d870528773b4fe65ccd425f2441e4aba Author: Guillaume Desmottes Date: Tue Mar 8 16:47:09 2011 +0100 call-observer: reject all the channels we claimed Once we have claimed the ChannelDispatchOperation, we are now the handler of all its channels. So, we should close them all as we are not going to do anything with them. (#644210) src/empathy-call-observer.c | 81 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 74 insertions(+), 7 deletions(-) commit b1f241686cca06cf25f48eb7212b536ed1a6391d Author: Guillaume Desmottes Date: Tue Mar 8 16:31:03 2011 +0100 return from ObserveChannels() after having called Claim() src/empathy-call-observer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit e6016c3d672c0ea95170271d703733730d256b3f Author: Guillaume Desmottes Date: Tue Mar 8 15:47:26 2011 +0100 call-observer: return from ObserveChannels() if the channel was already invalidated src/empathy-call-observer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0984fed5c7773df78a918e6fd47ca12c9bdec652 Author: Guillaume Desmottes Date: Tue Mar 8 16:29:39 2011 +0100 call-observer: set debug domain to 'voip' and add 2 debug messages src/empathy-call-observer.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 65f94e4158b9a9286717cb5aeae506c015dbd489 Author: Sjoerd Simons Date: Tue Mar 8 12:35:43 2011 +0000 Update the repository to freedesktop.org .gitmodules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b8e3bcf614c420f7930292be7b432fdcabe71b32 Author: Emilio Pozuelo Monfort Date: Sun Mar 6 15:17:05 2011 +0000 Delay the approvers src/empathy-call-observer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 45e986eb37e4707f1b4e9e39ef86bd541e16ad81 Author: Emilio Pozuelo Monfort Date: Wed Mar 2 12:08:33 2011 +0000 Autoreject incoming calls if there are others in progress https://bugzilla.gnome.org/show_bug.cgi?id=643656 src/Makefile.am | 1 + src/empathy-call-observer.c | 287 +++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-observer.h | 54 ++++++++ src/empathy-main-window.c | 4 + telepathy-yell | 2 +- 5 files changed, 347 insertions(+), 1 deletions(-) commit c03cf1a26b17190e50f6ef305aa74452cc03a0b5 Author: Emilio Pozuelo Monfort Date: Mon Mar 7 11:30:38 2011 +0000 Show a profile info button in contact search results libempathy-gtk/empathy-contact-search-dialog.c | 55 ++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) commit 0f5a0cf61fe7de389b5840308bfc782a1347ade5 Author: Emilio Pozuelo Monfort Date: Mon Mar 7 11:26:05 2011 +0000 Use the special "" search field if the CM supports it libempathy-gtk/empathy-contact-search-dialog.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 82cf4629ab265dde415081cc32847a5e2c086cea Author: Guillaume Desmottes Date: Mon Mar 7 11:50:21 2011 +0100 account-assistant: add mnemonic for the "no salut account" checkbox (#644058) src/empathy-account-assistant.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e74ff67f4f3716065dbe3dabb458abf2939cad8e Author: Guillaume Desmottes Date: Mon Mar 7 12:01:13 2011 +0100 empathy_protocol_name_to_display_name: MSN has been renamed to "Windows live" (#643920) libempathy/empathy-utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b3a6feb7a68da6314f17b439e834346a0abda317 Author: Guillaume Desmottes Date: Fri Mar 4 15:24:06 2011 +0100 auth-factory: set Observer.DelayApprovers (#643872) libempathy/empathy-auth-factory.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 689a280174e790e1bc1e7b73e2a0de770d6bf061 Author: Guillaume Desmottes Date: Fri Mar 4 15:24:42 2011 +0100 depends on telepathy-glib 0.13.16 We need it for tp_base_client_set_observer_delay_approvers(). configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43e3c9ec6bc4f963bacaacd3de3ed5fe9ce86247 Author: Danielle Madeley Date: Mon Mar 7 11:21:43 2011 +1100 Warn the user if she has insufficient disk space to receive a file Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644062 libempathy-gtk/empathy-ui-utils.c | 61 +++++++++++++++++++++++++++++++++++-- 1 files changed, 58 insertions(+), 3 deletions(-) commit a0babfa947e18565fafa369aa148d7e6afa9144a Author: Guillaume Desmottes Date: Fri Mar 4 10:51:36 2011 +0100 tp_chat_received_cb: display the path of the channel in debug log That can be convenient when debugging to easily match Empathy and CM logs. libempathy/empathy-tp-chat.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 5a70354f0da89d6e91cda09314e5030cfb6a5f75 Author: Danielle Madeley Date: Fri Mar 4 00:16:18 2011 +1100 Emit RESPONSE_APPLY on row-activated libempathy-gtk/empathy-contact-search-dialog.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 62aabd365e4cf4c3f91a02af884cce38f65be46b Author: Danielle Madeley Date: Fri Mar 4 00:07:38 2011 +1100 Contact Search Dialog: Search when enter is pressed libempathy-gtk/empathy-contact-search-dialog.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit e9c2346382897a6fa9d83c7a0bb2474e1278807d Author: Danielle Madeley Date: Fri Mar 4 00:03:07 2011 +1100 Fix compiler warning libempathy-gtk/empathy-call-utils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9ae6f58ac833bf63f0ab07dcb341ef10db48dee2 Author: Danielle Madeley Date: Fri Mar 4 00:02:53 2011 +1100 Change 'Add' to 'Add Contact' libempathy-gtk/empathy-contact-search-dialog.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 3f71919d9f21e84d36086703cc5447e2e8cb12da Author: Danielle Madeley Date: Thu Mar 3 23:54:51 2011 +1100 Tweak ContactSearchDialog padding libempathy-gtk/empathy-contact-search-dialog.c | 30 +++++++++++++---------- 1 files changed, 17 insertions(+), 13 deletions(-) commit 60b1c56a90020621eaddcfcf064957ac748955cd Author: Danielle Madeley Date: Thu Mar 3 13:35:45 2011 +1100 Only show the "Remember password" tickybox if we can do that libempathy-gtk/empathy-password-dialog.c | 5 +++- libempathy/empathy-server-sasl-handler.c | 37 ++++++++++++++++++++++++++++++ libempathy/empathy-server-sasl-handler.h | 3 ++ 3 files changed, 44 insertions(+), 1 deletions(-) commit fb03f35e9a0a0a4bf73ffe789e659c770a1d75ba Author: Danielle Madeley Date: Thu Mar 3 13:18:05 2011 +1100 Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handler libempathy/empathy-server-sasl-handler.c | 43 +++++++++++++++++++++++++++-- 1 files changed, 40 insertions(+), 3 deletions(-) commit ef92c4ff9f18d21707b327b601e59d104f08b1fa Author: Danielle Madeley Date: Thu Mar 3 13:02:14 2011 +1100 Add Chan.I.CredentialsStorage to extensions .../Channel_Interface_Credentials_Storage.xml | 59 ++++++++++++++++++++ extensions/Makefile.am | 1 + extensions/misc.xml | 1 + 3 files changed, 61 insertions(+), 0 deletions(-) commit 8e18c062c6a67ca067f44fe698aac3e29d992f83 Author: Nicolas Dufresne Date: Fri Feb 25 17:38:26 2011 -0500 Add support for message type to support /me libempathy/empathy-message.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5fd9df9e45b27e550f6516e1a31e6b79907b5af8 Author: Emilio Pozuelo Monfort Date: Mon Feb 28 12:29:40 2011 +0000 Return meaningful errors when starting a call fails libempathy-gtk/empathy-call-utils.c | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) commit decf711bd5ac82b2ea4c61e4304f1d124289a375 Author: Guillaume Desmottes Date: Mon Feb 28 15:00:20 2011 +0100 find_items_cb: copy the string stored in the result libempathy/empathy-keyring.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f4d80d432a22487eeacfe4f3216c132d5a4e0a12 Author: Guillaume Desmottes Date: Mon Feb 28 14:50:43 2011 +0100 find_items_cb: always use the first password found libempathy/empathy-keyring.c | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) commit ee8f37f906b6d5c678a393a4aa94a9566d2c6ecc Author: Guillaume Desmottes Date: Mon Feb 28 13:13:52 2011 +0100 accounts_dialog_set_selected_account: scroll to the selected account src/empathy-accounts-dialog.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 6dfdd570279f24ea16f51a63ff5edf0b09055dc1 Author: Guillaume Desmottes Date: Mon Feb 28 13:13:33 2011 +0100 empathy-accounts: allow to pass the full path of the account src/empathy-accounts.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 0edb1dc7f535d800b9bf1d48d13a56a7086f704f Author: Robert Sajdok Date: Mon Feb 28 10:17:33 2011 +0100 Request a minimal size on the presence chooser This avoid to make it completely disappear when resizing the window (#583317) src/empathy-main-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2f4eea01a086d58ab95ee2a179be468dd9faae8e Author: Guillaume Desmottes Date: Fri Feb 25 11:06:15 2011 +0100 update src/.gitignore src/.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit efd4ac85885aa38a11b05bfa3a29a030bab6afd0 Author: Sjoerd Simons Date: Thu Feb 24 16:37:27 2011 +0000 Correct submodule path .gitmodules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)