commit 5b2d71e5c7dddeafe81db8995a80f39569bbecda Author: Jens Georg Date: Tue Aug 19 21:48:39 2014 +0200 Prepare 0.23.3 Signed-off-by: Jens Georg NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) commit b8290f208ad81461b209a29453004a5adb8e7613 Author: Jens Georg Date: Tue Aug 19 22:21:17 2014 +0200 test: Disable regression test Needs investigation. Signed-off-by: Jens Georg tests/plugins/media-export/regression.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit aa015f69bd13f772e0afe0744cda787daba48d7c Author: Jens Georg Date: Tue Aug 19 21:57:48 2014 +0200 renderer: Add gupnp-av as a dependency Signed-off-by: Jens Georg src/librygel-renderer/rygel-renderer-2.4.deps | 1 + 1 file changed, 1 insertion(+) commit 99c05f15c07061af25a9b6326df9da8ed29fb7b8 Author: Jens Georg Date: Sun Jul 13 19:55:59 2014 +0200 build: Fix distcheck This is probably wrong, it should not rebuild this in the first place Signed-off-by: Jens Georg src/librygel-core/Makefile.am | 2 +- src/librygel-renderer/Makefile.am | 2 +- src/librygel-server/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 6f12d67cdaa8ef6abe6f9db503076e89d36afed4 Author: Jens Georg Date: Sat Jul 12 12:52:17 2014 +0200 examples: Add python examples for introspection Signed-off-by: Jens Georg examples/gi/example-renderer.py | 56 +++++++++++++++++++++++++++++++++++++++++ examples/gi/example-server.py | 22 ++++++++++++++++ 2 files changed, 78 insertions(+) commit 227efa02262a2e7e58ad40cfe823dd19cc9c03c9 Author: Jens Georg Date: Sat Jul 12 12:48:28 2014 +0200 all: Add gobject-introspection support Signed-off-by: Jens Georg .gitignore | 2 ++ configure.ac | 2 ++ src/librygel-core/Makefile.am | 20 ++++++++++++++++++-- src/librygel-renderer/Makefile.am | 26 ++++++++++++++++++++++++-- src/librygel-server/Makefile.am | 25 +++++++++++++++++++++++-- src/librygel-server/rygel-serializer.vala | 2 +- 6 files changed, 70 insertions(+), 7 deletions(-) commit ac922555b81299f86ec405f6d54fb843002f8f58 Author: Richard Röjfors Date: Sun Jun 22 19:36:19 2014 +0200 renderer: Turn PlayerController into an interface There is a need to be able to reimplement the rygel-player-controller By changing the class to become an interface, other classes can implement it. The current implementation is moved to a default controller. This controller is instantiated by get_controller of the plugin as before, but now the get_controller function is defined virtual. Making it possible for plugins to reimplement and return another controller. Signed-off-by: Richard Röjfors https://bugzilla.gnome.org/show_bug.cgi?id=732057 src/librygel-renderer/filelist.am | 5 +- .../rygel-default-player-controller.vala | 417 +++++++++++++++++++++ .../rygel-media-renderer-plugin.vala | 4 +- src/librygel-renderer/rygel-player-controller.vala | 378 ++----------------- 4 files changed, 445 insertions(+), 359 deletions(-) commit 6c1df2c702b7382734aeadd53e91ede70524e489 Author: Daniel Mustieles Date: Tue Aug 19 13:04:13 2014 +0200 Updated Spanish translation po/es.po | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit a96b962f2153af11393b77534696bd27a1419430 Author: ngoswami Date: Mon Aug 18 13:54:19 2014 +0000 Updated Assamese translation po/as.po | 305 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 182 insertions(+), 123 deletions(-) commit 8cce523f2bf722e90951391a2d120af6d205d347 Author: Rico Tzschichholz Date: Fri Aug 15 23:23:13 2014 +0200 server: Fix build with new libmediaart Signed-off-by: Jens Georg configure.ac | 4 +-- src/librygel-server/filelist.am | 3 +-- src/librygel-server/libmediaart-1.0.vapi | 35 -------------------------- src/librygel-server/rygel-media-art-store.vala | 23 ++++++++++++++--- 4 files changed, 22 insertions(+), 43 deletions(-) commit 0dcf4bfc083ae2db5f7809c823fab9cdcccee783 Author: Jens Georg Date: Fri Aug 15 23:15:24 2014 +0200 core: Fix compiling with newer vala Signed-off-by: Jens Georg src/librygel-core/rygel-basic-management-test-nslookup.vala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit fc2e63ea79a7facd807c63ed5aa4e9158f5ec7fc Author: Jens Georg Date: Sun Aug 10 12:42:17 2014 +0200 build: Update website Signed-off-by: Jens Georg configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4b3abe4b288b8a552f1936f4c2aec2b87f1fceb2 Author: Aurimas Černius Date: Fri Aug 15 23:37:37 2014 +0300 Updated Lithuanian translation po/lt.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit bf843c288e886e88f9354ceb588dc03f43575aac Author: Tom Tryfonidis Date: Mon Aug 11 22:21:12 2014 +0000 Updated Greek translation po/el.po | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit a78da572d6af848400821995527a0552f573872e Author: Jens Georg Date: Sun Aug 10 12:22:35 2014 +0200 server: Unify error handling in ImportResource Signed-off-by: Jens Georg src/librygel-server/rygel-import-resource.vala | 50 ++++++++++++++------------ 1 file changed, 27 insertions(+), 23 deletions(-) commit 6e90efef87b2246d63c682b0a3a9d761a75d7e10 Author: Jens Georg Date: Sun Aug 10 11:51:31 2014 +0200 server: Fix crash when import is cancelled Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=734302 src/librygel-server/rygel-import-resource.vala | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 054ce4c0b4715b6a45e7baecaa8be8de4a48c41c Author: MarMav Date: Wed Aug 6 16:52:52 2014 +0000 Updated Greek translation po/el.po | 401 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 235 insertions(+), 166 deletions(-) commit 9f77130cce114820089b5db66aa1106484da28c6 Author: Piotr Drąg Date: Thu Jul 31 19:52:45 2014 +0200 doap: add rygel.doap | 1 + 1 file changed, 1 insertion(+) commit 5d8c3ef0c012ff5765fde9e25a50775830fc8413 Author: Olav Vitters Date: Wed Jul 30 21:00:24 2014 +0200 doap category apps rygel.doap | 1 + 1 file changed, 1 insertion(+) commit 7a0ed25ee3d1bd5889e8c29577ffce4c6dfec0fe Author: Aurimas Černius Date: Fri Jul 25 23:47:22 2014 +0300 Updated Lithuanian translation po/lt.po | 246 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 148 insertions(+), 98 deletions(-) commit 06fce56aed8de97be94e884a1dba1d371715b8b1 Author: Kjartan Maraas Date: Wed Jul 23 11:47:24 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 240 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 142 insertions(+), 98 deletions(-)