commit 6856c0fc3ea3f865882ea522f2850c1a5ef07910 Author: Guillaume Desmottes Date: Wed Jun 9 15:53:32 2010 +0200 prepare 2.30.1.1 release NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 50 insertions(+), 2 deletions(-) commit 2842333f503ad762c2ff52ed33a1fd44463147d6 Author: Guillaume Desmottes Date: Wed Jun 9 10:06:26 2010 +0200 factor out set_requirements libempathy-gtk/empathy-location-manager.c | 36 +++++++++++++++++----------- 1 files changed, 22 insertions(+), 14 deletions(-) commit 43df723f82db92fd7d0e953245eb5d3577072fe7 Author: Laurent Bigonville Date: Tue Jun 8 23:38:26 2010 +0200 Call geoclue_master_client_set_requirements before asking for position/address Be sure geoclue_master_client_set_requirements() is called in setup_geoclue() otherwise no provider will be selected (#621023) libempathy-gtk/empathy-location-manager.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit a412d641587734a4ee96a04b0cdc069948df0bb1 Author: Guillaume Desmottes Date: Tue Jun 8 17:14:22 2010 +0200 empathy_string_replace_escaped: remove '\r' (#620903) libempathy-gtk/empathy-string-parser.c | 16 +++++++++++++++- tests/empathy-parser-test.c | 4 ++++ 2 files changed, 19 insertions(+), 1 deletions(-) commit 6cd311cd08491e31aa03444a8679d4c5bc666dce Author: Guillaume Desmottes Date: Tue Jun 8 16:46:05 2010 +0200 empathy-parser-test: use empathy_string_replace_escaped tests/empathy-parser-test.c | 25 +++++++------------------ 1 files changed, 7 insertions(+), 18 deletions(-) commit 1ee85fe8eeb8c44aa2769fcdee3d871f28b51c02 Author: Guillaume Desmottes Date: Tue Jun 8 16:50:09 2010 +0200 empathy-parser-test: stop as soon a test fails That's much easier to spot the test failing. tests/empathy-parser-test.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit 7b6e67db6f8de44b28d51e7010fd371958d7e069 Author: Danielle Madeley Date: Mon Jun 7 21:30:22 2010 +1000 Makefile.am fixes Makefile.am | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit aa41d97cba3b0f4356525df7d80f2748f156af01 Author: Laurent Bigonville Date: Sat Jun 5 14:26:41 2010 +0200 Do not require geoclue provider to support updates Requiring that provider supports updates reduce the choice to almost zero (#620657). libempathy-gtk/empathy-location-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2ad941149dcca32730db7c1efc70ef3b188bebb6 Author: Rob Bradford Date: Thu Jun 3 14:24:21 2010 +0100 accounts-dialog: avoid leaking the account status message Originally this function mixed const and allocated strings using the same variable, resulting in leaks. This change refactors the code slightly to prevent such leaks. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476 src/empathy-accounts-dialog.c | 53 +++++++++++++++++++++++++++++++--------- 1 files changed, 41 insertions(+), 12 deletions(-) commit 77e7d105ecc88a77bd7838d36512b4dd3d4d8877 Author: Rob Bradford Date: Wed Jun 2 12:47:34 2010 +0100 accounts-dialog: Ensure correct connectivity information Move the creation of the EmpathyConnectivity object to the dialog construction so that there is time for the asynchronous calls that the EmpathyConnectivity makes (in ConnMan mode) to return. Without this change the error is always reported as network connection failure rather than the real error when built with ConnMan. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474 src/empathy-accounts-dialog.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 4b91df6fd314c16844ec39f854197dc6ecb2f11c Merge: 086441e cb9b729 Author: Guillaume Desmottes Date: Thu Jun 3 14:52:58 2010 +0200 Merge branch 'fav-room-620439-2.30' into gnome-2-30 commit cb9b7292facee86736acfac5d1a110a944b45cbd Author: Guillaume Desmottes Date: Thu Jun 3 12:26:55 2010 +0200 change 'disconnect' label to 'finally' src/empathy-main-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 31516cb326bf0a21f913626ad945d8f36b68912c Author: Guillaume Desmottes Date: Thu Jun 3 11:27:16 2010 +0200 Don't wait longer than 5 seconds when trying to join chatrooms If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms. src/empathy-main-window.c | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) commit 82a42a7fdd617397d3846675f336b409808747e6 Author: Guillaume Desmottes Date: Thu Jun 3 11:14:45 2010 +0200 Join chatroom favorites once the account is connected (#620439) src/empathy-main-window.c | 69 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 68 insertions(+), 1 deletions(-) commit 96da120918a480cb6137229e9a1b046d6ac960e1 Author: Guillaume Desmottes Date: Thu Jun 3 11:00:44 2010 +0200 factor out join_chatroom src/empathy-main-window.c | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) commit 086441ec802ae718a529d0dbdf6b93226d6627ef Author: Danielle Madeley Date: Thu Jun 3 17:59:44 2010 +1000 Only create the EmpathyAccountsDialog if required https://bugzilla.gnome.org/show_bug.cgi?id=616616 src/empathy-accounts-common.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 8ff7679d53d148f75c403a59b7ab50d86387124f Author: Danielle Madeley Date: Thu Jun 3 16:20:58 2010 +1000 Update location for mx-gtk.h libempathy-gtk/empathy-account-widget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 496cde28aa2ef2be253a09865b8a493892c3634b Author: Guillaume Desmottes Date: Fri May 28 09:24:18 2010 +0200 log-window: start the search when the entry is activated (#619863) libempathy-gtk/empathy-log-window.c | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) commit 039a533b0df07962485d1f433cb100cfbe76de05 Author: Xavier Claessens Date: Thu May 20 16:12:57 2010 +0200 Make sure to not infinite loop when scaling avatar. 1) Add a limit of 10 retries, to be sure to never do more in the worst case. 2) Only keep converted data that respect the requirements, make sure to not accept bigger data than maximum_bytes, even if it is close to the limit. 3) Stop the loop if the new factor does not change the image resolution. That means we already found the optimal size. Fixes bug #619701 libempathy-gtk/empathy-avatar-chooser.c | 55 +++++++++++++++++++++---------- 1 files changed, 37 insertions(+), 18 deletions(-) commit 371e91b25039b8dc1ac2489f9ef5dd5aa21cab7a Author: Hannie Dumoleyn Date: Mon May 31 19:39:14 2010 +0200 Dutch translation updated by Hannie Dumoleyn po/nl.po | 5759 +++++++++++++++++++++++++------------------------------------- 1 files changed, 2267 insertions(+), 3492 deletions(-) commit ad57c03ab520ce83282b582c2a1d7dc7e537031f Author: Guillaume Desmottes Date: Tue May 25 14:45:05 2010 +0200 assistant: call empathy_import_widget_add_selected_accounts in impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971) src/empathy-account-assistant.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b41b8478952bd912820cb496a3e01069b5acb91d Author: Mattias Põldaru Date: Thu May 27 13:18:53 2010 +0300 Estonian translation updated po/et.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 5a94d355b1f9243170b3dc8b98d1d0333a6bd1ea Author: Robert McQueen Date: Thu May 27 10:21:26 2010 +0200 fix 0-byte logfile crash (#619736) libempathy/empathy-log-store-empathy.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit 439e23d0658d950c17d99b636724088223d5d64b Author: Simon McVittie Date: Wed May 26 11:08:34 2010 +0100 with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> redirection tools/with-session-bus.sh | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 2de67b1620da339380e817ecaf5cdf0c4f459202 Author: Simon McVittie Date: Wed May 26 11:08:01 2010 +0100 configure.ac: improve portability of test(1) calls The "==" operator isn't POSIX (use "="), and the -a and -o connectors aren't POSIX (use test foo && test bar, test foo || test bar). configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 32b3df1df008c3cbf501a1e5af119ed0c719a54a Author: Guillaume Desmottes Date: Tue May 25 11:23:08 2010 +0200 hardcode facebook server to workaround SRV lookup issues src/empathy-account-assistant.c | 3 +++ src/empathy-accounts-dialog.c | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 156949f6b444cb4ef04d320fa4cef13c630f8573 Author: Guillaume Desmottes Date: Fri May 21 15:54:39 2010 +0200 main_window_favorite_chatroom_join: skip not connected accounts (#606738) This fix a crash if the account is connecting. Conflicts: src/empathy-main-window.c src/empathy-main-window.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit b87a2f274a838e8636c64605506e6ba243c2671a Author: Guillaume Desmottes Date: Thu May 20 17:10:20 2010 +0200 use avatar-default instead of the deprecated stock_person icon libempathy-gtk/empathy-avatar-chooser.c | 4 +++- libempathy-gtk/empathy-images.h | 1 + libempathy-gtk/empathy-theme-adium.c | 3 ++- src/empathy-call-window.c | 5 +++-- src/empathy-call-window.ui | 2 +- src/empathy-event-manager.c | 4 ++-- 6 files changed, 12 insertions(+), 7 deletions(-) commit b1e074ece7658f3d3fac30c114c42360e4fe5602 Author: Guillaume Desmottes Date: Tue May 18 12:57:08 2010 +0200 account-widget-irc: call empathy_account_widget_changed when the network dialog is destroyed This will allow user to save or discard changes he just done (#618883). libempathy-gtk/empathy-account-widget-irc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 45f4d328ed3a1f0108ca463677912c750221c8d8 Author: Brian Curtis Date: Mon May 17 15:49:01 2010 +0200 use port 8001 to connect to freenode irc (#618401) libempathy/irc-networks.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9468f149790dae7efbc8f06fcf4cb80c135fac9d Author: Rob Bradford Date: Tue May 18 11:09:45 2010 +0100 Use library i18n method for source files included in shared library Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 src/empathy-account-assistant.c | 3 ++- src/empathy-accounts-common.c | 2 +- src/empathy-accounts-dialog.c | 2 +- src/empathy-auto-salut-account-helper.c | 4 +++- src/empathy-import-dialog.c | 2 +- src/empathy-import-mc4-accounts.c | 4 +++- src/empathy-import-widget.c | 4 +++- 7 files changed, 14 insertions(+), 7 deletions(-) commit 3e84f4f327d98ba3f696efc893bb80c9e2af5e46 Author: Sjoerd Simons Date: Sat May 8 17:20:25 2010 +0100 Don't try to start change the camera when there is no input Fixes bug #618167 src/empathy-call-window.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit e94931a82aa97d6a9980e1d9454662b510a22a5d Author: Rob Bradford Date: Thu May 6 15:17:57 2010 +0100 ui-utils: Set translation domain on GtkBuilder UIs This is necessary for when GtkBuilder UIs are used outside of the main Empathy process. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617909 libempathy-gtk/empathy-ui-utils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 791022575040aa5aa08e1b0fa1953209cfefe1a6 Author: Rob Bradford Date: Fri Apr 30 10:29:22 2010 +0100 accounts-module: Remove call to textdomain () This shouldn't be called in shared module. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262 src/empathy-accounts-module.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 5be5f730f4ddc806d3cb1f4c74312d8de20e31a9 Author: Frédéric Péters Date: Sun May 2 17:54:11 2010 +0200 Do not display "missing image" for contacts without avatar (#608103) libempathy-gtk/empathy-avatar-image.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 975aaba54306ff7f7ed53a1337b1a500dd19de98 Author: Jorge González Date: Sat May 1 09:54:02 2010 +0200 Updated Spanish translation help/es/es.po | 137 ++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 83 insertions(+), 54 deletions(-) commit 004fb4fb7659e9c2697c10354f4fcc7c44877d6b Author: Jorge González Date: Sat May 1 09:49:14 2010 +0200 Updated Spanish translation help/es/es.po | 125 +++++++++++++++++++++++++------------------------------- 1 files changed, 56 insertions(+), 69 deletions(-) commit e3a2b8e6f1e5868939b21a22ddf43d414ac74db4 Author: Mario Blättermann Date: Thu Apr 29 12:08:02 2010 +0200 Updated German doc translation help/de/de.po | 1101 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 563 insertions(+), 538 deletions(-) commit e6fe74920433afd0004139f182d3c3a402b26834 Author: Jorge González Date: Wed Apr 28 07:59:29 2010 +0200 Updated Spanish translation help/es/es.po | 294 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 165 insertions(+), 129 deletions(-) commit 0abebe1a4f75bc2919c4894a58cee2742cd423d9 Author: Jasper Lievisse Adriaanse Date: Tue Apr 27 09:38:45 2010 +0200 tp-file: include netinet/in.h The storage size of 'addr' isn't known without netinet/in.h (#616859). libempathy/empathy-tp-file.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1b78c3263c7e8f19bb5407d683360c3430f0f7d6 Author: Guillaume Desmottes Date: Mon Apr 26 16:47:03 2010 +0200 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)