commit c5223bffa57915f4c9f86580804dcfc7ebe31e2d Author: Debarshi Ray Date: Fri Nov 20 17:40:18 2015 +0100 tests: Make metadata-only uploads work with Drive v2 Same issue as folder creation. See a9c8516b4380a213cd92d83a11f9793414588319 for the rationale. https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/tests/documents.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 51a5fbadee4e86fe6e0a30164bee76a71595cbbd Author: Debarshi Ray Date: Fri Nov 20 16:14:01 2015 +0100 tests: Align https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/tests/documents.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0a92ea82c69d95bef5c3f6664883e551ffb6e792 Author: Alberto Mardegan Date: Mon Nov 23 17:16:13 2015 +0200 documents: update title search to Drive v2 The title must be passed as part of the "q" parameter. https://bugzilla.gnome.org/show_bug.cgi?id=758524 gdata/services/documents/gdata-documents-query.c | 37 +++++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) commit 3e98fb3a62278dbe4c7905f6e7398b51b7cb4624 Author: Balázs Meskó Date: Sun Nov 29 14:03:57 2015 +0000 Updated Hungarian translation po/hu.po | 55 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) commit c930f9c4a78c60ae44dc77928f1fa3ff815fa723 Author: Wolfgang Stöggl Date: Sat Nov 28 06:12:23 2015 +0000 Updated German translation po/de.po | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit a984f1137a77d7bfb5d39c7a4038597780e6490e Author: Dušan Kazik Date: Wed Nov 25 09:37:35 2015 +0000 Updated Slovak translation po/sk.po | 202 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 141 insertions(+), 61 deletions(-) commit 30a716bb8471282373c9eaad5d3e4d4b164c9724 Author: Marek Černocký Date: Tue Nov 24 16:15:17 2015 +0100 Updated Czech translation po/cs.po | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) commit 0c17acf334fff5b8a93748e6a09a8c43b2cc900c Author: Debarshi Ray Date: Fri Nov 20 16:57:26 2015 +0100 tests: Make folder creation work with Drive v2 See a9c8516b4380a213cd92d83a11f9793414588319 for the rationale. https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/tests/documents.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit cd2c2fcbae24c2442bdf9f62eea9599043d31765 Author: Debarshi Ray Date: Fri Nov 20 17:41:34 2015 +0100 documents: Fix a typo in the documentation comment https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/services/documents/gdata-documents-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8dfca1eb25d80c14d970d4448f4cef89f64839ef Author: Debarshi Ray Date: Fri Nov 20 16:00:33 2015 +0100 tests: Set the right expectations when deleting using Drive v2 Once an entry is deleted, it is gone for good and gdata_service_query_single_entry won't be able find it anymore. Instead it will return NULL and throw GDATA_SERVICE_ERROR_NOT_FOUND. We might have to revisit it when we add support for trashing. https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/tests/documents.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) commit 95f36ea5b0d4a0899aead28d48a45d8cb8fe749d Author: Daniel Mustieles Date: Mon Nov 23 19:04:41 2015 +0100 Updated Spanish translation po/es.po | 1224 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 614 insertions(+), 610 deletions(-) commit b87f4099bffa492fb23c8f11698e1ec1252636fc Author: Pedro Albuquerque Date: Sat Nov 21 09:09:32 2015 +0000 Updated Portuguese translation po/pt.po | 57 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) commit b1f7ecb2f3ec520e2fd991c87d072f3b69cd615f Author: Aurimas Černius Date: Fri Nov 20 20:47:39 2015 +0200 Updated Lithuanian translation po/lt.po | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) commit b38fd2189ccb044b782cc7f210e9901c63c202a3 Author: Piotr Drąg Date: Fri Nov 20 18:04:42 2015 +0100 Updated Polish translation po/pl.po | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) commit 7b1a804f324e154554a586cc477dbdc5ddb3a76a Author: Debarshi Ray Date: Fri Nov 20 12:37:17 2015 +0100 tests: Remove outdated async authentication tests from Documents These were using the unsupported ClientLogin API. The OAuth2 authoriser has its own async authorisation tests, so porting the existing Documents tests would gain us nothing. https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/tests/documents.c | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) commit e1b9c254300d07723b55bd830ab595aff714706a Author: Debarshi Ray Date: Fri Sep 4 15:12:04 2015 +0200 documents: Port gdata_documents_service_copy_document to Drive v2 Now it is a wrapper around gdata_documents_service_add_entry_to_folder, so the document can even be an arbitrary file. https://bugzilla.gnome.org/show_bug.cgi?id=684920 gdata/services/documents/gdata-documents-service.c | 63 ++++++++++++---------- 1 file changed, 34 insertions(+), 29 deletions(-) commit 63637ad4cb68a3883c2689a510e590ec7a48640e Author: Philip Withnall Date: Wed Nov 18 00:15:13 2015 +0000 tests: Fix duplicate test path in oauth1-authorizer tests https://bugzilla.gnome.org/show_bug.cgi?id=758119 gdata/tests/oauth1-authorizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ed52192fcd3cde2c0d7f0ab0d9e300fcdbc373a8 Author: Inaki Larranaga Murgoitio Date: Wed Oct 14 13:44:59 2015 +0200 Updated Basque language po/eu.po | 300 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 169 insertions(+), 131 deletions(-) commit 49f5998cf5234483552ffb0af8deb9c952ba8103 Author: Philip Withnall Date: Wed Oct 7 13:36:53 2015 +0100 calendar: Remove incorrect (allow-none) annotations gint64s can’t be allow-none. Spotted by Zeeshan Ali. This fixes building against the latest versions of gobject-introspection, which are stricter about warning about this kind of thing. gdata/services/calendar/gdata-calendar-query.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fe8d0dd41823770c4283e7dbcc4b7ca1ad0d6eb9 Author: Emmanuele Bassi Date: Sun Oct 4 14:08:49 2015 +0100 build: Fix builddir != srcdir failure The split symbol files are in the srcdir path, not in the builddir one. Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0bb2901aa5d944e7e588a4fd9f57d3be96354dc5 Author: Philip Withnall Date: Sun Oct 4 13:35:38 2015 +0100 build: Split GOA symbols out into a separate symbols file On some systems (Mac OS X) it is an error to include symbols in the symbols file which are not exported from the library. This can happen if building with --disable-goa (or --disable-gnome). Fix this by generating the symbols file dynamically. https://bugzilla.gnome.org/show_bug.cgi?id=754821 HACKING | 4 +- Makefile.am | 14 +- gdata/gdata-core.symbols | 1117 +++++++++++++++++++++++++++++++++++++++++++++ gdata/gdata-goa.symbols | 3 + gdata/gdata.symbols | 1120 ---------------------------------------------- 5 files changed, 1134 insertions(+), 1124 deletions(-) commit 5090ecd40d21c221ee8fa26d392c2e4ddecdd773 Author: Philip Withnall Date: Sun Oct 4 12:07:54 2015 +0100 contacts: Remove redundant copypasta This is left over from manually expanding one of the parser functions inline here. Coverity CID: 131018 gdata/services/contacts/gdata-contacts-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 210878ba073be6bfffd3c9a6265164fbaf118f94 Author: Debarshi Ray Date: Fri Oct 2 12:41:34 2015 +0200 core: GDataDownloadStream:content-length should consider Content-Range https://bugzilla.gnome.org/show_bug.cgi?id=755976 gdata/gdata-download-stream.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 79995b6789c89dc9bbe8514428045e8a151c78f6 Author: Debarshi Ray Date: Fri Oct 2 16:00:06 2015 +0200 core: Don't duplicate the received chunks in GDataDownloadStream We were accumulating SoupMessage::got-chunk connections whenever the network thread was restarted. This meant that we were pushing the same chunks of data multiple times into the GDataBuffer. https://bugzilla.gnome.org/show_bug.cgi?id=755976 gdata/gdata-download-stream.c | 2 ++ 1 file changed, 2 insertions(+) commit 805133bd6f306a720524b2bcbdab14ccac0800ad Author: Philip Withnall Date: Mon Sep 28 15:52:49 2015 +0100 gdata: Tweak documentation for GDataParserError It covers JSON as well as XML. gdata/gdata-parsable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8025de2a5e3271b3527520f37246687a2e981c40 Author: Милош Поповић Date: Wed Sep 23 08:42:20 2015 +0000 Updated Serbian Latin translation po/sr@latin.po | 233 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 132 insertions(+), 101 deletions(-) commit 7e339f58211736a7988b45decdb9674ed97badd8 Author: Марко Костић Date: Wed Sep 23 08:40:52 2015 +0000 Updated Serbian translation po/sr.po | 233 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 132 insertions(+), 101 deletions(-) commit c4722b979e370150bf027542c1a1e782e4126a69 Author: Enrico Nicoletto Date: Sun Sep 20 15:01:39 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 316 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 144 insertions(+), 172 deletions(-) commit 2eb4c160911e04a4575b041aed7c61297bb2a01f Author: Ask Hjorth Larsen Date: Sat Sep 19 16:25:41 2015 +0000 Updated Danish translation po/da.po | 303 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 172 insertions(+), 131 deletions(-) commit 3d27ae3cf461f2a42117c3284293a84bb1e31c46 Author: Rūdolfs Mazurs Date: Fri Sep 18 23:03:41 2015 +0300 Updated Latvian translation po/lv.po | 280 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 151 insertions(+), 129 deletions(-) commit 05826dc6ad21471519410be591d2ada9c386e950 Author: Muhammet Kara Date: Thu Sep 17 18:20:24 2015 +0000 Updated Turkish translation po/tr.po | 264 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 146 insertions(+), 118 deletions(-) commit ef86c11ec85b3151151365d448ddcadb854769c8 Author: Stas Solovey Date: Thu Sep 17 11:10:31 2015 +0000 Updated Russian translation po/ru.po | 302 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 172 insertions(+), 130 deletions(-) commit bd6f22933cd95cc14ea7e4659394b2164f10534b Author: Philip Withnall Date: Mon Sep 14 18:28:41 2015 +0100 build: Increment version to 0.17.4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2840ab1ddfc4d0616424f0c23626f240a7923c3a Author: Philip Withnall Date: Mon Sep 14 18:27:31 2015 +0100 Release version 0.17.3 NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-)