commit e9ee0e454f2eb341f7b1a4abfa614ccb65079855 Author: Guillaume Desmottes Date: Mon Nov 16 16:55:18 2009 +0000 prepare 2.29.2 release NEWS | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 84 insertions(+), 1 deletions(-) commit 2db2d8648b9f1ef1529c0b83fae9b47af504d63a Author: Guillaume Desmottes Date: Mon Nov 16 12:20:07 2009 +0000 geometry: port to TP coding style Most of the file has been rewrite anyway. libempathy-gtk/empathy-geometry.c | 301 +++++++++++++++++++------------------ libempathy-gtk/empathy-geometry.h | 7 +- 2 files changed, 156 insertions(+), 152 deletions(-) commit 13b916845f7bd4762e2709a99456986bde12b3d9 Author: Xavier Claessens Date: Sun Nov 15 21:38:57 2009 +0100 Reload the main window geometry when deiconify to workaround WM bugs. src/empathy-main-window.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 441909cbcd7c740f49b714b61e31a5236d808538 Author: Xavier Claessens Date: Sun Nov 15 19:45:36 2009 +0100 Correctly store/restore maximized state of windows. libempathy-gtk/empathy-geometry.c | 267 ++++++++++++++++++++++--------------- libempathy-gtk/empathy-geometry.h | 21 ++-- src/empathy-chat-window.c | 85 ++----------- src/empathy-ft-manager.c | 59 +-------- src/empathy-main-window.c | 59 +-------- 5 files changed, 184 insertions(+), 307 deletions(-) commit 9bfe3cdd27190113f8da56cf718c3af7ff9da5d9 Author: Guillaume Desmottes Date: Fri Nov 13 12:04:50 2009 +0000 media_stream_error_to_txt: display a link to the fdo bugzilla src/empathy-call-window.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit ff55f4aeee822b9533668ecdee722b4e5f6f2d89 Author: Guillaume Desmottes Date: Fri Nov 13 11:46:40 2009 +0000 rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error src/empathy-call-window.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 8512bd90845bb5eace68704c65203238587500f5 Author: Guillaume Desmottes Date: Mon Nov 9 12:04:37 2009 +0000 Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msg src/empathy-call-window.c | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) commit 3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59 Author: Guillaume Desmottes Date: Mon Nov 9 12:03:53 2009 +0000 add empathy_tp_call_get_connection_manager libempathy/empathy-tp-call.c | 21 +++++++++++++++++++++ libempathy/empathy-tp-call.h | 2 ++ 2 files changed, 23 insertions(+), 0 deletions(-) commit a13ed429f988ec7ce1e473e8975fa65447cae309 Author: Guillaume Desmottes Date: Fri Nov 6 15:35:24 2009 +0000 media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERROR src/empathy-call-window.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit f9674144fc2cb0a672cf3aa697eaea956d6a0e4f Author: Guillaume Desmottes Date: Fri Nov 6 15:28:31 2009 +0000 media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR src/empathy-call-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit dc7b032347dac5fd9043f8243910b67cbdd7d28c Author: Guillaume Desmottes Date: Fri Nov 6 15:25:11 2009 +0000 media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR src/empathy-call-window.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 6ada60b8764cd0d202fd962e8ed96a6c84037a80 Author: Guillaume Desmottes Date: Fri Nov 6 15:10:06 2009 +0000 media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECS src/empathy-call-window.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 5bbac6517b4b111ca377922d3a1ddee6e895f016 Author: Aron Xu Date: Mon Nov 16 19:37:27 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 73 ++++++++++++++++++++++++++-------------------------------- 1 files changed, 33 insertions(+), 40 deletions(-) commit 9dd7983e14f8e726ca3e1ffa01d2385e5c40c671 Author: Aron Xu Date: Mon Nov 16 19:25:08 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 1187 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 719 insertions(+), 468 deletions(-) commit 28c8aaa95db1f26e18f8542458d6ff690fd2da49 Author: Guillaume Desmottes Date: Fri Nov 13 15:44:46 2009 +0000 log-window: check if the account chooser isn't already ready If not we could wait forever if the chooser became ready right away. libempathy-gtk/empathy-log-window.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit edf18bab031a39dfa79d54833f774b5acce64ba8 Author: Guillaume Desmottes Date: Fri Nov 13 15:43:44 2009 +0000 add empathy_account_chooser_is_ready libempathy-gtk/empathy-account-chooser.c | 10 ++++++++++ libempathy-gtk/empathy-account-chooser.h | 1 + 2 files changed, 11 insertions(+), 0 deletions(-) commit dc392002e18aad2efd7806f84ac94a94fa28cd61 Author: Guillaume Desmottes Date: Fri Nov 13 15:37:03 2009 +0000 log-window: wait that the accounts chooser is ready before selecting the chat If we don't wait, the combobox is empty and so log_window_chats_set_selected can't find the chat (#601807). libempathy-gtk/empathy-log-window.c | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) commit 2b60435f91564f1d3848cb054599ecfe62a004b4 Author: Guillaume Desmottes Date: Fri Nov 13 15:35:24 2009 +0000 account-chooser.c: add a 'ready' signal This can be useful to know when the combobox has been populated by the accounts. libempathy-gtk/empathy-account-chooser.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 95fb98c0a53a1f69f9ef97c21fc890e61b74544b Merge: 1da83a9 8523d53 Author: Xavier Claessens Date: Mon Nov 16 10:15:07 2009 +0100 Merge branch 'nick' commit 1da83a90e90795c1e3b04813d6645c0c40e7b51d Author: vasudeven Date: Sun Nov 15 16:14:42 2009 +0530 updated Tamil translation po/ta.po | 219 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 118 insertions(+), 101 deletions(-) commit 3509fd39bc66c9d623850a9dc26faabf95c6075c Author: Matej Urbančič Date: Sat Nov 14 11:32:53 2009 +0100 Updated Slovenian translation po/sl.po | 214 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 114 insertions(+), 100 deletions(-) commit 8523d53b5c5a88c2581ca15d92e253c9d3bc38bf Author: Xavier Claessens Date: Fri Nov 13 22:36:48 2009 +0100 Implement /nick command libempathy-gtk/empathy-chat.c | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit a9c15cf0385c3c7d3a73ab18e7fdced3365440bb Author: Jorge González Date: Fri Nov 13 18:44:00 2009 +0100 Updated Spanish translation po/es.po | 228 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 118 insertions(+), 110 deletions(-) commit 9af13416f222189ce0a4006375740544d6965570 Author: Guillaume Desmottes Date: Fri Nov 13 17:17:53 2009 +0000 contact.h: remove empathy_contact_hash as it's not defined (#580254) libempathy/empathy-contact.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8 Author: Guillaume Desmottes Date: Fri Nov 13 17:04:04 2009 +0000 account_widget_build_salut: focus the first name entry by default All the fields are mandatory so we should focus the first one. libempathy-gtk/empathy-account-widget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d7e43c8e57ef7e164b77823983acb16bb2026672 Author: Cosimo Cecchi Date: Fri Nov 13 16:15:17 2009 +0100 Respect indentation style. libempathy-gtk/empathy-chat.c | 28 ++++++++++++++-------------- libempathy/empathy-tp-chat.c | 32 +++++++++++++++++--------------- libempathy/empathy-tp-chat.h | 16 ++++++++-------- 3 files changed, 39 insertions(+), 37 deletions(-) commit 77cd05e44a390273974fbb53266b0173a9ac7368 Author: Guillaume Desmottes Date: Wed Nov 11 15:16:29 2009 +0000 empathy-chat: watch for password-needed property changes This is needed when we are invited to a protected room. The channel is created without the password requiered flag and then is updated once we accept the invitation. libempathy-gtk/empathy-chat.c | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) commit 279e787b1634fdd3269cb28f0562b9bcca79e496 Author: Guillaume Desmottes Date: Wed Nov 11 15:15:39 2009 +0000 tp-chat: update the 'password-needed' property when password flags changes libempathy/empathy-tp-chat.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit 1b95421ff7aff636a202763d996fd247d3b73ee3 Author: Guillaume Desmottes Date: Wed Nov 11 15:13:33 2009 +0000 empathy-tp-chat: add 'password-needed' property libempathy/empathy-tp-chat.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 39c7d6c0773722c2af928a0faad15c4341336a5b Author: Guillaume Desmottes Date: Wed Nov 11 14:24:43 2009 +0000 ask for password when joining a protected room (#579341) libempathy-gtk/empathy-chat.c | 152 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 152 insertions(+), 0 deletions(-) commit fe838cf55249bf53c3f42098feb55edd5318bf34 Author: Guillaume Desmottes Date: Wed Nov 11 13:26:33 2009 +0000 add empathy_tp_chat_provide_password_{async,finish} libempathy/empathy-tp-chat.c | 54 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-tp-chat.h | 9 +++++++ 2 files changed, 63 insertions(+), 0 deletions(-) commit a6a3c811cbd2bdd64f6d49702bf1ad2f2fdf027c Author: Guillaume Desmottes Date: Wed Nov 11 12:15:51 2009 +0000 tp_chat_check_if_ready: deal with password protected room The TpChat is not ready if we are fetching the password flags. But once it's fetched, the chat is ready if it's protected as we won't be able to get the members of the room. libempathy/empathy-tp-chat.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit dd2c190bbbdbeec07e3923eb9d99af7d0e84b055 Author: Guillaume Desmottes Date: Wed Nov 11 12:07:39 2009 +0000 tp-chat: add API to check if a password is required libempathy/empathy-tp-chat.c | 36 ++++++++++++++++++++++++++++++++++++ libempathy/empathy-tp-chat.h | 2 ++ 2 files changed, 38 insertions(+), 0 deletions(-) commit 07e4c25c4a39705b7b6ecaaac6c8e001d611a713 Author: Guillaume Desmottes Date: Wed Nov 11 11:58:55 2009 +0000 tp_chat_check_if_ready: split the test checking if the TpChat is ready libempathy/empathy-tp-chat.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 04840e3d006887d8c3909a8397b982a8b68d5252 Author: Guillaume Desmottes Date: Wed Nov 11 11:48:13 2009 +0000 empathy-chat: don't grab focus on the input entry is it's insensitive libempathy-gtk/empathy-chat.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 223e02f1160189dc76b91a38ca3cb10085688b73 Author: Guillaume Desmottes Date: Tue Nov 10 17:40:37 2009 +0000 chat-ui: add info_bar_vbox on the top of the widget This VBox will be used to display info bars. libempathy-gtk/empathy-chat.ui | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit ef9f82c085a018e3959800ad010f47da62d9b364 Author: Guillaume Desmottes Date: Fri Nov 13 14:31:34 2009 +0000 accounts-dialog: wait that account is prepared before calling accounts_dialog_add_account This ensure that EmpathyAccountSettings has been updated and so we don't add a new row in the model for this account (#601796). src/empathy-accounts-dialog.c | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) commit 9355fec8db2944c7d32a0e0ba3e1632d8088c88e Author: Guillaume Desmottes Date: Fri Nov 13 11:34:57 2009 +0000 change 'capa' to 'cap' libempathy-gtk/empathy-notify-manager.c | 10 ++++---- libempathy-gtk/empathy-notify-manager.h | 36 +++++++++++++++--------------- src/empathy-status-icon.c | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) commit ba1efb5e0580e0c11da14eae4b85b1e9913bb6bf Author: Guillaume Desmottes Date: Fri Nov 13 11:03:29 2009 +0000 remove old comment src/empathy-status-icon.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ba58113720953da388390515cca8f83cbd4440ef Author: Guillaume Desmottes Date: Fri Nov 13 11:02:58 2009 +0000 empathy_notify_manager_init: no need to cast the return value of g_object_new libempathy-gtk/empathy-notify-manager.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit b176e4b26a65bcc92b9e38b0ef1ce1ecc6229749 Author: Guillaume Desmottes Date: Fri Nov 13 11:02:14 2009 +0000 remove notify_manager_dispose as it doesn't do anything libempathy-gtk/empathy-notify-manager.c | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) commit 2585245b3a13d640ac9988e7ecff2039ad9275c6 Author: Guillaume Desmottes Date: Fri Nov 13 11:01:14 2009 +0000 notify-manager: fetch capabilities in _init instead of _constructor libempathy-gtk/empathy-notify-manager.c | 29 +++++++++++++---------------- 1 files changed, 13 insertions(+), 16 deletions(-) commit e5b71631aacf92ba8d242e0a3e3763555b8c751c Author: Guillaume Desmottes Date: Thu Nov 12 13:25:23 2009 +0000 change empathy_notification_is_enabled to empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to. libempathy-gtk/empathy-notify-manager.c | 2 +- libempathy-gtk/empathy-notify-manager.h | 3 ++- src/empathy-chat-window.c | 2 +- src/empathy-status-icon.c | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) commit ab3c9ccb3c468f03ddc790bb2e5a84845684bfc5 Author: Guillaume Desmottes Date: Thu Nov 12 12:53:57 2009 +0000 change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054. libempathy-gtk/empathy-notify-manager.c | 3 ++- libempathy-gtk/empathy-notify-manager.h | 6 ++++-- src/empathy-chat-window.c | 7 ++++++- src/empathy-status-icon.c | 3 ++- 4 files changed, 14 insertions(+), 5 deletions(-) commit 31ffe0cd7670a9c31402443587dbe7d12f8561e0 Author: Guillaume Desmottes Date: Thu Nov 12 12:46:42 2009 +0000 move empathy-misc to empathy-notify-manager All its code was related to notifications. libempathy-gtk/empathy-notify-manager.c | 44 +++++++++++++++++ libempathy-gtk/empathy-notify-manager.h | 14 ++++++ src/Makefile.am | 1 - src/empathy-chat-window.c | 2 +- src/empathy-misc.c | 77 ------------------------------- src/empathy-misc.h | 49 ------------------- src/empathy-status-icon.c | 1 - 7 files changed, 59 insertions(+), 129 deletions(-) commit b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d Author: Guillaume Desmottes Date: Thu Nov 12 12:32:55 2009 +0000 define constants for notify capabilities libempathy-gtk/empathy-notify-manager.h | 19 +++++++++++++++++++ src/empathy-status-icon.c | 3 ++- 2 files changed, 21 insertions(+), 1 deletions(-) commit 9237fdc11b953a9201f9123789517b2d11c3bf34 Author: Guillaume Desmottes Date: Thu Nov 12 12:20:12 2009 +0000 status-icon: use EmpathyNotifyManager to check if the server supports the 'actions' capa src/empathy-status-icon.c | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) commit 73729806f2214306477756690ebbf8469d4ffe17 Author: Guillaume Desmottes Date: Thu Nov 12 12:14:16 2009 +0000 add empathy_notify_manager_has_capability libempathy-gtk/empathy-notify-manager.c | 9 +++++++++ libempathy-gtk/empathy-notify-manager.h | 3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) commit f349f9df875a373dd4070a1e7f5d5a81cc02b230 Author: Guillaume Desmottes Date: Thu Nov 12 12:11:55 2009 +0000 notify-manager: fetch capabilities of the notification server libempathy-gtk/empathy-notify-manager.c | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) commit 4c0ea57b6d3a4c77a27326c83ebaaffec194dd18 Author: Guillaume Desmottes Date: Thu Nov 12 12:05:14 2009 +0000 add stub EmpathyNotifyManager (#601691) libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-notify-manager.c | 112 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-notify-manager.h | 56 +++++++++++++++ 3 files changed, 170 insertions(+), 0 deletions(-) commit e02025bf48c753213d2a5af7cc2c38823f2d13dc Author: Guillaume Desmottes Date: Fri Nov 13 11:30:25 2009 +0000 src/Makefile.am: sort files src/Makefile.am | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 839f4703a9c01289cc986c1c9d7206300f858493 Author: Guillaume Desmottes Date: Fri Nov 13 11:30:16 2009 +0000 libempathy-gtk/Makefile.am: sort files libempathy-gtk/Makefile.am | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit 762166d52a3ca78bfbf0c6485cbe0f987c59c170 Author: Guillaume Desmottes Date: Fri Nov 13 11:30:09 2009 +0000 libempathy/Makefile.am: sort files libempathy/Makefile.am | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) commit 8135adab4b538a6aa70f49652806f2eabaeb94d6 Author: Guillaume Desmottes Date: Thu Nov 12 16:01:00 2009 +0000 remove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-doc Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit eac0b572a73559e88be8da3d62f15cf26d3bb1e1 Author: Guillaume Desmottes Date: Thu Nov 12 17:19:51 2009 +0000 account-assistant: set default display name to newly created accounts (#600705) src/empathy-account-assistant.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 2969485fc42fed028d1e8506534469b97cd5a283 Author: Guillaume Desmottes Date: Thu Nov 12 17:15:51 2009 +0000 empathy_account_widget_get_default_display_name: special case should be done in specialized widgets This requiers to refactor widget to actually inherit from EmpathyAccountWidget. libempathy-gtk/empathy-account-widget.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 07cb259462d9958e65d2f94aef6e5728e83ccf29 Author: Guillaume Desmottes Date: Thu Nov 12 17:13:21 2009 +0000 move code generating the default display name of new account to account-widget This will allow us to: - Use this function from other places, like in the assistant. - Delegate special cases to the specialized versions of the widget. libempathy-gtk/empathy-account-widget.c | 52 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-account-widget.h | 3 ++ src/empathy-accounts-dialog.c | 53 +----------------------------- 3 files changed, 57 insertions(+), 51 deletions(-) commit 801db029900423dd230edfda4731205c3c2a91a3 Author: Matej Urbančič Date: Fri Nov 13 10:21:48 2009 +0100 Updated Slovenian translation po/sl.po | 255 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 137 insertions(+), 118 deletions(-) commit b74721f9d85a253e1a6279b1ad7a7ecfef919aa7 Author: Gustavo Noronha Silva Date: Thu Nov 12 15:00:12 2009 -0200 Call g_object_unref instead of gtk_rc_style_unref src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6642c2d63dcb8e99e0c094e3d3fb93237a67b752 Author: vasudeven Date: Thu Nov 12 21:16:49 2009 +0530 Added Tamil translation po/ta.po | 644 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 390 insertions(+), 254 deletions(-) commit 11a5ae372e20e9f053a4a9a46895c36b9f4e075b Author: Guillaume Desmottes Date: Thu Nov 12 15:27:34 2009 +0000 empathy-call-window: display_error: simplify showing of the widgets src/empathy-call-window.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 49d4f11079e86ef8e17922bf32f19def10088df7 Author: Guillaume Desmottes Date: Thu Nov 12 15:24:33 2009 +0000 empathy-call-window: display_error: align the main message on the right src/empathy-call-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7220c2cc93f1e0bb09bf9b27ef3e4e91c37b39b1 Author: Guillaume Desmottes Date: Thu Nov 12 15:23:36 2009 +0000 empathy-call-window: display_error: put the image and vbox in a hbox That way the image doesn't expand and stay on the right. src/empathy-call-window.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) commit 245e0dec111026b6f68e1ef5731a0c57e72d4248 Author: Guillaume Desmottes Date: Thu Nov 12 14:49:24 2009 +0000 empathy-call-window: display_error: wrap the translated error msg as well src/empathy-call-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8907e9a0664b82148c1ecae6fdeed0cdd6c91140 Author: Pierre-Luc Beaudoin Date: Thu Aug 20 16:02:40 2009 -0400 Make location labels selectable libempathy-gtk/empathy-contact-widget.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit efb9104e6c9ea50eea6ee4a820f1ab20c574200d Author: Pierre-Luc Beaudoin Date: Thu Aug 20 15:54:34 2009 -0400 Add missing location field in ordering libempathy-gtk/empathy-contact-widget.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit d5070182fd31bf85a4129e8f3b8677c3af78772b Author: Frederic Peters Date: Thu Aug 20 15:54:02 2009 -0400 Order location fields libempathy-gtk/empathy-contact-widget.c | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) commit 1020f57c4a8ea74b7738b6a8e20d299cdd65115d Author: Jonny Lamb Date: Thu Nov 12 10:58:34 2009 +0000 Force an unset presence type to appear as offline in the presence chooser and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819 libempathy-gtk/empathy-presence-chooser.c | 6 ++++++ src/empathy-status-icon.c | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) commit 4950a9c2e79b6c92510c738283a2b40c936570d6 Author: Guillaume Desmottes Date: Wed Nov 11 15:58:37 2009 +0000 empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created libempathy/empathy-tp-contact-factory.c | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit 3a1d17fbbf289577c8849d6c087f864907e99a1a Author: Guillaume Desmottes Date: Wed Nov 11 16:20:01 2009 +0000 empathy_dispatch_operation_dispose: fix crash when disconnecting the ready signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper. libempathy/empathy-dispatch-operation.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit e22569b44b12df70532e12997fc15d3c2b507f79 Author: Jorge González Date: Tue Nov 10 21:04:49 2009 +0100 Updated Spanish translation po/es.po | 129 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 71 insertions(+), 58 deletions(-) commit b51918d47bda93b4c4cbbc6763f64bd1fdf7e5f0 Author: Felix Kaser Date: Tue Nov 10 14:04:18 2009 +0100 use new tpAccount api src/empathy-main-window.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit c408acfee13af60ac62f3f2d51b35c3fc6a9f128 Author: Felix Kaser Date: Tue Nov 10 13:40:48 2009 +0100 added tooltips to buttons src/empathy-main-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9d4730f96d07c5f320640e8a5fc74a1b248c0902 Author: Felix Kaser Date: Tue Nov 10 11:45:43 2009 +0100 ui change: added 3 buttons to infobar the current ui shows 3 buttons next to the error message: retry, edit, close src/empathy-main-window.c | 110 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 97 insertions(+), 13 deletions(-) commit 8beb22ec2d4977bc1fc45260840188fdd793f0aa Author: Felix Kaser Date: Tue Nov 10 09:58:30 2009 +0100 two line message the message is now two lined, one line for the accountname and one for the error src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 53ef8f9b779e5f97f71c6fead1078c7bd4961637 Author: Felix Kaser Date: Tue Nov 10 09:54:14 2009 +0100 removed double code removed one of two identical lines of code src/empathy-main-window.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 1cccce497a62d381c69a20c116739d39b93eeea3 Author: Felix Kaser Date: Fri Oct 30 15:26:21 2009 +0100 make the infobar smaller src/empathy-main-window.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 815f0ae2dc1aef40831a83e9ce758b5015a28fc2 Author: Felix Kaser Date: Fri Oct 30 15:15:42 2009 +0100 use only one button in error-infobar src/empathy-main-window.c | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) commit a8a0b7d81176d5d151149df7be45b168a00b3fd5 Author: Felix Kaser Date: Fri Oct 30 10:18:23 2009 +0100 use smaller account icons for error message src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a86078b935d07e5a741159e015c615149855e5a1 Author: Felix Kaser Date: Fri Oct 30 10:17:35 2009 +0100 use one lined error notifications src/empathy-main-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 64886f0504b7dd883cb1f1566df78fdf17306033 Author: Felix Kaser Date: Thu Oct 29 11:33:18 2009 +0100 use gtk_box_pack_start instead of gtk_container_add we should use gtk_box_pack_start src/empathy-main-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit bb3eb6c8c7dbe59445f40d14de67889781adb015 Author: Felix Kaser Date: Thu Oct 29 11:30:04 2009 +0100 use account icon instead of warning sign the infobar should use the account icon and not a generic warning sign src/empathy-main-window.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 3e7a401084b4dced0bb3b16fae4b38fd54c455b7 Author: Felix Kaser Date: Thu Oct 29 10:23:36 2009 +0100 added set message type to infobar src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 863ca0ae5fcebf39d2fc8a5d051642720731fcba Author: Felix Kaser Date: Thu Oct 29 10:05:34 2009 +0100 refactoring refactoring some names and calls src/empathy-main-window.c | 46 ++++++++++++++++++++------------------------ 1 files changed, 21 insertions(+), 25 deletions(-) commit cb72a333828e186384cc82ac3774deee9bd5f358 Author: Felix Kaser Date: Thu Oct 29 09:55:31 2009 +0100 bumped gtk-dep version to 2.18.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 152f79da724481c6e0ea203bb1c048d3bc7ab1a7 Author: Felix Kaser Date: Thu Oct 29 09:50:21 2009 +0100 changed variable name changed child into info_bar src/empathy-main-window.c | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 94b2ac2c22c580eb6df70349c6cbd793f361f885 Author: Felix Kaser Date: Thu Oct 29 09:46:49 2009 +0100 removed trailing whitespaces src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f18e8e83287ac7056e6960a97740542e173a64a8 Author: Felix Kaser Date: Tue Oct 27 14:48:26 2009 +0100 Added GtkInfobar and Retry button Susbstituted the table/vbox/hbox thing with a infobar when an account failes to connect. Added a button to retry a connection. src/empathy-main-window.c | 149 ++++++++++++++------------------------------ 1 files changed, 48 insertions(+), 101 deletions(-) commit b8ad0668749e8f1da95ce8060aac26905d8a8782 Author: Guillaume Desmottes Date: Tue Nov 10 14:06:05 2009 +0000 empathy_accounts_dialog_show: check if priv->cms is not NULL before using it priv->cms is initalized in accounts_dialog_accounts_setup once the account manager is ready. So it's not garanteed to be set in empathy_accounts_dialog_show anymore. src/empathy-accounts-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 79823a12c3ddd74cea17164db13e16a21dd81ab3 Author: Guillaume Desmottes Date: Tue Nov 10 13:39:02 2009 +0000 set 'R' as accelerator for the preferences dialog 'P' is already used for "Personnal Information. I looked in different GNOME applications and it seems the accelerator for the preferences dialog is not standarized.  (#601336) src/empathy-main-window.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3df77a02867b34fb2ecefd2df1e91362db552123 Author: Guillaume Desmottes Date: Tue Nov 10 13:34:12 2009 +0000 set 'C' as accelerator for the Contact menu as 'C' is already used by Conversation (#601336) src/empathy-chat-window.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a8a45fd6495f06a8fef623192cf8674baca71cb Author: Guillaume Desmottes Date: Mon Nov 9 14:14:04 2009 +0000 accounts-dialog: set the ypad on the "Name" cell Some accounts don't have an icon so we shouldn't use the icon cell to set this padding (#601150). src/empathy-accounts-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 27bf66610d8229978421fd9d0c0b0ddc7cded40f Author: Danielle Madeley Date: Tue Nov 10 08:20:54 2009 +1100 Fix race where UI sensitivity was being set before the AM was ready src/empathy-main-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 920f6e2d9865b72baf76bff3ac26c6a26e260a03 Author: Danielle Madeley Date: Tue Nov 10 08:17:55 2009 +1100 Warn if accessing connection status before AM is ready libempathy/empathy-utils.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 2ae61d037649fc6206b5aa47c9722e7ef24ffb02 Author: Rudolfs Mazurs Date: Mon Nov 9 19:29:17 2009 +0200 Updated Latvian translation. po/lv.po | 3037 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 1997 insertions(+), 1040 deletions(-) commit 7fecd09b8b4fab7a7c30ffd8121820dda847a78a Author: Guillaume Desmottes Date: Mon Nov 9 17:07:00 2009 +0000 empathy-tp-call: we are not sending or receiving video if the video stream doesn't exist libempathy/empathy-tp-call.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 513b764e2f6a6e26ff0046f2bbbecacfc3dec749 Author: Guillaume Desmottes Date: Mon Nov 9 12:32:32 2009 +0000 main-window: save the size of the window when destroyed src/empathy-main-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6b1512f94a9d211a7bab9ae44f1fd67b94d8e92d Author: Guillaume Desmottes Date: Mon Nov 9 12:24:32 2009 +0000 empathy-ft-manager: save the size of the window when disposing src/empathy-ft-manager.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 9280234db0c507bcaee37841fa2f129ccfa87b0b Author: Guillaume Desmottes Date: Mon Nov 9 12:20:51 2009 +0000 chat-window: save the size of the window when disposing The size wasn't saved when the window was closed before the timeout was fired (#601190). src/empathy-chat-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit cb117f3038211d0ca8fe416c77fe47b588d8304f Author: Guillaume Desmottes Date: Wed Nov 4 18:49:15 2009 +0000 TpContactFactory: wait that the connection is ready before using it libempathy/empathy-tp-contact-factory.c | 48 ++++++++++++++++++++++-------- 1 files changed, 35 insertions(+), 13 deletions(-) commit d2d8c7d06ac924b2b4113b46cda916bbf2fb7b98 Author: Guillaume Desmottes Date: Wed Nov 4 18:47:17 2009 +0000 dispatcher_init_connection_if_needed: wait that the connection is ready before using it (#600713) libempathy/empathy-dispatcher.c | 43 +++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 11 deletions(-) commit 6aafcb1c58ef0f8a5407cce2820d8bc30effc5b7 Author: Danielle Madeley Date: Mon Nov 9 21:46:38 2009 +1100 Don't leak references to dup'ed objects src/empathy.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 4a2917a052f26751f18df7865a444c001555826b Author: Danielle Madeley Date: Mon Nov 9 20:38:32 2009 +1100 Move the call to empathy_idle_get_state() to once the AM is ready Removes a race where the presence gets wiped because we check whether to go online before our connection to the AccountManager is ready. src/empathy.c | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) commit a74847a856efacde2142507fde3f7278e04a2f7c Author: Danielle Madeley Date: Mon Nov 9 20:21:00 2009 +1100 [EmpathyIdle] track whether the AccountManager is ready, warn if it is not libempathy/empathy-idle.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 43f1111b8d907d5b5b2ab2dc665f896055483138 Author: Thomas Thurman Date: Sat Nov 7 18:31:27 2009 +0000 Shavian translation po/en@shaw.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4a84e78ed798f0700eadebd066c0c9cc9115d6a9 Author: Thomas Thurman Date: Sat Nov 7 18:30:41 2009 +0000 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 2631 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2632 insertions(+), 0 deletions(-) commit 543006c90b020c671a375a0fbb3e7bf48dde8faa Author: Kjartan Maraas Date: Sat Nov 7 12:21:15 2009 +0100 Added Norwegian bokmål translation. po/nb.po | 729 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 403 insertions(+), 326 deletions(-) commit 9f6f43ad9643118291f59db3705a1d9a3edf3442 Author: Jorge González Date: Fri Nov 6 21:50:58 2009 +0100 Updated Spanish translation po/es.po | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) commit 72bf0c495eae881203eaa15ce839a77ce9034968 Author: Milo Casagrande Date: Fri Nov 6 21:35:17 2009 +0100 Updated Italian translation po/it.po | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit e2c78e7f0f11378774c4afe40fc796ccdbc32634 Author: Milo Casagrande Date: Fri Nov 6 21:35:17 2009 +0100 Updated Italian translation po/it.po | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) commit 39401a49473e8e202d91b9d43ea6ccbb9fca101c Author: Sjoerd Simons Date: Fri Nov 6 16:26:44 2009 +0000 Disable codecs not meant for general purpose conferencing data/codec-preferences | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 872a7cc1b2a01c921817a77ad8c5d7b07189b8bc Author: Jorge González Date: Fri Nov 6 16:11:51 2009 +0100 Updated Spanish translation po/es.po | 229 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 123 insertions(+), 106 deletions(-) commit 5f2ad64b11e2c09682456141fdf5c851fb314f17 Author: Guillaume Desmottes Date: Fri Nov 6 15:07:24 2009 +0000 media_stream_error_to_txt: correct the error message if the error was an audio one src/empathy-call-window.c | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) commit 91dfb1ed94816eb894eaeeba639b8f26a9e5aaba Author: Guillaume Desmottes Date: Fri Nov 6 13:56:45 2009 +0000 accounts-dialog: display the 'remove' icon only on the selected row This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). src/empathy-accounts-dialog.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 9ce289096e73d8310b0ec80287fe8d9047c93ef6 Author: Guillaume Desmottes Date: Fri Nov 6 13:54:49 2009 +0000 accounts-dialog: set the 'ypad' of cells in the account treeview to 4 It looks nicer this way. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). src/empathy-accounts-dialog.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 97712b427cbef669192d1399718e22250b9bdcb2 Author: Guillaume Desmottes Date: Fri Nov 6 13:53:38 2009 +0000 accounts-dialog: simplify the remove acount confirmation dialog This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). src/empathy-accounts-dialog.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) commit cc66599afc20a641f264565593de4075eb86810b Author: Guillaume Desmottes Date: Fri Nov 6 13:51:59 2009 +0000 account-widget: Change the label of the Connect button to 'Login'. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). libempathy-gtk/empathy-account-widget.c | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-) commit 6d6b41a31fb589cfa6b176c8935771c341099934 Author: Guillaume Desmottes Date: Fri Nov 6 13:11:06 2009 +0000 rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message src/empathy-call-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 66155c621416a455adfbc9c548f71c6c00820554 Author: Matej Urbančič Date: Fri Nov 6 14:45:43 2009 +0100 Updated Slovenian translation po/sl.po | 446 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 260 insertions(+), 186 deletions(-) commit 087e9a69efcec032b6ba181a3f03f1d9bd03cf28 Author: Jonny Lamb Date: Fri Nov 6 13:35:31 2009 +0000 nautilus-sendto: don't dup the account manager; it's not needed (closes bug #600961) Signed-off-by: Jonny Lamb nautilus-sendto-plugin/empathy-nautilus-sendto.c | 36 ---------------------- 1 files changed, 0 insertions(+), 36 deletions(-) commit e6e01ab41d84a9b8a8e415cc3705f6d64b9344c1 Author: Pascal Terjan Date: Fri Nov 6 13:08:40 2009 +0000 Fix --enable-nautilus-sendto configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 26a92d6afa86dd70736863352682889d720587d5 Author: Pascal Terjan Date: Thu Nov 5 17:38:13 2009 +0000 debug-window: format timestamp in a readable way Signed-off-by: Pascal Terjan src/empathy-debug-window.c | 67 ++++++++++++++++++++++++++++++++++++++----- 1 files changed, 59 insertions(+), 8 deletions(-) commit 7fb2dbc92e83fb1054e733c5007a6c774ece5f29 Author: Ryan LaBelle Date: Thu Nov 5 14:19:15 2009 -0500 Better reorganization of chat_window_update (#600732) src/empathy-chat-window.c | 102 ++++++++++++++++++++++++++++++++++----------- 1 files changed, 77 insertions(+), 25 deletions(-) commit 7a89f0e836e77d50b63cbf7aee35b1f3dc0a3e34 Author: Guillaume Desmottes Date: Thu Nov 5 14:58:05 2009 +0000 empathy-call-window: add a friendly message for TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED (#575763) src/empathy-call-window.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 1b75b0f65fad1a388a59d4562c3700b7ac1ebc98 Author: Reşat SABIQ Date: Fri Nov 6 01:59:09 2009 -0600 Updated Crimean Tatar (Crimean Turkish) translation po/crh.po | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 75 insertions(+), 14 deletions(-) commit 0f4640b918b8b1c4f6ba54a605be361f59f6ef90 Author: Reşat SABIQ Date: Fri Nov 6 01:48:30 2009 -0600 Added Crimean Tatar (Crimean Turkish) translation po/LINGUAS | 1 + po/crh.po | 2912 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2913 insertions(+), 0 deletions(-) commit c5dc13e2fd6126415d01e6035d74bf8cf2cb3792 Author: Guillaume Desmottes Date: Thu Nov 5 14:27:40 2009 +0000 use 'Technical Details' as title of the expander src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f01e82a81513ca159ed4e806deb80c4baaf88d07 Author: Guillaume Desmottes Date: Thu Nov 5 14:27:05 2009 +0000 pass NULL to gtk_label_new when creating an empty label src/empathy-call-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e88cfe1ffae499dac6fc2b19a7485c839e887b03 Author: Guillaume Desmottes Date: Thu Nov 5 14:02:36 2009 +0000 Display the error message in a expander This message is not localised but can contain useful informations. src/empathy-call-window.c | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) commit cfa3f7aa8cc30c3a0056e2185e99a928460be568 Author: Guillaume Desmottes Date: Thu Nov 5 12:41:13 2009 +0000 use the error message if we don't have a nice description src/empathy-call-window.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 20777152d7bfeca11a1477e4b472e3a3606c9de9 Author: Guillaume Desmottes Date: Thu Nov 5 12:38:28 2009 +0000 factor out empathy_call_window_stream_error src/empathy-call-window.c | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) commit ada2797e29180cea03fbb5c2a7d6c74d022b14c2 Author: Guillaume Desmottes Date: Thu Nov 5 12:32:20 2009 +0000 fix typo in comment src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a410ade02281b10da83840f2782071935130ba3f Author: Guillaume Desmottes Date: Thu Nov 5 12:31:39 2009 +0000 call_handler_notify_tp_call_cb: return if call is NULL src/empathy-call-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e Author: Guillaume Desmottes Date: Thu Nov 5 10:49:26 2009 +0000 empathy-call-window: fix phrasing of the codec negotation failed msg and mark it as translatable src/empathy-call-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a01a1fdaa1c642739af034faf1d107bebacf7f14 Author: Guillaume Desmottes Date: Wed Nov 4 16:39:40 2009 +0000 empathy-call-window: display an error message when codec negotiation failed (#581789) src/empathy-call-window.c | 136 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 136 insertions(+), 0 deletions(-) commit 434fbe68174c188d9f3b4994147656a8c2d5f40d Author: Guillaume Desmottes Date: Wed Nov 4 14:37:33 2009 +0000 empathy-call-window: add a VBox to display errors src/empathy-call-window.ui | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit 784b5b8dae5d2844c65c4fc6904dbd421a34c2e0 Author: Guillaume Desmottes Date: Wed Nov 4 19:34:01 2009 +0000 empathy_call_handler_request_cb: notify when the tp-call property is set libempathy/empathy-call-handler.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 812c19a6c3c96b089cfe5be40d6fbd09e8b3e013 Author: Guillaume Desmottes Date: Wed Nov 4 14:39:01 2009 +0000 TpCall: add {audio,video}-stream-error signals libempathy/empathy-tp-call.c | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) commit 424ded372a1884c12d9dce47199be00b3de531e4 Author: Guillaume Desmottes Date: Thu Nov 5 12:08:18 2009 +0000 ensure that the "Previous Conversations" menu entry stays sensitive if there are valid accounts We have to wait until the account manager is ready before checking if there are valid accounts (#600798). src/empathy-main-window.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 85e5ade1f6c54dfac5d45011c299e49bf21a1bdb Author: Guillaume Desmottes Date: Thu Nov 5 11:26:22 2009 +0000 contact-menu: rename "View Previous Conversations" menu entry to "Previous Conversations" This label was too long and looked weird comparing of the other entries of this menu. Futhermore, the same entry in the "View" menu is called "Previous Conversations". libempathy-gtk/empathy-contact-menu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 489c8957f4edc936eb9ee1bf31cd14220959c2d8 Author: Guillaume Desmottes Date: Wed Nov 4 16:59:31 2009 +0000 Empathy should link on Farsight2 Empathy uses some Farsight2 API but doesn't explicitely link on it (#600671). configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 583adbaf8dd535855e3f0ceb05234c38f9c6564b Author: Guillaume Desmottes Date: Wed Nov 4 11:53:06 2009 +0000 debug window shouldn't be transient src/empathy-debug-window.c | 2 +- src/empathy-main-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4c0bd51ff00d5e1c2a93f7c617a246cd63cd9f14 Author: Guillaume Desmottes Date: Tue Nov 3 17:07:14 2009 +0000 debug-window: debug level names shouldn't be translated They are meant to be used by developpers, not users. src/empathy-debug-window.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 816751a458d19c3e80eb0b16d09c48ea9fd1e0e8 Author: Guillaume Desmottes Date: Wed Nov 4 11:27:01 2009 +0000 empathy-chat-window: always display the title of the current tab This is more coherent as the web browsers do the same. Thanks to Ryan LaBelle for his help. (#600473) src/empathy-chat-window.c | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) commit 8c1094bd3c37fa787ebd4800f88a821f7b59df18 Author: Jorge González Date: Tue Nov 3 20:47:18 2009 +0100 Updated Spanish translation po/es.po | 496 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 282 insertions(+), 214 deletions(-) commit 666672b3fcba8d463f0c12aebbbbf98e29aaedca Author: Gabor Kelemen Date: Tue Nov 3 19:56:15 2009 +0100 Fix an error po/hu.po | 486 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 255 insertions(+), 231 deletions(-) commit 941457df386b447ba7ecfb928f1184c6c8eb25d3 Author: Guillaume Desmottes Date: Tue Nov 3 16:41:25 2009 +0000 empathy-dispatch-operation: ensure that the operation stays alive while tp_channel_call_when_ready is running libempathy/empathy-dispatch-operation.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 33a2f0c2162dfd7ba4e3b77f579c43d5eeb5c8bd Author: Guillaume Desmottes Date: Tue Nov 3 16:33:50 2009 +0000 empathy-dispatch-operation: ensure that the operation stays alive while tp_connection_call_when_ready is running (#600551) libempathy/empathy-dispatch-operation.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 937c7947b3ae29cfafc3b6f3f07cf201edfea26c Author: Xavier Claessens Date: Tue Nov 3 17:37:37 2009 +0100 Print "Unknown command" when typing "/help unknown" libempathy-gtk/empathy-chat.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 03d787f23201acdd662ad24a42c12695e07c4165 Author: Xavier Claessens Date: Tue Nov 3 17:31:12 2009 +0100 Make parsing of commend with no args work again libempathy-gtk/empathy-chat.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 22c06bcfd832f65fe2de6e44657e22decf2f523d Merge: 2fdf428 e31c0e3 Author: Xavier Claessens Date: Tue Nov 3 17:15:50 2009 +0100 Merge branch 'irc-command' commit e31c0e3f3b9a12dcf280a1ec05fc58463a020d71 Author: Xavier Claessens Date: Tue Nov 3 17:11:07 2009 +0100 Optimisation: Remove of the duplicated check for the command prefix. libempathy-gtk/empathy-chat.c | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) commit 59e8855f553fdcd3d23d3f0788ec6628192f0892 Author: Xavier Claessens Date: Tue Nov 3 17:10:06 2009 +0100 Make clear that for(foo); does nothing. libempathy-gtk/empathy-chat.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 2fdf42815677e4e7f41a73f77997af87d5ae5eb2 Author: Guillaume Desmottes Date: Tue Nov 3 15:15:08 2009 +0000 get_default_display_name: use the real protocol name to check if it's IRC or not src/empathy-accounts-dialog.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit f66a2306e3b29591cc4fce485afbc12f3221e459 Author: Guillaume Desmottes Date: Tue Nov 3 14:38:08 2009 +0000 new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries. The 'Server' entry is optionnal and it looks weird to display it first (#597678). src/empathy-new-chatroom-dialog.ui | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 219e27e8fb0dd0be1514af3d30b35d95472245ee Author: Guillaume Desmottes Date: Mon Nov 2 17:23:25 2009 +0000 empathy_account_widget_contains_pending_changes: return TRUE if we are creating a new account which is not created yet libempathy-gtk/empathy-account-widget.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 24a3d8e3e4cee7272cc26d17ca3bdb8029581304 Author: Guillaume Desmottes Date: Mon Nov 2 17:08:27 2009 +0000 Allow accounts_dialog_has_pending_change to return a NULL TpAccount That way we can warn user when he is about to lose his newly created account (#598550). src/empathy-accounts-dialog.c | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) commit f72e6ddce1c1fd2ac17e11b3fcd285d08ba787dd Merge: 8b15780 ede64d4 Author: Danielle Madeley Date: Tue Nov 3 23:55:26 2009 +1100 Merge branch 'fix-586098' Conflicts: libempathy-gtk/empathy-chat.c commit 8b15780d062dfb9263a173ff486fd767f6d47d2c Author: Guillaume Desmottes Date: Mon Nov 2 16:33:49 2009 +0000 empathy-account-widget: update apply button when our state changes libempathy-gtk/empathy-account-widget.c | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 51c871d17949a1366f09eb16e74aac0cae653086 Author: Guillaume Desmottes Date: Mon Nov 2 16:33:15 2009 +0000 empathy-account-widget: replace the 'Connect' buton by a 'Save' one when we are offline (#600427) libempathy-gtk/empathy-account-widget.c | 38 +++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 2 deletions(-) commit 64e877879a95dda07645726acb0b4881e3280093 Author: Guillaume Desmottes Date: Tue Nov 3 12:40:03 2009 +0000 Use call-{start,stop} icons in the incoming call dialog src/empathy-event-manager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ae8ca560dad6a96e614e564543643e2afb56fa7 Author: Guillaume Desmottes Date: Thu Oct 29 16:36:42 2009 +0100 remove check.mak rules/check.mak | 120 ------------------------------------------------------- 1 files changed, 0 insertions(+), 120 deletions(-) commit d5c310f183d31c529f26d31ef79ac7e02662d4ee Author: Guillaume Desmottes Date: Thu Oct 29 16:21:05 2009 +0100 No need to check for the 'check' framework any more Makefile.am | 6 +----- configure.ac | 24 ------------------------ 2 files changed, 1 insertions(+), 29 deletions(-) commit c0796c470597870b3b821aad1ea352d666153e83 Author: Guillaume Desmottes Date: Thu Oct 29 16:04:12 2009 +0100 rename check-irc-helper to test-irc-helper tests/Makefile.am | 6 +- tests/check-irc-helper.c | 80 ------------------------------ tests/check-irc-helper.h | 24 --------- tests/empathy-irc-network-manager-test.c | 2 +- tests/empathy-irc-network-test.c | 2 +- tests/empathy-irc-server-test.c | 2 +- tests/test-irc-helper.c | 80 ++++++++++++++++++++++++++++++ tests/test-irc-helper.h | 24 +++++++++ 8 files changed, 110 insertions(+), 110 deletions(-) commit d948dd18d07e799223057134557312885d0cad42 Author: Guillaume Desmottes Date: Thu Oct 29 16:01:44 2009 +0100 merge check-empathy-helpers to test-helper tests/Makefile.am | 3 +- tests/check-empathy-helpers.c | 169 ------------------------------ tests/check-empathy-helpers.h | 32 ------ tests/empathy-chatroom-test.c | 1 - tests/empathy-irc-network-manager-test.c | 1 - tests/test-helper.c | 159 ++++++++++++++++++++++++++++ tests/test-helper.h | 28 +++++ 7 files changed, 188 insertions(+), 205 deletions(-) commit b3e65f73b24b69f3c6acd0dd662393259e13fc2d Author: Guillaume Desmottes Date: Thu Oct 29 15:51:27 2009 +0100 remove check-* tests/.gitignore | 1 - tests/Makefile.am | 30 +----------------- tests/check-empathy-helpers.c | 1 - tests/check-helpers.c | 67 ----------------------------------------- tests/check-helpers.h | 43 -------------------------- tests/check-irc-helper.h | 3 -- tests/check-libempathy.h | 5 --- tests/check-main.c | 40 ------------------------ 8 files changed, 1 insertions(+), 189 deletions(-) commit fe119ac9b883091e0ed3e0b3cbbb64bca753baad Author: Guillaume Desmottes Date: Thu Oct 29 15:40:01 2009 +0100 port check-empathy-chatroom-manager.c to GTest The tests have not been ported yet as they are currently disabled. tests/.gitignore | 1 + tests/Makefile.am | 9 +- tests/check-empathy-chatroom-manager.c | 402 ------------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 2 - tests/empathy-chatroom-manager-test.c | 410 ++++++++++++++++++++++++++++++++ 6 files changed, 417 insertions(+), 408 deletions(-) commit f90aaa6e6f9dfa16dd3d6b6c526857f987862c99 Author: Guillaume Desmottes Date: Thu Oct 29 15:31:23 2009 +0100 port check-empathy-chatroom.c to GTest The tests have not been ported yet as they are currently disabled. tests/.gitignore | 1 + tests/Makefile.am | 7 +- tests/check-empathy-chatroom.c | 159 -------------------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - tests/empathy-chatroom-test.c | 165 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 171 insertions(+), 163 deletions(-) commit 3b0ccc3b5889e511190924a1f5f8df85de61e2bd Author: Guillaume Desmottes Date: Thu Oct 29 10:27:49 2009 +0100 port check-empathy-irc-network-manager.c to GTest tests/.gitignore | 1 + tests/Makefile.am | 9 +- tests/check-empathy-helpers.c | 4 +- tests/check-empathy-irc-network-manager.c | 838 ---------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - tests/empathy-irc-network-manager-test.c | 851 +++++++++++++++++++++++++++++ 7 files changed, 861 insertions(+), 844 deletions(-) commit d3d64970aca1fa3cf19632843b27b2a88b0e8acd Author: Guillaume Desmottes Date: Tue Oct 27 16:18:10 2009 +0000 port check-empathy-irc-network.c to GTest tests/.gitignore | 1 + tests/Makefile.am | 8 +- tests/check-empathy-irc-network.c | 240 ----------------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - tests/empathy-irc-network-test.c | 247 +++++++++++++++++++++++++++++++++++++ 6 files changed, 254 insertions(+), 244 deletions(-) commit 85268449651286df02e6da607abd98828fd68a6a Author: Guillaume Desmottes Date: Tue Oct 27 16:10:41 2009 +0000 port check-empathy-irc-server.c to GTest tests/.gitignore | 1 + tests/Makefile.am | 8 ++- tests/check-empathy-irc-server.c | 93 ------------------------------------ tests/check-irc-helper.c | 24 +++++----- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - tests/empathy-irc-server-test.c | 98 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 117 insertions(+), 109 deletions(-) commit 2a974fc78e833d232a6203d5a807b0ee5efb396a Author: Guillaume Desmottes Date: Tue Oct 27 15:51:11 2009 +0000 move test_init/test_deinit to test-helper.c tests/Makefile.am | 3 ++- tests/empathy-utils-test.c | 17 +---------------- tests/test-helper.c | 19 +++++++++++++++++++ tests/test-helper.h | 9 +++++++++ 4 files changed, 31 insertions(+), 17 deletions(-) commit f053694701a9cb6c35fa0250c1a0b3374bd54395 Author: Guillaume Desmottes Date: Tue Oct 27 15:44:59 2009 +0000 port check-empathy-utils.c to GTest tests/.gitignore | 2 + tests/Makefile.am | 25 +++++++++++++++++++-- tests/check-empathy-utils.c | 29 -------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - tests/empathy-utils-test.c | 48 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 72 insertions(+), 34 deletions(-) commit a97016255a79a5b26af59411eab907d2881bc63e Author: Justin Forest Date: Mon Nov 2 17:54:01 2009 +0300 Autocomplete for offline contacts. Closes bug #583919. libempathy-gtk/empathy-new-message-dialog.c | 32 ++++++++++++-------------- 1 files changed, 15 insertions(+), 17 deletions(-) commit d06aae89f84d7bee74815879047e049aa99f39d7 Author: Jonny Lamb Date: Tue Nov 3 12:09:57 2009 +0000 account-chooser: allow for a non-prepared account manager (fixes bug #600537) Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-chooser.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 1529840ddfa801111b2292c99de75d7e32272324 Author: Jonny Lamb Date: Tue Nov 3 10:38:19 2009 +0000 accounts-dialog: don't always select the first account automatically Sometimes it takes a while to get all account details, but getting the account names is fairly quick. What tends to happen is that the tree view of account names is populated immediately, but the account widget is just grey until all details are retrieved. This time is enough to select an account in the tree view for editing. However, previously, once all details are retrieved, the first account is automatically selected. This is of course sensible if the user has not selected an account, but it's pretty annoying if you've already selected your seventeenth jabber account and then it plonks you back to number one. This patch only selects the first account if there is not one already selected. Signed-off-by: Jonny Lamb src/empathy-accounts-dialog.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 83edf41df3eb8a7925939756b4d6650700dbf75a Author: Danielle Madeley Date: Tue Nov 3 13:59:23 2009 +1100 Remove LIBPANELAPPLET entry from configure.ac configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 6100324f8be22975716366ae34fc9c7046e05bc2 Author: Guillaume Desmottes Date: Mon Nov 2 16:16:51 2009 +0000 empathy-accounts-dialog: account-validity-changed signal now has a 'valid' argument (#600446) src/empathy-accounts-dialog.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8c4fe70aad3622138957c49732fa612b1e2e9eb7 Merge: 1b4acf8 b6bb173 Author: Jonny Lamb Date: Mon Nov 2 10:41:20 2009 +0000 Merge branch 'accountz' commit 1b4acf8fcf47d928f525a4640f27323e13fd25ea Author: Milo Casagrande Date: Sun Nov 1 21:22:08 2009 +0100 Updated Italian translation of the help * Updated the screenshot help/it/figures/empathy-main-window.png | Bin 9768 -> 10232 bytes help/it/it.po | 4949 ++++++++++++++++++++++++------- 2 files changed, 3938 insertions(+), 1011 deletions(-) commit af69bde2866b6d219ae2f88bef748be2526c1604 Author: Xavier Claessens Date: Sun Nov 1 15:41:45 2009 +0100 In case of unknown command, suggest /help libempathy-gtk/empathy-chat.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 018af67a500b8bab6b8b374c32a887f399339834 Author: Xavier Claessens Date: Tue Oct 27 14:26:14 2009 +0100 Move /me and /say support from EmpathyMessage to EmpathyChat. Also make commands not case sensitive and use g_ascii_isspace to detect spaces. libempathy-gtk/empathy-chat.c | 83 ++++++++++++++++++++++++++++++++++------- libempathy/empathy-message.c | 56 --------------------------- libempathy/empathy-message.h | 1 - 3 files changed, 69 insertions(+), 71 deletions(-) commit a732461a6458478703b769b3ab5c6fb5d30c90a4 Author: Xavier Claessens Date: Tue Oct 27 13:22:41 2009 +0100 Add support for /help command without arg, to list all available commands. Also improve a bit the support for optional args. libempathy-gtk/empathy-chat.c | 86 ++++++++++++++++++++++------------------ 1 files changed, 47 insertions(+), 39 deletions(-) commit 894adf8d1f1763c6334c026fb46f7780a49405a3 Author: Xavier Claessens Date: Sun Oct 25 19:20:16 2009 +0100 Add support for /help command and fix review comments https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 256 ++++++++++++++++++++++++++--------------- 1 files changed, 165 insertions(+), 91 deletions(-) commit 104502ee87c5eb9de5accb96fb837f6c73f889f4 Author: Xavier Claessens Date: Sun Oct 11 21:49:47 2009 +0200 Refactor chat commands. https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 212 ++++++++++++++++++++++++---------------- 1 files changed, 127 insertions(+), 85 deletions(-) commit 06f81e690da1a60ee385c9486bf59e221259fd1a Author: Xavier Claessens Date: Sun Oct 11 15:25:52 2009 +0200 Add support for /msg command https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 76 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 74 insertions(+), 2 deletions(-) commit a24f350a5e3423913f3456ddf7d5f5c6d3ad3300 Author: Xavier Claessens Date: Sat Oct 10 09:57:10 2009 +0200 Add support for /query command https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit d283411b3f1ba3685b329a7a41d59ae153bd15ba Author: Xavier Claessens Date: Sat Oct 10 09:48:23 2009 +0200 Add support for /join command https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) commit 940f9b60e27fe79d64357c651525cbf50a936567 Author: Xavier Claessens Date: Sat Oct 10 00:28:26 2009 +0200 Fix topic not always shown, and add /topic command support. https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 51 ++++++++++++++++++++++++++-- libempathy/empathy-tp-chat.c | 73 ++++++++++++++++++++++++++++------------- libempathy/empathy-tp-chat.h | 11 ++++++ 3 files changed, 108 insertions(+), 27 deletions(-) commit ede64d4975a1fca4a562e4635dc43856610788ed Author: Jerzy Mansarliński Date: Sat Oct 31 17:08:00 2009 +0100 empathy-chat.c: input history - Using GList pointer instead of gint index. libempathy-gtk/empathy-chat.c | 192 +++++++++++++++++++++++------------------ 1 files changed, 109 insertions(+), 83 deletions(-) commit b6bb173fe0840ec0857a145e265853e2a9083ee6 Author: Jonny Lamb Date: Fri Oct 30 11:34:28 2009 +0000 Upped dependency on tp-glib Signed-off-by: Jonny Lamb configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6996bc2efb7643418baf090e9c158906724e2633 Author: Jonny Lamb Date: Fri Oct 30 10:51:18 2009 +0000 contact-list-view: added note about waiting for manager to be come ready bug Signed-off-by: Jonny Lamb libempathy-gtk/empathy-contact-list-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 61dae5c0f483835085509792200f39da28ef38c1 Author: Jonny Lamb Date: Fri Oct 30 10:41:16 2009 +0000 empathy: when creating salut account, be sure to wait for the account manager Signed-off-by: Jonny Lamb src/empathy.c | 51 +++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 37 insertions(+), 14 deletions(-) commit e6da8954b005318b6e438a9306374cf07bd54030 Author: Jonny Lamb Date: Fri Oct 30 10:31:48 2009 +0000 log-store-empathy: refer to "make logs async" bug Signed-off-by: Jonny Lamb libempathy/empathy-log-store-empathy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 17fa8e8c29b51a350babb894aad6acab11bea0e5 Author: Jonny Lamb Date: Fri Oct 30 10:30:28 2009 +0000 dispatcher: refer to EmpathyHandler bug Signed-off-by: Jonny Lamb libempathy/empathy-dispatcher.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1659a34e6b8cce932348b51c55db3ff33947f32f Author: Jonny Lamb Date: Fri Oct 30 10:27:45 2009 +0000 idle: added a comment to explain _is_just_connected Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit a44cb2b8c74dab9135448dfa04a45c624cb59611 Author: Jonny Lamb Date: Fri Oct 30 10:26:05 2009 +0000 idle: don't hardcode 10 seconds as the "just connected" time Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 0e5b0eca677e4aa60cebdaec8e289192b39b5017 Author: Jonny Lamb Date: Fri Oct 30 10:24:15 2009 +0000 idle: add comment about the connect_times hash table types Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9 Author: Jonny Lamb Date: Fri Oct 30 10:22:12 2009 +0000 idle: updated comment Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 9447a3e1a68867e52ae22f22324dece3be70e8db Author: Jonny Lamb Date: Fri Oct 30 10:15:35 2009 +0000 utils: remove FIXME Although still true, the comment above the function will suffice and this can't really be changed without lots of making-async of other places in Empathy. I also don't think this is a problem in practice as everywhere in Empathy we use the account manager should have a _prepare called beforehand. Signed-off-by: Jonny Lamb libempathy/empathy-utils.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit f2435188ed801faab430b40582e7dbd4cd8a0d56 Author: Jonny Lamb Date: Fri Oct 30 10:11:04 2009 +0000 location-manager: keep a ref to self during preparation to make sure we stay alive Signed-off-by: Jonny Lamb libempathy-gtk/empathy-location-manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit d5f2776bacfe750f02782cef348e984ed68916af Author: Jonny Lamb Date: Fri Oct 30 10:10:26 2009 +0000 all: log error messages if preparing the account manager fails Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-chooser.c | 8 +++++++- libempathy-gtk/empathy-chat.c | 5 ++++- libempathy-gtk/empathy-location-manager.c | 18 ++++++++++++++---- libempathy-gtk/empathy-log-window.c | 5 ++++- libempathy-gtk/empathy-presence-chooser.c | 5 ++++- libempathy/empathy-account-settings.c | 18 ++++++++++++++---- libempathy/empathy-chatroom-manager.c | 9 +++++++-- libempathy/empathy-contact-manager.c | 5 ++++- libempathy/empathy-dispatcher.c | 9 +++++++-- libempathy/empathy-idle.c | 5 ++++- src/empathy-accounts-dialog.c | 9 +++++++-- src/empathy-import-widget.c | 9 +++++++-- src/empathy-main-window.c | 5 ++++- src/empathy-status-icon.c | 5 ++++- src/empathy.c | 27 +++++++++++++++++++++------ 15 files changed, 112 insertions(+), 30 deletions(-) commit c415943206357644af15d4dfd3d8fa3f610ef3c8 Author: Jerzy Mansarliński Date: Thu Oct 29 23:44:14 2009 +0100 Fix coding style libempathy-gtk/empathy-chat.c | 73 +++++++++++++++++++++-------------------- 1 files changed, 37 insertions(+), 36 deletions(-) commit a1e67bd4feaab4ac44d9df618059f4b5fccfd447 Author: Jerzy Mansarliński Date: Fri Jul 31 22:38:06 2009 +0200 Add terminal-like chat input history. Fixes bug #586098. libempathy-gtk/empathy-chat.c | 248 +++++++++++++++++++++++++++++++++++------ 1 files changed, 211 insertions(+), 37 deletions(-) commit e00d3a20de6603e927f4c977492052701cc0a988 Author: Rômulo Fernandes Machado Date: Thu Oct 29 17:03:11 2009 +0100 Fixes cycling tab bug in chat window (#589263) src/empathy-chat-window.c | 61 ++++++++++++++++++++++++++++++++++++--------- 1 files changed, 49 insertions(+), 12 deletions(-) commit c6494847b87a4fbd7d1409f5a7b717a125745466 Author: Guillaume Desmottes Date: Thu Oct 29 14:56:51 2009 +0100 empathy-accounts-dialog: do_constructor: always return a new reference This fix is cleaner than the previous commmit. The constructor now always returns a new reference to the caller. It also now has an extra reference that it will release once the dialog as been destroyed. src/empathy-accounts-dialog.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit e76ce986941f3f95b3d35b23b77a0434991975f4 Author: Guillaume Desmottes Date: Thu Oct 29 14:18:51 2009 +0100 empathy-accounts-dialog: do_constructor: don't ref the dialog if it already exists (#600023) This breaks the concept of a constructor but the caller isn't supposed to unref it itself anyway (it's unreffed in accounts_dialog_destroy_cb). src/empathy-accounts-dialog.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 4363fe7a71208ee2d696211838f028ef97700b45 Author: Guillaume Desmottes Date: Thu Oct 29 12:17:04 2009 +0100 Escape the header of the notification (#599431) src/empathy-status-icon.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 4c2eb652ef61dd0f5ccac27e47f261417793aa73 Author: Guillaume Desmottes Date: Tue Oct 27 15:22:55 2009 +0000 move test app needing user interaction to interactive/ tests/ should be used only for automatic unit tests. configure.ac | 1 + tests/.gitignore | 8 -- tests/Makefile.am | 25 +------ tests/contact-manager.c | 44 ---------- tests/empetit.c | 88 -------------------- tests/interactive/.gitignore | 8 ++ tests/interactive/Makefile.am | 35 ++++++++ tests/interactive/contact-manager.c | 44 ++++++++++ tests/interactive/empetit.c | 88 ++++++++++++++++++++ tests/interactive/test-empathy-account-assistant.c | 25 ++++++ tests/interactive/test-empathy-presence-chooser.c | 56 +++++++++++++ tests/interactive/test-empathy-protocol-chooser.c | 31 +++++++ .../test-empathy-status-preset-dialog.c | 49 +++++++++++ tests/test-empathy-account-assistant.c | 25 ------ tests/test-empathy-presence-chooser.c | 56 ------------- tests/test-empathy-protocol-chooser.c | 31 ------- tests/test-empathy-status-preset-dialog.c | 49 ----------- 17 files changed, 338 insertions(+), 325 deletions(-) commit fb12577193262ad17ef2fc49d2324a7b23458610 Author: Rodolphe Date: Tue Oct 27 10:42:22 2009 +0000 Add new smileys available in the last Icon Naming Spec (#593327) libempathy-gtk/empathy-smiley-manager.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) commit 5dd0de4c39cb752c26b86b3415c20c6a6c2588a0 Merge: 546cd4d b251e6f Author: Danielle Madeley Date: Tue Oct 27 20:29:42 2009 +1100 Merge branch 'mc5-debug' commit 546cd4df21e3fe96e7d2bf4f18afa749804a8f47 Author: drtvasudevan Date: Tue Oct 27 13:19:33 2009 +0530 Updated Tamil translation po/ta.po | 285 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 135 insertions(+), 150 deletions(-) commit b251e6fa7c1c90cabd7f03cf2e37bfa1ed3ffe63 Author: Danielle Madeley Date: Tue Oct 27 16:39:51 2009 +1100 Add MissionControl to the debug window src/empathy-debug-window.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 32a099f4cd44a8ac22c34dc0c6db1e0ad41ef5d6 Author: Guillaume Desmottes Date: Mon Oct 26 16:53:28 2009 +0000 release.py: update last_tag_patern release.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 63e967acace88aab74b4b781758313ded94648bb Author: Guillaume Desmottes Date: Mon Oct 26 16:52:31 2009 +0000 start dev of 2.29.2 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)