commit 27f34b6071ef11d0bf02613fdbcb536663e0a6c0 Author: Jens Georg Date: Mon Jan 19 22:26:54 2015 +0100 Prepare 0.25.1 Signed-off-by: Jens Georg NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) commit df46b9ededf4f645d689b7b22f29e64ddda5b9f3 Author: Inaki Larranaga Murgoitio Date: Sat Jan 17 14:43:03 2015 +0100 Updated Basque language po/eu.po | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) commit 95b72ba447772a718c95b056099b229e102d2f1f Author: Fran Dieguez Date: Mon Jan 12 22:04:15 2015 +0100 Updated Galician translations po/gl.po | 225 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 134 insertions(+), 91 deletions(-) commit ca4866fcf7a7031ac1405771929ea4430da00f53 Author: Daniel Mustieles Date: Mon Jan 12 12:22:23 2015 +0100 Updated Spanish translation po/es.po | 91 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 46 insertions(+), 45 deletions(-) commit a40fdd8080484b52c9d6acd5b5d11d7e5cb20da3 Author: Jens Georg Date: Tue Jan 6 06:20:17 2015 +0100 all: Update log domains Set log domains to core, server, renderer in the libraries to allow better filtering using G_LOG_MESSAGES. Signed-off-by: Jens Georg src/librygel-core/Makefile.am | 2 +- src/librygel-renderer-gst/Makefile.am | 2 +- src/librygel-renderer/Makefile.am | 2 +- src/librygel-ruih/Makefile.am | 2 +- src/librygel-server/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) commit 7ea2c655a20311c50ceaf363fa2952f707949a3d Author: Rafael Ferreira Date: Fri Jan 9 01:31:08 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 152 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 79 insertions(+), 73 deletions(-) commit daf9d9e294e2710710cd8f30d2d9ff887af7f2bf Author: Rafael Ferreira Date: Fri Jan 9 01:25:32 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 267 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 152 insertions(+), 115 deletions(-) commit 9ab861ff4851df25ffab5002c9b30ab870e71a15 Author: Inaki Larranaga Murgoitio Date: Wed Jan 7 21:59:20 2015 +0100 Updated Basque language po/eu.po | 365 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 226 insertions(+), 139 deletions(-) commit f297a8417a36121c8c6e0d07dc618fe6837f9bb7 Author: Marek Černocký Date: Wed Jan 7 08:11:28 2015 +0100 Updated Czech translation po/cs.po | 86 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) commit 081631721ce206cdb704e7b6f2c01ac6de555e3a Author: Jens Georg Date: Fri Jan 2 17:45:46 2015 +0100 media-export: Move file information query The code would also try to query file information on removed files which would silently fail on the remove event and never propagate the change information to the parent folders. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=741953 .../media-export/rygel-media-export-harvester.vala | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) commit 518df32c0725d59d3341c5e83a8c002989ce3cd1 Author: Balázs Úr Date: Mon Dec 29 22:23:16 2014 +0000 Updated Hungarian translation po/hu.po | 82 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 43 deletions(-) commit a1a5af019d20cac97d5c0019b59550fe399ad6a3 Author: hmt Date: Sat Nov 29 23:00:19 2014 +0100 core: fix warning string typo https://bugzilla.gnome.org/show_bug.cgi?id=740903 src/librygel-core/rygel-basic-management.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c8b5078ebd032920bcaf4aabf4e73fb96db6965d Author: Marc-André Lureau Date: Tue Dec 23 16:10:38 2014 +0100 tracker: update_async throws GLib.Error Solves the following build error: make[4]: Entering directory '/home/elmarco/src/gnome/rygel/src/plugins/tracker' VALAC librygel_tracker_la_vala.stamp rygel-tracker-selection-query.vala:90.24-90.50: warning: unhandled error `GLib.Error' result = yield resources.query_async (str); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rygel-tracker-cleanup-query.vala:49.15-49.42: warning: unhandled error `GLib.Error' yield resources.update_async (str); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rygel-tracker-insertion-query.vala:129.27-129.60: warning: unhandled error `GLib.Error' Variant v = yield resources.update_blank_async (str); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rygel-tracker-insertion-query.vala:144.32-145.71: warning: unhandled error `GLib.Error' rygel-tracker-deletion-query.vala:48.15-48.42: warning: unhandled error `GLib.Error' yield resources.update_async (str); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation failed: 0 error(s), 5 warning(s) Makefile:1167: recipe for target 'librygel_tracker_la_vala.stamp' failed https://bugzilla.gnome.org/show_bug.cgi?id=741913 src/plugins/tracker/rygel-tracker-cleanup-query.vala | 3 ++- src/plugins/tracker/rygel-tracker-deletion-query.vala | 5 ++++- src/plugins/tracker/rygel-tracker-insertion-query.vala | 3 ++- src/plugins/tracker/rygel-tracker-query.vala | 3 ++- src/plugins/tracker/rygel-tracker-selection-query.vala | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) commit da29ccef397bb746c7bebe372edcc6d46a007f38 Author: Marc-André Lureau Date: Tue Dec 23 16:00:52 2014 +0100 Remove NoArrayLength usage Solves the following build error: make[3]: Entering directory '/home/elmarco/src/gnome/rygel/src/rygel' VALAC rygel_vala.stamp rygel-cmdline-config.vala:40.6-40.18: warning: attribute `NoArrayLength' never used [NoArrayLength] ^^^^^^^^^^^^^ rygel-cmdline-config.vala:63.6-63.18: warning: attribute `NoArrayLength' never used [NoArrayLength] ^^^^^^^^^^^^^ rygel-cmdline-config.vala:66.6-66.18: warning: attribute `NoArrayLength' never used [NoArrayLength] ^^^^^^^^^^^^^ rygel-cmdline-config.vala:69.6-69.18: warning: attribute `NoArrayLength' never used [NoArrayLength] ^^^^^^^^^^^^^ Compilation failed: 0 error(s), 4 warning(s) Makefile:791: recipe for target 'rygel_vala.stamp' failed https://bugzilla.gnome.org/show_bug.cgi?id=741913 src/rygel/rygel-cmdline-config.vala | 4 ---- 1 file changed, 4 deletions(-) commit b11c60900aa8dfa82d9e0a30f923314d3eb140d0 Author: Dušan Kazik Date: Sat Dec 27 15:16:08 2014 +0000 Updated Slovak translation po/sk.po | 202 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 117 insertions(+), 85 deletions(-) commit 0ad614e397ccebdefee34d2ec3b41dba5658169f Author: Muhammet Kara Date: Sun Dec 14 15:21:10 2014 +0000 Updated Turkish translation po/tr.po | 60 +++++++++++++++++++++++------------------------------------- 1 file changed, 23 insertions(+), 37 deletions(-) commit 84b478fa7200451754f9e959e95fd62d4ae1d90f Author: Pawan Chitrakar Date: Sat Dec 13 02:23:36 2014 +0000 Added Nepali translation po/LINGUAS | 1 + po/ne.po | 1251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1252 insertions(+) commit 0576c1696bfe423b622e2b5799714c34ce5938b8 Author: Jens Georg Date: Sat Nov 29 14:31:07 2014 +0100 server: Move knowledge about remoteness Locality was deduced from the HTTP server's properties. This patch moves the knowledge to the HTTP server. Based on code from Cablelab's patches. Signed-off-by: Jens Georg src/librygel-server/rygel-http-server.vala | 11 +++++++++++ src/librygel-server/rygel-media-item.vala | 5 +---- 2 files changed, 12 insertions(+), 4 deletions(-) commit 74849d0d6fdc204c1b3bd7a024da886e3a97b9df Author: Bernd Homuth Date: Thu Dec 4 22:11:29 2014 +0000 Updated German translation po/de.po | 180 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 113 insertions(+), 67 deletions(-) commit 86bbc0e6715ccbc776facd1e9b9dce25f1a79488 Author: Muhammet Kara Date: Thu Dec 4 19:43:31 2014 +0000 Updated Turkish translation po/tr.po | 1449 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1116 insertions(+), 333 deletions(-) commit 5fbace48d85e404f0f61b563e9d4965ed1d9f400 Author: Balázs Úr Date: Sun Nov 30 16:46:03 2014 +0000 Updated Hungarian translation po/hu.po | 160 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 101 insertions(+), 59 deletions(-) commit bcb5891838db78c6420503f322330a00949b3d16 Author: Marek Černocký Date: Wed Nov 26 18:30:43 2014 +0100 Updated Czech translation po/cs.po | 145 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 94 insertions(+), 51 deletions(-)