commit 8d94c8dce31213125ffede8ac5a24cde1b3bc24f Author: Jens Georg Date: Tue Apr 16 11:56:32 2013 +0200 Prepare 0.18.1 NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) commit e0e758ce3551d2263ce5b68703755ce55727fa92 Author: Jens Georg Date: Tue Apr 16 12:22:19 2013 +0200 tests: Unbreak seeking tests tests/rygel-http-byte-seek-test.vala | 10 ++++++++++ tests/rygel-http-get-test.vala | 4 ++++ tests/rygel-http-time-seek-test.vala | 10 ++++++++++ 3 files changed, 24 insertions(+) commit 9d9efcce8a94921c49651a475ef498da502ed8a6 Author: Jens Georg Date: Sun Mar 10 12:55:33 2013 +0100 server: Accept invalid seek requests for some devices https://bugzilla.gnome.org/show_bug.cgi?id=674736 src/librygel-server/filelist.am | 1 + src/librygel-server/rygel-client-hacks.vala | 7 ++++ src/librygel-server/rygel-http-byte-seek.vala | 13 ++++-- src/librygel-server/rygel-http-time-seek.vala | 11 ++++- src/librygel-server/rygel-samsung-tv-hacks.vala | 4 ++ src/librygel-server/rygel-seek-hacks.vala | 53 +++++++++++++++++++++++++ src/librygel-server/rygel-xbmc-hacks.vala | 4 ++ 7 files changed, 87 insertions(+), 6 deletions(-) commit ef16c1de1411274a87fde09841da5e582d910f52 Author: Jens Georg Date: Fri Mar 8 20:05:00 2013 +0100 renderer: Continue if server does not support HEAD https://bugzilla.gnome.org/show_bug.cgi?id=694815 src/librygel-renderer/rygel-av-transport.vala | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit db1f42ae94f86108a191a21e55737265a8716405 Author: Jens Georg Date: Fri Apr 12 11:35:24 2013 +0200 server: Make it possbile to remove a container src/librygel-server/rygel-item-destroyer.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit b71b5de33ba5e8a25eebc6e79459274a458dc280 Author: Jens Georg Date: Wed Apr 10 15:47:46 2013 +0200 media-export: Prefer title given through UPnP src/plugins/media-export/rygel-media-export-writable-db-container.vala | 1 + 1 file changed, 1 insertion(+) commit 069c08b0c109286c02d9e570e18e601b08cc09dc Author: Jens Georg Date: Wed Apr 10 15:45:18 2013 +0200 media-export: Set proper id when creating container src/plugins/media-export/rygel-media-export-writable-db-container.vala | 1 + 1 file changed, 1 insertion(+) commit c34dceb34403c67c1efa7618247a2d6f53b9a0c5 Author: Jens Georg Date: Wed Apr 10 14:23:32 2013 +0200 core: Don't queue containers for removal src/librygel-server/rygel-object-creator.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit e31f2973add96012d849484795e488c56a69ed02 Author: Jens Georg Date: Wed Apr 10 13:45:29 2013 +0200 media-export: Prevent critical With the previous change, if a file was added to the toplevel container, a critical would occur since its parent is not a DummyContainer and thus the cast resulted in NULL. src/plugins/media-export/rygel-media-export-harvesting-task.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 3f8f3119b1afcdd7de74855834129b42314951bb Author: Jens Georg Date: Tue Apr 9 12:51:27 2013 +0200 media-export: Fix child-count if only folders are harvested .../media-export/rygel-media-export-harvesting-task.vala | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 714adef167a1debb3c868bd2f15b6bffdc8a7ae5 Author: Jens Georg Date: Thu Mar 14 12:37:12 2013 +0100 media-export: Fix error reporting in cursor API has_next() was supposed to cache the error and next() to throw it, but has_next() was returning "false" on errors so the next() to throw was never called, causing database errors to disappear. This patch just changes has_next () to throw on error. src/plugins/media-export/rygel-media-export-database-cursor.vala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 8f368824ec2a108f732b992e21acae8637360d23 Author: Jens Georg Date: Wed Mar 13 10:08:59 2013 +0100 media-export: Fix title preserving Prefer the title of provided by CreateObject instead of the one deduced from the file. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683926 .../rygel-media-export-media-cache.vala | 55 +++++++++++++++++++++- .../rygel-media-export-sql-factory.vala | 13 +++-- 2 files changed, 63 insertions(+), 5 deletions(-) commit f0d1c4de58960f0413c6b460a47a0953472422c8 Author: Jens Georg Date: Thu Mar 7 15:34:46 2013 +0100 server: Set CreateContainer OCM flag https://bugzilla.gnome.org/show_bug.cgi?id=694155 src/librygel-server/rygel-media-container.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 1729220d28516f701e81db4d2a41e5dd31331c37 Author: Jens Georg Date: Thu Mar 7 13:52:20 2013 +0100 server: Fix check for invalid OCM flags This check has to be applied to items only, not all objects. https://bugzilla.gnome.org/show_bug.cgi?id=694155 src/librygel-server/rygel-object-creator.vala | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 2d26f98dd848937d535456eda80a8e6ef8ad4aed Author: Jens Georg Date: Tue Apr 2 11:29:16 2013 +0200 doc: Add architecture SVG to git doc/rygel-architecture.svg | 840 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 840 insertions(+) commit 5d9c15d48371f3dd95b4b277d0f374e5ab790fc8 Author: Jens Georg Date: Fri Mar 29 22:02:29 2013 +0100 rygel: Minor commandline arg improvements src/rygel/rygel-cmdline-config.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 054d697e8b0f0c740dab8b13f055517011c46c89 Author: Jens Georg Date: Wed Mar 20 17:52:16 2013 +0100 media-engine-gst: Drop format restriction GStreamer should be able to figure it out itself. src/media-engines/gstreamer/rygel-avc-transcoder.vala | 2 +- src/media-engines/gstreamer/rygel-mp2ts-transcoder.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 5114fe3d50c347f70a4da37320e298d699ae2af1 Author: Jens Georg Date: Sat Mar 16 19:26:43 2013 +0100 renderer: Improve mime-type comparing https://bugzilla.gnome.org/show_bug.cgi?id=694814 src/librygel-renderer-gst/rygel-playbin-player.vala | 5 ----- src/librygel-renderer/rygel-av-transport.vala | 15 ++++++++++++--- src/librygel-renderer/rygel-media-player.vala | 1 + 3 files changed, 13 insertions(+), 8 deletions(-) commit 5f843a60201aee6cdf2c98e83471a3b1ae3b2b64 Author: Bruce Cowan Date: Sat Apr 6 17:47:14 2013 +0100 Updated British English translation po/en_GB.po | 574 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 353 insertions(+), 221 deletions(-) commit e6ebcde8ad720eaad3dfa702665f84d9ecae6b6c Author: Inaki Larranaga Murgoitio Date: Tue Apr 2 10:52:05 2013 +0200 Added Basque language\nAdded 'eu' (Basque) to LINGUAS po/LINGUAS | 1 + po/eu.po | 781 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 782 insertions(+) commit 8ae24ed63e94ffda10490d0b56a308ee2fad27d9 Author: Andika Triwidada Date: Thu Mar 28 19:31:36 2013 +0700 Updated Indonesian translation po/id.po | 580 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 345 insertions(+), 235 deletions(-)