commit 7c521518b3f2ecaf1cf4af8bcf3fa7dd1da3aaf5 Author: Bastien Nocera Date: Thu Nov 20 17:18:43 2014 +0100 3.14.1 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 1dcd91d9f292c581fc8fd9e830ec2918e345a9c1 Author: Mathieu Bridon Date: Thu Nov 13 21:58:20 2014 +0100 opensubtitles: Add a keyboard shortcut This allows opening the subtitle download dialog with ctrl+shift+s https://bugzilla.gnome.org/show_bug.cgi?id=740082 help/C/index.docbook | 7 +++++-- src/plugins/opensubtitles/opensubtitles.py | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) commit 504c84a3bef61b1870e75b46739a5fff3e333461 Author: Yosef Or Boczko Date: Tue Nov 4 19:12:27 2014 +0200 Updated Hebrew translation po/he.po | 207 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 101 insertions(+), 106 deletions(-) commit 99f985784d2fad8633fae07422d4101e83c01962 Author: Timo Jyrinki Date: Mon Nov 3 19:04:26 2014 +0200 Change Finnish translation team web page to l10n.gnome.org po/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7daca82b15562c12b2bb53c37d536479c9c5bf9f Author: Akom Chotiphantawanon Date: Mon Nov 3 16:19:56 2014 +0700 Updated Thai translation po/th.po | 435 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 215 insertions(+), 220 deletions(-) commit cfd1b748e47cf66b7d7921fe9eeae743b9ab8f84 Author: Philip Withnall Date: Thu Oct 30 17:54:46 2014 +0000 build: Port from appdata-tools to appstream-glib https://bugzilla.gnome.org/show_bug.cgi?id=739406 Makefile.am | 2 +- configure.ac | 2 +- data/appdata/Makefile.am | 10 +++++----- git.mk | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) commit a95d7c21a0de5b2c544cfd7c3f5aa158fd080674 Author: Baurzhan Muftakhidinov Date: Tue Oct 28 03:03:47 2014 +0000 Updated Kazakh translation po/kk.po | 3758 +++++++++++++++++++++++++------------------------------------- 1 file changed, 1498 insertions(+), 2260 deletions(-) commit 43950a743c6aa69d23863968a06f1633f697c116 Author: Bastien Nocera Date: Mon Oct 27 21:31:18 2014 +0100 help: Fix Indonesian translation help/id/id.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 52ab17221e5af06dbd5629c62ae34ca2f599fe52 Author: Bastien Nocera Date: Tue Oct 21 10:23:35 2014 +0200 main: Factor out thumbnail code for sources/media src/totem-grilo.c | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) commit bb41c073eefca450276a59450ba5d4316419b22a Author: Andika Triwidada Date: Sun Oct 26 06:13:21 2014 +0000 Updated Indonesian translation help/id/id.po | 451 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 443 insertions(+), 8 deletions(-) commit 87f40d02b14f7683544fb661015dec5f6fef911c Author: Bastien Nocera Date: Mon Oct 20 18:51:47 2014 +0200 main: Remove unused totem_options_process_late() prototype Declared but not actually implemented. src/totem-options.h | 2 -- 1 file changed, 2 deletions(-) commit e2139482fc0edc13f6be2fb6a83eb9b7e2f885c5 Author: Bastien Nocera Date: Mon Oct 20 18:51:14 2014 +0200 main: Remove totem_options_process_early() src/totem-options.c | 10 ---------- src/totem-options.h | 2 -- 2 files changed, 12 deletions(-) commit 85c1c14715a64c281cda3a50a41e2845ad637a53 Author: Bastien Nocera Date: Mon Oct 20 18:47:51 2014 +0200 main: Move GApplication signal handlers to TotemObject Instead of doing this inside the main() file. src/totem-object.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/totem.c | 119 ----------------------------------------------------- 2 files changed, 118 insertions(+), 119 deletions(-) commit c0a46d58623be6ae182bca8b694364c3e2de1ef5 Author: Bastien Nocera Date: Mon Oct 20 18:37:47 2014 +0200 main: Re-implement command-line handling Instead of implementing command-line parsing ourselves, use the "handle-local-options" signal along with g_application_add_main_option_entries() to parse command-line options. Command-line options that work with a remote primary instance will be passed over D-Bus with the "remote-command" action. src/totem-menu.c | 3 +++ src/totem-object.c | 62 +++++--------------------------------------------- src/totem.c | 66 +++++++++++------------------------------------------- 3 files changed, 21 insertions(+), 110 deletions(-) commit 7618d6fb27d9e4ed870169b96c81a2243df2348b Author: Bastien Nocera Date: Mon Oct 20 18:36:40 2014 +0200 main: Make it possible to call app_init multiple times This avoids us having to look inside the app's implementation to know whether a window had been shown or not. src/totem.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 03cf464b38fc110621d38435ddf74cee35b9bbb5 Author: Bastien Nocera Date: Mon Oct 20 18:32:19 2014 +0200 main: Register GActions early Register the GActions early, so that they are available even when the main window isn't. This is necessary to make remote commands available on D-Bus. src/totem-menu.c | 8 ++++++-- src/totem-menu.h | 1 + src/totem-object.c | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) commit dd6049bbcaf2d5e09c178639c51d2572bd6f0909 Author: Bastien Nocera Date: Mon Oct 20 18:30:20 2014 +0200 main: Remove unused totem_options_get_context() src/totem-options.c | 22 ---------------------- src/totem-options.h | 1 - 2 files changed, 23 deletions(-) commit ad724cb1a9956b67adb30ec0482ae2d0b4524dd0 Author: Bastien Nocera Date: Mon Oct 20 17:27:04 2014 +0200 main: Pass remote commands through D-Bus Instead of expecting us to be called from the primary instance. src/totem-options.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) commit 187158d2fc7e0a3c2d11e0032aa431f9e7d21916 Author: Bastien Nocera Date: Mon Oct 20 17:16:36 2014 +0200 main: Add "remote-command" GAction Which will be available on the bus for us to use. src/totem-menu.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit d67c0d16bc1ff1406a08090e1f1ad73c6f5a9b46 Author: Bastien Nocera Date: Mon Oct 20 14:51:59 2014 +0200 main: When D-Bus activated, makes sure totem is a service As per: https://wiki.gnome.org/HowDoI/DBusApplicationLaunching data/org.gnome.Totem.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 64af8b16c7c3c5fb461895061baf040487eaf060 Author: Bastien Nocera Date: Mon Oct 20 12:28:56 2014 +0200 main: Move some app init code to totem_object_init() src/totem-object.c | 10 +++++++++- src/totem.c | 9 --------- 2 files changed, 9 insertions(+), 10 deletions(-) commit 72e0a496e953ebc5d9c397894e01f1b1a6a6741b Author: Bastien Nocera Date: Mon Oct 20 14:14:42 2014 +0200 main: Fix spacing in version option src/totem-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c676f893322d2a7e751dca3900ddb0387238f69d Author: Bastien Nocera Date: Mon Oct 20 13:08:03 2014 +0200 chapters: Remove "stock" icon usage src/plugins/chapters/chapters-list.ui | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit a05fe460313ff91cb048ae50a323b4c79a3b37c9 Author: Bastien Nocera Date: Mon Oct 20 12:27:32 2014 +0200 main: Remove debug option Using G_MESSAGES_DEBUG=... or GStreamer's logging facilities yields better results. README | 8 ++------ data/org.gnome.totem.gschema.xml.in.in | 4 ---- src/totem-options.c | 3 --- src/totem-options.h | 1 - src/totem.c | 20 -------------------- 5 files changed, 2 insertions(+), 34 deletions(-) commit 18bf7a4d3a6955362137e7a3e1746ae3403d1b86 Author: Bastien Nocera Date: Fri Oct 17 16:17:39 2014 +0200 main: Remove obsolete rules-hint property usage data/playlist.ui | 1 - src/totem-grilo.c | 1 - 2 files changed, 2 deletions(-) commit 5650bef1bc740fd53e51ef7ca6a28f23afcd82f7 Author: Bastien Nocera Date: Fri Oct 17 16:14:35 2014 +0200 main: Remove obsolete add_tearoffs properties data/preferences.ui | 2 -- 1 file changed, 2 deletions(-) commit 9904f402dc2bd53f3d5a9360f013e15cd40cbce2 Author: Bastien Nocera Date: Tue Oct 14 19:42:08 2014 +0200 main: Save the thumbnail URL to the bookmarks DB So we don't need to thumbnail it again and again. src/icon-helpers.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 701dfeea1b13c89099b8e2b20790d9a334e4c282 Author: Bastien Nocera Date: Tue Oct 14 19:37:41 2014 +0200 main: Load bookmark-time if mtime isn't available So we don't fail to load thumbnails for bookmarks because of the lack of modification time property. src/icon-helpers.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit e280006708b0acbccc70d965c7a1d1d82dd1e9f2 Author: Bastien Nocera Date: Tue Oct 14 19:36:41 2014 +0200 main: Move media_is_local() earlier in the file src/icon-helpers.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 57d18095753c1dac55e653b0400f87cef393a36a Author: Bastien Nocera Date: Tue Oct 14 19:35:55 2014 +0200 main: Thumbnail bookmarked movies as well src/icon-helpers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 7cef0067894aac27d73911890b43c2a0f4b526de Author: Bastien Nocera Date: Tue Oct 14 17:02:08 2014 +0200 main: Fix lingering white line in fullscreen Hide the revealer when the animation has finished, so as to avoid the 1-line gray-ish background when in fullscreen. This also fixes what looked like a shadow underneath the toolbar in windowed mode. https://bugzilla.gnome.org/show_bug.cgi?id=723775 data/totem.ui | 2 ++ src/totem-object.c | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) commit 22ff1a7584c19efb5944c538bb3c7518694f1285 Author: Bastien Nocera Date: Tue Oct 14 17:01:14 2014 +0200 main: Move overlay creation to GtkBuilder data/totem.ui | 6 ++++++ src/totem-object.c | 11 +---------- 2 files changed, 7 insertions(+), 10 deletions(-) commit ee79b35efb15571760f1b3360f4bdb2d69b012a7 Author: Arash Mousavi Date: Sat Oct 11 15:26:09 2014 +0330 Updates Persian Translations po/fa.po | 2239 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1156 insertions(+), 1083 deletions(-) commit 32bbce0f133af4c7d1ea15b05a06a7c92789320d Author: Gianvito Cavasoli Date: Sun Oct 5 11:10:39 2014 +0000 Updated Italian translation po/it.po | 740 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 299 insertions(+), 441 deletions(-) commit 3f48c7aa83bb26da8f8421209cddfd0be342cb81 Author: Jens Georg Date: Sat Sep 27 13:24:00 2014 +0200 dbusservice: Force Position to be int64 Fixes type mismatch issue with Rygel/GIO: (lt-rygel:21424): GLib-GIO-WARNING **: Received property Position with type i does not match expected type x in the expected interface https://bugzilla.gnome.org/show_bug.cgi?id=737476 src/plugins/dbusservice/dbusservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 66905856cb3974c2e236228374194983053d82e3 Author: Saibal Ray Date: Mon Sep 29 06:12:50 2014 +0000 Updated Bengali (India) translation po/bn_IN.po | 2563 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 1267 insertions(+), 1296 deletions(-) commit 2adf7ab63f07b96122c8b2d8dfaf5885713e92f8 Author: Kjartan Maraas Date: Sun Sep 28 10:56:25 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 65 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) commit 63869d92e63203c24adecb4651629dc8f85212d8 Author: Alexander Shopov Date: Sat Sep 27 17:21:34 2014 +0300 Updated Bulgarian translation po/bg.po | 1680 +++++++++++++++++++++----------------------------------------- 1 file changed, 551 insertions(+), 1129 deletions(-) commit 5f3dca225c4a6d9a430c306f7268192367670a94 Author: Мирослав Николић Date: Wed Sep 24 12:05:11 2014 +0200 Updated Serbian translation po/sr.po | 827 +++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 827 +++++++++++++++++++++++++++------------------------------ 2 files changed, 778 insertions(+), 876 deletions(-) commit 11346a7b2a90213ff4c84ad09fbda7c162dc2bda Author: Krishnababu Krothapalli Date: Tue Sep 23 19:32:36 2014 +0000 Updated Telugu translation po/te.po | 1633 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 846 insertions(+), 787 deletions(-) commit 206a0f3921d6b432751b526b7799d55602f4a02c Author: Tong Hui Date: Tue Sep 23 11:04:46 2014 +0800 update zh_CN translation po/zh_CN.po | 765 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 366 insertions(+), 399 deletions(-) commit f48662599c173d64a817b8daee8e7c7059f5885c Author: Shankar Prasad Date: Mon Sep 22 17:31:31 2014 +0000 Updated Kannada translation po/kn.po | 2411 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1192 insertions(+), 1219 deletions(-) commit be51781c34cf84dcdea0f3580ac3b1956b8a93cb Author: Rajesh Ranjan Date: Mon Sep 22 10:41:24 2014 +0000 Updated Hindi translation po/hi.po | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)