commit 87ccb908bf268d2807fd7680c09725d614264d2c Author: Guillaume Desmottes Date: Tue Aug 16 14:51:05 2011 +0200 prepare 3.1.5 NEWS | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 +- 2 files changed, 62 insertions(+), 2 deletions(-) commit c4cfe9bec8232e6265c507135fcf94947c485083 Author: Guillaume Desmottes Date: Tue Aug 16 14:50:06 2011 +0200 coding style fix src/empathy-preferences.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c613ffe9a51cd7cf7abe6c412cda534db5fc42a3 Author: Emilio Pozuelo Monfort Date: Mon Aug 8 12:11:19 2011 +0100 CallWindow: add some padding to the dialpad src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e239157c776847fc577662752a5b49cd559b4a38 Author: Emilio Pozuelo Monfort Date: Tue Aug 16 12:56:12 2011 +0100 Use AC_ARG_ENABLE with --enable-* configure.ac | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 31ff17d78a1ab727dad9ed67e4ed6948ff118966 Author: Emilio Pozuelo Monfort Date: Tue Aug 16 12:34:19 2011 +0100 CallWindow: fix typo https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit c469fd154c871be294b4dd1f0ddffacf112ef454 Author: Emilio Pozuelo Monfort Date: Tue Aug 16 00:09:13 2011 +0100 Don't show empathy-call preferences when not building empathy-call https://bugzilla.gnome.org/show_bug.cgi?id=656582 src/empathy-preferences.c | 9 +++++++++ src/empathy-preferences.ui | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 897bfbce7f3333362e2dd16bb5e4986aa8fa64cd Merge: b5f6788 6ac9f42 Author: Will Thompson Date: Tue Aug 16 12:21:58 2011 +0100 Merge branch 'blockade' https://bugzilla.gnome.org/show_bug.cgi?id=656167 commit b5f6788106bbd8c3e06fef09edb533812114afa7 Author: Emilio Pozuelo Monfort Date: Tue Aug 16 01:02:18 2011 +0100 Get the preview position from preview_pos Getting it from the coordinates might fail if the system is too slow and gives us bad coordinates. https://bugzilla.gnome.org/show_bug.cgi?id=656572 src/empathy-call-window.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f513e634f70f65fb5d3cc947ef139a89ac98f4b4 Author: Emilio Pozuelo Monfort Date: Tue Aug 16 00:44:46 2011 +0100 Add some space between the status and the end of the toolbar https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.ui | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit d7c83fa38cb8ce5f60e8fc7a8781ddc1f21a5acc Author: Emilio Pozuelo Monfort Date: Tue Aug 16 00:41:56 2011 +0100 Display the preview video button in the preview corner https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 3a9a3210bbf8e927ef64510d066c035aa60a8a50 Author: Philip Withnall Date: Sun Jul 24 17:05:15 2011 +0100 Bug 655212 — Update for libfolks API changes to AvatarDetails Folks' AvatarDetails.avatar is now a GLoadableIcon rather than a GFile. Closes: bgo#655212 https://bugzilla.gnome.org/show_bug.cgi?id=655212 configure.ac | 2 +- libempathy-gtk/empathy-ui-utils.c | 140 ++++++++++++++++++++++++++---------- 2 files changed, 102 insertions(+), 40 deletions(-) commit 4c885dc6363f2eea8a23611a994ce8a88d4675be Author: Guillaume Desmottes Date: Mon Aug 15 15:19:10 2011 +0200 audio-sink: check if sink implements the GstStreamVolume interface src/empathy-audio-sink.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit f30d87c84aa426407521c619702277de754e4bb5 Author: Guillaume Desmottes Date: Mon Aug 15 15:13:27 2011 +0200 manually build the GstStructure libempathy-gtk/empathy-call-utils.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) commit 0294f04c51a60c155e20a4e5210a8ddd69358ba9 Author: Guillaume Desmottes Date: Mon Aug 15 14:59:41 2011 +0200 Get the env variable in create_{src,sink} directly src/empathy-audio-sink.c | 7 +++++-- src/empathy-audio-src.c | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) commit 5cf00f4b947ee9ff59abb4e0054bb54449cde916 Author: Guillaume Desmottes Date: Mon Aug 15 12:27:22 2011 +0200 Enable echo cancellation if needed libempathy-gtk/empathy-call-utils.c | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) commit 4121205c56393f8d51d59237adb001c108628365 Author: Guillaume Desmottes Date: Mon Aug 15 12:15:25 2011 +0200 Add Echo cancellation preference data/org.gnome.Empathy.gschema.xml.in | 5 +++++ libempathy/empathy-gsettings.h | 1 + src/empathy-preferences.c | 8 ++++++++ src/empathy-preferences.ui | 13 +++++++++++++ 4 files changed, 27 insertions(+), 0 deletions(-) commit be5274444c54eb5c529e592d130e362fd1728b4d Author: Guillaume Desmottes Date: Mon Aug 15 11:23:35 2011 +0200 Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are set Also factor out empathy_call_set_stream_properties(). libempathy-gtk/empathy-call-utils.c | 11 ++++++++ libempathy-gtk/empathy-call-utils.h | 4 +++ src/empathy-audio-sink.c | 47 +++++++++++++++++++++++----------- src/empathy-audio-src.c | 47 ++++++++++++++++++++++++---------- 4 files changed, 80 insertions(+), 29 deletions(-) commit 7e9166e6711d15a28bb679a1aeed3223134f2388 Author: Guillaume Desmottes Date: Mon Aug 15 11:04:24 2011 +0200 Set stream-properties on GStreamer elements to set the media role src/empathy-audio-sink.c | 10 ++++++++++ src/empathy-audio-src.c | 9 +++++++++ src/empathy-av.c | 1 - src/empathy-call.c | 1 - 4 files changed, 19 insertions(+), 2 deletions(-) commit 8f7a0a9cce1f8e08d4a50cc181d8a11ce3b48ec1 Author: Guillaume Desmottes Date: Mon Aug 15 09:44:28 2011 +0200 Use pulesink as audio sink As we did for puslesrc, this can still be overriden with an env variable for debuging purposes. Relying on pulse allows us to remove all the software volume control logic. src/empathy-audio-sink.c | 245 ++++++++-------------------------------------- 1 files changed, 40 insertions(+), 205 deletions(-) commit 80c90eb2c847fe095eca1f741a4cfa772ec388a8 Merge: d6be6c7 aeb15b7 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 13:32:40 2011 +0100 Merge branch 'move-video-preview-656268' commit d6be6c7eb33dbd96e4c8f72369b9a9816fc23492 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 12:07:47 2011 +0100 CameraMenu: don't crash if there are no cameras src/empathy-camera-menu.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 9a592ec3ab386ef2f959fb9737ab85c760c03324 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 11:33:25 2011 +0100 CameraMenu: use empathy_camera_monitor_new() We want to get a new object so that we get ::added upon construction for all the cameras. With _dup_singleton() we may get an existing object, which would have already fired the initial set of ::added signals. src/empathy-camera-menu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 624bbe7ac793e34aa9b0db0122b973eadd218770 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 11:29:59 2011 +0100 CameraMonitor: add empathy_camera_monitor_new() Which doesn't return a singleton but a new object. libempathy/empathy-camera-monitor.c | 48 ++++++++++++++++------------------- libempathy/empathy-camera-monitor.h | 1 + 2 files changed, 23 insertions(+), 26 deletions(-) commit b01f42247694b992c91fefab5c70acdfa3770051 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 11:15:40 2011 +0100 CameraMenu: select the first camera if the last one isn't available src/empathy-camera-menu.c | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) commit 64b8693b800d880aee7f16e5b353f239a24e02fa Author: Emilio Pozuelo Monfort Date: Mon Aug 15 11:06:51 2011 +0100 CameraMonitor: dynamically-allocate the queue libempathy/empathy-camera-monitor.c | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) commit 0e00979f11c465a755b9dd29b2247a8f3ec1c51d Author: Emilio Pozuelo Monfort Date: Tue Aug 2 12:34:55 2011 +0100 CallWindow: add a 'Swap camera' item to the preview menu src/empathy-call-window.c | 69 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-window.ui | 8 +++++ 2 files changed, 77 insertions(+), 0 deletions(-) commit 25504e2ad3be8e09f12fe9d712be67af11d0c605 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 10:01:46 2011 +0100 CameraMenu: restore the last selected camera on creation src/empathy-camera-menu.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 919c1868d7fff7d74ca3fc17f24a6cbaa3e097de Author: Emilio Pozuelo Monfort Date: Tue Aug 2 09:53:23 2011 +0100 CameraMenu: track changes to the camera key And store changes from the menu itself in GSettings. src/empathy-camera-menu.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) commit 1c67fe35b022071ff9c5af15a54e8cd495ea3280 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 09:52:36 2011 +0100 Add a GSettings key for the default camera data/org.gnome.Empathy.gschema.xml.in | 5 +++++ libempathy/empathy-gsettings.h | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) commit c9883b1b7038306e88877a4998226412c23ed55c Author: Emilio Pozuelo Monfort Date: Mon Aug 1 17:29:22 2011 +0100 CallWindow: add a menu to change the camera https://bugzilla.gnome.org/show_bug.cgi?id=599167 src/Makefile.am | 2 + src/empathy-call-window.c | 18 ++- src/empathy-call-window.h | 2 + src/empathy-call-window.ui | 14 ++ src/empathy-camera-menu.c | 331 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-camera-menu.h | 56 ++++++++ 6 files changed, 417 insertions(+), 6 deletions(-) commit aed7faf9c81e1ca54398d16988b890322bf09889 Author: Emilio Pozuelo Monfort Date: Mon Aug 1 17:27:47 2011 +0100 VideoSrc: add API to get the input device src/empathy-video-src.c | 11 +++++++++++ src/empathy-video-src.h | 1 + 2 files changed, 12 insertions(+), 0 deletions(-) commit 2f459725f01467f9352335024b4b51e02fe73a59 Author: Emilio Pozuelo Monfort Date: Mon Aug 1 13:14:09 2011 +0100 VideoSrc: add API to change the input device src/empathy-video-src.c | 13 +++++++++++++ src/empathy-video-src.h | 3 +++ 2 files changed, 16 insertions(+), 0 deletions(-) commit 37b150da114880f2af274733ba32580d0a90902f Author: Emilio Pozuelo Monfort Date: Mon Aug 1 12:46:03 2011 +0100 VideoSrc: use v4l2src instead of gconfvideosrc src/empathy-video-src.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9ee3b4ee8188f9ab48823c404f7d138acc517b02 Author: Emilio Pozuelo Monfort Date: Mon Aug 1 12:05:46 2011 +0100 CameraMonitor: add ::added and ::removed signals libempathy/empathy-camera-monitor.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit 2ea5aa82155ce47ca9a91f5fa1a97b0610a487a3 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 11:11:19 2011 +0100 CameraMonitor: make EmpathyCamera a boxed type libempathy/empathy-camera-monitor.c | 9 +++++++++ libempathy/empathy-camera-monitor.h | 3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) commit ab58c837e285f16b639444865c47c0bc286ed4e7 Author: Emilio Pozuelo Monfort Date: Mon Aug 1 11:58:03 2011 +0100 CameraMonitor: add API to get all cameras libempathy/empathy-camera-monitor.c | 71 +++++++++++++++++++++++++++++++++++ libempathy/empathy-camera-monitor.h | 9 ++++ 2 files changed, 80 insertions(+), 0 deletions(-) commit aeb15b72319f26a86ab30236013a11e6a611e05c Author: Emilio Pozuelo Monfort Date: Mon Aug 15 12:58:48 2011 +0100 Don't define the same thing twice src/empathy-call-window.c | 42 ++++++++++++++++++++---------------------- 1 files changed, 20 insertions(+), 22 deletions(-) commit f682f5076d65a3cc582493d340f409153503f9fe Author: Emilio Pozuelo Monfort Date: Mon Aug 15 12:56:45 2011 +0100 CallWindow: add extra bottom margin for the floating toolbar Otherwise the rectangles will be on top of the toolbar. src/empathy-call-window.c | 46 +++++++++++++++++++++++++++++++------------- 1 files changed, 32 insertions(+), 14 deletions(-) commit 253837eb32f9fb2ab2b6cd8e60fb8880d04ba016 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 16:51:45 2011 +0100 CallWindow: create the rectangles after the avatar As we want them to be on top of the avatar when they're shown. src/empathy-call-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5e685d03af4b3f278236c27420a12302ea76e736 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 16:34:28 2011 +0100 empathy-call: add COGL and Clutter option groups src/empathy-call.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f0eb3e344d09a63de219f71df85cbc2c8135cbd8 Author: Emilio Pozuelo Monfort Date: Wed Aug 10 11:10:14 2011 +0100 Use self->priv->preview_pos to determine the preview position https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 4966277ef79ce962260764ed32408b5c1c73ddb9 Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:37:46 2011 +0100 Darken the rectangles when starting a drag operation So that if we have just dragged it, the rectangle where it was before isn't highlighted. https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 724eac592d90da4e169adb7b675845650d9d770b Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:32:09 2011 +0100 Don't darken the preview when dragging it https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 33 +++++++++++++++++++++++++-------- 1 files changed, 25 insertions(+), 8 deletions(-) commit ca2cb730d68620a638ef41d09cd25984e6cb4008 Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:27:10 2011 +0100 Highlight the preview when hovered https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) commit c0a10ef3094f82a9d0532e942b0b27d7f34f0201 Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:16:40 2011 +0100 Factor out empathy_call_window_darken_preview_rectangle https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 37 +++++++++++++++++-------------------- 1 files changed, 17 insertions(+), 20 deletions(-) commit 30d64de5341a8701ddfd3be24071846de82e121f Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:14:25 2011 +0100 Factor out empathy_call_window_get_preview_rectangle https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 46 +++++++++++++++++++++++++++----------------- 1 files changed, 28 insertions(+), 18 deletions(-) commit 2848d12da55d0c4c9016d8f355ed9d1343e0f2e7 Author: Emilio Pozuelo Monfort Date: Wed Aug 10 10:13:13 2011 +0100 Move empathy_call_window_get_preview_position around https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 84 ++++++++++++++++++++++---------------------- 1 files changed, 42 insertions(+), 42 deletions(-) commit 47f4a650200c9692f4b5e480b60f28ab309aecb4 Author: Emilio Pozuelo Monfort Date: Tue Aug 9 16:16:13 2011 +0100 CallWindow: highlight drop zones when hovered https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 85 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) commit c3b3b11b227dd8add44c83c264b79b8c9168f94d Author: Emilio Pozuelo Monfort Date: Tue Aug 9 15:34:44 2011 +0100 Factor out empathy_call_window_get_preview_position() https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) commit 9fba3fff14e9628c46f667ca1022e0af46693cb2 Author: Emilio Pozuelo Monfort Date: Tue Aug 9 14:01:40 2011 +0100 CallWindow: show drop zones when dragging the preview https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 85 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) commit 6526ece345726300c7ab0c2b3c46c4bd2795a6ed Author: Emilio Pozuelo Monfort Date: Mon Aug 8 17:54:50 2011 +0100 CallWindow: allow to move the video preview https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 103 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 103 insertions(+), 0 deletions(-) commit e5658d67a38612c727091d7e91f9477333047870 Author: Emilio Pozuelo Monfort Date: Mon Aug 8 16:15:05 2011 +0100 CallWindow: add top and right margin to the preview container So that when it's placed on another corner, it still has some margin. https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit c5426c1a22ed0f16bd742bda88fb8a6740f2c9ee Author: Emilio Pozuelo Monfort Date: Tue Aug 9 10:54:16 2011 +0100 empathy-call: call gdk_disable_multidevice() Clutter needs this, and gtk_clutter_init() calls it, but g_option_context_parse() initializes GTK+ when parsing GTK+ options so it's too late for us then. https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 6881301b5474f90a297b07aa63156d71171f2621 Merge: 8153737 0bfcc41 Author: Emilio Pozuelo Monfort Date: Mon Aug 15 11:55:44 2011 +0100 Merge branch 'clutter-toolbar' commit 81537370686d895951625498a7c2b21d854bc384 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 17:45:50 2011 +0100 CallWindow: get the mic volume upon init Otherwise it'll be zero and when we unmute the mic, we'll set the volume to zero as we won't know the old value. https://bugzilla.gnome.org/show_bug.cgi?id=656415 src/empathy-call-window.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 7660dd99c14c92e097eceade559297b8d569e34d Author: Emilio Pozuelo Monfort Date: Fri Aug 12 14:45:50 2011 +0100 CallWindow: fix toggling the microphone on and off We are changing the GSettings key, and also listening to changes on it and reacting to them, but we don't want to react to our own changes! https://bugzilla.gnome.org/show_bug.cgi?id=656415 src/empathy-call-window.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 8263f671cd8a38e6e0259e50610bca20cab2e19f Author: Ngô Chin Date: Sat Aug 13 09:56:17 2011 +0700 Updated Vietnamese translation po/vi.po | 602 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 248 insertions(+), 354 deletions(-) commit 8280cb539675088f1aff1950c173c6efe41af6cd Author: Nguyễn Thái Ngọc Duy Date: Thu Aug 4 09:21:15 2011 +0700 po/vi.po: import from Damned Lies po/vi.po | 2126 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1366 insertions(+), 760 deletions(-) commit c406ac51c0290f4c35a2037d9f06c14ab485937a Author: Arash Mousavi Date: Sat Aug 13 02:45:21 2011 +0430 Updated Persian translation po/fa.po | 2063 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1310 insertions(+), 753 deletions(-) commit 0bfcc411b56b617a1b80589a7f686e506496b259 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 14:32:53 2011 +0100 Update the constraint when the stage allocation changes Instead of when the box does, to avoid a warning. src/empathy-call-window.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 46e0d580594711e418517c2fb355247129b256f2 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 14:19:01 2011 +0100 CallWindow: raise the toolbar when showing the preview So that one can click the toolbar buttons. src/empathy-call-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6662829273d54e291e90490fdaca8df4e2f6eab7 Author: Emilio Pozuelo Monfort Date: Fri Aug 12 13:57:55 2011 +0100 CallWindow: make the preview margin a define src/empathy-call-window.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 1ad217678f139258b4e1e17768afa7738fcd1fdf Author: Emilio Pozuelo Monfort Date: Mon Aug 8 12:27:44 2011 +0100 Move the video preview up So it's not on top of the floating toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 64cc0a8dee6e2cc1543522d42121e3c51bb92979 Author: Emilio Pozuelo Monfort Date: Mon Aug 8 10:08:00 2011 +0100 Make the floating toolbar have rounded corners https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 973617fcf740560ccd6c61bf3d63657d0875191c Author: Emilio Pozuelo Monfort Date: Mon Aug 8 10:03:40 2011 +0100 Add a GtkClutterActor subclass that clips the corners https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/Makefile.am | 4 ++- src/empathy-rounded-actor.c | 68 +++++++++++++++++++++++++++++++++++++++++++ src/empathy-rounded-actor.h | 63 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 134 insertions(+), 1 deletions(-) commit bb86b135b0a6df4657105d8e78d64b363d4ac292 Author: Emilio Pozuelo Monfort Date: Thu Jul 28 11:42:47 2011 +0100 CallWindow: show the toolbar when on fullscreen And also hide it after 3s of inactivity. https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit b5ff8b1df70a7c9eee4364b7aa2aacd6a3b9ec6a Author: Emilio Pozuelo Monfort Date: Thu Jul 28 11:29:13 2011 +0100 CallWindow: hide the toolbar after 3s of inactivity https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 66 insertions(+), 0 deletions(-) commit f18a045b7da82147d7b7c5c3c2dc0418b7241160 Author: Emilio Pozuelo Monfort Date: Fri Aug 5 10:17:09 2011 +0100 CallWindow: make the toolbar float inside the window https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 55 ++++++++++++++++++++++++++++++++++++++++--- src/empathy-call-window.ui | 19 +++++++++----- 2 files changed, 63 insertions(+), 11 deletions(-) commit 1560313cdfafa660b7400f44217a8741785e3103 Author: Sjoerd Simons Date: Fri Aug 12 12:21:45 2011 +0200 Properly check if the backlog flag is set The backlog flag should be TRUE or FALSE, so the check for the flag should result in either of those two values, not some other non-false value libempathy/empathy-message.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 18dca3647b1b179bfc83269934f08a91f5e422df Author: Kjartan Maraas Date: Wed Aug 10 15:16:20 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 792 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 422 insertions(+), 370 deletions(-) commit 257b17688d9a2ca20d24800d34e9d2cda7bab740 Author: Emilio Pozuelo Monfort Date: Mon Aug 8 11:34:26 2011 +0100 LogWindow: don't crash if there are logs from the future https://bugzilla.gnome.org/show_bug.cgi?id=656065 libempathy-gtk/empathy-log-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e9ba3819abea368201c6f8bd90ccfb134fc6e445 Author: Emilio Pozuelo Monfort Date: Mon Aug 8 11:58:06 2011 +0100 CallWindow: don't set the title for multiple participants We don't support that yet, the string is wrong, and priv->contact can't be NULL anyway. https://bugzilla.gnome.org/show_bug.cgi?id=655478 src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dab1360f7fbbec5237a038022671532012cdae92 Author: Andrej Žnidaršič Date: Tue Aug 9 20:16:37 2011 +0200 Updated Slovenian translation help/sl/sl.po | 53 ----------------------------------------------------- 1 files changed, 0 insertions(+), 53 deletions(-) commit 6ac9f42fa93a79064c4b69828cc8354114f1b2f0 Author: Will Thompson Date: Mon Aug 8 23:46:55 2011 +0200 tests: simplify running blocking dialog This is reminiscent of 8f42bd4. .../test-empathy-contact-blocking-dialog.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 0f7e44ae1ea5a497083dc0982626b7f2cea7d36a Author: Will Thompson Date: Mon Aug 8 23:43:42 2011 +0200 Blocking: don't critical if ContactBlockingCapabilities is missing Haze has a deny list, and ostensibly implements ContactBlocking, but doesn't really implement that property. Naughty Haze hackers. They should be blocked. libempathy/empathy-tp-contact-list.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit 5bc1c756d01ac49513534b302238da7558f0d607 Author: Will Thompson Date: Mon Aug 8 18:06:19 2011 +0200 Blocking dialog: use a sensible default size This is the same area as is used for the custom status dialog's scrolled window. The content area turns out very slightly smaller, because the area includes the tree view's header. libempathy-gtk/empathy-contact-blocking-dialog.ui | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 75e1fbc9e330e16c48a835e4f73d468b00c7b5b5 Author: Will Thompson Date: Mon Aug 8 18:04:47 2011 +0200 Blocking dialog: Gnome 3-ify Remove button libempathy-gtk/empathy-contact-blocking-dialog.c | 12 +++++++++++- libempathy-gtk/empathy-contact-blocking-dialog.ui | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 11 deletions(-) commit 5846186ace8c9e513aef0eb5ec9f13a61cdb4424 Author: Daniel Nylander Date: Mon Aug 8 08:22:55 2011 +0200 Updated Swedish translation po/sv.po | 263 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 139 insertions(+), 124 deletions(-) commit 956d62f58fe91fae0d23073a94817ba49cb67849 Author: Daniel Mustieles Date: Sun Aug 7 18:33:45 2011 +0200 Updated Spanish translation po/es.po | 233 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 122 insertions(+), 111 deletions(-) commit b66006f0aec620e60118442d9a6ba831f8498bf0 Author: Fran Dieguez Date: Sat Aug 6 21:59:56 2011 +0200 Updated Galician translations po/gl.po | 1027 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 555 insertions(+), 472 deletions(-) commit d288c06f151f808ddad326ba5d85d74e8de76ec0 Author: Yaron Shahrabani Date: Sat Aug 6 15:51:39 2011 +0300 Updated Hebrew translation. po/he.po | 801 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 424 insertions(+), 377 deletions(-) commit 8e839c45aea812bef072cc3365c58f366adc104e Author: Guillaume Desmottes Date: Fri Aug 5 12:08:20 2011 +0200 EmpathyContactChooser: remove EmpathyTpChat property It's not used any more and a generic widget shouldn't need it. https://bugzilla.gnome.org/show_bug.cgi?id=656020 libempathy-gtk/empathy-contact-chooser.c | 61 +----------------------------- libempathy-gtk/empathy-contact-chooser.h | 2 +- src/empathy-invite-participant-dialog.c | 2 +- 3 files changed, 3 insertions(+), 62 deletions(-) commit 508d001793fdcb91dc6305c547a9b2f205acdad1 Author: Guillaume Desmottes Date: Fri Aug 5 12:00:31 2011 +0200 Implement TpContact selection in EmpathyInviteParticipantDialog https://bugzilla.gnome.org/show_bug.cgi?id=656020 libempathy-gtk/empathy-contact-chooser.c | 57 ++---------------------------- libempathy-gtk/empathy-contact-chooser.h | 2 +- src/empathy-invite-participant-dialog.c | 12 ++++++- 3 files changed, 15 insertions(+), 56 deletions(-) commit 3aa8239213c026f5b09d50669f7a4a65c9906659 Author: Guillaume Desmottes Date: Fri Aug 5 11:57:25 2011 +0200 Implement filtering logic in EmpathyInviteParticipantDialog https://bugzilla.gnome.org/show_bug.cgi?id=656020 libempathy-gtk/empathy-contact-chooser.c | 67 ++++++++------------- libempathy-gtk/empathy-contact-chooser.h | 11 ++++ src/empathy-invite-participant-dialog.c | 96 ++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+), 43 deletions(-) commit 820b5479bd14c6b408a3818f9bc287ad0a3e2fb8 Author: Guillaume Desmottes Date: Fri Aug 5 11:32:23 2011 +0200 Add EmpathyContactChooser This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet. https://bugzilla.gnome.org/show_bug.cgi?id=656020 libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-contact-chooser.c | 493 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-contact-chooser.h | 55 ++++ src/empathy-invite-participant-dialog.c | 410 +++---------------------- 4 files changed, 594 insertions(+), 366 deletions(-) commit d337ef853cc47ff78fbfa0ac54cf3d795832a2b7 Author: Guillaume Desmottes Date: Thu Aug 4 15:38:45 2011 +0200 Allow to enter an email address as Yahoo ID https://bugzilla.gnome.org/show_bug.cgi?id=655959 libempathy-gtk/empathy-account-widget.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit f9716e53331ccbd0725a14089ad30e9d6c84a463 Author: Emilio Pozuelo Monfort Date: Thu Aug 4 09:53:25 2011 +0100 Make the #defines an static array src/Makefile.am | 2 ++ src/empathy-call-window.c | 8 ++++++-- src/empathy-preferences.c | 40 ++++++++++++++++++++++++++-------------- src/empathy-preferences.h | 12 ++++-------- 4 files changed, 38 insertions(+), 24 deletions(-) commit 2e7a0efc837d4b38290dffbd04a1c9d70df64db2 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 16:49:10 2011 +0100 Use the new enum everywhere And use strings for the --show-preferences argument. src/empathy-call-window.c | 4 +++- src/empathy-main-window.c | 6 +++--- src/empathy-main-window.h | 2 +- src/empathy-preferences.c | 31 +++++++++++++++++++++++++++---- src/empathy-preferences.h | 12 +++++++++--- src/empathy.c | 10 +++++----- 6 files changed, 48 insertions(+), 17 deletions(-) commit d801233c1f25596c429d75d03ec6282d1b3828e2 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 16:24:38 2011 +0100 Preferences: add an enum for all the tabs src/empathy-preferences.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 263c241c69eb0842447899d3097f1c0500b066b0 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 15:48:47 2011 +0100 CallWindow: go to the Calls tab when opening the preferences https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0ea5743214b87e35e92b867485d9c5a0f8b5e272 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 15:48:18 2011 +0100 Allow to specify the tab to open in the preferences https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-main-window.c | 9 +++++++-- src/empathy-main-window.h | 3 ++- src/empathy.c | 34 +++++++++++++++++++++++++++++----- 3 files changed, 38 insertions(+), 8 deletions(-) commit 07f472213136ac29908a323a9d7612894c7ee5b4 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 13:11:03 2011 +0100 Preferences: add empathy_preferences_show_tab() https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-preferences.c | 9 +++++++++ src/empathy-preferences.h | 3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) commit fd22fd115db8b22a4885402a9cd7c8b846de01ec Author: Emilio Pozuelo Monfort Date: Wed Aug 3 12:47:31 2011 +0100 CallWindow: show Empathy.Call when opening the debug window https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 448ee1db1054f99169b09d357a8da4e5f992af26 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 12:45:39 2011 +0100 empathy-debugger: add a command line option to show a service https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-debugger.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 49 insertions(+), 1 deletions(-) commit e58bcfb19122660374ec83f9e06cbc92f97908f4 Author: Emilio Pozuelo Monfort Date: Wed Aug 3 12:15:28 2011 +0100 DebugWindow: add function to change the service to show https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-debug-window.c | 60 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-debug-window.h | 3 ++ 2 files changed, 63 insertions(+), 0 deletions(-) commit 55c0b12101a314d838aa0ba5c6a6d741063c540f Author: Emilio Pozuelo Monfort Date: Wed Aug 3 11:27:00 2011 +0100 Factor out empathy_launch_program() https://bugzilla.gnome.org/show_bug.cgi?id=655884 libempathy-gtk/empathy-ui-utils.c | 52 +++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 4 ++ src/empathy-accounts-dialog.c | 54 ++++-------------------- src/empathy-call-window.c | 83 +------------------------------------ src/empathy-main-window.c | 37 +---------------- 5 files changed, 67 insertions(+), 163 deletions(-) commit f27e9f59c9b21d4097a805abe24a769446c2351f Author: Emilio Pozuelo Monfort Date: Wed Aug 3 09:12:15 2011 +0100 CallWindow: add a Settings menu item https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 49 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-window.ui | 8 +++++++ 2 files changed, 57 insertions(+), 0 deletions(-) commit 1cffe8f59e31c60f69369f7a636757c3d7fabeca Author: Emilio Pozuelo Monfort Date: Wed Aug 3 08:47:08 2011 +0100 Add a command line option to Empathy to show the preferences https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy.c | 42 +++++++++++++++++++++++++++++++++++++++--- 1 files changed, 39 insertions(+), 3 deletions(-) commit 4f8ce5f258a290f00fc0ebbf13f5e3db3b0b45bd Author: Emilio Pozuelo Monfort Date: Tue Aug 2 16:40:51 2011 +0100 MainWindow: add API to show the preferences window https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-main-window.c | 12 +++++++++--- src/empathy-main-window.h | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) commit 726b480efacd222976fe99200598b294ff8686b8 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 13:26:11 2011 +0100 CallWindow: add a 'Call log' menu https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 46 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-window.ui | 7 ++++++ 2 files changed, 53 insertions(+), 0 deletions(-) commit d89a90c582166d20b9a5c165d5784e434fc1de7f Author: Emilio Pozuelo Monfort Date: Tue Aug 2 13:15:57 2011 +0100 CallWindow: add a Help->About menu https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/Makefile.am | 2 ++ src/empathy-call-window.c | 9 +++++++++ src/empathy-call-window.ui | 7 +++++++ 3 files changed, 18 insertions(+), 0 deletions(-) commit 1132cbda320d086176a0228f3addf5f7288ef080 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 13:00:09 2011 +0100 CallWindow: add a Help->Contents menu https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 8 ++++++++ src/empathy-call-window.ui | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) commit 09626bb08d6bcbb5c4ff14ea696282754ab7e93c Author: Emilio Pozuelo Monfort Date: Tue Aug 2 12:45:14 2011 +0100 CallWindow: remove the hangup menu item https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 1 - src/empathy-call-window.ui | 8 -------- 2 files changed, 0 insertions(+), 9 deletions(-) commit 0404fd4231774bd98607afb1f8cf11f8e20b8a60 Author: Emilio Pozuelo Monfort Date: Tue Aug 2 12:44:46 2011 +0100 CallWindow: move 'Fullscreen' to the Call menu https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.ui | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) commit 622e7763577c4757aa0cc76a3b802ca12f727afa Author: Emilio Pozuelo Monfort Date: Tue Jul 26 11:08:04 2011 +0100 Dialpad: show an entry with the entered numbers libempathy-gtk/empathy-ui-utils.c | 33 +++++++++++++++++++++++++++++++-- 1 files changed, 31 insertions(+), 2 deletions(-) commit b4edfbf863ba2d74cec7fbf7375c53237f20cd84 Author: Daniel Mustieles Date: Thu Aug 4 09:30:33 2011 +0200 Updated Spanish translation po/es.po | 102 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 55 insertions(+), 47 deletions(-) commit 8499ac3767f88cd923551dde06b279337771db04 Author: Emilio Pozuelo Monfort Date: Thu Jul 28 13:00:07 2011 +0100 CallWindow: don't close the window when hanging up As one may want to redial. src/empathy-call-window.c | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) commit a266ab626d10a421e852043443e3bb37adedba2f Author: Emilio Pozuelo Monfort Date: Thu Jul 28 12:29:59 2011 +0100 CallWindow: show 'Mute' on the statusbar when muted src/empathy-call-window.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3 Author: Guillaume Desmottes Date: Wed Aug 3 15:18:52 2011 +0200 call-window: use the input-dialpad icon Thanks a lot to Jakub Steiner for this awesome icon. src/empathy-call-window.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c95ad209dac0f21aed4a0b3943484aab60b98046 Author: Daniel Nylander Date: Wed Aug 3 08:50:40 2011 +0200 Updated Swedish translation po/sv.po | 84 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 43 insertions(+), 41 deletions(-) commit ef153cb591ba0965a5bd43ef843657ea4c1313e3 Author: Guillaume Desmottes Date: Tue Aug 2 16:15:13 2011 +0200 empathy_send_file_with_file_chooser: keep on the contact while the dialog is running It's not safe to assume that the EmpathyContact stays alive. libempathy-gtk/empathy-ui-utils.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit d15df005f0a8b8aced44bbe50d941ca5d5344c9c Author: Alexey Fisher Date: Tue Aug 2 13:09:36 2011 +0200 empathy_server_sasl_handler_class_init: properly initialize the dispose function https://bugzilla.gnome.org/show_bug.cgi?id=655788 libempathy/empathy-server-sasl-handler.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 33bd53d1d2997bb8bbfbedf3a947ce6ffc25a97d Author: Gabor Kelemen Date: Tue Aug 2 01:18:28 2011 +0200 Updated Hungarian translation by Balázs Meskó po/hu.po | 927 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 498 insertions(+), 429 deletions(-) commit 4a863e0eec9a202385b1370d6e68bef47787f3cb Author: Danielle Madeley Date: Tue Aug 2 08:38:03 2011 +1000 Move signal disconnection earlier to hopefully fix SEGV I can't actually reproduce this, but this is possibly the fix. (Hopefully) Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654914 src/empathy-debug-window.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit f28483d938a0291f167b2e8f53e11c4d2ae3a6ec Author: Jonny Lamb Date: Mon Aug 1 17:41:34 2011 +0100 preferences: update tab order This isn't pretty but I'm not sure if there's a better way of getting a specific tab from a GtkNotebook without using its order? Signed-off-by: Jonny Lamb src/empathy-preferences.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 400ff52437634aa1b615d4af0b51501bd3a14539 Author: Guillaume Desmottes Date: Mon Aug 1 16:46:25 2011 +0200 call-window: don't display labels in both toolbars src/empathy-call-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ca68a00de493734b1580864212c2be9d229d3f80 Author: Guillaume Desmottes Date: Mon Aug 1 14:50:58 2011 +0200 help/.gitignore: add eu translation of the doc help/.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3c937a9ae1919a8d43fc8ed639676535fa09f615 Author: Guillaume Desmottes Date: Mon Aug 1 14:50:04 2011 +0200 sort help/.gitignore help/.gitignore | 34 ++++++++++++++++------------------ 1 files changed, 16 insertions(+), 18 deletions(-) commit 7876debb7bc9b6232817e68f00eb2d7484fd034a Merge: 4651fb3 e17e618 Author: Jonny Lamb Date: Mon Aug 1 13:48:32 2011 +0100 Merge branch 'change-audio' Conflicts: src/empathy-call-window.c src/empathy-call-window.ui Signed-off-by: Jonny Lamb commit 4651fb354e601f34dc9df08f2b506f765e455ead Author: Guillaume Desmottes Date: Mon Aug 1 13:10:35 2011 +0200 chat_text_maybe_append_date_and_time: compute the right delta between timestamps The first argument of g_date_time_difference() should be the older timestamp. https://bugzilla.gnome.org/show_bug.cgi?id=654958 libempathy-gtk/empathy-chat-text-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d014e2a3b73644a51fa341a036a6df0221bc66d Author: lainme Date: Sun Jul 31 18:11:52 2011 +0000 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 816 +++++++++++++++++++++++++++++++++------------------ 1 files changed, 523 insertions(+), 293 deletions(-) commit 04c2c076f2108ba9f4ecdb61cfbf1186a615c053 Author: Aron Xu Date: Sun Jul 31 18:09:16 2011 +0000 Update Simplified Chinese translation. po/zh_CN.po | 1100 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 576 insertions(+), 524 deletions(-) commit 744e20f3c770091c4b6c5162289e8585b3af9474 Author: Andrej Žnidaršič Date: Sat Jul 30 19:15:57 2011 +0200 Updated Slovenian translation help/sl/sl.po | 177 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 91 insertions(+), 86 deletions(-) commit d15a9c80aea57d2e0e155e89a8cf00f071c7e196 Author: Abel Motha Date: Fri Jul 29 22:37:22 2011 +0200 Updated translation for Zulu (zu), reviewed by Priscilla Mahlangu po/zu.po | 2247 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1424 insertions(+), 823 deletions(-) commit 8a2f7f90f8e679bc8019745c04ec3bdcbb8ca129 Author: Daniel Korostil Date: Fri Jul 29 23:15:41 2011 +0300 Uploaded Ukranian po/uk.po | 2247 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1305 insertions(+), 942 deletions(-) commit 491e19da55c5b2ec44d86e5f929e0157fd7db3bc Author: Daniel Mustieles Date: Fri Jul 29 19:58:29 2011 +0200 Updated Spanish translation po/es.po | 614 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 320 insertions(+), 294 deletions(-) commit e17e6184ca30b2164e7b30d1a35f504b87973400 Author: Jonny Lamb Date: Fri Jul 29 18:54:40 2011 +0100 audio-src: check for new enough pulsesrc before trying to change mics This means this feature will automatically start working when a new enough pulsesrc is used. Making _get_microphones() fail has a nice side-effect that the Edit menu item doesn't appear at all. Neat. Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) commit cf7f9a1da8e7a830a0f0676accc0afa444ae8748 Author: Jonny Lamb Date: Fri Jul 29 11:43:44 2011 +0100 audio-src: update to newer GstPulseSrc API This time it's actually merged to master. Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) commit 89afdf6b8941ac525104cfb54f10174d6cb7dbcf Author: Jonny Lamb Date: Fri Jul 29 11:09:15 2011 +0100 audio-src,mic-menu: use DEBUG macros Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 5 ++++- src/empathy-mic-menu.c | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) commit a19f10561bf7ad86ff9f688f78df6a9df7a13899 Author: Jonny Lamb Date: Fri Jul 29 11:06:25 2011 +0100 audio-src: only call operations_run when PA is ready Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 302af77150e52cb625bc3e164808bd812979cc32 Author: Jonny Lamb Date: Thu Jul 28 15:29:44 2011 +0100 mic-menu: display monitors when they're the current mic ...but otherwise hide them. Signed-off-by: Jonny Lamb src/empathy-mic-menu.c | 32 ++++++++++++++++++++++++++++---- 1 files changed, 28 insertions(+), 4 deletions(-) commit 90eaac49d3f279ae20fa061adbe8ba9ac8aaf023 Author: Jonny Lamb Date: Thu Jul 28 15:24:19 2011 +0100 audio-src: add is_monitor boolean to mic struct Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 10 +++++++--- src/empathy-audio-src.h | 1 + src/empathy-mic-menu.c | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) commit a36214f589404b37c6125b0a3faa756f9e001cd6 Author: Jonny Lamb Date: Thu Jul 28 12:45:21 2011 +0100 call-window: add a Microphone menu to change mic on the fly Yay! Sorry this commit is kind of big with the addition of mic-menu, perhaps I should have added it in pieces. Signed-off-by: Jonny Lamb src/Makefile.am | 4 +- src/empathy-call-window.c | 6 + src/empathy-call-window.ui | 16 ++ src/empathy-mic-menu.c | 392 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-mic-menu.h | 56 +++++++ 5 files changed, 473 insertions(+), 1 deletions(-) commit 58df02da291709b265717d8bf2d196e4345ea2ba Author: Jonny Lamb Date: Thu Jul 28 12:38:26 2011 +0100 call-window: add getters for the UI manager and audio src Signed-off-by: Jonny Lamb src/empathy-call-window.c | 16 ++++++++++++++++ src/empathy-call-window.h | 5 +++++ 2 files changed, 21 insertions(+), 0 deletions(-) commit 0bc0f8fca1696826af50b21c7339164c61d55764 Author: Jonny Lamb Date: Thu Jul 28 09:45:11 2011 +0100 audio-src: don't ignore monitors pavucontrol doesn't... Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 7a58752393cb6ca9f55c2824ebab0c7a71311ff8 Author: Jonny Lamb Date: Wed Jul 27 17:50:15 2011 +0100 audio-src: add comment about values for unknown values Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit dbddd441789b9a5ed3ebde3f870b9337d0c82a47 Author: Jonny Lamb Date: Wed Jul 27 17:49:41 2011 +0100 audio-src: set property IDs properly Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d9c603695a6c04b2eae543e9339014873ac18812 Author: Jonny Lamb Date: Wed Jul 27 17:44:21 2011 +0100 audio-src: listen to PA state changes and signal accordingly Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 118 +++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 104 insertions(+), 14 deletions(-) commit 204fa9e744560be4bc0fbafbc5af95a3cf6b3a12 Author: Jonny Lamb Date: Wed Jul 27 17:24:58 2011 +0100 src: give empathy-call sources to the marshal generator Signed-off-by: Jonny Lamb src/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 01b0be54353820459d4741f2858be21207f7e754 Author: Jonny Lamb Date: Wed Jul 27 13:21:49 2011 +0100 audio-src: add some comments explaining the PA changes Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 1de1a894194a0fa355ef382783fa54f25ddca75c Author: Jonny Lamb Date: Wed Jul 27 11:54:52 2011 +0100 audio-src: add API for getting the mic source ID Also listen out for changes in the source output ID (but that'll only happen if we go READY -> NULL -> READY again). Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++ src/empathy-audio-src.h | 2 + 2 files changed, 70 insertions(+), 0 deletions(-) commit 4188e80b75c38b4b1f35c3e560fff738cb60ccde Author: Cheng-Chia Tseng Date: Fri Jul 29 16:09:24 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 949 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 949 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1002 insertions(+), 896 deletions(-) commit ecebf1390aef9119c33275d2b700321d86a9a930 Author: Daniel Nylander Date: Fri Jul 29 09:53:34 2011 +0200 Updated Swedish translation po/sv.po | 678 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 349 insertions(+), 329 deletions(-) commit 59e3591a594df91e6b0cb48b23899e9dbecfc1dd Author: Inaki Larranaga Murgoitio Date: Thu Jul 28 19:18:18 2011 +0200 Added Basque language help/Makefile.am | 2 +- help/eu/eu.po | 3527 +++++++++++++++++++++++++++++++ help/eu/figures/empathy-main-window.png | Bin 0 -> 10261 bytes 3 files changed, 3528 insertions(+), 1 deletions(-) commit b5963d80cd471e4e86ba5f18d6636032871aa0fe Author: Felipe Borges Date: Thu Jul 28 10:09:49 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 2004 +++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1254 insertions(+), 750 deletions(-) commit b1bfe6bfd06617dd1976a27bc8fc972b6ff62d69 Author: Emilio Pozuelo Monfort Date: Thu Jul 28 10:43:32 2011 +0100 CallWindow: pack the details box Even if we don't show it, so that the widgets exist and we don't assert. src/empathy-call-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e414085fdfc7ee1618b0402a17cc6a3858a26de2 Author: Emilio Pozuelo Monfort Date: Thu Jul 28 09:29:04 2011 +0100 Show the percentage sign in the volume src/empathy-preferences.c | 13 +++++++++++++ src/empathy-preferences.ui | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) commit 0b67a701c87a1defc2506a3cd4b1acda98dcea06 Author: Emilio Pozuelo Monfort Date: Wed Jul 27 13:13:32 2011 +0100 CallWindow: remove the sidebar And only leave the dialpad in its place. src/empathy-call-window.c | 298 +++++--------------------------------------- src/empathy-call-window.ui | 15 +-- 2 files changed, 31 insertions(+), 282 deletions(-) commit 70d6b206f2d40c136cb1d0d8701101ff8921a033 Author: Emilio Pozuelo Monfort Date: Wed Jul 27 12:32:40 2011 +0100 CallWindow: use the volume value from the preferences This also removes the 'Audio input' sidebar page, as all of it can now be found in the preferences. src/empathy-call-window.c | 100 +++++++++----------------------------------- 1 files changed, 21 insertions(+), 79 deletions(-) commit bc537a1bb4f138dd71cd7dc411c10485f2cf96fa Author: Emilio Pozuelo Monfort Date: Wed Jul 27 12:20:54 2011 +0100 Preferences: add a Calls tab It only contains the micro volume for now. src/empathy-preferences.c | 12 +++ src/empathy-preferences.ui | 167 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 173 insertions(+), 6 deletions(-) commit 6b6e6cad7fb240e7d61285c55f44224376c9cf63 Author: Emilio Pozuelo Monfort Date: Wed Jul 27 12:20:02 2011 +0100 Add a new gsettings key for the call volume data/org.gnome.Empathy.gschema.xml.in | 8 ++++++++ libempathy/empathy-gsettings.h | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit f2f49d58f04cd06ac73015ca763aa1b17c74b89a Author: Emilio Pozuelo Monfort Date: Thu Jul 28 10:17:10 2011 +0100 CallWindow: use tp_g_signal_connect_object So the signals are disconnected when the window is destroyed. src/empathy-call-window.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) commit 2223a2eb1e505b857ad13a44bc888149dc3f0334 Author: Jonny Lamb Date: Wed Jul 27 11:39:21 2011 +0100 audio-src: add API for changing microphone Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++ src/empathy-audio-src.h | 5 +++ 2 files changed, 84 insertions(+), 0 deletions(-) commit 77712e75df674fb1f6fb58bd92a26ce75cf41787 Author: Jonny Lamb Date: Tue Jul 26 17:45:50 2011 +0100 audio-src: add the source name to the microphone info struct Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 2 ++ src/empathy-audio-src.h | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) commit 7212c6e568aab0c729c9334b0b7a82e7eb33597d Author: Jonny Lamb Date: Tue Jul 26 14:27:33 2011 +0100 audio-src: add API to query available microphones Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 197 +++++++++++++++++++++++++++++++++++++++++++++++ src/empathy-audio-src.h | 12 +++ 2 files changed, 209 insertions(+), 0 deletions(-) commit 2b922c7d744be1bd46f67215a8fb5b1eec6377c0 Author: Jonny Lamb Date: Tue Jul 26 14:25:50 2011 +0100 configure: depend on libpulse Signed-off-by: Jonny Lamb configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 65e9deccdb37c518ebfa766b7762ace338e9a027 Author: Jonny Lamb Date: Tue Jul 26 14:24:29 2011 +0100 audio-src: remove the element-added stuff Now that we hard-code pulsesrc, this is unnecessary. Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) commit 8a937c926c79f24fdb36574cb036c9fc09532f3f Author: Jonny Lamb Date: Tue Jul 26 10:32:34 2011 +0100 audio-src: allow changing the audio source element Better than nothing, right? Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 6146181a2cbcbcd3e5b631a9517441fefb9c4fcc Author: Jonny Lamb Date: Tue Jul 26 10:28:40 2011 +0100 audio-src: use pulsesrc instead of gconfaudiosrc Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4f8ad828afebbacef6d7d3560067976e4fc6f90a Author: Emilio Pozuelo Monfort Date: Wed Jul 27 09:06:01 2011 +0100 CallWindow: build the toolbar from the .ui src/empathy-call-window.c | 72 ++----------------------------------------- src/empathy-call-window.ui | 63 +++++++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 69 deletions(-) commit 3066f837ec3c22d46382914111bd152b94f3f61e Author: Emilio Pozuelo Monfort Date: Mon Jul 25 19:24:53 2011 +0100 CallWindow: hide the audio/video call buttons on _init() When we create a new window it's because there's an incoming call, so hide the audio/video call buttons. src/empathy-call-window.c | 2 ++ src/empathy-call-window.ui | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) commit b8069dc8f3ec2cd215458194dc7a9eab26136faa Author: Emilio Pozuelo Monfort Date: Mon Jul 25 19:14:30 2011 +0100 CallWindow: remove redial menu src/empathy-call-window.c | 24 ------------------------ src/empathy-call-window.ui | 9 --------- 2 files changed, 0 insertions(+), 33 deletions(-) commit fd8f73fce4e74cfc0d0538a4b6c7363d35a41ff8 Author: Emilio Pozuelo Monfort Date: Mon Jul 25 18:56:38 2011 +0100 CallWindow: remove separator between hangup and dialpad buttons src/empathy-call-window.ui | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit a12146186cab45c3b3ae074847c77007e23a077c Author: Emilio Pozuelo Monfort Date: Mon Jul 25 18:47:51 2011 +0100 CallWindow: show audio and video call buttons to start a call Instead of the redial button. src/empathy-call-handler.c | 2 +- src/empathy-call-window.c | 49 +++++++++++++++++++++++++++++++++++++------ src/empathy-call-window.ui | 22 +++++++++++++------ 3 files changed, 58 insertions(+), 15 deletions(-) commit 146b284c38cd87ee7a56ad454ccd485d3938c1b1 Author: Emilio Pozuelo Monfort Date: Fri Jul 22 17:14:12 2011 +0100 CallWindow: add the remote user name and presence to the toolbar src/empathy-call-window.c | 46 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 1 deletions(-) commit 3b49f652dd86213f85655d4f1921e3cb52313dd5 Author: Emilio Pozuelo Monfort Date: Fri Jul 22 16:34:52 2011 +0100 CallWindow: add an avatar to the top toolbar src/empathy-call-window.c | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 40 insertions(+), 3 deletions(-) commit 532ad67f84a53d2fcf8bad5f5e44672951ab95b2 Author: Emilio Pozuelo Monfort Date: Fri Jul 22 15:26:20 2011 +0100 CallWindow: move the status message to the bottom toolbar From its own statusbar. src/empathy-call-window.c | 46 ++++++++++++++++++++++---------------------- src/empathy-call-window.ui | 12 +---------- 2 files changed, 24 insertions(+), 34 deletions(-) commit 2dcddbe1397ab3ee2cdd84bd146d311d067b8729 Author: Emilio Pozuelo Monfort Date: Fri Jul 22 13:07:42 2011 +0100 CallWindow: move the volume button to the bottom toolbar src/empathy-call-window.c | 25 +++++++++---------------- src/empathy-call-window.ui | 8 ++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) commit 7cedbcb6d8b8264ba5a35ebb692605fc047e4f27 Author: Emilio Pozuelo Monfort Date: Fri Jul 22 12:57:13 2011 +0100 CallWindow: add a bottom toolbar And move some buttons to it following the new call UI design. src/empathy-call-window.ui | 60 ++++++++++++++++++++++++++----------------- 1 files changed, 36 insertions(+), 24 deletions(-) commit 2a17ecc15a7ac2bdc45fd0339ac10e379de8056f Author: Marek Černocký Date: Thu Jul 28 09:10:40 2011 +0200 Updated Czech translation po/cs.po | 1803 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1111 insertions(+), 692 deletions(-) commit 6cee5de76941076ba103101392de644bee3bd8a6 Author: Danielle Madeley Date: Fri May 13 13:38:51 2011 +1000 Add letters underneath the numbers on the dialpad https://bugzilla.gnome.org/show_bug.cgi?id=632874 libempathy-gtk/empathy-ui-utils.c | 52 +++++++++++++++++++++++++++--------- 1 files changed, 39 insertions(+), 13 deletions(-) commit c5c0cd8d6f433896b406287cf5be078670cb734d Author: Danielle Madeley Date: Fri May 13 13:19:49 2011 +1000 Factor out dialpad into a utility function The dialpad is shared between empathy-call and empathy-av. Really it would be nice to make the dialpad its own little widget that emits signals with DTMF event ids, but I've got things to get done. Conflicts: libempathy-gtk/empathy-ui-utils.c src/empathy-call-window.c src/empathy-streamed-media-window.c libempathy-gtk/empathy-ui-utils.c | 47 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 5 +++ src/empathy-call-window.c | 53 ++-------------------------------- src/empathy-streamed-media-window.c | 53 ++-------------------------------- 4 files changed, 60 insertions(+), 98 deletions(-) commit ece8e76a9d3e39dbcf9f8efdeb5e12e6ba77461c Author: Xavier Claessens Date: Tue Jul 26 12:34:22 2011 +0200 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)