commit 66bc17e9f7f99f494302226ec333ee175d0f906b Author: Victor Toso Date: Tue Jul 17 16:22:39 2018 +0200 Release 0.3.5 NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 56 insertions(+), 2 deletions(-) commit 8b716af3d2c758a6c604ddc1f588aa112c9c9a9f Author: Victor Toso Date: Tue Jul 17 13:08:08 2018 +0200 build: include meson in the tarballs https://gitlab.gnome.org/GNOME/grilo/issues/4 Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit adc11e54537aff804c6dcd8d26ade0114632157b Author: veer Date: Tue Jun 12 04:34:54 2018 +0530 test-ui: Use GMenu and GAction for application menu This fixes the following deprecation warnings: | main.c: In function ‘changes_notification_cb’: | main.c:286:3: warning: ‘gtk_toggle_action_get_active’ is deprecated | ui_state->changes_notification = gtk_toggle_action_get_active (action); | ^~~~~~~~ | main.c: In function ‘ui_setup’: | main.c:1878:3: warning: ‘gtk_action_group_new’ is deprecated | GtkActionGroup *actions = gtk_action_group_new ("actions"); | ^~~~~~~~~~~~~~ | main.c:1879:3: warning: ‘gtk_action_group_add_actions’ is deprecated | gtk_action_group_add_actions (actions, entries, G_N_ELEMENTS (entries), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | main.c:1880:3: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated | gtk_action_group_add_toggle_actions (actions, toggle_entries, G_N_ELEMENTS (toggle_entries), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | main.c:1882:3: warning: ‘gtk_ui_manager_new’ is deprecated | GtkUIManager *uiman = gtk_ui_manager_new (); | ^~~~~~~~~~~~ | main.c:1883:3: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated | gtk_ui_manager_insert_action_group (uiman, actions, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | main.c:1885:31: warning: ‘gtk_ui_manager_get_accel_group’ is deprecated | gtk_ui_manager_get_accel_group (uiman)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | main.c:1886:3: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated | gtk_ui_manager_add_ui_from_string (uiman, ui_definition, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | main.c:1890:23: warning: ‘gtk_ui_manager_get_widget’ is deprecated | gtk_ui_manager_get_widget (uiman, "/MainMenu"), | ^~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Victor Toso tools/grilo-test-ui/main.c | 192 ++++++++++++++++++++++++++++++--------------- 1 file changed, 128 insertions(+), 64 deletions(-) commit e2c649364b0e1c05e1177417d16c4374f6b6a5d3 Author: Yi-Soo An Date: Thu Jul 12 16:52:12 2018 +0900 tests: Add g_autoptr tests The tests are for the classes - GrlNetWc - GrlData - GrlMedia - GrlRelatedKeys - GrlCaps - GrlOperationOptions - GrlPlugin https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 tests/Makefile.am | 4 +++ tests/autoptr.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) commit 18ae3196dff76711f30c131d25ede2b5ccee4bb1 Author: Yi-Soo An Date: Thu Jul 12 16:41:06 2018 +0900 net-wc: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 libs/net/grl-net-wc.h | 2 ++ 1 file changed, 2 insertions(+) commit 6b49c5e9b16309ce99d1f4d72e09ffb3acf3cc72 Author: Yi-Soo An Date: Thu Jul 12 15:31:45 2018 +0900 plugin: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/grl-plugin.h | 2 ++ 1 file changed, 2 insertions(+) commit e1a8991e0ff6c011b1b6fcad93f772674afeab6e Author: Yi-Soo An Date: Thu Jul 12 14:12:26 2018 +0900 caps: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/grl-caps.h | 2 ++ 1 file changed, 2 insertions(+) commit 2d8bed42b01a2d08c717a0c7247367c3dc4dc14e Author: Yi-Soo An Date: Wed Jul 11 15:00:54 2018 +0900 related-keys: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/data/grl-related-keys.h | 2 ++ 1 file changed, 2 insertions(+) commit 97da2d3aa924df4c98429a4dbf42ac0856866413 Author: Yi-Soo An Date: Wed Jul 11 14:57:35 2018 +0900 data: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/data/grl-data.h | 2 ++ 1 file changed, 2 insertions(+) commit aa44edd82f0c2960173a7cfaf4a4f2c1b52b64cf Author: Yi-Soo An Date: Wed Jul 11 14:33:44 2018 +0900 operation-options: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/grl-operation-options.h | 2 ++ 1 file changed, 2 insertions(+) commit 317d77de3b44030e972e51d4a470870e2dc6aef4 Author: Yi-Soo An Date: Wed Jul 11 14:28:57 2018 +0900 media: Add G_DEFINE_AUTOPTR_CLEANUP_FUNC To support g_autoptr, it is added. https://gitlab.gnome.org/GNOME/grilo/merge_requests/10 src/data/grl-media.h | 2 ++ 1 file changed, 2 insertions(+) commit b2e21c38e4b2e2c31223dc3a26022c8107d604e9 Author: Matej Urbančič Date: Wed Jul 11 21:45:27 2018 +0200 Added Slovenian translation po/sl.po | 144 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 70 insertions(+), 74 deletions(-) commit 5b60c7458e631cf943603c322ed0076f1ce33a65 Author: veer Date: Sat Jun 9 19:05:30 2018 +0530 test-ui: Fix -Wenum-compare ../tools/grilo-test-ui/main.c: In function ‘supported_media_to_str’: ../tools/grilo-test-ui/main.c:905:12: warning: comparison between ‘GrlMediaType’ {aka ‘enum ’} and ‘enum ’ [-Wenum-compare] if (type == GRL_SUPPORTED_MEDIA_NONE) ^~ ../tools/grilo-test-ui/main.c:907:12: warning: comparison between ‘GrlMediaType’ {aka ‘enum ’} and ‘enum ’ [-Wenum-compare] if (type == GRL_SUPPORTED_MEDIA_ALL) ^~ https://gitlab.gnome.org/GNOME/grilo/issues/7 Signed-off-by: Victor Toso tools/grilo-test-ui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 437da35985c17d3c64b0b51390aff67f609f6e66 Author: Balázs Meskó Date: Sat Jul 7 14:20:40 2018 +0000 Update Hungarian translation po/hu.po | 122 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 59 insertions(+), 63 deletions(-) commit 30a88ff561121b902cc8af8cfb9d17eae06304aa Author: Daniel Șerbănescu Date: Thu Jun 28 18:56:49 2018 +0000 Update Romanian translation po/ro.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 0e4ea9e97fa882f12f928e6053d4dd8dc30dfe6f Author: Fabio Tomat Date: Tue Jun 26 20:16:55 2018 +0000 Update Friulian translation po/fur.po | 137 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 67 insertions(+), 70 deletions(-) commit bdb2bccae0f1f701ca799e4a8fb678f84b037dde Author: Andika Triwidada Date: Sat Jun 23 03:12:29 2018 +0000 Update Indonesian translation po/id.po | 139 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 68 insertions(+), 71 deletions(-) commit e10ae49a956ff86d59702915d4c729d8981e3085 Author: Daniel Mustieles Date: Thu Jun 21 10:05:40 2018 +0200 Updated Spanish translation po/es.po | 138 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 66 deletions(-) commit 2d0dd2014f000455404413ddd70ab179c7a0c12c Author: Mario Blättermann Date: Sun Jun 17 11:14:50 2018 +0000 Update German translation po/de.po | 124 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 67 deletions(-) commit 9abc2e219609ec069bae0fc0670307f7f36c81fa Author: Marek Cernocky Date: Thu Jun 14 14:03:05 2018 +0200 Updated Czech translation po/cs.po | 116 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 55 insertions(+), 61 deletions(-) commit 89cabea116fa540e396f96e36430fc705a571163 Author: Yi-Jyun Pan Date: Wed Jun 13 14:42:27 2018 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 119 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 58 insertions(+), 61 deletions(-) commit fa5999f3b5c1a121905469577dee6cfd5c867319 Author: Anders Jonsson Date: Sun Jun 10 15:58:19 2018 +0000 Update Swedish translation po/sv.po | 115 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 57 insertions(+), 58 deletions(-) commit e8424d28d9b08d91e47ee228dd18d25075e11473 Author: Piotr Drąg Date: Sun Jun 10 15:28:01 2018 +0200 Update Polish translation po/pl.po | 119 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 57 insertions(+), 62 deletions(-) commit bba45f60671f1da555cafc1a3c072cef12198367 Author: Rafael Fontenelle Date: Sat Jun 9 14:03:08 2018 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 145 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 70 insertions(+), 75 deletions(-) commit 31ecb8381a8b48ae394c8b783994d1be21d6ee96 Author: Piotr Drąg Date: Thu Oct 6 04:05:23 2016 +0200 Use Unicode in translatable strings Changes "…" quotation marks to “…”. See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772493 src/grl-multiple.c | 2 +- src/grl-registry.c | 20 ++++++++++---------- src/grl-source.c | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) commit 8f0f3de84e6edefd42dab69158433f9a18de9f19 Merge: 39c9d89 21986cb Author: Victor Toso Date: Sat Jun 9 12:12:17 2018 +0000 Merge branch 'test_metadata' into 'master' Add vala bindings for multiple keys Closes #2 See merge request GNOME/grilo!1 commit 21986cbe53383fa202022d26e7cf9c62d8cde355 Author: 1PunMan Date: Mon May 28 14:06:21 2018 +0530 grilo: Add vala bindings for Key COMPOSER Currently Grilo returns an error when the Key COMPOSER is used, this commit adds the binding to allow the key to function properly. https://gitlab.gnome.org/GNOME/grilo/issues/2 bindings/vala/grilo-0.3-custom.vala | 2 ++ 1 file changed, 2 insertions(+) commit 972ca2c12d434a71d3a6eeb97604e9fdace3b5e4 Author: 1PunMan Date: Mon May 28 14:01:42 2018 +0530 grilo: Add vala bindings for Key ALBUM_DISC_NUMBER Currently Grilo returns an error when the Key ALBUM_DISC_NUMBER is used, this commit adds the binding to allow the key to function properly. https://gitlab.gnome.org/GNOME/grilo/issues/2 bindings/vala/grilo-0.3-custom.vala | 2 ++ 1 file changed, 2 insertions(+) commit 80746024a9c781700f2b49f4ecba653d045f0312 Author: 1PunMan Date: Sun May 20 16:12:33 2018 +0530 grilo: Add vala bindings for Key ALBUM_ARTIST Currently Grilo returns an error when the Key ALBUM_ARTIST is used, this commit adds the binding to allow the key to function properly. https://gitlab.gnome.org/GNOME/grilo/issues/2 bindings/vala/grilo-0.3-custom.vala | 2 ++ 1 file changed, 2 insertions(+) commit 39c9d89635788c76c1777e7de11c2f7b851b4835 Author: Daniel Șerbănescu Date: Sun Apr 8 20:01:29 2018 +0000 Add Romanian translation po/LINGUAS | 1 + po/ro.po | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+) commit 005c29c63f310aff5e56df35659ebc9c78c3a3bc Author: Claude Paroz Date: Mon Mar 26 14:39:36 2018 +0200 Add glib preset to meson i18n call Without that, no strings are extracted to the .pot file. po/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d3863c0bedb46af15804932d8753bc3b5592e21 Author: gogo Date: Fri Mar 16 18:17:51 2018 +0000 Add Croatian translation po/LINGUAS | 1 + po/hr.po | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+) commit b144fe0a105b9332e5be18a4ea224197ba5fd1b4 Author: Anders Jonsson Date: Mon Oct 16 22:06:18 2017 +0000 Update Swedish translation po/sv.po | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) commit 59b9daf6b3f1ae76c0a884268da0662bd18f2b04 Author: Xavi Ivars Date: Thu Oct 5 14:28:46 2017 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 127 +++++++++++++++++++++++++++++------------------------- 1 file changed, 68 insertions(+), 59 deletions(-) commit 2b2c5cf6aa46a73ff383e4eafe33760eb109b776 Author: Christophe Fergeau Date: Mon Sep 18 11:07:14 2017 +0200 test-ui: Fix several leaks Fixing these leaks makes it easier to spot leaks coming from the underlying libraries when running under valgrind. Signed-off-by: Christophe Fergeau https://bugzilla.gnome.org/show_bug.cgi?id=787873 tools/grilo-test-ui/main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit b333c0d3c915d22320efe87275f1cc4f23029627 Author: Jordi Mas Date: Thu Sep 7 16:17:51 2017 +0200 Update Catalan translation po/ca.po | 120 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 64 insertions(+), 56 deletions(-) commit 2e1c69657347cbcf8a3df92c366d769fdf8bea00 Author: Emin Tufan Çetin Date: Wed Sep 6 06:50:05 2017 +0000 Update Turkish translation po/tr.po | 102 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 49 deletions(-) commit f24601d01cd39c9bc9f6cef032347892c2c3457c Author: Ask Hjorth Larsen Date: Mon Aug 28 16:19:38 2017 +0200 Updated Danish translation po/da.po | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) commit b56c54c3fb136189ee3aaf189fb9ea8ddeb4f8ec Author: Victor Toso Date: Fri Aug 25 11:11:15 2017 +0200 Post-release version bump to 0.3.5 configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)