commit c4b3eac5b0ee4c3c3df23908e0e1b566305bdce5 Author: Guillaume Desmottes Date: Mon Jan 11 17:55:29 2010 +0000 add Channel_Interface_Conference.xml to EXTRA_DIST extensions/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 54ec2ae71ed911aac17e2da5565b842fb95a0f04 Author: Guillaume Desmottes Date: Mon Jan 11 17:16:58 2010 +0000 prepare 2.29.5 release NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 57 insertions(+), 2 deletions(-) commit 62ba54af21d4f9ca133824a7fda636ab9a80a139 Author: Guillaume Desmottes Date: Mon Jan 11 17:02:43 2010 +0000 contact_list_store_get_contact_status_icon_with_icon_name: early return if icon_name is NULL libempathy-gtk/empathy-contact-list-store.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit ad84d268b925a1950625ad85221bb8e9007bb55b Author: Guillaume Desmottes Date: Mon Jan 11 17:02:15 2010 +0000 empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed to be NULL libempathy-gtk/empathy-ui-utils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2de6e5e0bb4d5d6c68fc44bd4ac7e6c1949364df Author: Guillaume Desmottes Date: Mon Jan 11 15:59:45 2010 +0000 listen for the "account-validity-changed" so new account are added to the dispatcher (#605689) libempathy/empathy-dispatcher.c | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) commit efa437ce79b0df44f5595c6006a355a209b3608f Author: Guillaume Desmottes Date: Mon Jan 11 15:59:36 2010 +0000 store status-changed sig handler in a hash table libempathy/empathy-dispatcher.c | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit 5fc16e172814745c2f40dffb35bb04c3d4f75f2b Author: Guillaume Desmottes Date: Mon Jan 11 15:57:16 2010 +0000 factor out connect_account libempathy/empathy-dispatcher.c | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) commit eab24ccdd00311bd06ce47c36ac388489237ae12 Author: Guillaume Desmottes Date: Wed Jan 6 14:27:36 2010 +0000 empathy_dispatcher_join_muc: assert than connection_data is not NULL libempathy/empathy-dispatcher.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3a96a951349e51717785605fcb32aecf0b8a96e4 Author: Guillaume Desmottes Date: Mon Jan 11 14:58:59 2010 +0000 Wait that the pipeline has been started before enabling camera The v4l2src element doesn't work properly if the pipeline has not been started (#605549). src/empathy-call-window.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit f9f6639f8f1cee0cb49fbe607cb00bb59fc02208 Author: Guillaume Desmottes Date: Mon Jan 11 14:47:47 2010 +0000 factor out start_call src/empathy-call-window.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit 3c31c5f856635a1a50c4fb107abd6d1871b48df7 Author: Guillaume Desmottes Date: Mon Jan 11 14:01:13 2010 +0000 empathy_call_window_constructed: no need to call display_video_preview The callback fired when tool_button_camera_on will call it for us. src/empathy-call-window.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 9dd268d147b52e7bcb1beaebf3ab5fd13cf5e73a Author: Felix Kaser Date: Sat Jan 9 13:22:55 2010 +0100 remember handler ids to prevent double invokation the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts src/empathy-main-window.c | 41 +++++++++++++++++++++++++++++++++++++---- 1 files changed, 37 insertions(+), 4 deletions(-) commit a4f5f649d912e3726b568fd7e67ded887f92587b Author: Felix Kaser Date: Sat Jan 9 12:47:34 2010 +0100 use G_TYPE_OBJECT instead of G_TYPE_POINTER in the signature of the account-created signal libempathy-gtk/empathy-account-widget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7a8efe86d8f47d911b15a9ad3f56c52ba66de41f Author: Felix Kaser Date: Mon Dec 28 14:39:57 2009 +0100 connect to val-changed signal in contact manager new accounts have to be registered for status-changed signals, that can only be done if the account-validity-changed signal is handled. fixes bug #604628 libempathy/empathy-contact-manager.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 32f691f2a35bce50b8167b7de32ba357f3e40343 Author: Felix Kaser Date: Mon Dec 28 13:53:29 2009 +0100 connect to status-changed signal of new accounts the main window has to listen for status-changed signals of newly created accounts to display error-infobar src/empathy-main-window.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit b7fd289a92a01ba588ce29b9499f220d6d6c342f Author: Felix Kaser Date: Mon Dec 28 13:03:12 2009 +0100 connect to signals when account has been created when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar libempathy-gtk/empathy-account-widget.c | 6 +++--- src/empathy-accounts-dialog.c | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) commit 374c27a1f5f71a1ed8f9a1cfd05bab58ba8a8fc9 Author: Felix Kaser Date: Sat Jan 9 16:04:31 2010 +0100 don't make add-button sensitive on protocol change when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit src/empathy-accounts-dialog.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 6129abad0d991e8cb7d8aa8f582e8427fd96c5c5 Author: Felix Kaser Date: Sun Dec 27 11:06:19 2009 +0100 disable treeview when creating an account fixes bug 604154 src/empathy-accounts-dialog.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 1f682ae31e796c0da98665416b2981b004a58ecf Author: Claude Paroz Date: Mon Jan 11 12:12:19 2010 +0000 Convert the context info to a translator comment (#606513) src/empathy-new-chatroom-dialog.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b24ca484fb47cc6acc7585fb56377e7b3e6a71cf Author: Guillaume Desmottes Date: Tue Nov 17 12:16:31 2009 +0000 accounts-dialog: inherit from GtkDialog (#600023) src/empathy-accounts-dialog.c | 156 +++++++++-------- src/empathy-accounts-dialog.h | 4 +- src/empathy-accounts-dialog.ui | 376 +++++++++++++++++----------------------- 3 files changed, 244 insertions(+), 292 deletions(-) commit 309dc2bba3edec26b99cb9cce97802d280090916 Author: Daniel Nylander Date: Sat Jan 9 18:22:09 2010 +0100 Updated Swedish translation po/sv.po | 2547 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1157 insertions(+), 1390 deletions(-) commit 15e0f47f2039c05737a5613f913b725d5cfef697 Author: Felix Kaser Date: Sun Dec 27 10:48:35 2009 +0100 remove box around advanced settings in generic-widget, fixes bug 605529 libempathy-gtk/empathy-account-widget-generic.ui | 38 ++++++--------------- 1 files changed, 11 insertions(+), 27 deletions(-) commit 44ecf9f2153aaf5e8d51fb915af8bba120ea3a66 Author: Jorge González Date: Fri Jan 8 20:51:55 2010 +0100 Updated Spanish translation help/es/es.po | 3143 +++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 2252 insertions(+), 891 deletions(-) commit d9b76661b133461f2ca816328902f5de1efe06f2 Author: Jorge González Date: Wed Jan 6 20:06:23 2010 +0100 Updated Spanish translation po/es.po | 46 ++++++---------------------------------------- 1 files changed, 6 insertions(+), 40 deletions(-) commit 027aa3f769422d5cb1a4c09541f0f2928028464b Author: Guillaume Desmottes Date: Wed Dec 23 12:41:59 2009 +0000 contact-list-view: merge the audio and vido call column Now that we display a context menu allowing to start audio and video call there is no point to keep the 2 icons. Merge them to one column as they are not just a hint saying that the contact supports audio and/or video. libempathy-gtk/empathy-contact-list-view.c | 52 +++------------------------- 1 files changed, 5 insertions(+), 47 deletions(-) commit 6ebf46cb5048e90de75dceead5df6052e776a3a3 Author: Guillaume Desmottes Date: Wed Dec 23 12:09:45 2009 +0000 Display a context menu when clicking on audio/video icons (#590051) libempathy-gtk/empathy-contact-list-view.c | 69 +++++++++++++--------------- 1 files changed, 32 insertions(+), 37 deletions(-) commit 63c518d5469107144ad3c6ba8cc8c4c7f066747e Author: Guillaume Desmottes Date: Wed Jan 6 17:17:39 2010 +0000 hash_job_done: set hash_data->error to NULL when cleaning it This avoid to try to clean it at second time in hash_data_free (#606220). libempathy/empathy-ft-handler.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 52d8bb2ebe6ef009d2adccbacfb3acbcca0a30c3 Author: Thomas Meire Date: Sat Jan 2 21:35:05 2010 +0100 allow multiple rooms with /join (bug #604347) libempathy-gtk/empathy-chat.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 772d724cb68633175ece7439ae0cc2a672ba7e10 Author: Jorge González Date: Wed Jan 6 17:02:33 2010 +0100 Updated Spanish translation po/es.po | 237 +++++++++++++++++++++++++------------------------------------- 1 files changed, 96 insertions(+), 141 deletions(-) commit 06adc78c2ea964c5cc993916b7ccdaf1d1067dd4 Author: Guillaume Desmottes Date: Wed Jan 6 15:30:08 2010 +0000 remove debug message when creating or retrieving a status icon from the cache libempathy-gtk/empathy-contact-list-store.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 6137828a9955f5e571a08f503ba46308568fb4e0 Author: Xavier Claessens Date: Wed Jan 6 16:37:47 2010 +0100 Add the protocol icon in EmpathyContactWidget. That's displayed for contact list tooltip too. libempathy-gtk/empathy-contact-widget.c | 26 ++++++++++++++++++++++---- 1 files changed, 22 insertions(+), 4 deletions(-) commit a8260d4f1de4ab185922be3b7713c15f55f1f0a3 Author: Guillaume Desmottes Date: Wed Jan 6 15:25:39 2010 +0000 rename 'location' to 'loc' to fix shadow declaration libempathy-gtk/empathy-contact-widget.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e38cc7c99febaf760bc07e118c8ce3f2d1ffe615 Author: Philip Withnall Date: Fri Jan 1 13:02:23 2010 +0000 Remove Pango markup from translatable strings where possible Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string. libempathy-gtk/empathy-account-widget-aim.ui | 10 +++++- libempathy-gtk/empathy-account-widget-groupwise.ui | 10 +++++- libempathy-gtk/empathy-account-widget-icq.ui | 10 +++++- libempathy-gtk/empathy-account-widget-jabber.ui | 20 +++++++++-- libempathy-gtk/empathy-account-widget-msn.ui | 10 +++++- libempathy-gtk/empathy-account-widget-sip.ui | 34 ++++++++++++++------ libempathy-gtk/empathy-account-widget-yahoo.ui | 10 +++++- libempathy-gtk/empathy-contact-widget.c | 6 +++- 8 files changed, 85 insertions(+), 25 deletions(-) commit 909a8b53b6ef8ec6e4a9e5bed8bbb5226dc061f4 Author: Guillaume Desmottes Date: Wed Jan 6 15:10:58 2010 +0000 show_protocols should be disabled by default (#605822) data/empathy.schemas.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 528eeaea5097034456fd5b322924c5301e92e9cd Author: Jorge González Date: Wed Jan 6 16:07:15 2010 +0100 Updated Spanish translation po/es.po | 584 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 392 insertions(+), 192 deletions(-) commit f65faee618844e60b0910107b683f7e74f4523bb Author: Thomas Meire Date: Wed Jan 6 11:47:29 2010 +0000 Print autocompletion suggestions to chatview (#599779) libempathy-gtk/empathy-chat.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 35c99e3a75272c03b71e04c3e1bf1944167295ee Author: Thomas Meire Date: Wed Jan 6 11:03:23 2010 +0000 Fix autocompletion for non-alphanumeric nicknames This bug is caused by the behaviour of gtk_text_iter_backward_word_start. It searches the text for delimiters, based on languages in pango. Numbers and characters as | and [ are not considered to be part of a word in most languages, while they are a part of nicknames. Therefore, empathy fails to get the typed part of the nickname. The attached patch will instead search backwards for a space character. The text that needs to be completed, is the text between the caret and the first space before that. (#554767) libempathy-gtk/empathy-chat.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 7b2c1fab3ca841fcf54cfb10d21eb0cc3fbbc7a3 Author: Guillaume Desmottes Date: Wed Jan 6 11:01:12 2010 +0000 POTFILES.in: add empathy-invite-participant-dialog.c po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 94c432662adf5e77b8f49441c84899ff8a83d06e Author: Kjartan Maraas Date: Wed Jan 6 11:06:20 2010 +0100 Updated Norwegian bokmål translation. po/nb.po | 783 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 401 insertions(+), 382 deletions(-) commit 1d68331dcfd8fde3efe3b7bde82e808c3a59ba67 Author: Matej Urbančič Date: Sat Jan 2 10:22:54 2010 +0100 Updated Slovenian translation po/sl.po | 6945 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3523 insertions(+), 3422 deletions(-) commit 89d36ccc021bd173e95e62326cb84b7f873c123f Author: Philip Withnall Date: Thu Dec 31 18:08:40 2009 +0000 Miscellaneous string fixes Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb data/empathy.schemas.in | 8 ++++---- libempathy-gtk/empathy-account-widget-icq.ui | 2 +- libempathy-gtk/empathy-account-widget-irc.ui | 2 +- .../empathy-account-widget-local-xmpp.ui | 2 +- libempathy-gtk/empathy-account-widget-msn.ui | 2 +- libempathy-gtk/empathy-account-widget-yahoo.ui | 8 ++++---- libempathy-gtk/empathy-avatar-chooser.c | 2 +- libempathy-gtk/empathy-chat.c | 2 +- libempathy-gtk/empathy-contact-menu.c | 2 +- libempathy-gtk/empathy-contact-widget.ui | 6 +++--- nautilus-sendto-plugin/empathy-nautilus-sendto.c | 4 ++-- src/empathy-account-assistant.c | 8 ++++---- src/empathy-accounts-dialog.c | 2 +- src/empathy-call-window.c | 2 +- src/empathy-chat-window.ui | 2 +- src/empathy-event-manager.c | 4 ++-- src/empathy-preferences.ui | 2 +- src/empathy-tube-dispatch.c | 2 +- 18 files changed, 31 insertions(+), 31 deletions(-) commit 3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff Author: Philip Withnall Date: Thu Dec 31 17:56:30 2009 +0000 Punctuation fixes in translatable strings Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 24 ++++++++++++------------ libempathy-gtk/empathy-contact-menu.c | 2 +- libempathy-gtk/empathy-contact-widget.ui | 4 ++-- libempathy-gtk/empathy-presence-chooser.c | 10 +++++----- src/empathy-accounts-dialog.c | 12 ++++++------ src/empathy-accounts-dialog.ui | 4 ++-- src/empathy-call-window.c | 2 +- src/empathy-chat-window.ui | 2 +- src/empathy-main-window.ui | 8 ++++---- src/empathy-status-icon.ui | 4 ++-- 10 files changed, 36 insertions(+), 36 deletions(-) commit 0388884a0add8538dec7c661d079495da4f834cf Author: Philip Withnall Date: Thu Dec 31 17:48:53 2009 +0000 Correct unnecessary use of the phrase "whether or not" Also correct use of nouns in place of verbs in a few areas, and make the consistent the terminology of signing in/out. Signed-off-by: Jonny Lamb data/empathy.schemas.in | 72 +++++++++++++++++++++++----------------------- 1 files changed, 36 insertions(+), 36 deletions(-) commit 6ea47f6e2806d7187afb7fe0c6ad0bbab0d54fbe Author: Cheng-Chia Tseng Date: Fri Jan 1 15:06:48 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 392 ++++++++++++++++++++++------------------------------------- po/zh_TW.po | 391 ++++++++++++++++++++++------------------------------------- 2 files changed, 291 insertions(+), 492 deletions(-) commit 26f31d66832b7ec72aa5544de15cd99cbf90640e Author: Danishka Navin Date: Fri Jan 1 23:41:11 2010 +0530 added si to LINGUAS file po/LINGUAS | 75 ------------------------------------------------------------ 1 files changed, 0 insertions(+), 75 deletions(-) commit cb8864ec7666cc8e67494a46cab2202071d063c7 Author: Danishka Navin Date: Fri Jan 1 23:38:59 2010 +0530 added si.po file po/si.po | 3108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 3108 insertions(+), 0 deletions(-) commit 33044833c1081d18f9e6d15825220cb70b9b8424 Author: Danishka Navin Date: Fri Jan 1 23:37:24 2010 +0530 added si to LINGUAS file po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c17337f0c17f721a10e108a683fd26ba21301660 Author: Philip Withnall Date: Thu Dec 31 17:37:58 2009 +0000 Updated British English translation po/en_GB.po | 1761 +++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1101 insertions(+), 660 deletions(-) commit d034683efc6d614ce6f07c78911a4cc2c5e63919 Author: Jorge González Date: Mon Dec 28 02:11:52 2009 +0100 Updated Spanish translation po/es.po | 87 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 41 insertions(+), 46 deletions(-) commit 4b314d711658cee9f98cf55b83506755e33cfbeb Author: Jorge González Date: Mon Dec 28 02:06:08 2009 +0100 Updated Spanish translation po/es.po | 308 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 165 insertions(+), 143 deletions(-) commit c487338c1247c8bac23ddd90410c126b09196461 Author: Khaled Hosny Date: Sat Dec 26 13:35:38 2009 +0200 Updated Arabic translation po/ar.po | 1688 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1088 insertions(+), 600 deletions(-) commit 8e342c724ef0eed52fc08e04dd4589bb02b41f89 Author: Cheng-Chia Tseng Date: Sat Dec 26 19:01:50 2009 +0800 Updated Traditional Chinese(Hong Kong and Taiwan) po/zh_HK.po | 1759 +++++++++++++++++++++++++++++++++++++++-------------------- po/zh_TW.po | 1759 +++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 2316 insertions(+), 1202 deletions(-) commit 153800e9804c5d032e5c8c6e1b15c3090e3c349a Author: Guillaume Desmottes Date: Tue Dec 22 17:46:43 2009 +0000 Remove the protocol selection screen when adding a new account Instead, display the protocol chooser on the top of the account widget (#599182). src/empathy-accounts-dialog.c | 162 ++++++++++++++++------------------------ src/empathy-accounts-dialog.ui | 157 +++++++-------------------------------- 2 files changed, 92 insertions(+), 227 deletions(-) commit a748e3cf4d08a94a674b4f675dc3a0457ab7c4e9 Author: Guillaume Desmottes Date: Tue Dec 22 15:34:22 2009 +0000 account-settings: use empathy_signal_connect_weak to connect the ready signal on managers If for some reason this signal is fired after the settings has been destroyed, we shouldn't crash. libempathy/empathy-account-settings.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b2d926ba67fcb7bfbd7f5039e28e0d1bb5b2d6f0 Author: Guillaume Desmottes Date: Tue Dec 22 17:59:57 2009 +0000 account-widget: presence_changed_cb: early return if widget has been destroyed The callback needs to manipulate widgets but can't do it if the account widget has already been destroyed. libempathy-gtk/empathy-account-widget.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9ee5a2d0ec80e655cb834f8f95603f572c2f87f9 Author: Guillaume Desmottes Date: Tue Dec 22 15:37:15 2009 +0000 account-widget: ensure that the object stays alive during the tp_account_manager_prepare_async call libempathy-gtk/empathy-account-widget.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 50f96722448f152b8bfe0c24501c4b1eb0136359 Author: Guillaume Desmottes Date: Wed Dec 23 15:53:15 2009 +0000 status_icon_update_tooltip: display the custom status msg, if any (#604481) src/empathy-status-icon.c | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit 3e44a8a3c4268a401f4a2869ee4b8a806d23c51a Author: Guillaume Desmottes Date: Wed Dec 23 15:45:33 2009 +0000 status_icon_update_tooltip: display a translated version of the default status string src/empathy-status-icon.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 61aac31cb18ef645661c89c49f01bd9caca0124e Author: Nguyễn Thái Ngọc Duy Date: Thu Dec 24 12:38:30 2009 +0700 po/vi.po: Updated Vietnamese translation po/vi.po | 3529 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 2548 insertions(+), 981 deletions(-) commit 54faf210b72c259a0e2ab102f99c82d7f6755933 Author: Theppitak Karoonboonyanan Date: Wed Dec 23 17:54:53 2009 +0700 Updated Thai translation. po/th.po | 121 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 64 insertions(+), 57 deletions(-) commit 129fb769bbaff17cff505c9249d513828454a9d2 Author: Guillaume Desmottes Date: Wed Dec 23 10:36:58 2009 +0000 Use clutter_get_option_group instead of gtk_clutter_init clutter_get_option_group will initialize clutter during arguments parsing. This avoid to call g_set_prgname twice as it's called once by g_option_context_parse and once when initializing clutter. src/empathy.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 084d6772c28d3191af02cc86fd0b27f92f585edf Author: Theppitak Karoonboonyanan Date: Wed Dec 23 10:56:17 2009 +0700 Updated Thai translation. po/th.po | 1568 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 993 insertions(+), 575 deletions(-) commit 57eaa86ef594878efcc160ece99c375f5ee0dcbf Author: Laurent Bigonville Date: Tue Dec 22 23:15:31 2009 +0100 libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar libempathy/empathy-irc-network-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1d1f5f138931c698a5ca07c6377278210d36d31c Author: Guillaume Desmottes Date: Mon Dec 21 17:22:01 2009 +0000 Add register buttons to the account widget libempathy-gtk/empathy-account-widget.c | 52 +++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) commit 6886131ed1c93f39dc8d961dbcd52ef85c64c18c Author: Guillaume Desmottes Date: Mon Dec 21 17:21:18 2009 +0000 factor out account_widget_is_gtalk libempathy-gtk/empathy-account-widget.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 047a96316d388258fcff299ac4bea1bc3881ecae Author: Guillaume Desmottes Date: Mon Dec 21 17:01:13 2009 +0000 add empathy_account_settings_get_tp_protocol libempathy/empathy-account-settings.c | 8 ++++++++ libempathy/empathy-account-settings.h | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 2cf8e876c22f6f7af9aa1701061d2624cbc0b5d3 Author: Guillaume Desmottes Date: Mon Dec 21 16:23:20 2009 +0000 remove register radio buttons in the create account frame They should be part of the account widget as we plan to kill this frame (#605213). src/empathy-accounts-dialog.c | 35 ----------- src/empathy-accounts-dialog.ui | 130 ++++++++++++--------------------------- 2 files changed, 40 insertions(+), 125 deletions(-) commit 36f39b9b545339768891665a5151540d6bc543a7 Author: Guillaume Desmottes Date: Tue Dec 22 10:47:56 2009 +0000 reorder moblin specific code An #ifdef/#else structur is easier to read than #ifndef/#else. Change all the moblin tests to fit this structur. libempathy-gtk/empathy-account-widget.c | 54 +++++++++++++++--------------- 1 files changed, 27 insertions(+), 27 deletions(-) commit 2cde466847cf06b8c0c276503464190b7ec1f2de Author: Guillaume Desmottes Date: Mon Dec 21 15:14:02 2009 +0000 account-widget: move the 'Enable' checkbox to the top of the widget (#593268) This change doesn't affect the Moblin version. libempathy-gtk/empathy-account-widget.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 5be13a29a3e4afc3f10542ba0982cb57e97d785e Author: Guillaume Desmottes Date: Mon Dec 21 14:41:55 2009 +0000 account-widget: factor out add_enable_checkbox libempathy-gtk/empathy-account-widget.c | 131 ++++++++++++++++--------------- 1 files changed, 69 insertions(+), 62 deletions(-) commit 10bb432035ea43ab4ea7af7479fa0bc416cf7a59 Merge: d8a2cee fa65881 Author: Danielle Madeley Date: Tue Dec 22 21:56:31 2009 +1100 Merge branch 'pmuc' commit fa658816077d8dfcd59978bcb69b00b789f12636 Author: Danielle Madeley Date: Tue Dec 22 14:15:05 2009 +1100 Remove FIXME src/empathy-chat-window.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit d07d688e26fc68890ec6a640090ddece560bb495 Author: Danielle Madeley Date: Tue Dec 22 14:03:17 2009 +1100 [EmpathyContactSelectorDialog] add contact filtering support libempathy-gtk/empathy-contact-selector-dialog.c | 63 ++++++++++++++++++---- libempathy-gtk/empathy-contact-selector-dialog.h | 2 + 2 files changed, 55 insertions(+), 10 deletions(-) commit 72034a8daf617d2a02d80f8a19d05d8be792ce6d Author: Danielle Madeley Date: Tue Dec 22 11:29:08 2009 +1100 Remove unneeded private struct src/empathy-invite-participant-dialog.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) commit d8a2cee1b7e31dc7d415bdfe6cf73c639e84cf7d Author: Guillaume Desmottes Date: Mon Dec 21 17:53:37 2009 +0000 start dev of 2.94.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)