commit c0fe1703a0b6e88ebaf498f01ca8b34489969e0e Author: Matthias Clasen Date: Sun Aug 28 07:16:14 2016 -0400 2.49.6 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 53d5a9f6fbd15f510300771c70e292de5b7b9a03 Author: Matthias Clasen Date: Sat Aug 27 22:54:39 2016 -0400 Fix the signals test The test setup here is not really independent, so the addition of the custom-marshaller test was breaking some of the other tests. Fix things up. gobject/tests/signals.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 585e754a01e82f1718c8aeefdddd8a07c015e399 Author: Marek Cernocky Date: Fri Aug 26 14:39:08 2016 +0200 Updated Czech translation po/cs.po | 89 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 41 deletions(-) commit 66f72f7232e3da3d3fae5e7a5f08932a66f9a491 Author: Piotr Drąg Date: Fri Aug 26 13:44:15 2016 +0200 Updated Polish translation po/pl.po | 87 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 40 deletions(-) commit e89732206ea41759ba524a0ac824a2bc8e45fa30 Author: Matthias Clasen Date: Fri Aug 26 01:32:18 2016 -0400 Updates NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 89089ee6627e7ee16f1f135748e175a09d6074a4 Author: Enrico Nicoletto Date: Thu Aug 25 23:21:53 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 208 +++++++++++++++++++++++------------------------------------- 1 file changed, 81 insertions(+), 127 deletions(-) commit b08c6abda82f6f080b510547717e284324b16abb Author: Balázs Úr Date: Thu Aug 25 21:43:43 2016 +0000 Updated Hungarian translation po/hu.po | 162 +++++++++++++++++++++------------------------------------------ 1 file changed, 54 insertions(+), 108 deletions(-) commit 8fd72838ced613b74b6c1bf5dcc92200fcf3db05 Author: Jeremy Whiting Date: Thu Aug 25 12:39:33 2016 -0600 Added describe command to gsettings command-line tool. describe command shows description of given gsettings key. Added documentation of describe command to gsettings man page. docs/reference/gio/gsettings.xml | 13 +++++++++++++ gio/gsettings-tool.c | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+) commit edfbfc18279b6c39fbf6db8676268ea7fec97fc8 Author: Benjamin Otte Date: Thu Jul 28 09:52:52 2016 -0400 tests: Add test showing default marshaller override https://bugzilla.gnome.org/show_bug.cgi?id=769076 gobject/tests/signals.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) commit ef16cbee5bfb4378ca40a2e034c66539f222b22a Author: Matthias Clasen Date: Thu Jul 28 08:51:17 2016 -0400 Don't set a va marshaller if a marshaller was set Otherwise we get warnings when the caller later tries to set a va marshaller with g_signal_set_va_marshaller. https://bugzilla.gnome.org/show_bug.cgi?id=769076 gobject/gsignal.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 097f70828fa2b2b1b903c2969ce756e27750675c Author: Philip Withnall Date: Thu Aug 25 10:25:49 2016 +0100 gdbus-codegen: Strip @since parameters before comparison People might put more extraneous whitespace in a @since line in a documentation comment, which should not affect the ordering of methods/signals/etc. in the generated output. https://bugzilla.gnome.org/show_bug.cgi?id=770372 gio/gdbus-2.0/codegen/parser.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 61ea2946ed54c153af5a264a53204f70d1bd4d35 Author: Rafael Fontenelle Date: Wed Aug 24 12:28:20 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1609 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1186 insertions(+), 423 deletions(-) commit 87bad603c976c6be76eed2dcfc385ba4181fadb1 Author: Gábor Kelemen Date: Wed Aug 24 07:04:40 2016 +0000 Updated Hungarian translation po/hu.po | 1391 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1050 insertions(+), 341 deletions(-) commit a6d83cd3d570784c9da563a255589a377db538c8 Author: Piotr Drąg Date: Tue Aug 23 12:06:32 2016 +0200 Updated Polish translation po/pl.po | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit 0c64487d35eb9714b1071290fdce8106f32eb565 Author: Daniel Mustieles Date: Mon Aug 22 20:42:50 2016 +0200 Updated Spanish translation po/es.po | 87 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 41 deletions(-) commit b82682e34fe86b9e53f85b0348b194535b6e0465 Author: Marek Černocký Date: Sun Aug 21 10:54:48 2016 +0200 Updated Czech translation po/cs.po | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) commit 87d76a5a9cadb059b9dc434af469a28f5ede7544 Author: Matthias Clasen Date: Sat Aug 20 16:47:34 2016 -0400 glib-compile-resources: generate .d-file style dependency Add --dependency-file=foo.d option to generate a gcc -M -MF style dependency file for other build tools. The current output of --generate-dependencies is only useful for use directly in Makefile rules, but can't be used in other build systems like that. The generated dependency file looks like this: $ glib-compile-resources --sourcedir= test.gresource.xml --dependency-file=- test.gresource.xml: test1.txt test2.txt test2.txt test1.txt: test2.txt: test2.txt: Unlike --generate-dependencies, the --dependency-file option can be used together with other --generate options to create dependencies as side-effect of generating sources. Based on a patch by Tim-Philipp Müller in https://bugzilla.gnome.org/show_bug.cgi?id=745754 The changes in this patch, compared to his are to always return the hash table with file information from parse_resource_file, so we can use it for dependency output, regardless if generate_dependencies was TRUE or not. docs/reference/gio/glib-compile-resources.xml | 14 +++++ gio/glib-compile-resources.c | 82 ++++++++++++++++++++++----- 2 files changed, 81 insertions(+), 15 deletions(-) commit 9afff5f05decc20094130a9bf9b2b907acca4bc6 Author: Emmanuele Bassi Date: Sat Aug 20 17:16:31 2016 +0100 Revert "glib-compile-resources: generate .d-file style dependency output for build tools" This reverts commit e8c8395f0e72f59e37189e94b08052bebb51ac77. Tim said that the patch isn't ready, yet, and the commit is breaking the build in Continuous. docs/reference/gio/glib-compile-resources.xml | 14 ----- gio/glib-compile-resources.c | 89 +++++++-------------------- 2 files changed, 22 insertions(+), 81 deletions(-) commit e8c8395f0e72f59e37189e94b08052bebb51ac77 Author: Tim-Philipp Müller Date: Tue Jan 26 19:21:57 2016 +0000 glib-compile-resources: generate .d-file style dependency output for build tools Add --dependency-file=foo.d option to generate a gcc -M -MF style dependency file for other build tools. The current output of --generate-dependencies is only useful for use directly in Makefile rules, but can't be used in other build systems like that. The generated dependency file looks like this: $ glib-compile-resources --sourcedir= test.gresource.xml --dependency-file=- test.gresource.xml: test1.txt test2.txt test2.txt test1.txt: test2.txt: test2.txt: Unlike --generate-dependencies, the --dependency-file option can be used together with other --generate options to create dependencies as side-effect of generating sources. Based on a patch by Tim-Philipp Müller. https://bugzilla.gnome.org/show_bug.cgi?id=745754 docs/reference/gio/glib-compile-resources.xml | 14 +++++ gio/glib-compile-resources.c | 89 ++++++++++++++++++++------- 2 files changed, 81 insertions(+), 22 deletions(-) commit 951e26fb177bf1f9e4fec48dc0327654c02528ba Author: Marek Černocký Date: Fri Aug 19 14:30:09 2016 +0200 Updated Czech translation po/cs.po | 119 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 53 insertions(+), 66 deletions(-) commit 270af86aa52591bc272412710c8b641741682405 Author: Tiago Santos Date: Thu Aug 18 21:31:13 2016 +0000 Updated Portuguese translation po/pt.po | 468 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 219 insertions(+), 249 deletions(-) commit 28001f53e91640f28770e31a9cf6d67aae67ec90 Author: Christian Kirbach Date: Thu Aug 18 20:53:24 2016 +0000 Updated German translation po/de.po | 1382 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1041 insertions(+), 341 deletions(-) commit c16127304de53462228e0a6d2d6db62bb87f64f9 Author: Marek Černocký Date: Thu Aug 18 10:00:58 2016 +0200 Updated Czech translation po/cs.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7a0ad5cb0d22b5fe48ab29bda31e883bbf9d1175 Author: Marek Černocký Date: Thu Aug 18 09:59:26 2016 +0200 Updated Czech translation po/cs.po | 1388 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1052 insertions(+), 336 deletions(-) commit 8a47e505feb656a17731e5ba6505172765542f4b Author: Piotr Drąg Date: Wed Aug 17 20:35:16 2016 +0200 Updated Polish translation po/pl.po | 1738 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 1222 insertions(+), 516 deletions(-) commit 3f0ff576a71b772d6984e87b7e60133b35b65543 Author: Piotr Drąg Date: Wed Aug 17 20:34:38 2016 +0200 Fix typos in translatable strings gio/gio-tool-copy.c | 2 +- gio/gio-tool-mkdir.c | 2 +- gio/gio-tool-move.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)