commit 400dc9cfed1e4ff95e10ecec47c51871332302a9 Author: Guillaume Desmottes Date: Thu Mar 4 19:38:54 2010 +0100 Disable empathy-parser-test for now as it doesn't build any more tests/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 16555ecff5536c8be45b0d7001bb65eba0d11bee Author: Guillaume Desmottes Date: Thu Mar 4 19:22:44 2010 +0100 prepare 2.29.91.2 release NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) commit 5275d797f7af1296fa9219394c4cf93de2a8d408 Author: Sjoerd Simons Date: Thu Mar 4 18:02:21 2010 +0000 Force windows to jump to the foreground if we present them libempathy-gtk/empathy-ui-utils.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit f79f134280bb47d7fd10b958ccf60ca10bd40757 Author: Guillaume Desmottes Date: Thu Mar 4 18:38:24 2010 +0100 set the server field of Google Talk account This should solve connection issue with buggy router (#601089). src/empathy-account-assistant.c | 16 ++++++++++++---- src/empathy-accounts-dialog.c | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) commit 8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe Author: Sjoerd Simons Date: Thu Mar 4 17:23:10 2010 +0000 Fix silly typo src/empathy-accounts-dialog.c | 2 +- src/empathy-accounts-dialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit ba5b7807abcbd86cc9d35440754b68a3fe970f18 Author: Xavier Claessens Date: Thu Mar 4 18:11:26 2010 +0100 empathy_add_link_markup() is not NULL-safe Add a g_return_val_if_fail() to avoid crash, and avoid calling that func with NULL text. libempathy-gtk/empathy-contact-widget.c | 5 +++-- libempathy-gtk/empathy-string-parser.c | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) commit 02e330c0418f6b59abe193171d7adc75739bd8a2 Author: Guillaume Desmottes Date: Thu Mar 4 17:57:05 2010 +0100 Popup the assistant when starting only if there is *no* account configured src/empathy.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 475ab0143677586dd29be933795e88c35b4a2706 Author: Guillaume Desmottes Date: Thu Mar 4 17:52:37 2010 +0100 add empathy_accounts_has_accounts src/empathy-accounts-common.c | 13 +++++++++++++ src/empathy-accounts-common.h | 2 ++ 2 files changed, 15 insertions(+), 0 deletions(-) commit 8c8ad6b6959801d97881dba347ce8827d470c7a2 Author: Guillaume Desmottes Date: Thu Mar 4 17:31:40 2010 +0100 remove the salut_created gconf key (#611817) data/empathy.schemas.in | 15 --------------- libempathy-gtk/empathy-conf.h | 1 - src/empathy-account-assistant.c | 6 ------ src/empathy-auto-salut-account-helper.c | 19 ------------------- 4 files changed, 0 insertions(+), 41 deletions(-) commit 6cbff108ac6211bfdc3638f23f3226f6521449fc Merge: 82d2397 b4d0635 Author: Sjoerd Simons Date: Thu Mar 4 16:56:36 2010 +0000 Merge branch 'tweaks' commit b4d06351f186346bfc65204aa4057641bbde4649 Author: Sjoerd Simons Date: Thu Mar 4 13:35:48 2010 +0000 Cope with the favorite pixbuf not being available Not all icon themes have the favorite icon, so don't rely on it existing (if it's not there, just don't display a bookmark icon) Fixes: #611794 libempathy-gtk/empathy-presence-chooser.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 3550e13cd3e02e85962755851ce3ae2329ed02e3 Author: Sjoerd Simons Date: Thu Mar 4 12:21:54 2010 +0000 Connect to the accounts signals in one central place src/empathy-accounts-dialog.c | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) commit c15ddf6b53db97e61acd45da5fd8cc9f804d7625 Author: Sjoerd Simons Date: Thu Mar 4 12:19:32 2010 +0000 Cancel creation in the accounts dialog if the wizard is running If the account wizard is finished it should have created at least some accounts. Cancel any account creation that was going on in the accounts dialog so it nicely jumps showing the first real account :) src/cc-empathy-accounts-page.c | 24 +++++++++++++++++++++++- src/empathy-accounts-dialog.c | 30 ++++++++++++++++++++++++++---- src/empathy-accounts-dialog.h | 4 ++++ 3 files changed, 53 insertions(+), 5 deletions(-) commit 878756780bc822f5626101d6abd2157b99e9e3c8 Author: Sjoerd Simons Date: Thu Mar 4 12:16:26 2010 +0000 Don't assume there is always a settings widget available When we exit the assistant with just salut accounts there is no account widget for it in the normal sense, so don't crash if there isn't one. Fixes: #611792 src/empathy-account-assistant.c | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) commit 82d23975943d3d1087c4c23ce88c78ae0dc468a0 Author: Guillaume Desmottes Date: Thu Mar 4 15:19:12 2010 +0100 Stop mapping 'B)' with the face-cool icon 'B)' is a common pattern when explaining things or doing enumeration (#611753). libempathy-gtk/empathy-smiley-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 56872bd8f7c14cdb9a6cd303db3d21b008a6f07a Merge: 3b09aca 7c9a7e0 Author: Xavier Claessens Date: Thu Mar 4 16:37:48 2010 +0100 Merge branch 'clickable-link' commit 7c9a7e0a126322fea64c7a4dfcd455400cafcbe8 Author: Xavier Claessens Date: Thu Mar 4 16:28:56 2010 +0100 Add a comment explaining what does empathy_add_link_markup, and don't make parser list static libempathy-gtk/empathy-string-parser.c | 2 +- libempathy-gtk/empathy-string-parser.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) commit 207c3bdd45e280beb019153ca6c844178f6e331a Author: Xavier Claessens Date: Thu Mar 4 16:24:00 2010 +0100 Also make links clickable in tooltip It is not clickable, but still nice looking libempathy-gtk/empathy-contact-widget.c | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) commit 1c9ef08484efd1596c57e1da7a17d3eb790d304d Author: Xavier Claessens Date: Wed Mar 3 16:51:48 2010 +0100 Remove unused function empathy_toggle_button_set_state_quietly libempathy-gtk/empathy-ui-utils.c | 13 ------------- libempathy-gtk/empathy-ui-utils.h | 6 ------ 2 files changed, 0 insertions(+), 19 deletions(-) commit 3b09acab5942361ac9ab12dc0a3bbbd10ffa42d7 Author: Mario Blättermann Date: Wed Mar 3 22:15:52 2010 +0100 Updated German translation po/de.po | 63 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 33 insertions(+), 30 deletions(-) commit 2974961bd9d46886312db774fe5dfc86f133de17 Author: Khaled Hosny Date: Wed Mar 3 19:42:43 2010 +0200 Updated Arabic translation po/ar.po | 340 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 175 insertions(+), 165 deletions(-) commit 62d4f1ef160e79dd0291959fb769432d3a2b0961 Author: Guillaume Desmottes Date: Wed Mar 3 18:27:50 2010 +0100 start dev of next release configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)