commit ede48b49f628bcca03c2e3adf78ff5ed7f3e9195 Author: Jens Georg Date: Tue Nov 24 23:30:47 2015 +0100 Prepare 0.8.11 Signed-off-by: Jens Georg NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit 2b16447f6ab8d47eebf3ed73fa826c57de01225d Author: Jens Georg Date: Fri Nov 27 08:42:30 2015 +0100 Work-around error on distcheck intltool does not seem to play nicely with automake-1.15. Signed-off-by: Jens Georg po/POTFILES.skip | 4 ++++ 1 file changed, 4 insertions(+) commit f17b6ddba34caba39b2530b04a72878ff6c429a8 Author: Jens Georg Date: Tue Nov 24 23:15:50 2015 +0100 av-cp: Avoid possible crash on rescan click Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=697315 src/av-cp/main.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) commit e852337c6cf7408fb0cc9461b493de3366ef6fd6 Author: Jens Georg Date: Tue Nov 24 22:48:41 2015 +0100 av-cp: Fix default resolution Scale to 40% of screen size, but keep aspect ratio of 5/4. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=697954 src/av-cp/gui.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) commit 25345ad1ae045296ab45cc600d257b5cff075fc5 Author: Pedro Albuquerque Date: Mon Sep 28 11:39:08 2015 +0000 Updated Portuguese translation po/pt.po | 206 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 113 insertions(+), 93 deletions(-) commit 5507c4a53d37bff0514ff5ff2b2a6036293c3fac Author: Piotr Drąg Date: Wed Sep 2 02:56:38 2015 +0200 Updated Polish translation po/pl.po | 146 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 73 insertions(+), 73 deletions(-) commit 80ed1352e15b41c4571e4af75d7562ee7cb9bf54 Author: Jens Georg Date: Sun Jul 12 19:22:34 2015 +0200 network-light: Prevent critical on shutdown Signed-off-by: Jens Georg src/network-light/gui.c | 2 ++ 1 file changed, 2 insertions(+) commit 899118659c76e692df1f90b981e5faac485c1eb6 Author: Jens Georg Date: Sun Jun 14 14:06:13 2015 +0200 network-light: Use UUID function from GUPnP Signed-off-by: Jens Georg configure.ac | 7 ++----- src/network-light/upnp.c | 25 ++++--------------------- 2 files changed, 6 insertions(+), 26 deletions(-) commit de0d3e726e0bc16ce22a6fa543c8c23b903779c2 Author: Jens Georg Date: Sun Jun 14 13:34:26 2015 +0200 Remove gnome-common stuff Fix compiler warnings on the way. Signed-off-by: Jens Georg configure.ac | 5 ++ m4/ax_append_compile_flags.m4 | 65 +++++++++++++++ m4/ax_append_flag.m4 | 71 ++++++++++++++++ m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++ m4/ax_check_enable_debug.m4 | 113 ++++++++++++++++++++++++++ m4/ax_compiler_flags.m4 | 158 ++++++++++++++++++++++++++++++++++++ m4/ax_compiler_flags_cflags.m4 | 133 ++++++++++++++++++++++++++++++ m4/ax_compiler_flags_gir.m4 | 60 ++++++++++++++ m4/ax_compiler_flags_ldflags.m4 | 75 +++++++++++++++++ m4/ax_is_release.m4 | 69 ++++++++++++++++ m4/ax_require_defined.m4 | 37 +++++++++ src/av-cp/Makefile.am | 5 +- src/av-cp/gui.c | 9 +- src/av-cp/main.c | 4 +- src/av-cp/playlist-treeview.c | 55 +++++++++---- src/av-cp/renderer-combo.c | 6 +- src/av-cp/renderer-controls.c | 38 +++++++-- src/av-cp/renderer-controls.h | 2 +- src/common/Makefile.am | 3 +- src/common/icons.c | 18 ++-- src/discover/Makefile.am | 5 +- src/discover/gssdp-discover.c | 6 +- src/network-light/Makefile.am | 5 +- src/network-light/gui.c | 26 +++++- src/network-light/upnp.c | 74 ++++++++++++++--- src/universal-cp/Makefile.am | 5 +- src/universal-cp/action-dialog.c | 6 ++ src/universal-cp/details-treeview.c | 12 +++ src/universal-cp/device-treeview.c | 20 ++++- src/universal-cp/event-treeview.c | 34 +++++++- src/universal-cp/gui.c | 5 ++ src/universal-cp/gui.h | 8 +- src/universal-cp/main.c | 6 +- src/upload/Makefile.am | 5 +- src/upload/container-search.c | 1 + src/upload/control_point.c | 5 +- src/upload/item-creation.c | 1 + src/upload/item-creation.h | 3 +- src/upload/main.c | 10 +-- src/upload/transfer.c | 1 + 40 files changed, 1152 insertions(+), 86 deletions(-) commit 30975a47279b184b3ffcd4d7a7512f2e29393e94 Author: Jens Georg Date: Sun Jun 14 13:33:04 2015 +0200 discover: Free some strings on exit Signed-off-by: Jens Georg src/discover/gssdp-discover.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 3964d6363394479f85c51cf4112d5c8a0bb44eee Author: Jens Georg Date: Sun Jun 14 13:00:21 2015 +0200 network-light: Do not create about dialog all the time Signed-off-by: Jens Georg src/network-light/gui.c | 6 ------ 1 file changed, 6 deletions(-) commit 3bf7369bc32f7bd76c774ab63ad4c66a5550ebef Author: Jens Georg Date: Sun May 10 19:26:28 2015 +0200 Post-release version bump Signed-off-by: Jens Georg configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)