commit befb0edde9a0745535761c27e8400b983ef6f8e5 Author: Bastien Nocera Date: Mon Sep 22 06:23:21 2014 +0200 3.14.0 NEWS | 8 +++++++- configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) commit 61d1ddb7a46b926a14934294f1973f1e20ed0a7f Author: A S Alam Date: Sun Sep 21 08:25:50 2014 -0500 update Punjabi Translation for 3.14 release po/pa.po | 822 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 385 insertions(+), 437 deletions(-) commit fffaa47297e6d7552cadd5cba3e42762a47368c0 Author: Rajesh Ranjan Date: Sun Sep 21 04:27:18 2014 +0000 Updated Hindi translation po/hi.po | 2311 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1149 insertions(+), 1162 deletions(-) commit f6a19ee418b0758ffb1b801fb1b512ee36fbd52a Author: Bastien Nocera Date: Sun Sep 21 04:20:58 2014 +0200 build: Require clutter-gtk 1.5.5 So that we can pick up the Wayland fixes in that version, in particular: https://bugzilla.gnome.org/show_bug.cgi?id=736564 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ef95a92cd2bc8f2e57ff2ce28f7a130d51c3c5e Author: Bastien Nocera Date: Sun Sep 21 04:19:10 2014 +0200 build: Require gst-plugins-base 1.4.2 So we can pick up the fix for https://bugzilla.gnome.org/show_bug.cgi?id=735748 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 77e4bb72a68e0c635af62279a22b47525dbce62e Author: Daniel Korostil Date: Sat Sep 20 19:56:11 2014 +0300 Added uk translation po/uk.po | 793 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 388 insertions(+), 405 deletions(-) commit be523a05729d6f24ad6adc4a296ce556eece1681 Author: Kenneth Nielsen Date: Sat Sep 20 09:58:07 2014 +0200 Minor update to Danish translation po/da.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit dd749060217aaf596270c0fed98db31061ec85e8 Author: Kris Thomsen Date: Sat Sep 20 09:54:54 2014 +0200 Updated Danish translation po/da.po | 784 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 380 insertions(+), 404 deletions(-) commit 3916895614b993bd3cf5f839c0b5f0f6d80f2e3e Author: Saibal Ray Date: Wed Sep 17 07:58:14 2014 +0000 Updated Bengali (India) translation po/bn_IN.po | 3737 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 1692 insertions(+), 2045 deletions(-) commit 891921b1c97174058444894f0958a6e52e16022c Author: Christian Kirbach Date: Mon Sep 15 21:25:58 2014 +0000 Updated German translation po/de.po | 346 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 174 insertions(+), 172 deletions(-) commit f9edb71d6accdf107a2dad5c6f9a1ced65f04528 Author: Shantha kumar Date: Sun Sep 14 19:28:13 2014 +0000 Updated Tamil translation po/ta.po | 2009 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1014 insertions(+), 995 deletions(-) commit 31f23d565475db928c4d55969238a864995459bb Author: Matej Urbančič Date: Sun Sep 14 20:34:49 2014 +0200 Updated Slovenian translation po/sl.po | 776 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 375 insertions(+), 401 deletions(-) commit 4cf6079c2dc12ccd210a287574b6db4efc6e896a Author: Balázs Úr Date: Sun Sep 14 16:47:59 2014 +0000 Updated Hungarian translation po/hu.po | 808 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 384 insertions(+), 424 deletions(-) commit 96b681584acf9f8e02e911d25bb5a677786423dd Author: Sandeep Sheshrao Shedmake Date: Sun Sep 14 20:48:26 2014 +0530 Updated Marathi Translations po/mr.po | 1467 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 759 insertions(+), 708 deletions(-) commit 4fb10734c8defad03f22e164c2154bd12859a5ed Author: Bastien Nocera Date: Fri Sep 12 14:53:28 2014 +0200 main: Remove border from error dialogue https://bugzilla.gnome.org/show_bug.cgi?id=736547 src/totem-interface.c | 1 - 1 file changed, 1 deletion(-) commit 73ef944e31e171d7631ed66a1980d379a74ce65b Author: Bastien Nocera Date: Fri Sep 12 14:16:35 2014 +0200 backend: Always cancel popup timeout when marking popup as busy So as to avoid the popup hiding when it's busy. https://bugzilla.gnome.org/show_bug.cgi?id=736439 src/backend/bacon-video-widget.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit fae24983d5cd7740baf0c55510107bbce27a7f6e Author: Bastien Nocera Date: Fri Sep 12 14:15:36 2014 +0200 backend: Don't always hide popup when cursor leaves window But only if the popup isn't busy. Otherwise we end up overriding the "mark busy" inhibitor and we'd be in a weird state. https://bugzilla.gnome.org/show_bug.cgi?id=736439 src/backend/bacon-video-widget.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 8549e37207c5066118ca0ba3efb95c8e7be6735c Author: Bastien Nocera Date: Fri Sep 12 14:14:16 2014 +0200 backend: Only schedule hiding the popup if we're showing it We don't need a timeout to hide the popup if we're hiding the popup already. https://bugzilla.gnome.org/show_bug.cgi?id=736439 src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9d64af951cfd65beff51b842eb7a7e2c82bd5fe Author: Bastien Nocera Date: Fri Sep 12 14:13:05 2014 +0200 main: Rename widget to match reality We're not checking whether the volume button is visible, but if the volume button's popover is visible. src/totem-object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2b677b7963baa62c4a0f537b6efaff1a233d3c95 Author: Christophe Fergeau Date: Wed Sep 10 17:35:13 2014 +0200 Remove unused totem_mozilla_scripting.idl file src/totem_mozilla_scripting.idl | 29 ----------------------------- 1 file changed, 29 deletions(-) commit ab0ccbf5cad9f71615843f8ab925c7b25c527451 Author: Dušan Kazik Date: Tue Sep 9 16:52:06 2014 +0000 Updated Slovak translation po/sk.po | 1891 ++++++++++++++++++++------------------------------------------ 1 file changed, 599 insertions(+), 1292 deletions(-) commit 69a8ea106683f7b389a26d844088bb20fb1eefe6 Author: Ville-Pekka Vainio Date: Sun Sep 7 21:21:20 2014 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 326 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 162 insertions(+), 164 deletions(-) commit f4273a34c0ec14afaeca539879c8a575d8c29a15 Author: Bastien Nocera Date: Sun Sep 7 17:25:04 2014 +0200 save-file: Handle an unset Videos directory This also fixes ~/Videos being used instead of the path to the real videos directory. https://bugzilla.gnome.org/show_bug.cgi?id=736231 src/plugins/save-file/totem-save-file.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) commit d473659cebaa8110f71601228bc07b81a8437c9b Author: Rūdolfs Mazurs Date: Sun Sep 7 18:12:54 2014 +0300 Updated Latvian translation po/lv.po | 810 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 379 insertions(+), 431 deletions(-) commit 8468a3692eb6e91a70fdf4fbd04d087ad1791f85 Author: Yuri Myasoedov Date: Sun Sep 7 10:50:22 2014 +0400 Updated Russian translation po/ru.po | 910 ++++++++++----------------------------------------------------- 1 file changed, 146 insertions(+), 764 deletions(-) commit 8e3eb42000c2fa226ad74fdc935cf4bf9036451a Author: Carles Ferrando Date: Sat Sep 6 23:27:30 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 341 +++++++++++++++++++----------------------------------- 1 file changed, 122 insertions(+), 219 deletions(-) commit 9ebec9a64d2289564b5961caefb969c31d9f92f5 Author: Gil Forcada Date: Sat Sep 6 23:27:26 2014 +0200 [l10n] Update Catalan translation po/ca.po | 684 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 285 insertions(+), 399 deletions(-) commit 3ada650be70228177a332ad51b0c89496232b559 Author: Bastien Nocera Date: Sat Sep 6 21:19:38 2014 +0200 main: Also thumbnail videos from GrlFilesystem src/icon-helpers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 23d788e5c5b46260dba58b91614cb76d734830eb Author: Bastien Nocera Date: Sat Sep 6 21:17:03 2014 +0200 main: Split up check of whether to thumbnail src/icon-helpers.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit d7f8cb68e9930955a4171609c7046364ad510ad2 Author: Kjartan Maraas Date: Sat Sep 6 13:53:06 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 268 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 134 insertions(+), 134 deletions(-) commit aa055c92f74400f58b15a7dd3b3f3468dc06453a Author: Changwoo Ryu Date: Sat Sep 6 07:40:22 2014 +0900 Updated Korean translation po/ko.po | 755 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 363 insertions(+), 392 deletions(-) commit 04135638d397fe35a1667c5174edd4bf51b65107 Author: Sweta Kothari Date: Fri Sep 5 11:38:29 2014 +0530 Updated gujarati translations po/gu.po | 2324 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1168 insertions(+), 1156 deletions(-)