commit 0dea7048b8ace3c52b692f41715906393e3f3bd5 Author: Guillaume Desmottes Date: Mon Dec 19 17:30:11 2011 +0100 coding style fix libempathy-gtk/empathy-ui-utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 11812b89c0872bdf76030bafacfe1015749c6a91 Author: Guillaume Desmottes Date: Mon Dec 19 17:15:56 2011 +0100 prepare 3.3.3 NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 57 insertions(+), 2 deletions(-) commit a85a11da129679dcc8a6bfc350462fcf1e877f97 Author: Guillaume Desmottes Date: Fri Dec 9 17:16:06 2011 +0100 empathy_chat_window_present_chat: move to the chat window desktop This is more coherent with Shell's 'app is ready' notication which moves the view to the app desktop rather than moving the app itself. https://bugzilla.gnome.org/show_bug.cgi?id=649208 src/empathy-chat-window.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit e0a06689b716a02927433796dfb1a1cc7b7820e4 Author: Guillaume Desmottes Date: Fri Dec 9 17:05:28 2011 +0100 add empathy_move_to_window_desktop https://bugzilla.gnome.org/show_bug.cgi?id=649208 libempathy-gtk/empathy-ui-utils.c | 117 +++++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 3 + 2 files changed, 120 insertions(+), 0 deletions(-) commit 28034fa56b5ab329636f1ecc9a2ba400b6fea35f Author: Daniel Mustieles Date: Sun Dec 18 20:08:08 2011 +0100 Updated Spanish translation help/es/es.po | 264 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 133 insertions(+), 131 deletions(-) commit 77005cc30a87371ab908fdc55cca456caf35b988 Author: Milo Casagrande Date: Sun Dec 18 16:34:23 2011 +0100 [help] Fixed some UI references and typos, fixes bug #653812 * Fixed the references to the OFF/ON switch help/C/change-status.page | 9 +++++++-- help/C/disable-account.page | 6 +++--- help/C/prob-conn-acctdisabled.page | 8 ++++---- help/C/prob-conn-name.page | 13 +++++++------ help/C/prob-conn-neterror.page | 31 ++++++++++++++----------------- help/C/video-call.page | 11 +++++------ 6 files changed, 40 insertions(+), 38 deletions(-) commit 0f3f488cd6a6116c673dd4d0b04ab62e9e39dbe7 Author: Matej Urbančič Date: Fri Dec 16 15:56:17 2011 +0100 Updated Slovenian translation help/sl/sl.po | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 56 insertions(+), 3 deletions(-) commit 7d22de0340197c4578e4a7e1dd4c4d2e642ba689 Author: Guillaume Desmottes Date: Fri Dec 16 12:52:44 2011 +0100 import-widget: use the server in IRC account display name User generally use the same nick on different servers so just displaying the nick isn't very useful. https://bugzilla.gnome.org/show_bug.cgi?id=654171 src/empathy-import-widget.c | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) commit 9d7a9b0feb1f30f891625abeebf571288e2eba4d Author: Milo Casagrande Date: Thu Dec 15 22:21:52 2011 +0100 [l10n] Updated Italian translation * Updated Italian help translation, fixes bug #666261 help/it/it.po | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) commit 9cb2e8fa1c57ecb889a1160bdcf7b08f4ee6b2b0 Author: Funda Wang Date: Thu Dec 15 15:01:06 2011 +0100 clsing tags (bug#666265) help/zh_CN/zh_CN.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 54c3e51405c0af7fc46d1586e24019c6820f8e04 Author: Piotr Drąg Date: Wed Dec 14 22:21:39 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 9dd688a39a52e8b562364fb0fb230acb395e1202 Author: Guillaume Desmottes Date: Wed Dec 14 15:17:49 2011 +0100 Stop passing an EmpathyContact to menu_item_new() fonctions Best to always use an individual so we don't have 2 code paths to maintain. https://bugzilla.gnome.org/show_bug.cgi?id=666163 libempathy-gtk/empathy-individual-menu.c | 206 +++++++++--------------------- libempathy-gtk/empathy-individual-menu.h | 6 +- libempathy-gtk/empathy-individual-view.c | 4 +- 3 files changed, 64 insertions(+), 152 deletions(-) commit cb2e62404041a3fbaf408144a530e5f4216d6aa9 Author: Guillaume Desmottes Date: Wed Dec 14 14:40:56 2011 +0100 individual-menu: export only the methods we need No need to export everything. I added prototypes in the C file to not have to move everything upside down. https://bugzilla.gnome.org/show_bug.cgi?id=666163 libempathy-gtk/empathy-individual-menu.c | 51 +++++++++++++++++++++++------ libempathy-gtk/empathy-individual-menu.h | 23 +------------- 2 files changed, 41 insertions(+), 33 deletions(-) commit 3c136f3efe92a0364ecf21bc0fb62ad66e583d09 Author: Guillaume Desmottes Date: Mon Dec 12 13:03:59 2011 +0100 remove empathy-contact-manager https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy/Makefile.am | 2 - libempathy/empathy-contact-manager.c | 541 ---------------------------------- libempathy/empathy-contact-manager.h | 60 ---- 3 files changed, 0 insertions(+), 603 deletions(-) commit 78120c07e3588eab58c5abb6ce5627028842049c Author: Guillaume Desmottes Date: Mon Dec 12 13:07:23 2011 +0100 remove useless includes of empathy-contact-manager.h https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy-gtk/empathy-individual-dialogs.c | 1 - libempathy-gtk/empathy-new-call-dialog.c | 1 - libempathy-gtk/empathy-new-message-dialog.c | 1 - libempathy/empathy-individual-manager.c | 1 - libempathy/empathy-utils.c | 1 - 5 files changed, 0 insertions(+), 5 deletions(-) commit 42286849ee43d2807f8d4faa5d747b144859e08a Author: Guillaume Desmottes Date: Mon Dec 12 13:06:14 2011 +0100 main-window: stop instantiating the contact manager We don't use it any more. https://bugzilla.gnome.org/show_bug.cgi?id=660547 src/empathy-main-window.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 66dbf2d87306d9ee4c5325c1c96628a70d8eac1a Author: Guillaume Desmottes Date: Mon Dec 12 12:57:03 2011 +0100 remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE It's not used any more and this code was the last one using the contact manager. https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy-gtk/empathy-contact-widget.c | 69 ------------------------------- libempathy-gtk/empathy-contact-widget.h | 5 +- 2 files changed, 2 insertions(+), 72 deletions(-) commit c7524e25332d8f87115255fb8611b124e4aea4f6 Author: Guillaume Desmottes Date: Mon Dec 12 13:00:49 2011 +0100 remove unused empathy_contact_edit_dialog_show() https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy-gtk/empathy-contact-dialogs.c | 60 ------------------------------ libempathy-gtk/empathy-contact-dialogs.h | 2 - 2 files changed, 0 insertions(+), 62 deletions(-) commit 6fce69d7080341d3064850ceaab52eec531c5e6a Author: Guillaume Desmottes Date: Wed Dec 14 13:04:15 2011 +0100 Show a contact as blocked if *all* is personas are blocked It's clearer that way. https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit a5bde7ca2676d538c0534b7acaf72ec47005649b Author: Guillaume Desmottes Date: Wed Dec 14 12:54:37 2011 +0100 individual_menu_add_personas: add the block menu item, if needed This allow user to select the personas he wants to block. Note that I didn't pass an EmpathyContact as second argument to empathy_individiual_block_menu_item_new() as we currently do with most item_new() methods. Instead I just craft a new individual containing only the persona we care about. This approach is much cleaner as we don't have to deal with 2 different code paths. I filed bug #666163 to do the same with the existing functions. https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit fe992c09a3401012f17058a7e2571617591729fc Author: Guillaume Desmottes Date: Mon Dec 12 12:54:42 2011 +0100 remove empathy-contact-menu https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/Makefile.am | 2 - libempathy-gtk/empathy-contact-menu.c | 662 --------------------------------- libempathy-gtk/empathy-contact-menu.h | 59 --- 3 files changed, 0 insertions(+), 723 deletions(-) commit a162bb98ecb9fc05e6a444f7b9a4c70c90daf65f Author: Guillaume Desmottes Date: Fri Dec 9 17:57:05 2011 +0100 map-view: use the individual menu https://bugzilla.gnome.org/show_bug.cgi?id=665038 src/empathy-map-view.c | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) commit 4db09641569a416334fd5c93d2c6cbc669848806 Author: Guillaume Desmottes Date: Mon Nov 28 14:09:26 2011 +0100 chat: use an EmpathyIndividualMenu https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-chat.c | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) commit a401d8ed46a4284c140cd44a2cc5cbf53d07e286 Author: Guillaume Desmottes Date: Thu Dec 1 14:27:55 2011 +0100 add EMPATHY_INDIVIDUAL_FEATURE_BLOCK https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 215 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-menu.h | 1 + 2 files changed, 216 insertions(+), 0 deletions(-) commit d1aa75b0da95e14969ca72c23b07fd7177d1a0ad Author: Guillaume Desmottes Date: Thu Dec 1 14:37:08 2011 +0100 remove EMPATHY_INDIVIDUAL_FEATURE_ALL It's a bit fragile, user should say which features he wants. https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.h | 1 - libempathy-gtk/empathy-individual-view.h | 1 - src/empathy-main-window.c | 21 +++++++++++++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) commit 27de0b98c6433d56b7dd4112817c49a1bca7ddce Author: Guillaume Desmottes Date: Mon Nov 28 14:07:27 2011 +0100 individual-menu: allow priv->store to be NULL We already checks if it's a IndividualStoreChannel before using it so that's safe. https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit aa802500fc09133e196a5087867a1743d3911100 Author: Guillaume Desmottes Date: Fri Dec 9 12:31:18 2011 +0100 empathy_contact_get_persona: use tpf_persona_dup_for_contact() We can finally get rid of this horrible code iterating over all the individuals. \o/ https://bugzilla.gnome.org/show_bug.cgi?id=665853 libempathy/empathy-contact.c | 42 +++++------------------------------------- 1 files changed, 5 insertions(+), 37 deletions(-) commit 844b932834beb6f15d454d14662ca7719bb28981 Author: Guillaume Desmottes Date: Fri Dec 9 10:54:26 2011 +0100 Deal with empathy_create_individual_from_tp_contact() returning NULL Shouldn't really happen in practice but better to be safe than sorry. https://bugzilla.gnome.org/show_bug.cgi?id=665853 libempathy-gtk/empathy-contact-chooser.c | 2 ++ libempathy-gtk/empathy-individual-store-channel.c | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit eebfb2b90332782fc3ff79386e9a4808d277337b Author: Guillaume Desmottes Date: Fri Dec 9 10:51:13 2011 +0100 use tpf_persona_dup_for_contact() https://bugzilla.gnome.org/show_bug.cgi?id=665853 libempathy/empathy-utils.c | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) commit 7f9f986f3e2600fec111ebbd2302d24eb65c60f7 Author: Guillaume Desmottes Date: Wed Dec 14 10:52:03 2011 +0100 Depend on folks 0.6.6 We need it for the API to ensure a persona from a TpContact. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 85a96d8d5b886f49b0d73523f5dc46d79a4982d4 Author: Xavier Claessens Date: Tue Dec 13 13:19:44 2011 +0100 empathy-audio-sink.c: include config.h Otherwise it warnings on deprecated glib symbols, because we defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac src/empathy-audio-sink.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5d4aca9915e38194a22b27028d99509f09f7c222 Author: Guillaume Desmottes Date: Fri Oct 28 10:17:28 2011 +0200 get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULL https://bugzilla.gnome.org/show_bug.cgi?id=662873 src/empathy-invite-participant-dialog.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 34d91c3420c3401cca5a40b9ff481dd3584ac8cb Author: Daniel Korostil Date: Sun Dec 11 20:59:12 2011 +0200 Uploaded Ukranian po/uk.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c19e92c8b348f5009cfd70b4c6c426a286febd6e Author: Daniel Korostil Date: Sun Dec 11 20:57:07 2011 +0200 Uploaded Ukranian po/uk.po | 1649 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 879 insertions(+), 770 deletions(-) commit 7de5dcc25ebc8d19853edd1a43485a13267466e3 Author: Daniel Korostil Date: Sun Dec 11 16:51:44 2011 +0200 Uploaded Ukranian po/uk.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 52ad74602ebdc4aa95e313f1852d6556963b4f2c Author: Daniel Korostil Date: Sun Dec 11 16:49:10 2011 +0200 Uploaded Ukranian po/uk.po | 1540 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 847 insertions(+), 693 deletions(-) commit 2833b7d19491febe4e282259ef2a27bad6b44090 Author: Guanhao Yin Date: Sat Dec 10 12:14:04 2011 +0000 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 838 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 507 insertions(+), 331 deletions(-) commit e328bb4f4c5ec64c156159cdf230911303111fb6 Author: Yaron Shahrabani Date: Sat Dec 10 10:49:01 2011 +0200 Updated Hebrew translation. po/he.po | 1275 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 636 insertions(+), 639 deletions(-) commit 2c785c36c5b8aa4581121f336fc7313da7c2fc92 Author: Guillaume Desmottes Date: Thu Dec 8 09:52:15 2011 +0100 auth-client: add some more debugging I'm trying to understand what's going wrong in bug #665542 and having more debugging would help. libempathy/empathy-keyring.c | 2 +- src/empathy-auth-client.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) commit e95d1c1f58618c3cfd89232ab2997bbeda215c8a Author: Sjoerd Simons Date: Wed Dec 7 13:42:40 2011 +0000 Call: Low the video watchdog timeout to 1 second Switch back to the avatar if there was at least one second of not receiving any new video frames to display. With this change the reaction time will be between 1 (best case) and 2 (worse case) seconds from the point the last frame went into the sync. Before it was 5 seconds (best case) and up to 10 seconds (worst case), which doesn't make for a very good experience src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1893cd80d606371b3810070f9dea63b14186e9c1 Author: Sjoerd Simons Date: Wed Dec 7 09:43:59 2011 +0000 about: Polish the code to generate the license string src/empathy-about-dialog.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) commit ae0db917820904a353850d532eb3b638f36cb8c6 Author: Guillaume Desmottes Date: Mon Dec 5 15:15:54 2011 +0100 try requesting a TpContact when creating a contact from the logger This is useful when displaying a contact which is not in our roster in the logger (typically a PSTN number). Having a TpContact allow us to call him if that's supported by the CM. https://bugzilla.gnome.org/show_bug.cgi?id=665592 libempathy/empathy-contact.c | 49 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 48 insertions(+), 1 deletions(-) commit 84fe2ef8b8e152d6a47f42fdd818e84a6e0d48b0 Author: Guillaume Desmottes Date: Mon Dec 5 15:15:24 2011 +0100 log-window: update buttons if contact's caps are updated https://bugzilla.gnome.org/show_bug.cgi?id=665592 libempathy-gtk/empathy-log-window.c | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) commit b6c4b1de387c53ad115b6422e2009596a5cb6dd0 Author: Guillaume Desmottes Date: Mon Dec 5 15:06:19 2011 +0100 factor out do_update_buttons_sensitivity() This fix a bug with button_video_binding not being re-installed when a contact supporting video was selected. It was only re-installed when using the contact from the selected event. https://bugzilla.gnome.org/show_bug.cgi?id=665592 libempathy-gtk/empathy-log-window.c | 75 +++++++++++++++++++---------------- 1 files changed, 41 insertions(+), 34 deletions(-) commit ddd662f02c504c229fc1910c31785b35855652e3 Author: Guillaume Desmottes Date: Mon Dec 5 16:26:41 2011 +0100 log-window: include empathy-geometry.h libempathy-gtk/empathy-log-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4bb09dac69435530045d91126ef1bc39ede601dc Author: Guillaume Desmottes Date: Tue Nov 22 14:00:37 2011 +0100 log-window: save window geometry https://bugzilla.gnome.org/show_bug.cgi?id=664209 libempathy-gtk/empathy-log-window.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 4aedb19ed5567169c5731def4714dcddd24d8b77 Author: Guillaume Desmottes Date: Fri Dec 2 16:22:37 2011 +0100 map-view: stop using EmpathyContactManager https://bugzilla.gnome.org/show_bug.cgi?id=665403 src/empathy-map-view.c | 118 ++++++++++++++++++++++++++---------------------- 1 files changed, 64 insertions(+), 54 deletions(-) commit 3d60817646e07dbe7ec7ca1e68fa45d5be41dcc2 Author: Vladislav Boboshko Date: Sun Dec 4 00:42:51 2011 +0400 Updated Russian translation po/ru.po | 1765 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 906 insertions(+), 859 deletions(-) commit a9c67f126de7715edfeb49789108878f3d0da784 Author: Guillaume Desmottes Date: Fri Dec 2 15:19:52 2011 +0100 contact-blocking-dialog: stop using EmpathyContactManager https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy-gtk/empathy-contact-blocking-dialog.c | 28 ++++--------- .../test-empathy-contact-blocking-dialog.c | 42 ++++++++++++++++--- 2 files changed, 44 insertions(+), 26 deletions(-) commit 0fdc28006acf7be50776e237969bc31b38245e32 Author: Guillaume Desmottes Date: Thu Dec 1 11:28:04 2011 +0100 renamespace CheeseCameraDeviceMonitor This ensures empathy will always use our version, even when linking on libcheese, and so avoid incompatibliy when libcheese breaks its ABI. https://bugzilla.gnome.org/show_bug.cgi?id=665244 libempathy/cheese-camera-device-monitor.c | 112 +++++++++++++++-------------- libempathy/cheese-camera-device-monitor.h | 44 ++++++------ libempathy/empathy-camera-monitor.c | 16 ++-- 3 files changed, 88 insertions(+), 84 deletions(-) commit af5d0bf3e9b61bff1c4c9b845143c1122b78c093 Author: Kjartan Maraas Date: Thu Dec 1 18:13:05 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 1227 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 603 insertions(+), 624 deletions(-) commit b1e73b93c00a06152a52ce5e41f063655e2f5c13 Author: Raluca Elena Podiuc Date: Wed Nov 30 23:12:06 2011 +0200 camera-monitor: fix memleak in on_camera_added https://bugzilla.gnome.org/show_bug.cgi?id=665256 libempathy/empathy-camera-monitor.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2d4ca2150069139ab347bddce5a5c9264c1be3b1 Author: Guillaume Desmottes Date: Wed Nov 30 15:59:36 2011 +0100 Properly cast buffer and latency times when setting properties This fix a crash on 32 bits system as gcc can't figure out the right size of the value. Thanks to Raluca-Elena Podiuc for her help in debugging this. https://bugzilla.gnome.org/show_bug.cgi?id=665171 src/empathy-audio-sink.c | 5 ++++- src/empathy-audio-src.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) commit e0469fa0914a13961878ef435c1c275819e04e65 Author: Guillaume Desmottes Date: Wed Nov 30 14:41:30 2011 +0100 use the individual edit dialog when pressing F2 We already use it when using the menu so there is no reason to keep using the old one. libempathy-gtk/empathy-individual-view.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) commit 984c03d2e1cd94fc6699d7b627080ed2d73d5466 Author: Guillaume Desmottes Date: Wed Nov 30 12:21:03 2011 +0100 event-manager: use the conn aggregator instead of the contact mgr https://bugzilla.gnome.org/show_bug.cgi?id=660547 src/empathy-event-manager.c | 135 ++++++++++++++++++++++++++++++++----------- src/empathy.c | 3 + 2 files changed, 104 insertions(+), 34 deletions(-) commit 0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936 Author: Guillaume Desmottes Date: Tue Nov 29 16:55:51 2011 +0100 connection-aggregator: add API to track contacts https://bugzilla.gnome.org/show_bug.cgi?id=660547 libempathy/empathy-connection-aggregator.c | 71 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 3 + 2 files changed, 74 insertions(+), 0 deletions(-) commit bc690f37e7b0a49258b505653dd0cb94ffa48056 Author: Guillaume Desmottes Date: Wed Nov 30 12:55:29 2011 +0100 ui-utils: don't expect that cancellable is not NULL cancellable are always optional so this code should be NULL safe. libempathy-gtk/empathy-ui-utils.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit bbe74c7f743b9210a905c74864a9b5d33ad48a87 Author: Guillaume Desmottes Date: Tue Nov 29 16:54:01 2011 +0100 Revert "WIP" This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\ libempathy/empathy-connection-aggregator.c | 72 ---------------------------- libempathy/empathy-connection-aggregator.h | 3 - src/empathy-event-manager.c | 34 ++------------ src/empathy.c | 1 - 4 files changed, 4 insertions(+), 106 deletions(-) commit a709d4ca6f8249d18d885feaef4f8f2a50a14427 Author: Guillaume Desmottes Date: Tue Nov 29 16:50:14 2011 +0100 remove trailing space libempathy/empathy-connection-aggregator.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6 Author: Guillaume Desmottes Date: Tue Nov 29 16:48:11 2011 +0100 WIP libempathy/empathy-connection-aggregator.c | 72 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 3 + src/empathy-event-manager.c | 34 ++++++++++++-- src/empathy.c | 1 + 4 files changed, 106 insertions(+), 4 deletions(-) commit b5764db7cf39aeaaabc261ece49c57776540a0be Merge: 67869e5 82b0f40 Author: Guillaume Desmottes Date: Tue Nov 29 15:56:11 2011 +0100 Merge remote-tracking branch 'jonny/ft' Conflicts: libempathy/empathy-tp-file.c commit 67869e50ff885ea10280447edbe6ee22520e26cb Author: Guillaume Desmottes Date: Tue Nov 29 14:16:15 2011 +0100 remove old school get_all_groups https://bugzilla.gnome.org/show_bug.cgi?id=665121 libempathy/empathy-contact-list.c | 12 ----------- libempathy/empathy-contact-list.h | 2 - libempathy/empathy-contact-manager.c | 37 ---------------------------------- libempathy/empathy-tp-contact-list.c | 15 ------------- 4 files changed, 0 insertions(+), 66 deletions(-) commit 4532530cec308a87223f46cd3724c1868849937f Author: Guillaume Desmottes Date: Tue Nov 29 14:02:40 2011 +0100 groups-widget: use empathy_connection_aggregator_get_all_groups() We have to prepare the contact groups feature and ensure that the singleton is still alive. The 'empathy' process is the only one allowing user to change contact groups so we just have to do it there. https://bugzilla.gnome.org/show_bug.cgi?id=665121 libempathy-gtk/empathy-groups-widget.c | 16 ++++++++-------- src/empathy.c | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 8 deletions(-) commit 97f3aec6da2eed048d878611667381a773980e59 Author: Guillaume Desmottes Date: Tue Nov 29 14:01:12 2011 +0100 add empathy_connection_aggregator_get_all_groups() https://bugzilla.gnome.org/show_bug.cgi?id=665121 libempathy/empathy-connection-aggregator.c | 28 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 3 +++ 2 files changed, 31 insertions(+), 0 deletions(-) commit 057fc319fd536f33353bf307e8124dc8fbdd9040 Author: Guillaume Desmottes Date: Tue Nov 29 12:57:54 2011 +0100 add EmpathyConnectionAggregator It won't do much atm but will be used as a helper dealing with all connections. https://bugzilla.gnome.org/show_bug.cgi?id=665121 libempathy/Makefile.am | 2 + libempathy/empathy-connection-aggregator.c | 190 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 66 ++++++++++ 3 files changed, 258 insertions(+), 0 deletions(-) commit 09a20a54f5b7384ab93388cb8642dcd8959daf98 Author: Guillaume Desmottes Date: Tue Nov 22 15:42:11 2011 +0100 don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery report We should display an error message as well if not the user will assume the message has been sent and the spinner keeps spinning. https://bugzilla.gnome.org/show_bug.cgi?id=664564 libempathy/empathy-tp-chat.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9a353a3f7a9a0528161516c544c6375c53d5f3cc Author: Guillaume Desmottes Date: Thu Nov 10 14:15:59 2011 +0100 add missing empathy-contact-list.h include For some reason, gcc starts complaining about this as soon as I remove EmpathyContactListFlags from empathy-contact-list.h ?! If you have an explanation for this please let me know... https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy-gtk/empathy-individual-menu.c | 1 + src/empathy-invite-participant-dialog.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 1cbe27fc9f7be998703fba83f573906d7da15912 Author: Guillaume Desmottes Date: Tue Nov 8 16:55:15 2011 +0100 contact-list: remove flags https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy/empathy-contact-list.c | 12 ------------ libempathy/empathy-contact-list.h | 13 ------------- 2 files changed, 0 insertions(+), 25 deletions(-) commit b528f950eaf4283c54448d303c1acfbfd07d26a5 Author: Guillaume Desmottes Date: Tue Nov 8 16:45:47 2011 +0100 tp-contact-list: remove tp_contact_list_get_flags https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy/empathy-tp-contact-list.c | 119 ---------------------------------- 1 files changed, 0 insertions(+), 119 deletions(-) commit 79f856c788de8662f09cbfda08434a4081a1f593 Author: Guillaume Desmottes Date: Thu Nov 3 15:29:34 2011 +0100 remove empathy_contact_manager_get_flags_for_connection() https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy/empathy-contact-manager.c | 22 ---------------------- libempathy/empathy-contact-manager.h | 3 --- 2 files changed, 0 insertions(+), 25 deletions(-) commit fb2b5ea4bbbc4ac7a1a1353cb162ec2d4524eb17 Author: Guillaume Desmottes Date: Thu Nov 3 15:21:42 2011 +0100 contact-menu: stop using empathy_contact_manager_get_flags_for_connection() https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy-gtk/empathy-contact-menu.c | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) commit c92545819b005cd651f84108fda5cc99af275788 Author: Guillaume Desmottes Date: Mon Nov 28 12:09:23 2011 +0100 Depend on tp-glib 0.17.3 We need it for the high level alias API. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b7469325b7c1b9fa6dd8fb7611f2d16060c53439 Author: Brian Pepple Date: Sun Nov 27 15:53:20 2011 -0500 Use current fsf address (#664935) COPYING | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit faae0c5818cb5becc62cf6a9d941b0f98c06617a Author: Lucian Adrian Grijincu Date: Sat Nov 26 22:49:45 2011 +0200 Updated Romanian translation po/ro.po | 2817 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1779 insertions(+), 1038 deletions(-) commit 103c48ae3cd617ae7378e5efe09d71abb6c4a03a Author: Matej Urbančič Date: Fri Nov 25 21:22:10 2011 +0100 Updated Slovenian translation po/sl.po | 1097 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 548 insertions(+), 549 deletions(-) commit 4c83647e251eef901c651549f20428440a961d07 Author: Daniel Mustieles Date: Fri Nov 25 17:24:17 2011 +0100 Updated Spanish translation po/es.po | 1035 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 513 insertions(+), 522 deletions(-) commit 70025f47f3087f7b5295c4a32648bef9806f7a36 Author: Guillaume Desmottes Date: Fri Nov 25 12:38:26 2011 +0100 Properly update the 'simple' theme We have to call the callback manually to update the theme when it's changed. Also make sure that style-set signal is only connected once and we update the theme only if the 'simple' one is used. https://bugzilla.gnome.org/show_bug.cgi?id=664795 libempathy-gtk/empathy-theme-manager.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 3aa77dd47ea6de9f281cbb401816532f83ad5764 Author: Yangtse Su Date: Fri Nov 25 21:45:35 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 1595 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 868 insertions(+), 727 deletions(-) commit 2be6f5eedc02aec60e2afd747313728c2ccdacd7 Author: Piotr Drąg Date: Thu Nov 24 12:49:51 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2bf21e175845e29bc1291f67b568a5ba16ba1e25 Author: Guillaume Desmottes Date: Thu Nov 24 12:49:24 2011 +0100 remove unused variables libempathy-gtk/empathy-individual-store-manager.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 4f470e26bafd3d2717b20af5e8846c114a2785d7 Author: Guillaume Desmottes Date: Tue Nov 8 16:05:15 2011 +0100 Remove obsolete contact-list-{store,view} Hourrah \o/ https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/Makefile.am | 4 - libempathy-gtk/empathy-contact-list-store.c | 1779 ---------------------- libempathy-gtk/empathy-contact-list-store.h | 114 -- libempathy-gtk/empathy-contact-list-view.c | 2130 --------------------------- libempathy-gtk/empathy-contact-list-view.h | 87 -- libempathy-gtk/empathy-live-search.h | 2 - src/empathy-preferences.c | 1 - 7 files changed, 0 insertions(+), 4117 deletions(-) commit 1c51f65b87f5b523e6fdc76b91402936e9599cff Author: Guillaume Desmottes Date: Tue Nov 8 16:02:19 2011 +0100 remove EmpathyContactManager's test We want to get rid of it any way. https://bugzilla.gnome.org/show_bug.cgi?id=663387 tests/interactive/Makefile.am | 2 - tests/interactive/contact-manager.c | 43 ----------------------------------- 2 files changed, 0 insertions(+), 45 deletions(-) commit bcc23595d5522d4345148bdc1ae05ab016894be1 Author: Guillaume Desmottes Date: Mon Nov 7 10:55:39 2011 +0100 chat: use the individual view/store rather than the contact one The great unification ! EmpathyChat was the last user of the contact store/view, everything now use the individual ones. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-chat.c | 36 ++++++++++++++++++++++-------------- 1 files changed, 22 insertions(+), 14 deletions(-) commit 70ec5dfc46d6177c74139ad84e6a74f521e8b374 Author: Guillaume Desmottes Date: Tue Nov 22 10:04:40 2011 +0100 add initial_loading() as a virtual method This allows us to remove setup_idle_id as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-individual-store-channel.c | 11 ++++++++++ libempathy-gtk/empathy-individual-store-manager.c | 23 ++++++++++++++++++-- libempathy-gtk/empathy-individual-store.c | 13 ++++------- libempathy-gtk/empathy-individual-store.h | 4 +-- 4 files changed, 37 insertions(+), 14 deletions(-) commit f13e0c152b9de168c88f6ebde45c8e35e4df4934 Author: Guillaume Desmottes Date: Tue Nov 22 10:04:40 2011 +0100 add empathy_individual_store_refresh_individual() as a protected method This allows us to remove show_active as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-individual-store-manager.c | 7 +----- libempathy-gtk/empathy-individual-store.c | 22 +++++++++++++++++--- libempathy-gtk/empathy-individual-store.h | 4 ++- 3 files changed, 22 insertions(+), 11 deletions(-) commit 2a03f6ffb41e22d712ed790cdb9aed4a823c1e81 Author: Guillaume Desmottes Date: Tue Nov 8 15:00:30 2011 +0100 Add individual-store-channel This will allow us to use the individual view to display muc members. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-individual-store-channel.c | 330 +++++++++++++++++++++ libempathy-gtk/empathy-individual-store-channel.h | 65 ++++ 3 files changed, 397 insertions(+), 0 deletions(-) commit cbeb879c831699105fb6943e55caa8bcf72f8eaf Author: Guillaume Desmottes Date: Tue Nov 8 14:06:49 2011 +0100 add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-individual-menu.c | 140 +++++++++++++++++++++++++++++- libempathy-gtk/empathy-individual-menu.h | 10 ++- libempathy-gtk/empathy-individual-view.c | 3 +- libempathy/empathy-client-factory.c | 21 +++++ src/empathy-main-window.c | 2 +- 5 files changed, 171 insertions(+), 5 deletions(-) commit ef0d55ead126f53aa4544877d2df5ab712f00f28 Author: Guillaume Desmottes Date: Fri Nov 4 13:45:38 2011 +0100 factor out empathy_create_individual_from_tp_contact() https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-contact-chooser.c | 23 ++------------------ libempathy/empathy-utils.c | 32 ++++++++++++++++++++++++++++++ libempathy/empathy-utils.h | 3 ++ 3 files changed, 38 insertions(+), 20 deletions(-) commit edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3 Author: Guillaume Desmottes Date: Fri Nov 4 12:15:47 2011 +0100 Abstract the individual store We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-contact-chooser.c | 4 +- libempathy-gtk/empathy-individual-linker.c | 4 +- libempathy-gtk/empathy-individual-store-manager.c | 319 +++++++++++++++++++++ libempathy-gtk/empathy-individual-store-manager.h | 67 +++++ libempathy-gtk/empathy-individual-store.c | 171 +----------- libempathy-gtk/empathy-individual-store.h | 10 +- src/empathy-main-window.c | 5 +- 8 files changed, 403 insertions(+), 179 deletions(-) commit 0c7f25a8206c918d4a84405b7d1ab8e994c65d0f Author: Guillaume Desmottes Date: Fri Nov 4 11:35:46 2011 +0100 individual-store: expose some attributes and methods as 'protected' This will be needed when abstracting EmpathyIndividualStore. https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-individual-store.c | 58 ++++++++++++++--------------- libempathy-gtk/empathy-individual-store.h | 16 ++++++++ 2 files changed, 44 insertions(+), 30 deletions(-) commit 9389308505f9c90ba5a1ce0974ef7d870af7c7e6 Author: Guillaume Desmottes Date: Wed Nov 2 14:48:23 2011 +0100 Allow user to try another password if auth failed https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy/empathy-auth-factory.c | 60 +++++++++++++++++++++++++++++++++++++ libempathy/empathy-auth-factory.h | 4 ++ src/empathy-auth-client.c | 36 ++++++++++++++++++++++ 3 files changed, 100 insertions(+), 0 deletions(-) commit 7f75f25ac7e93e198e23421298b619e6b92992da Author: Guillaume Desmottes Date: Wed Nov 2 14:41:56 2011 +0100 add empathy-bad-password-dialog https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-bad-password-dialog.c | 192 ++++++++++++++++++++++++++ libempathy-gtk/empathy-bad-password-dialog.h | 68 +++++++++ po/POTFILES.in | 1 + 4 files changed, 263 insertions(+), 0 deletions(-) commit e981a1084ec54ecff03ab234a666ce3742f163ae Author: Guillaume Desmottes Date: Fri Oct 28 15:00:40 2011 +0200 auth-factory: relay the auth-password-failed signal https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy/empathy-auth-factory.c | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit e2df01bf85d384986dce8102c3b6bd704ea6d318 Author: Guillaume Desmottes Date: Fri Oct 28 14:56:58 2011 +0200 server-sasl-handler: add auth-password-failed signal https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy/empathy-server-sasl-handler.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 80ff6670675cdfa087c92901d8d96c16f40c5613 Author: Guillaume Desmottes Date: Fri Oct 28 16:34:40 2011 +0200 Abstract EmpathyPasswordDialog to EmpathyBasePasswordDialog I'm going to implement a slidely different version of this dialog so best to re-use as much code as possible. https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-base-password-dialog.c | 302 +++++++++++++++++++++++++ libempathy-gtk/empathy-base-password-dialog.h | 71 ++++++ libempathy-gtk/empathy-password-dialog.c | 206 +---------------- libempathy-gtk/empathy-password-dialog.h | 6 +- po/POTFILES.in | 1 + 6 files changed, 392 insertions(+), 196 deletions(-) commit adca8bd9665b6455879f2478e51c4bfd53af4d52 Author: Guillaume Desmottes Date: Fri Oct 28 15:27:55 2011 +0200 password-dialog: use self->priv pattern https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy-gtk/empathy-password-dialog.c | 133 +++++++++++++++--------------- libempathy-gtk/empathy-password-dialog.h | 3 +- 2 files changed, 68 insertions(+), 68 deletions(-) commit f25f43bb57d892d433d5a61e40d100440fd0f222 Author: Guillaume Desmottes Date: Mon Nov 21 13:50:14 2011 +0100 restart the camera only if it's already running Always restarting it will enable the camera in an audio only call. https://bugzilla.gnome.org/show_bug.cgi?id=664459 src/empathy-call-window.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit d15f750dcfb31415cb6d8d39122593863e7fcd37 Author: Guillaume Desmottes Date: Mon Nov 21 11:43:51 2011 +0100 factor out empathy_call_window_change_webcam() https://bugzilla.gnome.org/show_bug.cgi?id=664459 src/empathy-call-window.c | 13 +++++++++++++ src/empathy-call-window.h | 3 +++ src/empathy-camera-menu.c | 4 +--- 3 files changed, 17 insertions(+), 3 deletions(-) commit 24882e924af2c0d8576970440d92ac5b4eb25bc8 Author: Arun Raghavan Date: Mon Nov 21 23:27:08 2011 +0530 audio-src,audio-sink: Use lower latency values on pulsesrc/pulsesink This sets the pulsesink and pulsesrc buffer/latency parameters to be lower and more voip-friendly. If the system cannot provide or keep up with these values, PulseAudio will automatically try to adapt and provide larger values that are achievable. https://bugzilla.gnome.org/show_bug.cgi?id=663124 src/empathy-audio-sink.c | 4 ++++ src/empathy-audio-src.c | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 0323eff320bc2152ac45b2675fc7e80b2a354f85 Author: Guillaume Desmottes Date: Mon Nov 21 16:56:01 2011 +0100 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)