commit dd64a7407930421d7cb912aca5270921df779173 Author: Bastien Nocera Date: Tue Mar 18 12:04:19 2014 +0100 3.11.91 NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit 8c7ab49ce55d9e4664baa0e1267a5648272e78ab Author: Tiagosdot Date: Mon Mar 17 23:54:40 2014 +0000 Updated Portuguese translation po/pt.po | 1822 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 946 insertions(+), 876 deletions(-) commit 90e37c595e3ad472de4f4b3d88aeb75a2cde43cc Author: A S Alam Date: Mon Mar 17 18:43:13 2014 -0500 update Punjabi Translation 17March2014: Alam po/pa.po | 2073 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1067 insertions(+), 1006 deletions(-) commit f281257b011a47402b4b6a1352159fc54430c498 Author: Pau Iranzo Date: Tue Mar 18 00:27:11 2014 +0100 [l10n] Add Catalan translation po/ca.po | 3136 +++++++++++--------------------------------------------------- 1 file changed, 517 insertions(+), 2619 deletions(-) commit ce56019b2545b416be5c297fc90f84b7443663c9 Author: Andika Triwidada Date: Mon Mar 17 05:39:57 2014 +0000 Updated Indonesian translation po/id.po | 382 +++++++++++++++++++++++---------------------------------------- 1 file changed, 141 insertions(+), 241 deletions(-) commit 5a815d061c03031b80577d648612606b852d1f0a Author: Ville-Pekka Vainio Date: Sun Mar 16 20:40:01 2014 +0200 Finnish translation update by Jiri Grönroos po/fi.po | 1027 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 533 insertions(+), 494 deletions(-) commit 1706a5c48f9c78faad14c385db7a414e4a418dcb Author: Daniel Korostil Date: Sun Mar 16 00:34:18 2014 +0200 Updated Ukrainian translation po/uk.po | 416 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 202 insertions(+), 214 deletions(-) commit 68cf72d24572553ad59a0173fdb9729ac0cb62f9 Author: Bastien Nocera Date: Fri Mar 14 20:54:01 2014 +0100 main: Fix fullscreen header bar's subtitle It's not currently used, but could be in the future. src/totem-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a965f0aabd236fb7f3fac2f2abbbc7349b895f3d Author: Bastien Nocera Date: Fri Mar 14 20:52:21 2014 +0100 main: Fix empty window title in some cases Store the TotemMainToolbar title and subtitle in the GtkHeaderBar instead of our own structure. This means that GtkWindow's call to gtk_header_bar_get_title() would get the correct value, and not an empty string when coming back from playing a film. https://bugzilla.gnome.org/show_bug.cgi?id=726324 src/totem-main-toolbar.c | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) commit be14cb661555d99dde05ec193fdeeec6fee43ab2 Author: Bastien Nocera Date: Fri Mar 14 20:51:44 2014 +0100 main: Use the header bar to set the window title https://bugzilla.gnome.org/show_bug.cgi?id=726324 data/totem.ui | 1 - src/totem-object.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) commit 208db5c3315a13ae4f085470c112231cd9c60b2c Author: Bastien Nocera Date: Fri Mar 14 17:27:39 2014 +0100 save-file: Don't offer to save file in ~/Videos subdirs We were only checking whether the file was a direct descendant of ~/Videos, instead of checking that ~/Videos was somewhere in its ancestors. This stops videos in ~/Videos subdirectories being made available for offline downloading. https://bugzilla.gnome.org/show_bug.cgi?id=725027 src/plugins/save-file/totem-save-file.c | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) commit c6763ae83cace2849918ffa8302174c0442b7cb8 Author: Bastien Nocera Date: Fri Mar 14 17:10:57 2014 +0100 opensubtitles: Remove stock icons usage src/plugins/opensubtitles/opensubtitles.ui | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) commit e953eda50e05959fbe165f5cb3146e9b78311b7b Author: Bastien Nocera Date: Fri Mar 14 17:10:29 2014 +0100 main: Remove stock icons usage The widget isn't actually visible, but this is useful nonetheless. data/playlist.ui | 2 -- 1 file changed, 2 deletions(-) commit 6304c7bcbe7ce24b2122df8470a69aeeab78ab98 Author: Bastien Nocera Date: Fri Mar 14 17:10:06 2014 +0100 browser-plugin: Remove stock icons usage data/mozilla-viewer.ui | 3 --- 1 file changed, 3 deletions(-) commit e1bf4ed339fbfb18f784fdd4524f18b8faa6d562 Author: Bastien Nocera Date: Fri Mar 14 17:05:06 2014 +0100 main: Add missing introspection annotation For totem_interface_create_header_button(). src/totem-interface.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 5ec7662f9fa4e68d7ed61d7600a430aed09b9425 Author: Bastien Nocera Date: Fri Mar 14 15:46:32 2014 +0100 main: Don't remove items by hand if source supports removal There should be no need for us to remove the item by hand from the tree store if the source supports removals, as we should be notified of the item disappearing. src/totem-grilo.c | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) commit 6afa220f999e59cb86bc01bbb920da0b6a27d1c3 Author: Bastien Nocera Date: Fri Mar 14 15:45:44 2014 +0100 main: Get out of delete_foreach() if the path isn't valid Just being safe. src/totem-grilo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 49ff12474f5593538da8fcfa3c9662dcfea3f8ed Author: Bastien Nocera Date: Fri Mar 14 15:44:54 2014 +0100 main: Better debug when removing items src/totem-grilo.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 2d601a0039151d9ce08891c9da7f794975bbd2e7 Author: Bastien Nocera Date: Fri Mar 14 15:44:13 2014 +0100 main: Don't use a stack-allocated GtkTreeIter This usually won't work as expected. src/totem-grilo.c | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) commit bdf201ea6c596ef80c54465c744b64b3092d8d8f Author: Bastien Nocera Date: Fri Mar 14 15:42:33 2014 +0100 main: Block selection changes during deletion Don't act upon selection changes when we're removing the selection. We'll get out of the selection mode straight after the deletion finishes. src/totem-grilo.c | 4 ++++ 1 file changed, 4 insertions(+) commit aeafb7619e62214ba51ab7548cec145d871d0804 Author: Bastien Nocera Date: Fri Mar 14 14:13:16 2014 +0100 main: Fix error handling when deleting items First, the check for success when removing using grilo was reversed, then the success variable could be used unassigned when no URI was set for a particular GrlMedia. src/totem-grilo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit e17070ed32bb7be9bec42d0c5a9dfcc0b470ff56 Author: Yuri Myasoedov Date: Tue Mar 11 12:12:34 2014 +0400 Updated Russian translation po/ru.po | 2284 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1200 insertions(+), 1084 deletions(-) commit 2d651501aca5f08841f1a0305307db02149660ce Author: Piotr Drąg Date: Mon Mar 10 15:29:00 2014 +0100 Fix a tag in Indonesian help translation help/id/id.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5fa75f638e76695b62844241b755f90268b89d00 Author: Marek Černocký Date: Sun Mar 9 08:32:31 2014 +0100 Updated Czech translation po/cs.po | 462 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 175 insertions(+), 287 deletions(-) commit fd591b6f79ebec20f773477937e69f84ac7c7aea Author: Chao-Hsiung Liao Date: Sun Mar 9 13:13:09 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 100 +++++++++++++++++++++++++++--------------------------------- po/zh_TW.po | 100 +++++++++++++++++++++++++++--------------------------------- 2 files changed, 90 insertions(+), 110 deletions(-) commit 055e8808b8a7c1657e2ff490facf078e92b82283 Author: Wylmer Wang Date: Sat Mar 8 13:42:29 2014 +0000 Updated Chinese (China) translation po/zh_CN.po | 86 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 42 deletions(-) commit a6268df997cb994e5220a384dc6bc54ad84da905 Author: Andika Triwidada Date: Sat Mar 8 05:09:28 2014 +0000 Updated Indonesian translation help/id/id.po | 793 +++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 510 insertions(+), 283 deletions(-) commit e789a680d3cc425140139ab80202328179f0769a Author: Rūdolfs Mazurs Date: Fri Mar 7 23:22:27 2014 +0200 Updated Latvian translation po/lv.po | 2074 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1069 insertions(+), 1005 deletions(-) commit d03ecdb76418ea9b225db53b4fb7ffb16fb6da71 Author: Changwoo Ryu Date: Fri Mar 7 00:54:28 2014 +0900 Updated Korean translation po/ko.po | 1453 +++++++++++++++++++++----------------------------------------- 1 file changed, 491 insertions(+), 962 deletions(-) commit 36152bd2864eee2eec86075e4511d0807ae2922e Author: Daniel Mustieles Date: Wed Mar 5 16:40:50 2014 +0100 Updated Spanish translation po/es.po | 101 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 46 insertions(+), 55 deletions(-) commit eea7dadbd9ca994adf3896fdb57c5ae438150e55 Author: Kjartan Maraas Date: Wed Mar 5 07:30:30 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 88 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) commit 10176a8b76a551494c5af7b165a21b7ee48374fa Author: Chao-Hsiung Liao Date: Tue Mar 4 20:21:04 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 463 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 470 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 488 insertions(+), 445 deletions(-) commit 31f0db87c9d01000fc976f0c37865459e7e17617 Author: Fran Diéguez Date: Mon Mar 3 17:12:51 2014 +0100 Updated Galician translations po/gl.po | 408 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 210 insertions(+), 198 deletions(-) commit 98f7a6375a763742aebe4c88dc1862dbac55d8fa Author: Piotr Drąg Date: Mon Mar 3 01:48:16 2014 +0100 Updated Polish translation po/pl.po | 1506 ++++++++++++++++++++++---------------------------------------- 1 file changed, 519 insertions(+), 987 deletions(-) commit 23a409654118aef3cabf9d6f11fe63ee8ecbd3fc Author: Aurimas Černius Date: Sun Mar 2 20:01:14 2014 +0200 Updated Lithuanian translation po/lt.po | 104 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 57 deletions(-) commit 9e590443490d22dd2a6412f863cd4fb73fe35432 Author: Yosef Or Boczko Date: Sun Mar 2 01:01:28 2014 +0200 Updated Hebrew translation po/he.po | 110 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) commit a6d55429096908cf42a9f5a31a4e0c7f29524fc3 Author: Enrico Nicoletto Date: Fri Feb 28 22:27:53 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 113 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 57 insertions(+), 56 deletions(-) commit f33d5882b1996a10bd6f70f0d1565a6aa6dca9a1 Author: Bastien Nocera Date: Fri Feb 28 21:17:18 2014 +0100 all: Add names to timeouts and idles For easier debugging. src/backend/bacon-video-widget.c | 16 +++++++++++++--- src/plugins/gromit/totem-gromit.c | 1 + src/plugins/screensaver/totem-screensaver.c | 1 + src/plugins/totem-plugins-engine.c | 1 + src/totem-grilo.c | 1 + src/totem-object.c | 1 + 6 files changed, 18 insertions(+), 3 deletions(-) commit 8ab811bda90f19fbb157a82e3276e709db288534 Author: Alexandre Franke Date: Fri Feb 28 20:08:57 2014 +0100 Update French translation po/fr.po | 1136 ++++++++++++++++++-------------------------------------------- 1 file changed, 320 insertions(+), 816 deletions(-) commit 2150365a7f12646910bea3b6533d1ac7eac29b34 Author: Bastien Nocera Date: Fri Feb 28 18:20:41 2014 +0100 main: Fix thumbnail updates only getting triggered once src/totem-grilo.c | 2 ++ 1 file changed, 2 insertions(+) commit 2f714e1289e0afe136abc6247e8813c501e3ebf1 Author: Bastien Nocera Date: Fri Feb 28 18:09:30 2014 +0100 main: Avoid queueing multiple thumbnail updates When one is queued up, we don't need to reschedule another one. src/totem-grilo.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 7350fc9ff39d3f2e5f7ed90fcd0d20fa86829faa Author: Bastien Nocera Date: Fri Feb 28 16:54:09 2014 +0100 main: Fix crasher on startup Not all sources have tags src/totem-grilo.c | 2 ++ 1 file changed, 2 insertions(+) commit d085278275a6da5eac5244b8fc24d9204d0f587e Author: Bastien Nocera Date: Fri Feb 28 16:28:00 2014 +0100 Revert "main: Rename "Recent" section to "Videos"" This reverts commit 66f4f1b5c60bcf694a377082b42e7e0c83ec7fdc. src/totem-grilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9731335152a3b8aa51b04b026e7ee965901b174 Author: Bastien Nocera Date: Fri Feb 28 16:25:59 2014 +0100 main: Fix ngettext usage https://bugzilla.gnome.org/show_bug.cgi?id=725401 src/totem-main-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 570fb32e831b96eb84dc56dc1c48249f91907da4 Author: Bastien Nocera Date: Fri Feb 28 16:25:51 2014 +0100 main: Remove unused RESOLVE_FLAGS src/totem-grilo.c | 1 - 1 file changed, 1 deletion(-) commit b5fa00fab03c3e27dbc8db54597e5e593f2f3220 Author: Bastien Nocera Date: Fri Feb 28 16:19:18 2014 +0100 main: Blacklist adult sources for now Until we have a toggle for it in the Privacy settings. src/totem-grilo.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 66f85481b5771041e6f5a4e8c72d9f45fad1b20c Author: Bastien Nocera Date: Fri Feb 28 10:10:42 2014 +0100 main: Fix handling of kbd shortcuts with multiple modifiers src/totem-object.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 807f85d692aed743b87abf61194382e170b2c76e Author: Bastien Nocera Date: Fri Feb 28 10:09:08 2014 +0100 main: Only resolve using the passed source As originally intended, rather than going through every online sources that might be available. src/totem-grilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 66f4f1b5c60bcf694a377082b42e7e0c83ec7fdc Author: Bastien Nocera Date: Thu Feb 27 18:31:43 2014 +0100 main: Rename "Recent" section to "Videos" The recent section shouldn't be called "Recent". We chose not to show recent videos and show the user's videos instead, along with the locally download ones, and optical media. "Videos" is simple, and already translated. It also matches what gnome-photos uses for its equivalent view. https://bugzilla.gnome.org/show_bug.cgi?id=725337 src/totem-grilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e84af2955ff1144ab1419cc7a71a51278778b33f Author: Bastien Nocera Date: Wed Feb 26 16:55:28 2014 +0100 backend: Hide popups after 2 seconds not 5 As gnome-documents and gnome-photos do. https://bugzilla.gnome.org/show_bug.cgi?id=725160 src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f73ec46d5b3afcb318302c586f089c970ee6b5ec Author: GunChleoc Date: Sun Feb 23 13:47:01 2014 +0000 Updated Scottish Gaelic translation po/gd.po | 424 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 222 insertions(+), 202 deletions(-) commit a3a8145bbb75616f2be8652ae0a31a9359581962 Author: Wylmer Wang Date: Sun Feb 23 02:19:14 2014 +0000 Updated Chinese (China) translation po/zh_CN.po | 901 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 449 insertions(+), 452 deletions(-) commit 4e66b3d7c3ab5151ff4f69a732851d617e730724 Author: Aurimas Černius Date: Thu Feb 20 22:53:09 2014 +0200 Updated Lithuanian translation po/lt.po | 398 +++++++++++++++++++++++---------------------------------------- 1 file changed, 147 insertions(+), 251 deletions(-) commit 272d29cb40074733072e5546e61ce5fe3cacabe7 Author: Bastien Nocera Date: Thu Feb 20 16:54:35 2014 +0100 backend: Don't link to totem-style-helpers.la Otherwise it will be duplicated in the linked shared libraries. src/backend/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 1f7282414a6b00d62b9659df5a6e82307986cfbd Author: Bastien Nocera Date: Thu Feb 20 16:00:23 2014 +0100 main: Use helper to remove shadow from the popups src/Makefile.am | 3 ++- src/totem-object.c | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) commit 605d32be0a3fcd36c03dbd6532c1ffe4c00dcf27 Author: Bastien Nocera Date: Thu Feb 20 15:58:17 2014 +0100 backend: Use helper to remove shadow from the volume popup src/backend/Makefile.am | 10 ++++++---- src/backend/bacon-video-controls-actor.c | 25 ++----------------------- 2 files changed, 8 insertions(+), 27 deletions(-) commit d727a816b9e8b159817b3fc775fcf8fde020a3ac Author: Bastien Nocera Date: Thu Feb 20 15:56:34 2014 +0100 gst: Add helper to remove shadows from popovers As they don't behave well with clutter-gtk, and we get huge gray masses around the popup. src/gst/Makefile.am | 19 +++++++++++++- src/gst/totem-style-helpers.c | 58 +++++++++++++++++++++++++++++++++++++++++++ src/gst/totem-style-helpers.h | 35 ++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 1 deletion(-) commit dd92f10c0151b7354ca56508b5ad74cb935fdbed Author: Bastien Nocera Date: Thu Feb 20 15:55:21 2014 +0100 main: Use popovers for menus data/controls.ui | 1 + src/totem-object.c | 3 +++ src/totemmaintoolbar.ui | 1 + 3 files changed, 5 insertions(+) commit d174ab3a847ff1aadb5ef6c588f9887e9b9f8247 Author: Bastien Nocera Date: Wed Feb 19 11:14:49 2014 +0100 main: Populate the ID and URI debug columns src/totem-grilo.c | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) commit ae585ed06a19c48604e6b6ac8b8fb89147b1286b Author: Bastien Nocera Date: Wed Feb 19 10:18:18 2014 +0100 main: Don't monitor the filesystem plugin src/totem-grilo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c94301d815489f3796f962dbc76a9b2f1e2b24ab Author: Daniel Mustieles Date: Thu Feb 20 14:25:40 2014 +0100 Updated Spanish translation po/es.po | 411 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 216 insertions(+), 195 deletions(-) commit 4e710c1ee722c2845c037c6261ffcdfae767a971 Author: Kjartan Maraas Date: Wed Feb 19 23:25:07 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 551 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 209 insertions(+), 342 deletions(-) commit 4582820bef06765c87d4557e76d920a7d8772781 Author: Manoj Kumar Giri Date: Wed Feb 19 14:19:52 2014 +0000 Updated Oriya translation po/or.po | 2024 +++++++++++++++++++++++--------------------------------------- 1 file changed, 747 insertions(+), 1277 deletions(-)