commit 417c919f2475b949b66d584b76f8f58a6e2c4b87 Author: Bastien Nocera Date: Thu Oct 25 12:13:16 2012 +0200 3.6.2 NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 74a993f9487e3967ce59f38a0691b6f6b5ec35cd Author: Bastien Nocera Date: Thu Oct 25 10:57:24 2012 +0200 backend: Use scaletempo instead of soundpitch plugin The soundpitch plugin is irreparably broken, and the scaletempo offers the same features without the bugs, or the need to change the pitch ratio ourselves. https://bugzilla.gnome.org/show_bug.cgi?id=686391 configure.in | 6 ++++-- src/backend/bacon-video-widget.c | 10 +--------- 2 files changed, 5 insertions(+), 11 deletions(-) commit a3e1235c803325e049f0430691249bf4e682d29f Author: Bastien Nocera Date: Thu Oct 25 10:52:47 2012 +0200 backend: Add debug when a query fails src/backend/bacon-video-widget.c | 2 ++ 1 file changed, 2 insertions(+) commit 302afa0bb1003f9acf47a83856ec6feea8da20ef Author: Bastien Nocera Date: Thu Oct 25 10:52:28 2012 +0200 backend: Fix possible leak of ->download_buffering_element src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cf919898b99953e8eacf5a2dfe9e6cabc65ed5f5 Author: Bastien Nocera Date: Tue Oct 16 08:41:19 2012 +0200 3.6.1 NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 91a2db7162c04afdc7894a7c80c3fc1e331ce197 Author: Bastien Nocera Date: Fri Oct 12 16:49:29 2012 +0200 grilo: Remove extra tabs src/plugins/grilo/totem-grilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 411aea54962e1eb5f51367a39b1e94125e441578 Author: Marco Piazza Date: Fri Oct 12 16:14:54 2012 +0200 grilo: Fix resolve() crashing We cannot pass NULL options to grl_source_resolve() https://bugzilla.gnome.org/show_bug.cgi?id=686003 src/plugins/grilo/totem-grilo.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 9bf4e239a613bb8d4dce8792c48221c14230f0af Author: Marco Piazza Date: Fri Oct 12 16:05:14 2012 +0200 grilo: Add sanity check before resolving URLs Make sure that we only try to resolve a URL when the source supports it, otherwise fallback to the media itself, or a simple warning. https://bugzilla.gnome.org/show_bug.cgi?id=686003 src/plugins/grilo/totem-grilo.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 1dd7c7779f286e2746ea23d378dea22801c67a76 Author: Marco Piazza Date: Fri Oct 12 14:57:44 2012 +0200 grilo: Make sure to only ever show videos Set the filter type to videos for search. https://bugzilla.gnome.org/show_bug.cgi?id=686003 src/plugins/grilo/totem-grilo.c | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) commit 3aa819be9e94bf47c28a7642a44cd62268ab0024 Author: Bastien Nocera Date: Fri Oct 12 10:26:53 2012 +0200 grilo: Search page is 0-indexed Fix possible crash when skipping -PAGE_SIZE items when doing a search. Spotted by Marco Piazza https://bugzilla.gnome.org/show_bug.cgi?id=686003 src/plugins/grilo/totem-grilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ae95ce693a9bf3a6df7b2593933d96f77125dc15 Author: Bastien Nocera Date: Thu Oct 11 08:31:55 2012 +0200 browser-plugin: Issue a warning instead of asserting browser-plugin/totem-plugin-viewer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 3d899641c8ca1185554a884c99899ac19700f4b8 Author: Philip Withnall Date: Sun Oct 21 15:17:31 2012 +0100 Bug 686515 — dbusservice plugin has UnicodeDecodeErrror per song Fix dbusservice plugin to correctly use Python Unicode objects to represent song metadata, rather than UTF-8 encoded strings which it would then treat as ASCII. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=686515 src/plugins/dbusservice/dbusservice.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit c62b90b203a253650a1de361b18a22644e1a2f3b Author: Runa Bhattacharjee Date: Wed Oct 17 00:18:35 2012 +0530 Updated Bengali India Translation po/bn_IN.po | 4399 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 2399 insertions(+), 2000 deletions(-) commit 52daee128098e97235cd3e7693f6d2e81e48a6e9 Author: Arash Mousavi Date: Fri Oct 12 18:46:02 2012 +0330 L10N: Updated Persian translation po/fa.po | 119 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 46 insertions(+), 73 deletions(-) commit 0cad01f6d499cb95ca071fd36a0e7b3416525d3a Author: Arash Mousavi Date: Fri Oct 12 18:44:13 2012 +0330 L10N: Updated Persian translation po/fa.po | 2595 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1364 insertions(+), 1231 deletions(-) commit 9f10720ef659e25fc810b468a80bdabbbd7c7f23 Author: Bastien Nocera Date: Thu Oct 11 08:45:04 2012 +0200 browser-plugin: Make screensaver work in browser We need to register the application in addition to creating it. browser-plugin/totem-plugin-viewer.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 110130e8fbb36128af21087f9b41839d06f3c1d7 Author: Bastien Nocera Date: Wed Oct 10 18:01:15 2012 +0200 browser-plugin: Fix MOV streams with hidden video We would treat MOV streams with no set height as "audio-only" because the undefined height (-1) is smaller than the smallest our controls bar can be. This code has apparently been broken since 2008, and nobody noticed? https://bugzilla.gnome.org/show_bug.cgi?id=680714 browser-plugin/totemPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 076c498b114192387140f0caea473a22e7285542 Author: Bastien Nocera Date: Wed Oct 10 16:37:36 2012 +0200 main: Fix spinning cursor when launched through nautilus As in nautilus' bug 664147, DESKTOP_STARTUP_ID was being reset by a call to _gdk_x11_display_make_default() as we were opening the display in the secondary instance, which we didn't need. See also: http://git.gnome.org/browse/nautilus/commit/?h=gnome-3-6&id=629c9bc27ae8f43df35943e25e78c0d5bd39cfae https://bugzilla.gnome.org/show_bug.cgi?id=680046 browser-plugin/totem-plugin-viewer.c | 3 +++ src/backend/bacon-video-widget.c | 2 -- src/backend/bvw-test.c | 3 +++ src/totem-options.c | 2 +- src/totem.c | 11 +++++++---- 5 files changed, 14 insertions(+), 7 deletions(-) commit 329f1f2071f9e4e99d8070fc2e5219549e510be0 Author: Ivaylo Valkov Date: Tue Oct 9 05:16:48 2012 +0300 Updated Bulgarian translation po/bg.po | 2205 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 970 insertions(+), 1235 deletions(-) commit 91e1029e5d080ffc28bc7b283765e4363b103351 Author: Khoem Sokhem Date: Wed Oct 3 17:22:03 2012 +0200 [l10n] Added Khmer translation po/LINGUAS | 1 + po/km.po | 2961 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2962 insertions(+) commit cb9a17ba3c341cdc1855d0d635b62db83465cc1a Author: Javier Jardón Date: Tue Sep 25 04:17:22 2012 +0900 backend: Use gst_bus_pop_filtered() ... instead gst_bus_poll() https://bugzilla.gnome.org/show_bug.cgi?id=684736 src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit adcf4041b0b53ec4cdeeab16d914383939a577a7 Author: Javier Jardón Date: Tue Sep 25 04:11:33 2012 +0900 thumbnailer: Unref GstBus after usage https://bugzilla.gnome.org/show_bug.cgi?id=684736 src/totem-video-thumbnailer.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) commit 8582352f477fd39786e502cc4c13593388069bf1 Author: Javier Jardón Date: Tue Sep 25 04:05:03 2012 +0900 thumbnailer: Use gst_bus_timed_pop_filtered() ... instead gst_bus_poll() https://bugzilla.gnome.org/show_bug.cgi?id=684736 src/totem-video-thumbnailer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 30e1420d9b36f3581f062ee30165fb2cbb0385fb Author: Bastien Nocera Date: Tue Sep 25 13:00:47 2012 +0200 NEWS: 3.6 doesn't use yelp-tools As it would have changed the strings to translate, so too late for 3.6. NEWS | 2 -- 1 file changed, 2 deletions(-) commit 0d4a17ff31b4dcb9c902136ab80dd177a295dba8 Author: Philip Withnall Date: Mon Sep 3 22:38:04 2012 +0100 Revert "Use new documentation infrastructure" As this would end up changing translations. This reverts commit b9398b668a1e5f9db497780677b8f217d11ad20b. Makefile.am | 4 +- autogen.sh | 2 +- configure.in | 4 +- help/C/index.docbook | 1112 -------------------------------------------------- help/C/legal.xml | 2 +- help/C/totem.xml | 1112 ++++++++++++++++++++++++++++++++++++++++++++++++++ help/Makefile.am | 18 +- help/totem.omf.in | 13 + src/totem-object.c | 2 +- 9 files changed, 1141 insertions(+), 1128 deletions(-) commit b9398b668a1e5f9db497780677b8f217d11ad20b Author: Javier Jardón Date: Tue Sep 4 03:32:09 2012 +0900 Use new documentation infrastructure Use yelp-tools instead gnome-doc-utils Makefile.am | 4 +- autogen.sh | 2 +- configure.in | 4 +- help/C/index.docbook | 1112 ++++++++++++++++++++++++++++++++++++++++++++++++++ help/C/legal.xml | 2 +- help/C/totem.xml | 1112 -------------------------------------------------- help/Makefile.am | 18 +- help/totem.omf.in | 13 - src/totem-object.c | 2 +- 9 files changed, 1128 insertions(+), 1141 deletions(-)