commit 969000297a4d766398c249c35104e5a005674bb4 Author: Jens Georg Date: Thu Mar 6 21:51:48 2014 +0100 Prepare 0.21.5 NEWS | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) commit a4ffde75f6b9e214b924469af8640b9debe2c98e Author: Changwoo Ryu Date: Fri Mar 7 00:30:21 2014 +0900 Updated Korean translation po/ko.po | 240 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 168 insertions(+), 72 deletions(-) commit f827acde8e13ea6686d9f50f663d473c757f063d Author: Kjartan Maraas Date: Wed Mar 5 07:29:46 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit b3018f60dbf67ef14f40d2fb70d3f2f48d63d38a Author: Fran Diéguez Date: Mon Mar 3 21:56:11 2014 +0100 Updated Galician translations po/gl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 843849e0007700f64624deb91783031c60ff0897 Author: Fran Diéguez Date: Mon Mar 3 21:23:41 2014 +0100 Updated Galician translations po/gl.po | 49 ++++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 19 deletions(-) commit bd1c1f665002f8d21205aaa8042a67cdb5c14538 Author: Bjørn Lie Date: Thu Feb 20 19:23:00 2014 +0000 build: Support building with tracker-1.0 https://bugzilla.gnome.org/show_bug.cgi?id=724820 configure.ac | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 73dfc832ee73561206dbaa016b70ec0d1bcef34d Author: Matej Urbančič Date: Fri Feb 28 23:15:08 2014 +0100 Updated Slovenian translation po/sl.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 120bc242f04b2fc349a44c8992884cbc1d9dd0fc Author: Balázs Úr Date: Fri Feb 28 20:32:40 2014 +0100 Updated Hungarian translation po/hu.po | 171 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 110 insertions(+), 61 deletions(-) commit 7cddbea0384bcdacb3ed4220ddb36e37993241e9 Author: Milo Casagrande Date: Fri Feb 28 18:20:41 2014 +0100 [l10n] Updated Italian translation. po/it.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 7d850a228b3cd26c76fcd7affee35ca28f9bce6e Author: Aurimas Černius Date: Thu Feb 27 23:20:03 2014 +0200 Updated Lithuanian translation po/lt.po | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) commit 541ecf2a2bfdffdac58fddeae1cd243e5c28d57b Author: Rafael Ferreira Date: Thu Feb 27 15:53:28 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit eb6a22f6cf99abe7153752dfde58974729cbb93f Author: Marek Černocký Date: Wed Feb 26 08:33:56 2014 +0100 Updated Czech translation po/cs.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 2b05ad8ed2339d15865e9ae583f1a00767efb7bc Author: Daniel Mustieles Date: Mon Feb 24 17:30:03 2014 +0100 Updated Spanish translation po/es.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit dde6f868bc2002136cbfa54b7314c166c2738ead Author: Jens Georg Date: Sun Feb 23 17:53:00 2014 +0100 renderer-gst: Use contract programming Improve previous commit to be more valaish. Signed-off-by: Jens Georg src/librygel-renderer-gst/rygel-playbin-player.vala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 58c3ba92e714bc4d020d2362a51ca854ff3e3c80 Author: Jens Georg Date: Sun Feb 23 17:27:51 2014 +0100 renderer-gst: Return null in error case This is slightly bad since this is a constructor; we can safely return here because the C code has not executed the constructor yet. As the function was deprecated anyway with an earlier commit, beaty doesn't really matter. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=722021 src/librygel-renderer-gst/rygel-playbin-player.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 1f7483f12078cdce2cac411f8b761b52a52e309c Author: Jens Georg Date: Sun Feb 23 10:49:11 2014 +0100 media-export: Clarify message Signed-off-by: Jens Georg src/plugins/media-export/rygel-media-export-harvesting-task.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit b78f9345e6643f7de2f6f146c29102eef56f9a86 Author: Kjartan Maraas Date: Wed Feb 19 23:17:02 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 93cc06931ddd8a7891da0ee89adba9ae70eda0e5 Author: Giovanni Campagna Date: Sun Oct 20 23:40:55 2013 +0200 Add support for pretty hostnames Read and parse /etc/machine-info to obtain a pretty human readable hostname (eg. "Bob's Laptop" instead of "bob-laptop"). If the file is not found, or it can't be parsed, we fall back on the normal hostname. In GNOME, the pretty hostname can be configured in the control center details and sharing panels. In other systems, it can be changed using "hostnamectl --pretty". https://bugzilla.gnome.org/show_bug.cgi?id=724138 data/rygel.conf | 2 +- src/librygel-core/rygel-root-device-factory.vala | 25 ++++++++++++++++++++++++ src/librygel-server/rygel-media-object.vala | 9 +++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) commit a2a90d7fb4cc832aa51ba9d03a1d162d2b25ed55 Author: Daniel Korostil Date: Wed Feb 12 22:44:25 2014 +0200 Updated Ukrainian translation po/uk.po | 1305 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 945 insertions(+), 360 deletions(-) commit b74ff42760e96bbf316cc00521b17388b59d171d Author: Nilamdyuti Goswami Date: Wed Feb 12 19:36:58 2014 +0530 Assamese translation updated po/as.po | 912 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 657 insertions(+), 255 deletions(-) commit fdaef58458cb6abf83771adeb2137db14cae0ec1 Author: Debarshi Ray Date: Wed Feb 12 10:37:51 2014 +0100 data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0 https://bugzilla.gnome.org/show_bug.cgi?id=724215 data/rygel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f0ae3f0b6fab7fc962a0feb86ed6b46249a1f047 Author: Jens Georg Date: Sun Feb 9 13:09:24 2014 +0100 build: Replace non-portable cp -d Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=722527 doc/reference/doc-build.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d276d78d27b861b0a18cdd43e247ca19a3057836 Author: Jens Georg Date: Sun Feb 9 12:54:37 2014 +0100 renderer-gst: Deprecate element wrapping The function causes leaks in the error case and secondly, wrapping an existing pipeline is not as helpful as I thought it would be. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=722021 src/librygel-renderer-gst/rygel-playbin-player.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e51e935db97924ac1bf3ae421f38f7e7c141c116 Author: Jens Georg Date: Sat Feb 8 09:13:47 2014 +0100 build: Fix make distcheck doc/reference/doc-build.am | 5 +++++ po/POTFILES.in | 3 --- tests/rygel-dlna-profile.vala | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) commit 61f875c7c09462f3af2fb6655bd97b0fea5b9e2c Author: Jens Georg Date: Sat Feb 8 07:40:49 2014 +0100 build: Remove obsolete configure option Signed-off-by: Jens Georg autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 75522896a0af0213a6f354e84ff3b0cc7340a762 Author: Jens Georg Date: Sat Feb 8 07:37:59 2014 +0100 doc: Some improvments to gtk-doc Signed-off-by: Jens Georg doc/reference/librygel-core/gtkdoc/librygel-core-docs.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit e4a87003f4d9550020bb743d38299600a1806fe8 Author: Jens Georg Date: Sat Feb 8 07:32:00 2014 +0100 all: Move Rygel.DLNAProfile into core Signed-off-by: Jens Georg .../librygel-core/gtkdoc/librygel-core-docs.xml | 1 + .../vala/example-renderer-plugin-vala.vala | 6 +-- src/librygel-core/filelist.am | 1 + src/librygel-core/rygel-dlna-profile.vala | 45 ++++++++++++++++++++++ .../rygel-playbin-player.vala | 1 - src/librygel-renderer/filelist.am | 1 - src/librygel-renderer/rygel-dlna-profile.vala | 44 --------------------- .../rygel-media-renderer-plugin.vala | 2 - src/librygel-server/filelist.am | 1 - src/librygel-server/rygel-dlna-profile.vala | 45 ---------------------- 10 files changed, 50 insertions(+), 97 deletions(-) commit a4dbe47e1639697507c9ddc603c1f8d9f8dc559e Author: Jens Georg Date: Sat May 25 15:35:23 2013 +0900 all: Remove Freedesktop interfaces from core They're used in two plug-ins only and are a pain in the donkey when doing gobject-introspection. Signed-off-by: Jens Georg .../librygel-core/gtkdoc/librygel-core-docs.xml | 3 -- src/librygel-core/filelist.am | 1 - .../rygel-free-desktop-interfaces.vala | 43 ---------------------- src/librygel-server/filelist.am | 1 + .../rygel-free-desktop-interfaces.vala | 32 ++++++++++++++++ src/plugins/external/Makefile.am | 3 +- .../external/rygel-free-desktop-interfaces.vala | 43 ++++++++++++++++++++++ src/plugins/mpris/Makefile.am | 3 +- .../mpris/rygel-free-desktop-interfaces.vala | 37 +++++++++++++++++++ 9 files changed, 117 insertions(+), 49 deletions(-)