commit e7d47186360bc3310e2b1020105a224ca9ec9008 Author: Aurimas Černius Date: Sun Dec 1 17:35:18 2013 +0200 core: Fix gdata-goa-authorizer.h for C++ Add missing G_END_DECLS. https://bugzilla.gnome.org/show_bug.cgi?id=719647 gdata/gdata-goa-authorizer.h | 2 ++ 1 file changed, 2 insertions(+) commit 2f580aa33dc4424f545fd124f40b1837610f92c6 Author: Philip Withnall Date: Sun Nov 24 18:26:28 2013 +0000 docs: Update libgdata website Now: https://wiki.gnome.org/Projects/libgdata HACKING | 2 +- README | 2 +- configure.ac | 2 +- libgdata.doap | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit b551827afd557f826c89ecce2695fa25342db838 Author: Fabiano Fidêncio Date: Mon Nov 18 09:38:45 2013 +0100 tests: Replace g_test_trap_fork() with g_test_trap_subprocess() For GLib versions newer than 2.38.0. This continues to work for older versions, so the GLib dependency is not bumped. https://bugzilla.gnome.org/show_bug.cgi?id=712565 gdata/tests/client-login-authorizer.c | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) commit a8a023e7f0a502566fe7d39c308f55cbe1662f37 Author: Fabiano Fidêncio Date: Mon Nov 18 09:29:03 2013 +0100 core: Fix 'soup_gnome_features_2_26_get_type' is deprecated warning GNOME 2.26 libsoup's feature was just the GNOME proxy resolver, which is now provided as default GIO extension point. More informations can be seen in: [0]: https://git.gnome.org/browse/libsoup/commit/?id=4ded0924fd82e006f31a8e9089fd297fac15eef9 [1]: https://bugzilla.gnome.org/show_bug.cgi?id=573685 https://bugzilla.gnome.org/show_bug.cgi?id=712565 README | 3 +-- configure.ac | 4 ++-- gdata/gdata-service.c | 5 +---- 3 files changed, 4 insertions(+), 8 deletions(-) commit 9124c1e8829e20082fa5c8d54e7f53e1460141cc Author: Philip Withnall Date: Tue Nov 19 19:05:04 2013 +0000 tests: Fix strict aliasing problems with struct sockaddr Make it a union and GCC is happy again. gdata/tests/streams.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit b656c57bfd487177236361ec49974726a4f62f23 Author: Philip Withnall Date: Tue Nov 19 19:04:49 2013 +0000 core: Fix strict-aliasing problems with authentication domains Dodgy casts are the worst. gdata/gdata-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit dd105feff61987c0f772f37cf3ec07012166e8b1 Author: Fabiano Fidêncio Date: Mon Nov 18 09:04:13 2013 +0100 demos: Fix GtkStock deprecated functions https://bugzilla.gnome.org/show_bug.cgi?id=712565 demos/scrapbook/scrapbook.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit d579467e818325dc7a129578adfa670a6e1164d2 Author: Fabiano Fidêncio Date: Mon Nov 18 09:20:45 2013 +0100 core: Replace deprecated GStaticMutex with GMutex https://bugzilla.gnome.org/show_bug.cgi?id=712565 gdata/gdata-goa-authorizer.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit d3ef43cd4fe5a732a71e191a3184759772d3b231 Author: Philip Withnall Date: Fri Oct 11 13:30:35 2013 +0100 build: Fix ChangeLog generation Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c4fea2a26f54c4cd675c81f14d10a097c946f33 Author: Philip Withnall Date: Sat Aug 31 22:45:17 2013 -0600 tests: Add tests for comparison of GDataGD* objects Add a number of tests for comparison of GDataGD* objects. This doesn’t push test coverage up significantly, but allowed validation of the sanity of the different comparisons when writing the tests. gdata/tests/general.c | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) commit b9889a5984785986072545ef8e61f33db9b28aae Author: Philip Withnall Date: Sat Aug 31 22:44:02 2013 -0600 gd: Fix comparison of GDataGDReminders with non-equal relative times Two GDataGDReminders would previously compare as equal if their methods were equal but their relative times were not. Now they only compare equal if both their methods and their relative (or absolute) times are equal. This includes a test case. Spotted by Miao Yu . gdata/gd/gdata-gd-reminder.c | 13 +++++++------ gdata/tests/general.c | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 6 deletions(-) commit 50e6da8f2725a3d74ed49af342feb28c9305cabe Author: Philip Withnall Date: Sat Aug 31 22:42:33 2013 -0600 gd: Include URI in comparisons between GDataGDPhoneNumbers This means two numbers will compare equal if their URIs are non-NULL and equal. This is a slight behaviour change, but I don’t consider it to break API, since comparison behaviour isn’t documented anywhere and nobody’s ever asked. This includes a test case. gdata/gd/gdata-gd-phone-number.c | 18 +++++++++++++++++- gdata/tests/general.c | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) commit 3c7551b2ccce59412180ac969b8ce027c7c05783 Author: Philip Withnall Date: Fri Aug 30 23:40:23 2013 -0600 calendar: Document mutual exclusion between event times and recurrences Turns out the server explicitly disallows setting individual times for an event if it has a recurrence rule set (and vice-versa). It’s not possible to add checks for this in libgdata without breaking API, so rely on the server to fail to insert the offending GDataCalendarEvent if it pleases. Spotted by Miao Yu . gdata/services/calendar/gdata-calendar-event.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 90e5098d842dc44ea3d621b2a1059bc01004b504 Author: Philip Withnall Date: Fri Aug 30 23:39:14 2013 -0600 calendar: Remove an unused variable from a private struct gdata/services/calendar/gdata-calendar-event.c | 1 - 1 file changed, 1 deletion(-) commit a9c98a1478d3c05d279704333580a8eb23c10836 Author: Philip Withnall Date: Thu Aug 29 23:03:53 2013 -0600 tests: Fix minor memory leaks in general test suite gdata/tests/general.c | 3 +++ 1 file changed, 3 insertions(+) commit 1606f446ebf48ae0232fdb69deed9666c390048f Author: Philip Withnall Date: Thu Aug 29 09:22:49 2013 -0600 build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS This fixes the build with recent changes to gnome-common. See: https://bugzilla.gnome.org/show_bug.cgi?id=706826 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 840e08976cbc8b19949092bdb469c125e9b5bf9b Author: Philip Withnall Date: Wed Dec 18 23:41:04 2013 +0000 build: Increment version to 0.14.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c9ba300498e8dfd28498389e202eefda41e4c16 Author: Philip Withnall Date: Wed Aug 28 23:32:42 2013 -0600 Release version 0.14.0 NEWS | 21 +++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit 6937287b6c3302397eb92e4e900195d238f00888 Author: Philip Withnall Date: Wed Aug 28 21:54:44 2013 -0600 picasaweb: Fix some integer overflow bugs on 32-bit machines Looks like nobody’s previously run the test suite on a 32-bit machine… gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- gdata/tests/picasaweb.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 035979496f91747839c219d27627c6393f36230c Author: Philip Withnall Date: Wed Aug 28 20:39:06 2013 -0600 docs: Ignore generated *-enums.h files A couple of them weren’t being excluded, and were generating noise in gdata-sections.txt. docs/reference/Makefile.am | 2 ++ docs/reference/gdata-sections.txt | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) commit 5af3a0722daf2711f05665a63508b8fd34b70df8 Author: Philip Withnall Date: Tue Aug 27 23:42:35 2013 -0600 gd: Fix documentation comment gdata/gd/gdata-gd-when.c | 3 +++ 1 file changed, 3 insertions(+) commit 2b14c68fc531fb6d940c4602d83e4a2236caa9b8 Author: Alexandre Franke Date: Thu Aug 22 12:30:34 2013 +0200 Update French translation po/fr.po | 113 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 62 insertions(+), 51 deletions(-) commit 633a115fecf00f2335297a25bf0136c07184c6c2 Author: Claudio Arseni Date: Sun Aug 18 14:32:17 2013 +0200 [l10n] Updated Italian translation. po/it.po | 122 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 67 insertions(+), 55 deletions(-) commit 4b0792ed71ad09645b809f1b122146744513010b Author: Dimitris Spingos Date: Sun Aug 18 09:50:18 2013 +0300 Updated Greek translation po/el.po | 152 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 82 insertions(+), 70 deletions(-) commit 3573b01c45561ddf0e904d9c62c3e104038e622b Author: Matej Urbančič Date: Sat Aug 17 08:58:54 2013 +0200 Updated Slovenian translation po/sl.po | 212 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 120 insertions(+), 92 deletions(-) commit 785c4f14b62498f02ab0c227574d86a1deed4351 Author: Chao-Hsiung Liao Date: Fri Aug 16 10:14:44 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 108 +++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 108 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 118 insertions(+), 98 deletions(-) commit 4c233898f0e626abd265846571e684453f19c8fb Author: Aurimas Černius Date: Sun Aug 11 19:49:38 2013 +0300 Updated Lithuanian translation po/lt.po | 215 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 118 insertions(+), 97 deletions(-) commit fda5e0af1f4338ef3d378c9e2e2a00da4301ea8a Author: Reinout van Schouwen Date: Sun Aug 11 00:20:09 2013 +0200 Fixed some small errors in the Dutch translation. po/nl.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit 55b68f99f278b4e33ca8a6be9aa18c3468e40f3e Author: Akom Chotiphantawanon Date: Sat Aug 10 15:43:51 2013 +0700 Updated Thai translation. po/th.po | 111 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 61 insertions(+), 50 deletions(-) commit 3554f537bbb6c47da7fb11d9fcf83d75d81c8ce4 Author: Kjartan Maraas Date: Thu Aug 8 22:20:08 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 109 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 59 insertions(+), 50 deletions(-) commit d56fe9fd495b1135e0030d3f166f05c7de9a7790 Author: Daniel Mustieles Date: Thu Aug 8 11:16:28 2013 +0200 Updated Spanish translation po/es.po | 143 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 77 insertions(+), 66 deletions(-) commit ef97bbadd915a23e2cc876f80da97ca377533334 Author: Philip Withnall Date: Mon Aug 5 16:34:36 2013 +0200 tests: Tidy up invocation of GDataResolver gdata/tests/calendar.c | 20 ++++++++++++++++++++ gdata/tests/client-login-authorizer.c | 20 ++++++++++++++++++++ gdata/tests/common.c | 19 ------------------- gdata/tests/contacts.c | 20 ++++++++++++++++++++ gdata/tests/documents.c | 24 ++++++++++++++++++++++++ gdata/tests/mock-server.c | 12 +++++++----- gdata/tests/oauth1-authorizer.c | 20 ++++++++++++++++++++ gdata/tests/picasaweb.c | 24 ++++++++++++++++++++++++ gdata/tests/youtube.c | 25 +++++++++++++++++++++++++ 9 files changed, 160 insertions(+), 24 deletions(-) commit 9670f962222b6c51ca051c2665d0a5b659ac6282 Author: Gil Forcada Date: Sat Aug 3 23:36:58 2013 +0200 [l10n] Update Catalan translation po/ca.po | 125 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 68 insertions(+), 57 deletions(-) commit 08dc67658d0be82e24a72fb8910a4822e6cc54ce Author: Christian Kirbach Date: Sat Aug 3 16:03:40 2013 +0200 Updated German translation po/de.po | 227 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 127 insertions(+), 100 deletions(-) commit 9d3994090d67cf6fa7bb7b679bf36dc68d996bdf Author: Yaron Shahrabani Date: Sat Aug 3 14:04:18 2013 +0300 Updated Hebrew translation. po/he.po | 175 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 93 insertions(+), 82 deletions(-) commit 1d70529fa7ade5e0b4daed464fcbcef6904c502d Author: Rafael Ferreira Date: Sat Aug 3 00:30:42 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 119 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 53 deletions(-) commit 1bbe2deeabfdfb1e0fe788ccd4bc4ca67f6f546e Author: Marek Černocký Date: Fri Aug 2 20:38:29 2013 +0200 Updated Czech translation po/cs.po | 143 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 77 insertions(+), 66 deletions(-) commit 95623628dd021f5dadcf99c0ae6d556d1942930b Author: Philip Withnall Date: Fri Aug 2 13:47:04 2013 +0200 build: Increment version to 0.13.5 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd4c40f4b9b1a0413d0f2184f1a2781c6abe8582 Author: Philip Withnall Date: Fri Aug 2 13:45:11 2013 +0200 Release version 0.13.4 NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) commit 0858c4354b63a544d3a328e9ceb1d8266c233853 Author: Philip Withnall Date: Fri Aug 2 13:15:52 2013 +0200 tests: Fix sense of a sleep() enable guard gdata/tests/picasaweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 08f78da9f648dee50612af958177cf35b4f08328 Author: Philip Withnall Date: Fri Aug 2 13:09:25 2013 +0200 build: Set tar-pax AM_INIT_AUTOMAKE option This is necessary to include long filenames in the tarball, which is needed for the trace files. configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8d925cdb5a9e9d2ab91484f52cc406d2728b0bf7 Author: Philip Withnall Date: Fri Aug 2 12:46:28 2013 +0200 tests: builddir ≠ fixes for the trace code gdata/tests/calendar.c | 2 +- gdata/tests/client-login-authorizer.c | 2 +- gdata/tests/contacts.c | 2 +- gdata/tests/documents.c | 2 +- gdata/tests/oauth1-authorizer.c | 2 +- gdata/tests/picasaweb.c | 2 +- gdata/tests/youtube.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) commit 6266e4776de10bcfa633f9a7ee5af9adabc2b58c Author: Philip Withnall Date: Fri Aug 2 12:40:19 2013 +0200 build: Add missing certificate and trace files to EXTRA_DIST gdata/tests/Makefile.am | 304 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 303 insertions(+), 1 deletion(-) commit c57365d70568c866cfbc4a063e4e90aa28fecef2 Author: Piotr Drąg Date: Fri Aug 2 12:48:26 2013 +0200 Updated Polish translation po/pl.po | 117 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 64 insertions(+), 53 deletions(-) commit b4e46b4f9c59959bf63650f9eb1d7a5b6b01ffd1 Author: Fran Diéguez Date: Fri Aug 2 12:47:54 2013 +0200 Updated Galician translations po/gl.po | 124 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 67 insertions(+), 57 deletions(-) commit 4415f9a47cb334103b270faefc5bf04222edc16d Author: Philip Withnall Date: Thu Aug 1 13:31:27 2013 +0200 tests: Disable hacky sleep()s when running against a mock server This speeds up running the test suite by a significant number of seconds. The sleep()s are only needed to wait for changes to propagate between servers in Google’s data centres, and are totally irrelevant to the mock server. gdata/tests/documents.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) commit c00a7d8d743487d2f4f9dd0e0f5ad05c0e08d584 Author: Philip Withnall Date: Wed Jul 31 09:19:46 2013 +0200 tests: Tidy up server creation in streams tests Also ensure it sets LIBGDATA_HTTPS_PORT correctly so that the tests work with the recent trace file changes to the core. gdata/tests/streams.c | 175 +++++++++++++++++++++----------------------------- 1 file changed, 72 insertions(+), 103 deletions(-) commit a04ac5150b25331fb7ca3ab51d3026740b9593cc Author: Philip Withnall Date: Tue Jul 30 13:27:49 2013 +0200 tests: Remove --no-internet option in favour of trace files All unit test suites now support running against committed trace files, so the --no-internet option can now be removed. gdata/tests/common.c | 26 ++------------------------ gdata/tests/common.h | 1 - 2 files changed, 2 insertions(+), 25 deletions(-) commit 8567c768cc31cc2e14c64d098c15b358003c69ac Author: Philip Withnall Date: Tue Jul 30 13:17:38 2013 +0200 tests: Add trace file testing support to the Documents test suite gdata/tests/documents.c | 434 +++++++++++++++------ gdata/tests/traces/documents/access-rule-insert | 32 ++ gdata/tests/traces/documents/authentication | 81 ++++ gdata/tests/traces/documents/authentication-async | 81 ++++ .../documents/authentication-async-cancellation | 135 +++++++ gdata/tests/traces/documents/batch | 196 ++++++++++ gdata/tests/traces/documents/batch-async | 28 ++ .../traces/documents/batch-async-cancellation | 0 gdata/tests/traces/documents/copy-document | 32 ++ gdata/tests/traces/documents/delete-document | 53 +++ gdata/tests/traces/documents/delete-folder | 53 +++ gdata/tests/traces/documents/download-document | 112 ++++++ gdata/tests/traces/documents/folders-add-to-folder | 32 ++ .../traces/documents/folders-remove-from-folder | 53 +++ .../traces/documents/folders_add_to_folder-async | 32 ++ .../folders_add_to_folder-async-cancellation | 32 ++ .../documents/folders_remove_from_folder-async | 53 +++ .../folders_remove_from_folder-async-cancellation | 53 +++ .../folders_remove_from_folder-async-epilogue | 56 +++ gdata/tests/traces/documents/global-authentication | 81 ++++ gdata/tests/traces/documents/query-all-documents | 28 ++ .../query-all-documents-async-progress-closure | 28 ++ .../documents/query-all-documents-with-folder | 28 ++ .../traces/documents/query_all_documents-async | 28 ++ .../query_all_documents-async-cancellation | 112 ++++++ gdata/tests/traces/documents/setup-batch-async | 33 ++ .../traces/documents/setup-folders-add-to-folder | 93 +++++ .../documents/setup-folders-remove-from-folder | 93 +++++ .../documents/setup-temp-document-spreadsheet | 80 ++++ gdata/tests/traces/documents/setup-temp-documents | 179 +++++++++ gdata/tests/traces/documents/setup-temp-folder | 33 ++ ...ate-document_content-and-metadata-non-resumable | 80 ++++ ...-update-document_content-and-metadata-resumable | 80 ++++ ...etup-update-document_content-only-non-resumable | 80 ++++ .../setup-update-document_content-only-resumable | 80 ++++ ...tup-update-document_metadata-only-non-resumable | 80 ++++ ...nd-metadata-in-folder-non-resumable-odt-convert | 33 ++ ...and-metadata-in-folder-resumable-bin-no-convert | 33 ++ ...nt-and-metadata-in-folder-resumable-odt-convert | 33 ++ ...and-metadata-in-folder-resumable-odt-no-convert | 33 ++ ...-metadata-root-folder-non-resumable-odt-convert | 0 ...d-metadata-root-folder-resumable-bin-no-convert | 0 ...-and-metadata-root-folder-resumable-odt-convert | 0 ...d-metadata-root-folder-resumable-odt-no-convert | 0 ...ontent-only-in-folder-non-resumable-odt-convert | 33 ++ ...content-only-in-folder-resumable-bin-no-convert | 33 ++ ...nt_content-only-in-folder-resumable-odt-convert | 33 ++ ...content-only-in-folder-resumable-odt-no-convert | 33 ++ ...tent-only-root-folder-non-resumable-odt-convert | 0 ...ntent-only-root-folder-resumable-bin-no-convert | 0 ..._content-only-root-folder-resumable-odt-convert | 0 ...ntent-only-root-folder-resumable-odt-no-convert | 0 ...tadata-only-in-folder-non-resumable-odt-convert | 33 ++ ...data-only-root-folder-non-resumable-odt-convert | 0 gdata/tests/traces/documents/teardown-batch-async | 53 +++ .../tests/traces/documents/teardown-copy-document | 53 +++ .../documents/teardown-folders-add-to-folder | 106 +++++ .../tests/traces/documents/teardown-temp-document | 53 +++ .../tests/traces/documents/teardown-temp-documents | 212 ++++++++++ gdata/tests/traces/documents/teardown-temp-folder | 53 +++ ...ate-document_content-and-metadata-non-resumable | 53 +++ ...-update-document_content-and-metadata-resumable | 53 +++ ...down-update-document_content-only-non-resumable | 53 +++ ...teardown-update-document_content-only-resumable | 53 +++ ...own-update-document_metadata-only-non-resumable | 53 +++ ...nd-metadata-in-folder-non-resumable-odt-convert | 106 +++++ ...and-metadata-in-folder-resumable-bin-no-convert | 106 +++++ ...nt-and-metadata-in-folder-resumable-odt-convert | 106 +++++ ...and-metadata-in-folder-resumable-odt-no-convert | 106 +++++ ...-metadata-root-folder-non-resumable-odt-convert | 53 +++ ...d-metadata-root-folder-resumable-bin-no-convert | 53 +++ ...-and-metadata-root-folder-resumable-odt-convert | 53 +++ ...d-metadata-root-folder-resumable-odt-no-convert | 53 +++ ...ontent-only-in-folder-non-resumable-odt-convert | 106 +++++ ...content-only-in-folder-resumable-bin-no-convert | 106 +++++ ...nt_content-only-in-folder-resumable-odt-convert | 106 +++++ ...content-only-in-folder-resumable-odt-no-convert | 106 +++++ ...tent-only-root-folder-non-resumable-odt-convert | 53 +++ ...ntent-only-root-folder-resumable-bin-no-convert | 53 +++ ..._content-only-root-folder-resumable-odt-convert | 53 +++ ...ntent-only-root-folder-resumable-odt-no-convert | 53 +++ ...tadata-only-in-folder-non-resumable-odt-convert | 106 +++++ ...data-only-root-folder-non-resumable-odt-convert | 53 +++ .../update_content-and-metadata-non-resumable | 30 ++ .../update_content-and-metadata-resumable | 48 +++ .../documents/update_content-only-non-resumable | 30 ++ .../traces/documents/update_content-only-resumable | 48 +++ .../documents/update_metadata-only-non-resumable | 30 ++ ...nd-metadata-in-folder-non-resumable-odt-convert | 32 ++ ...and-metadata-in-folder-resumable-bin-no-convert | 52 +++ ...nt-and-metadata-in-folder-resumable-odt-convert | 52 +++ ...and-metadata-in-folder-resumable-odt-no-convert | 52 +++ ...-metadata-root-folder-non-resumable-odt-convert | 32 ++ ...d-metadata-root-folder-resumable-bin-no-convert | 52 +++ ...-and-metadata-root-folder-resumable-odt-convert | 52 +++ ...d-metadata-root-folder-resumable-odt-no-convert | 52 +++ ...ontent-only-in-folder-non-resumable-odt-convert | 32 ++ ...content-only-in-folder-resumable-bin-no-convert | 52 +++ ...ad_content-only-in-folder-resumable-odt-convert | 52 +++ ...content-only-in-folder-resumable-odt-no-convert | 52 +++ ...tent-only-root-folder-non-resumable-odt-convert | 32 ++ ...ntent-only-root-folder-resumable-bin-no-convert | 52 +++ ..._content-only-root-folder-resumable-odt-convert | 52 +++ ...ntent-only-root-folder-resumable-odt-no-convert | 52 +++ ...tadata-only-in-folder-non-resumable-odt-convert | 33 ++ ...data-only-root-folder-non-resumable-odt-convert | 33 ++ 106 files changed, 6164 insertions(+), 127 deletions(-) commit 8348fc1310c48734820d10853bff3a5189342a5a Author: Philip Withnall Date: Mon Jul 29 18:16:48 2013 +0200 tests: Add trace file testing support to the OAuth 1 test suite gdata/tests/oauth1-authorizer.c | 188 ++++++++++++++------- ...th1-authorizer-interactive-data-bad-credentials | 25 +++ .../oauth1-authorizer-refresh-authorization | 0 ...th1-authorizer-request-authentication-uri-async | 25 +++ ...r-request-authentication-uri-async-cancellation | 0 ...uth1-authorizer-request-authentication-uri-sync | 25 +++ ...er-request-authentication-uri-sync-cancellation | 0 .../oauth1-authorizer-request-authorization-async | 25 +++ ...zer-request-authorization-async-bad-credentials | 26 +++ ...orizer-request-authorization-async-cancellation | 0 .../oauth1-authorizer-request-authorization-sync | 25 +++ ...izer-request-authorization-sync-bad-credentials | 26 +++ ...horizer-request-authorization-sync-cancellation | 0 .../setup-oauth1-authorizer-data-authenticated | 50 ++++++ .../setup-oauth1-authorizer-interactive-data | 25 +++ 15 files changed, 377 insertions(+), 63 deletions(-) commit dfd9951b6dad3fb5524db5615ab64f28aeaf009b Author: Philip Withnall Date: Mon Jul 29 17:04:49 2013 +0200 tests: Add trace file testing support to the ClientLogin test suite gdata/tests/client-login-authorizer.c | 118 ++++++++++++++------- .../client-login-authorizer-authenticate-async | 27 +++++ ...ogin-authorizer-authenticate-async-cancellation | 0 ...-authorizer-authenticate-async-multiple-domains | 54 ++++++++++ .../client-login-authorizer-authenticate-sync | 27 +++++ ...login-authorizer-authenticate-sync-bad-password | 25 +++++ ...login-authorizer-authenticate-sync-cancellation | 0 ...n-authorizer-authenticate-sync-multiple-domains | 54 ++++++++++ ...etup-client-login-authorizer-data-authenticated | 27 +++++ 9 files changed, 292 insertions(+), 40 deletions(-) commit 060319d9fbf707f29e88326f07ff7124d62c7c69 Author: Philip Withnall Date: Mon Jul 29 16:41:39 2013 +0200 tests: Add trace file testing support to the Calendar test suite gdata/tests/calendar.c | 226 +++++++++++---- gdata/tests/traces/calendar/access-rule-delete | 63 +++++ gdata/tests/traces/calendar/access-rule-get | 67 +++++ gdata/tests/traces/calendar/access-rule-insert | 75 +++++ gdata/tests/traces/calendar/access-rule-update | 72 +++++ gdata/tests/traces/calendar/authentication | 27 ++ gdata/tests/traces/calendar/authentication-async | 27 ++ .../calendar/authentication-async-cancellation | 27 ++ gdata/tests/traces/calendar/batch | 284 +++++++++++++++++++ gdata/tests/traces/calendar/batch-async | 71 +++++ .../tests/traces/calendar/batch-async-cancellation | 0 gdata/tests/traces/calendar/event-insert | 75 +++++ gdata/tests/traces/calendar/event_insert-async | 75 +++++ .../calendar/event_insert-async-cancellation | 166 +++++++++++ gdata/tests/traces/calendar/global-authentication | 27 ++ gdata/tests/traces/calendar/query-all-calendars | 67 +++++ .../query-all-calendars-async-progress-closure | 67 +++++ gdata/tests/traces/calendar/query-events | 67 +++++ .../calendar/query-events-async-progress-closure | 67 +++++ gdata/tests/traces/calendar/query-own-calendars | 67 +++++ .../query-own-calendars-async-progress-closure | 67 +++++ .../traces/calendar/query_all_calendars-async | 67 +++++ .../query_all_calendars-async-cancellation | 304 +++++++++++++++++++++ gdata/tests/traces/calendar/query_events-async | 67 +++++ .../calendar/query_events-async-cancellation | 237 ++++++++++++++++ .../traces/calendar/query_own_calendars-async | 67 +++++ .../query_own_calendars-async-cancellation | 304 +++++++++++++++++++++ gdata/tests/traces/calendar/setup-batch-async | 75 +++++ gdata/tests/traces/calendar/setup-query-calendars | 150 ++++++++++ gdata/tests/traces/calendar/setup-query-events | 225 +++++++++++++++ gdata/tests/traces/calendar/setup-temp-calendar | 75 +++++ .../tests/traces/calendar/setup-temp-calendar-acls | 75 +++++ gdata/tests/traces/calendar/teardown-batch-async | 65 +++++ gdata/tests/traces/calendar/teardown-insert-event | 65 +++++ .../tests/traces/calendar/teardown-query-calendars | 126 +++++++++ gdata/tests/traces/calendar/teardown-query-events | 195 +++++++++++++ gdata/tests/traces/calendar/teardown-temp-calendar | 63 +++++ .../traces/calendar/teardown-temp-calendar-acls | 63 +++++ 38 files changed, 3850 insertions(+), 57 deletions(-) commit 65938c94908f13898f18a09f85f1ed84242aeae3 Author: Philip Withnall Date: Sun Jul 28 14:21:35 2013 +0200 tests: Add trace file testing support to the PicasaWeb test suite gdata/tests/picasaweb.c | 289 +++++++++++++++------ gdata/tests/traces/picasaweb/authentication | 27 ++ gdata/tests/traces/picasaweb/authentication-async | 27 ++ .../picasaweb/authentication-async-cancellation | 41 +++ gdata/tests/traces/picasaweb/comment-delete | 26 ++ gdata/tests/traces/picasaweb/comment-insert | 34 +++ gdata/tests/traces/picasaweb/comment-query | 30 +++ .../picasaweb/comment-query-async-progress-closure | 30 +++ gdata/tests/traces/picasaweb/comment_delete-async | 26 ++ .../picasaweb/comment_delete-async-cancellation | 26 ++ gdata/tests/traces/picasaweb/comment_insert-async | 34 +++ .../picasaweb/comment_insert-async-cancellation | 34 +++ gdata/tests/traces/picasaweb/comment_query-async | 30 +++ .../picasaweb/comment_query-async-cancellation | 30 +++ gdata/tests/traces/picasaweb/download-photo | 25 ++ gdata/tests/traces/picasaweb/download-thumbnails | 101 +++++++ gdata/tests/traces/picasaweb/global-authentication | 27 ++ gdata/tests/traces/picasaweb/insert-album | 64 +++++ gdata/tests/traces/picasaweb/insert_album-async | 34 +++ .../picasaweb/insert_album-async-cancellation | 50 ++++ gdata/tests/traces/picasaweb/query-all-albums | 30 +++ .../query-all-albums-async-progress-closure | 30 +++ .../traces/picasaweb/query-all-albums-with-limits | 90 +++++++ gdata/tests/traces/picasaweb/query-files | 30 +++ .../picasaweb/query-files-async-progress-closure | 30 +++ gdata/tests/traces/picasaweb/query-files-single | 30 +++ gdata/tests/traces/picasaweb/query-user | 30 +++ .../tests/traces/picasaweb/query_all_albums-async | 30 +++ .../picasaweb/query_all_albums-async-cancellation | 98 +++++++ gdata/tests/traces/picasaweb/query_files-async | 30 +++ .../picasaweb/query_files-async-cancellation | 30 +++ gdata/tests/traces/picasaweb/query_user-async | 30 +++ .../traces/picasaweb/query_user-async-cancellation | 90 +++++++ .../traces/picasaweb/query_user_by_username-async | 30 +++ .../query_user_by_username-async-cancellation | 120 +++++++++ .../tests/traces/picasaweb/setup-query-all-albums | 136 ++++++++++ gdata/tests/traces/picasaweb/setup-query-comments | 102 ++++++++ gdata/tests/traces/picasaweb/setup-query-files | 170 ++++++++++++ gdata/tests/traces/picasaweb/setup-upload | 0 gdata/tests/traces/picasaweb/teardown-insert-album | 27 ++ .../tests/traces/picasaweb/teardown-insert-comment | 26 ++ .../traces/picasaweb/teardown-query-all-albums | 108 ++++++++ .../tests/traces/picasaweb/teardown-query-comments | 78 ++++++ gdata/tests/traces/picasaweb/teardown-query-files | 57 ++++ gdata/tests/traces/picasaweb/teardown-upload | 27 ++ gdata/tests/traces/picasaweb/upload-default-album | 34 +++ .../traces/picasaweb/upload_default_album-async | 34 +++ .../upload_default_album-async-cancellation | 34 +++ 48 files changed, 2461 insertions(+), 85 deletions(-) commit 8afe6edc8900691a9d018532963a08661b7f48ef Author: Philip Withnall Date: Mon Jul 8 21:25:00 2013 +0100 tests: Add trace file testing support to the Contacts test suite gdata/tests/contacts.c | 273 +++++++++++++++------ gdata/tests/traces/contacts/authentication | 27 ++ gdata/tests/traces/contacts/authentication-async | 27 ++ .../contacts/authentication-async-cancellation | 27 ++ gdata/tests/traces/contacts/batch | 84 +++++++ gdata/tests/traces/contacts/batch-async | 28 +++ .../tests/traces/contacts/batch-async-cancellation | 0 gdata/tests/traces/contacts/contact-insert | 32 +++ gdata/tests/traces/contacts/contact-update | 30 +++ gdata/tests/traces/contacts/global-authentication | 27 ++ gdata/tests/traces/contacts/group-insert | 32 +++ gdata/tests/traces/contacts/group_insert-async | 32 +++ .../contacts/group_insert-async-cancellation | 32 +++ gdata/tests/traces/contacts/photo-add | 30 +++ gdata/tests/traces/contacts/photo-delete | 25 ++ gdata/tests/traces/contacts/photo-get | 27 ++ gdata/tests/traces/contacts/photo_add-async | 30 +++ .../traces/contacts/photo_add-async-cancellation | 28 +++ gdata/tests/traces/contacts/photo_delete-async | 25 ++ .../contacts/photo_delete-async-cancellation | 34 +++ gdata/tests/traces/contacts/photo_get-async | 27 ++ .../traces/contacts/photo_get-async-cancellation | 27 ++ gdata/tests/traces/contacts/query-all-contacts | 28 +++ .../query-all-contacts-async-progress-closure | 28 +++ gdata/tests/traces/contacts/query-all-groups | 28 +++ .../query-all-groups-async-progress-closure | 28 +++ .../tests/traces/contacts/query_all_contacts-async | 28 +++ .../contacts/query_all_contacts-async-cancellation | 28 +++ gdata/tests/traces/contacts/query_all_groups-async | 28 +++ .../contacts/query_all_groups-async-cancellation | 28 +++ gdata/tests/traces/contacts/setup-batch-async | 32 +++ .../tests/traces/contacts/setup-query-all-contacts | 96 ++++++++ gdata/tests/traces/contacts/setup-query-all-groups | 96 ++++++++ gdata/tests/traces/contacts/setup-temp-contact | 32 +++ .../traces/contacts/setup-temp-contact-with-photo | 58 +++++ gdata/tests/traces/contacts/teardown-batch-async | 25 ++ gdata/tests/traces/contacts/teardown-insert | 25 ++ gdata/tests/traces/contacts/teardown-insert-group | 25 ++ .../traces/contacts/teardown-query-all-contacts | 75 ++++++ .../traces/contacts/teardown-query-all-groups | 75 ++++++ gdata/tests/traces/contacts/teardown-temp-contact | 53 ++++ 41 files changed, 1646 insertions(+), 74 deletions(-) commit 0e6e38604c23959e510eb21385a803f61587443c Author: Philip Withnall Date: Thu Aug 1 09:16:08 2013 +0200 tests: Fix DS problems with the Google Document removal tests gdata/tests/documents.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 4b194f40773605288d2e9e0aad3ae9d78b5a6dc8 Author: Philip Withnall Date: Wed Jul 31 10:20:01 2013 +0200 tests: Add trace file testing support to the YouTube test suite gdata/tests/traces/youtube/authentication | 27 + gdata/tests/traces/youtube/authentication-async | 27 + .../youtube/authentication-async-cancellation | 27 + gdata/tests/traces/youtube/batch | 60 + gdata/tests/traces/youtube/batch-async | 30 + .../tests/traces/youtube/batch-async-cancellation | 0 gdata/tests/traces/youtube/categories | 53 + gdata/tests/traces/youtube/categories-async | 26 + .../traces/youtube/categories-async-cancellation | 26 + gdata/tests/traces/youtube/comment-delete | 0 gdata/tests/traces/youtube/comment-insert | 34 + gdata/tests/traces/youtube/comment-query | 30 + .../youtube/comment-query-async-progress-closure | 30 + gdata/tests/traces/youtube/comment_delete-async | 0 .../youtube/comment_delete-async-cancellation | 0 gdata/tests/traces/youtube/comment_insert-async | 34 + .../youtube/comment_insert-async-cancellation | 34 + gdata/tests/traces/youtube/comment_query-async | 30 + .../youtube/comment_query-async-cancellation | 30 + gdata/tests/traces/youtube/global-authentication | 27 + gdata/tests/traces/youtube/query-related | 34 + .../youtube/query-related-async-progress-closure | 34 + gdata/tests/traces/youtube/query-single | 30 + gdata/tests/traces/youtube/query-standard-feed | 458 ++++ .../query-standard-feed-async-progress-closure | 458 ++++ .../traces/youtube/query-standard-feed-with-query | 30 + gdata/tests/traces/youtube/query-standard-feeds | 2711 ++++++++++++++++++++ gdata/tests/traces/youtube/query_related-async | 34 + .../youtube/query_related-async-cancellation | 34 + gdata/tests/traces/youtube/query_single-async | 30 + .../traces/youtube/query_single-async-cancellation | 30 + .../tests/traces/youtube/query_standard_feed-async | 458 ++++ .../youtube/query_standard_feed-async-cancellation | 458 ++++ gdata/tests/traces/youtube/setup-batch | 60 + gdata/tests/traces/youtube/setup-comment | 30 + gdata/tests/traces/youtube/setup-insert-comment | 0 gdata/tests/traces/youtube/teardown-insert-comment | 0 gdata/tests/traces/youtube/teardown-upload | 26 + gdata/tests/traces/youtube/upload-async | 32 + .../tests/traces/youtube/upload-async-cancellation | 32 + gdata/tests/traces/youtube/upload-simple | 31 + gdata/tests/youtube.c | 574 ++++- 42 files changed, 6040 insertions(+), 69 deletions(-) commit 026e350a3d83ec186da55849832e97328153d2f0 Author: Philip Withnall Date: Tue Jul 30 17:43:41 2013 +0200 tests: General support for mock server traces in async tests gdata/tests/common.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit d5850ea879b6780ffff06934241b246eb1192c84 Author: Philip Withnall Date: Wed Jul 31 10:19:38 2013 +0200 tests: Add mock server trace support This adds a GDataMockServer which online tests can be run against, either to log a trace file of all HTTP messages during the test, or to re-run the test against such a trace file on a local (in-process) server. Tests are transparently redirected to the mock server by overriding the default DNS resolver, which will resolve all URIs to a loopback interface. This also ports GDataService from using SoupSessionSync to the new SoupSession. SoupSession’s default HTTP timeout is 60s, whereas the old value used by SoupSessionSync was 0s (i.e. no timeout). In order to preserve defaults for GDataService:timeout, we need to explicitly set the timeout to 0s. docs/reference/Makefile.am | 2 + gdata/gdata-service.c | 15 +- gdata/tests/Makefile.am | 9 +- gdata/tests/cert.pem | 23 + gdata/tests/common.c | 173 ++++- gdata/tests/common.h | 33 + gdata/tests/key.pem | 28 + gdata/tests/mock-resolver.c | 336 +++++++++ gdata/tests/mock-resolver.h | 58 ++ gdata/tests/mock-server.c | 1645 +++++++++++++++++++++++++++++++++++++++++++ gdata/tests/mock-server.h | 92 +++ 11 files changed, 2407 insertions(+), 7 deletions(-) commit 2cdc8344b34c867f1f0b259413807b34c297508d Author: Philip Withnall Date: Wed Jul 31 11:18:00 2013 +0200 Revert "core: Write upload chunks in an idle handler to avoid stack overflow" This reverts commit e795f559327b3f208d768a4461ca1829e0f44693. This fixes GDataUploadStream now that we use SoupSession rather than SoupSessionSync. See the discussion in bug #703464 for more details; we need to append body chunks before returning from the wrote-body-data signal handler in order to not stall the upload and hit an assertion. See: https://bugzilla.gnome.org/show_bug.cgi?id=703464 gdata/gdata-upload-stream.c | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) commit bf973f6f7e663dd3c18d965fdcad69775a734cbb Author: Philip Withnall Date: Fri Aug 2 11:59:01 2013 +0200 tests: Add a sleep() in the PicasaWeb tests to work around DS bugs gdata/tests/picasaweb.c | 3 +++ 1 file changed, 3 insertions(+) commit fc934a4172eaada28e35336f9bb549dc7a6e3f9d Author: Philip Withnall Date: Thu Aug 1 19:09:03 2013 +0200 docs: Add a missing xi:include to gdata-docs.xml docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit c7e87354107329982b81efb6d6c35ac4e1b447b2 Author: Philip Withnall Date: Thu Aug 1 18:32:42 2013 +0200 tests: Temporarily disable the memory test It’s broken due to a problem in GLib. See: https://bugzilla.gnome.org/show_bug.cgi?id=705303 gdata/tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 9ebcbcd52ad02cf7de17d263c2d345d9431a41a5 Author: Philip Withnall Date: Thu Aug 1 17:58:16 2013 +0200 tests: Disable some invalid comparisons in the PicasaWeb tests Turns out that Google servers can arbitrarily change a few more values than I thought, which the tests didn’t expect to change. gdata/tests/picasaweb.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 2f9f5e68907d839fa2f8a029ef7ec49c4ac1d41d Author: Philip Withnall Date: Thu Aug 1 17:56:44 2013 +0200 tests: Various distributed system workarounds for the Contacts tests This also, sadly, includes disabling a few tests which I can’t figure out how to fix sanely at the moment. gdata/tests/contacts.c | 52 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 11 deletions(-) commit 288391e657c890338bf49b00228171b84d8c90be Author: Philip Withnall Date: Thu Aug 1 17:52:54 2013 +0200 core: Fix race condition in upload thread instantiation The upload thread takes a reference on the GDataUploadStream, but the stream could be finalised while the thread is still being created; hence once the thread main function starts and calls g_object_ref(), the GDataUploadStream has already been destroyed. Move the g_object_ref() call to before the thread instantiation to fix this. gdata/gdata-upload-stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c0e74d66779fbb1310e24950e514cf7e861958d7 Author: Philip Withnall Date: Thu Aug 1 09:13:41 2013 +0200 tests: Fix document title comparison Google changed the semantics of document titles again. gdata/tests/documents.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit a5c74e837946d72764b471d1ac75897bf2f2d406 Author: Philip Withnall Date: Thu Aug 1 09:09:25 2013 +0200 documents: Minor code tidy-up gdata/services/documents/gdata-documents-service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 8901c2953327037fec3591e38ff8698391c34a80 Author: Philip Withnall Date: Tue Jul 30 13:25:38 2013 +0200 tests: Fix kinds of uploaded documents used in the Documents test suite I’m sure this worked before, so it looks like Google has tightened up input validation a bit. Not a bad thing. gdata/tests/documents.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 6bc8c36fa23d6722dcc44724a8d2feb2c99ad8e0 Author: Philip Withnall Date: Mon Jul 8 11:56:53 2013 +0100 tests: Add more tests for GDataQuery This pushes its test coverage up to 92.3% of lines, and 94.6% of functions. gdata/tests/general.c | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) commit 50d349ae3ee8447cdb88fe87cd84c09095ff37e3 Author: Philip Withnall Date: Mon Jul 8 15:33:11 2013 +0100 core: Refactor assertions slightly This tidies up the code a bit. No behavioural changes. gdata/gdata-service.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit 8803a876ade32dfc4428bdac8c48a722e1caa7ad Author: Philip Withnall Date: Sun Jul 7 17:48:10 2013 +0100 core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT envvar This will be useful for unit testing, allowing network traffic to be redirected to a local unit testing server. gdata/gdata-client-login-authorizer.c | 6 ++++- gdata/gdata-download-stream.c | 6 ++++- gdata/gdata-oauth1-authorizer.c | 13 +++++++++-- gdata/gdata-private.h | 1 + gdata/gdata-service.c | 42 +++++++++++++++++++++++++++++++++-- gdata/gdata-upload-stream.c | 6 ++++- 6 files changed, 67 insertions(+), 7 deletions(-) commit a1d2ad38ff2dca93ab763fb50ed3c1f9c35848f8 Author: Philip Withnall Date: Wed Jul 31 09:08:42 2013 +0200 tests: Work around distributed system bugs in the Google Contacts servers Looks like the servers have changed to use weak synchronisation of new contacts, so querying for contacts immediately after adding them now often won’t return the new ones, or will return them with outdated IDs. ‘Fix’ this by adding a mandatory sleep after creating the contacts, and before querying them for the first time. gdata/tests/contacts.c | 3 +++ 1 file changed, 3 insertions(+) commit 1971f8ed3b3cb76719490b956cfdcb44644d0a2d Author: Philip Withnall Date: Tue Jul 30 17:44:18 2013 +0200 tests: Fix a memory leak in the PicasaWeb unit tests gdata/tests/picasaweb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 36b38fdb700a3f652b6985540b3d69134a1ec9d0 Author: Philip Withnall Date: Tue Jul 30 14:19:55 2013 +0200 build: Update MAINTAINERCLEANFILES Makefile.am | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) commit a627ea8d98b5222fe6e9fc6319fe9272dad475a3 Author: Philip Withnall Date: Tue Jul 30 14:19:10 2013 +0200 build: Use AC_CONFIG_AUX_DIR This tidies away various autoconf/automake files so they don’t pollute the root directory. It also ties in with recent git.mk improvements so these files are automatically included in .gitignore. configure.ac | 1 + 1 file changed, 1 insertion(+) commit 469ea1e1fab91df489399fe42ce760d6eb7d2b6e Author: Philip Withnall Date: Tue Jul 30 14:18:44 2013 +0200 build: Use AM_C[PP]FLAGS instead of INCLUDES Let’s live in the future. docs/reference/Makefile.am | 3 ++- gdata/tests/Makefile.am | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) commit 199d3a06471ab035215a661602fc7dc3550fbf3f Author: Philip Withnall Date: Tue Jul 30 14:17:58 2013 +0200 build: Update git.mk from upstream git.mk | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 86 insertions(+), 20 deletions(-) commit 8dd839408ae7f257c91a92b5ca4f470e9993e637 Author: Philip Withnall Date: Tue Jul 30 13:18:20 2013 +0200 documents: Fix default value of GDataDocumentsUploadQuery:convert Also add a test for it, because tests are good. .../documents/gdata-documents-upload-query.c | 1 + gdata/tests/documents.c | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) commit 03be462791252e1b146e154eb93fac4841052f6a Author: Philip Withnall Date: Sun Jul 28 14:23:24 2013 +0200 core: Remove an unnecessary message unpausing See: https://bugzilla.gnome.org/show_bug.cgi?id=703461#c4 gdata/gdata-upload-stream.c | 2 -- 1 file changed, 2 deletions(-) commit f19cf538819581d9c208ca965703b5fd59241e3a Author: Philip Withnall Date: Sun Jul 28 14:22:09 2013 +0200 tests: Update upload limit on PicasaWeb tests Looks like quotas have been increased from 1GiB to 15GiB! gdata/tests/picasaweb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 99e4064a8365fab4046918d9b565b8b7974a3ea6 Author: Philip Withnall Date: Mon Jul 8 15:34:24 2013 +0100 youtube: Add a CHANNEL_REQUIRED error code This is returned for operations which require the currently authenticated Google Account to have an associated YouTube channel, but it doesn’t. This adds the following API: • GDATA_YOUTUBE_SERVICE_ERROR_CHANNEL_REQUIRED gdata/services/youtube/gdata-youtube-service.c | 21 +++++++++++++++++---- gdata/services/youtube/gdata-youtube-service.h | 6 +++++- 2 files changed, 22 insertions(+), 5 deletions(-) commit 39a84292509ca3dbd99dd06d264b643da15caa47 Author: Philip Withnall Date: Mon Jul 8 11:57:51 2013 +0100 core: Fix backwards pagination in GDataQuery If using pre-specific next/previous URIs, the previous URI wasn’t being detected correctly due to a copy–paste error. gdata/gdata-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2900a5dec708cf59896255f625f732142ed3a5b3 Author: Philip Withnall Date: Wed Jul 3 19:46:58 2013 +0100 tests: Update test account password gdata/tests/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e795f559327b3f208d768a4461ca1829e0f44693 Author: Philip Withnall Date: Wed Jul 3 19:38:07 2013 +0100 core: Write upload chunks in an idle handler to avoid stack overflow Otherwise the used stack size would be proportional to the number of chunks uploaded by GDataUploadStream, and hence stack overflow could potentially occur. gdata/gdata-upload-stream.c | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) commit c7b758c60dca3d213ee3629605ae493c221e57c6 Author: Philip Withnall Date: Wed Jul 3 19:39:03 2013 +0100 tests: Fix a YouTube test name gdata/tests/youtube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 041e0cd0bd2b45ad6f8ca600d91bf51906cd4524 Author: Philip Withnall Date: Tue Jul 2 13:12:45 2013 +0100 tests: Move stream creation out of setup and into test functions Resetting the stream (seeking back to the beginning and clearing pending operations) was too fragile, and resulted in spurious test failures. gdata/tests/youtube.c | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit 26532799c10145c31dc07d95c8f69b71c72d9539 Author: Philip Withnall Date: Tue Jul 2 13:02:17 2013 +0100 core: Fix error notification of cancelled messages If a message is cancelled during (e.g.) DNS resolution or SSL handshaking, libsoup will return SOUP_STATUS_SSL_FAILED (and friends) rather than SOUP_STATUS_CANCELLED, which was causing occasional spurious failures in the test suite (due to the wrong error messages being set). Fix this by explicitly converting SOUP_STATUS_SSL_FAILED (etc.) to SOUP_STATUS_CANCELLED if the cancellable is cancelled. gdata/gdata-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 300c38f65e34d76649c39a050e7d5d792ffba68f Author: Philip Withnall Date: Tue Jul 2 12:59:28 2013 +0100 core: Fix idle callback priority for batch operation callbacks Occasionally, the callback for an async batch operation as a whole was being called before the callbacks for the individual operations in the batch. This was causing the YouTube tests to spuriously fail every so often. Fix this by setting the callback priority for operation callbacks to be the same as that of the entire batch. gdata/gdata-batch-operation.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 13e3571490d41aaff4761df12f0d97d5b048a5d1 Author: Peteris Krisjanis Date: Sat Jun 29 21:34:21 2013 +0300 Replacing g_log_set_default_handler with g_log_set_handler Replacing g_log_set_default_handler with g_log_set_handler for all message types except G_LOG_LEVEL_DEBUG, as setting default handler means it catches messages from all other domains, t.i. from other libraries and applications. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=703192 gdata/gdata-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b116aade27c2a4b4229ba0b6cca4a425f9dfcb38 Author: Peteris Krisjanis Date: Fri Jun 21 18:55:51 2013 +0300 Added functions gdata_test_debug_output, gdata_test_debug_handler and GSList message_list for collecting debug messages in memory and printing out only when needed (including pretty printing XML). Closes https://bugzilla.gnome.org/show_bug.cgi?id=627895 gdata/tests/common.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gdata/tests/common.h | 3 +++ 2 files changed, 70 insertions(+) commit 59aea63e87277fe7d320add954403105be3f0405 Author: Peteris Krisjanis Date: Fri Jun 21 18:35:45 2013 +0300 Change g_log_set_handler to g_log_set_default_handler so we could set handler for debug log level in tests/common.c. gdata/gdata-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d10848774715616700673c0d4e88a7140d1a0db Author: Inaki Larranaga Murgoitio Date: Wed Mar 20 11:13:41 2013 +0100 Updated Basque language po/eu.po | 140 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 75 insertions(+), 65 deletions(-) commit 2e53dfed8492d615a7f7d9c5cff5d1d773609e40 Author: Victor Ibragimov Date: Tue Mar 19 22:37:17 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 483 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 484 insertions(+) commit b72f1a20fd48b34e283977a780ab4b57c1955b48 Author: Duarte Loreto Date: Sun Mar 17 00:52:05 2013 +0000 Converted Portuguese translation to New Spelling (Novo AO) po/pt.po | 81 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 41 deletions(-) commit 092d9fa1155e0badc53218b0c990d9769f2f5d94 Author: Philip Withnall Date: Tue Feb 26 00:09:41 2013 +0000 build: Increment version to 0.13.4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b88c044eee340d3abec819e793e33cea0bb9b480 Author: Philip Withnall Date: Tue Feb 26 00:08:36 2013 +0000 Release version 0.13.3 NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) commit 9e99119d917b7af762b46b91b067a3ad55710aa5 Author: Philip Withnall Date: Tue Feb 26 00:04:59 2013 +0000 docs: Add a missing xi:include to gdata-docs.xml docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 56490d4db4cf8b7fdfa84aa0b583da908ec21a10 Author: Philip Withnall Date: Tue Feb 26 00:04:05 2013 +0000 build: Fix paths referencing introspection.m4 in Makefile.am This is a follow-up to commit 1d58568969ce533bf92870b378937057e95fe0c2. Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 1d58568969ce533bf92870b378937057e95fe0c2 Author: Evan Nemerson Date: Thu Feb 21 22:08:33 2013 -0800 build: Don’t require introspection.m4 to be installed system-wide Keep and use a local copy, since libgdata only has g-i as an optional dependency. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=694415 autogen.sh | 1 - introspection.m4 | 94 ----------------------------------------------------- m4/introspection.m4 | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 95 deletions(-) commit ba0d4a06dcec5bf26e23effded0973df70569dc1 Author: Colin Walters Date: Sun Feb 24 04:30:44 2013 -0500 vala: Fix a typo in the build rule Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2186969875520d535704f61280f62145932b4948 Author: Evan Nemerson Date: Thu Feb 21 21:53:45 2013 -0800 build: Add Vala bindings Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693865 Makefile.am | 27 +++++++++++++ configure.ac | 2 + gdata/GData-0.0.metadata | 11 ++++++ m4/vapigen.m4 | 101 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+) commit 0fd7b768d14350854db00ad393ddc33e05681e1a Author: William Jon McCann Date: Sat Feb 16 09:14:38 2013 -0500 Add support for PDF files https://bugzilla.gnome.org/show_bug.cgi?id=693958 Makefile.am | 4 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 18 ++++++ gdata/gdata.h | 1 + gdata/gdata.symbols | 2 + .../services/documents/gdata-documents-document.c | 4 +- gdata/services/documents/gdata-documents-entry.c | 2 +- gdata/services/documents/gdata-documents-feed.c | 3 + gdata/services/documents/gdata-documents-pdf.c | 72 ++++++++++++++++++++++ gdata/services/documents/gdata-documents-pdf.h | 71 +++++++++++++++++++++ gdata/services/documents/gdata-documents-service.c | 3 + 11 files changed, 177 insertions(+), 4 deletions(-) commit 1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5 Author: Evan Nemerson Date: Thu Feb 14 18:38:05 2013 -0800 calendar: port some introspection fixes from Vala's metadata Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693855 gdata/services/contacts/gdata-contacts-contact.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 618be836a12a32bc0af661c54bfd76d30c992466 Author: Ján Kyselica Date: Wed Feb 6 18:15:29 2013 +0100 Updated slovak translation po/sk.po | 91 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 41 insertions(+), 50 deletions(-) commit dad8706c3ab4b0c36dd8956dd0abe50d5f5d1df8 Author: Gheyret Kenji Date: Sat Feb 2 12:39:21 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 245 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 107 insertions(+), 138 deletions(-) commit 2fa88858a96b7368e342dc60996be8327a387ebc Author: Peter Mráz Date: Thu Jan 31 22:24:14 2013 +0100 Added missing et to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit e59b3db62c09b5872c2f0c19182228cc184d4aa5 Author: Ján Kyselica Date: Wed Jan 30 22:34:11 2013 +0100 Added slovak translation po/LINGUAS | 1 + po/sk.po | 511 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 512 insertions(+) commit 2d64f6a90a9055c51beaf10f1aa35d5c8b8ef7a4 Author: Philip Withnall Date: Tue Dec 25 09:44:03 2012 +0000 build: Update git.mk from upstream Upstream is now https://github.com/behdad/git.mk. git.mk | 87 ++++++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 64 insertions(+), 23 deletions(-) commit 88e381defb549aa499d7cc482dc7d2dfe5a93577 Author: Philip Withnall Date: Tue Dec 25 09:38:52 2012 +0000 core: Make ‘Unhandled XML’ messages be debug-only messages This stops them filling up people’s .xsession-errors files unnecessarily. There is little point to having them as normal GLib messages, since it didn’t encourage many people to file bugs about unhandled XML and missing features. If anybody still needs this output, just enable debug output using G_MESSAGES_DEBUG=all LIBGDATA_DEBUG=3. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690656 gdata/gdata-parsable.c | 2 +- gdata/georss/gdata-georss-where.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit b4d828e002adf21a5ef671ec1b62bed2f48382af Author: Nirbheek Chauhan Date: Mon Dec 17 23:18:12 2012 +0530 build: Make gnome-online-accounts optional as well It already was optional under --enable-gnome; just split that out into its own configure option Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690225 Makefile.am | 6 +++--- configure.ac | 16 +++++++++++++++- libgdata.pc.in | 1 + 3 files changed, 19 insertions(+), 4 deletions(-) commit 60230e288e465091380135ed2d2397cce7ae956c Author: Alexandre Rostovtsev Date: Sun Dec 16 00:34:18 2012 -0500 build: Do not add unused gnome dependencies to libgdata.pc https://bugzilla.gnome.org/show_bug.cgi?id=690281 configure.ac | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) commit 1d0ea81d59e03674dceeaa74c277dd4048ff1377 Author: Philip Withnall Date: Thu Nov 29 00:34:54 2012 +0000 build: Relicence several C/H files from GPLv3+ to LGPLv2.1+ The files were mistakenly created with the wrong licence — libgdata should be licenced entirely under the LGPLv2.1+. Most of the files had their copyright entirely owned by me, and I consent to relicensing. gdata-client-login-authorizer.c had two commits from other contributors: • 84060afb by Philip Chimento • 935e69fe by Stef Walter Both people have agreed to relicence their contributions to LGPLv2.1+ by e-mail. gdata/gdata-authorization-domain.c | 16 ++++++++-------- gdata/gdata-authorization-domain.h | 16 ++++++++-------- gdata/gdata-authorizer.c | 16 ++++++++-------- gdata/gdata-authorizer.h | 16 ++++++++-------- gdata/gdata-client-login-authorizer.c | 16 ++++++++-------- gdata/gdata-client-login-authorizer.h | 16 ++++++++-------- gdata/gdata-oauth1-authorizer.c | 16 ++++++++-------- gdata/gdata-oauth1-authorizer.h | 16 ++++++++-------- gdata/services/documents/gdata-documents-upload-query.c | 16 ++++++++-------- gdata/services/documents/gdata-documents-upload-query.h | 16 ++++++++-------- 10 files changed, 80 insertions(+), 80 deletions(-) commit cc229e19456c20ab884f501ce39027faa26c97dd Author: Colin Walters Date: Fri Nov 2 12:43:01 2012 -0400 GDataDownloadStream: Don't use private libsoup symbol libsoup changed to not export private symbols: http://git.gnome.org/browse/libsoup/commit/?id=2e1e6999f627bce6fb18e5d94e256da2ac5fef30 Patch-suggested-by: Dan Winship gdata/gdata-download-stream.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 5e088ccdaace6d12331fc63b67b7bfd46808bbff Author: Mattias Põldaru Date: Tue Oct 30 15:31:10 2012 +0200 [l10n] Updated Estonian translation po/et.po | 396 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 396 insertions(+) commit adf2dd3171017430defa8e68792903724d1f9389 Author: Philip Withnall Date: Sun Oct 21 11:59:47 2012 +0100 build: Only call g_type_init() for GLib ≤ 2.35.0 GLib master has just deprecated g_type_init() in favour of making it a compiler-supported constructor function. demos/scrapbook/scrapbook.c | 3 +++ gdata/tests/common.c | 2 ++ gdata/tests/memory.c | 2 ++ gdata/tests/perf.c | 2 ++ 4 files changed, 9 insertions(+) commit 811ccbefe1b711a29763700a2bbb5b54b06384d5 Author: Philip Withnall Date: Sun Oct 21 11:54:56 2012 +0100 core: Add support for OAuth 2.0 to the GOA authoriser This is based very heavily on work by Matthew Barnes for EDS’ EGDataGoaAuthorizer: • http://git.gnome.org/browse/evolution-data-server/commit/addressbook/backends/google/e-gdata-goa-authorizer.c?id=f23f88b2b5e4662730bada1797378fbddfe7ddfa • http://git.gnome.org/browse/evolution-data-server/commit/addressbook/backends/google/e-gdata-goa-authorizer.c?id=870bcc9eced87f74807cfeacb16f995a797eb277 As he mentions, this hasn’t been tested against GOA 3.7 yet, so may well not work. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=685289 gdata/gdata-goa-authorizer.c | 82 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 70 insertions(+), 12 deletions(-) commit 4e72579d1bbb302776a42551cbfb560ddd4258b3 Author: Robert Ancell Date: Fri Oct 5 09:15:51 2012 +1300 core: Split packages into public and private so the .pc file has correct depenencies https://bugzilla.gnome.org/show_bug.cgi?id=685464 configure.ac | 12 ++++++++++-- libgdata.pc.in | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) commit 990f3498f31d646b072a39a937f9628fe45ec67a Author: Philip Withnall Date: Sun Sep 30 11:08:26 2012 +0100 build: Increment version to 0.13.3 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4e8ed9843b55037b01a59143b8876c23a1f7b089 Author: Philip Withnall Date: Sun Sep 30 11:06:39 2012 +0100 Release version 0.13.2 NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) commit cddb3f1c41d46b311ff59a4725a4bd1322e19561 Author: Philip Withnall Date: Sun Sep 30 10:40:04 2012 +0100 youtube: Fix HTTP/HTTPS in a string comparison in a test Google have been fiddling with the URIs again, for the better. gdata/tests/youtube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ca75565d3f39122d4988e2ede960c9b7cd427ca0 Author: Philip Withnall Date: Thu Aug 16 08:02:06 2012 +0100 build: Use gnome-common code coverage macros to add gcov support This replaces libgdata’s existing home-grown solution with the gnome-common code coverage macros added in gnome-common 3.5.6/3.6.0. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=683209 Makefile.am | 44 +++++++------------------------------------- configure.ac | 20 ++------------------ 2 files changed, 9 insertions(+), 55 deletions(-) commit 67c447858d0db26b99b2d0c45abea6f31a5da154 Author: Philip Withnall Date: Sun Sep 30 09:20:24 2012 +0100 core: Redact X-GData-Key headers They’re used by the YouTube service to pass the program’s YouTube developer key to the server. The developer key is semi-public, but it’s probably safest to redact it anyway. It isn’t vital information for debugging. gdata/gdata-service.c | 3 +++ 1 file changed, 3 insertions(+) commit 6def273642e29dfcabf49eaeece27292a40b7f6d Author: Zeeshan Ali (Khattak) Date: Mon Sep 24 17:29:23 2012 +0300 configure: Explicitly check for libxml2 This fixes build on jhbuild on Fedora 18. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8e4c09ec6aa00656600875ebda78d421fa89f29 Author: Ani Peter Date: Sun Sep 23 01:02:26 2012 +0530 Updated Malayalam file po/ml.po | 209 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 106 insertions(+), 103 deletions(-) commit 5d356c54fcf3f6febc1d15f601c2b4bb30003797 Author: Carles Ferrando Date: Sat Sep 22 13:33:47 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 88 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 41 deletions(-) commit 3f7bcea2169824843d5e0e8eb9a49615432ac597 Author: Joan Duran Date: Sat Sep 22 13:33:44 2012 +0200 [l10n] Updated Catalan translation po/ca.po | 137 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 75 insertions(+), 62 deletions(-) commit 0425292c0bc16962d353aeee8336d616a3728bba Author: Mario Blättermann Date: Thu Sep 20 13:13:47 2012 +0200 [l10n] Updated German translation po/de.po | 223 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 110 insertions(+), 113 deletions(-) commit 0e9f55d8204641ceb883eaf65b4750fda49959ac Author: Krishnababu Krothapalli Date: Thu Sep 20 16:18:19 2012 +0530 Updated Telugu Translations po/te.po | 85 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 31 deletions(-) commit 57e40361ec39d4e33e326baf98649f34fc86aa74 Author: Rajesh Ranjan Date: Wed Sep 19 17:32:22 2012 +0530 hindi update po/hi.po | 155 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 83 insertions(+), 72 deletions(-) commit 3fe3c613d517464a81061cc0eaa0de41c670e7f9 Author: Alexander Shopov Date: Tue Sep 18 22:46:49 2012 +0300 Updated Bulgarian translation po/bg.po | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) commit c7201d2276dd6fffb32fe33dede478ed5579f3e6 Author: Rafael Ferreira Date: Mon Sep 17 15:45:23 2012 -0400 Updated Brazilian Portuguese translation, reviewed by Enrico Nicoletto . po/pt_BR.po | 149 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 80 insertions(+), 69 deletions(-) commit a7569a94455edbb6f71f8cb3083d850c5fa9fca8 Author: Ask H. Larsen Date: Sun Sep 16 13:33:53 2012 +0200 Updated Danish translation po/da.po | 136 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 73 insertions(+), 63 deletions(-) commit 4354b07ca0b8f059ec7e6b6deb0d58816237e1c5 Author: Daniel Mustieles Date: Sun Sep 16 13:23:26 2012 +0200 Updated Spanish translation po/es.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 09f87033b09d69fcbe691a9c6e5a6c86548008cf Author: António Lima Date: Fri Sep 14 11:01:57 2012 +0100 Updated Portuguese translation po/pt.po | 144 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 78 insertions(+), 66 deletions(-) commit 0a1a86e0ff2ba1520f6f61c90e6e0b0a75d27446 Author: A S Alam Date: Fri Sep 14 07:39:42 2012 +0530 update Punjabi Translation po/pa.po | 151 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 81 insertions(+), 70 deletions(-) commit 12964be84bf8c6cb17cb11382a0c50d3e5ee6cdb Author: Alexandre Franke Date: Thu Sep 13 12:55:10 2012 +0200 Update French translation po/fr.po | 143 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 78 insertions(+), 65 deletions(-) commit dcedf9e08b8969d78a44ad275114301100b03471 Author: Tom Tryfonidis Date: Thu Sep 13 02:40:38 2012 +0300 Updated Greek translation po/el.po | 186 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 111 insertions(+), 75 deletions(-) commit 9c1a2304fbe91332ca589469aa12382874281efb Author: Milo Casagrande Date: Mon Sep 10 21:26:05 2012 +0200 [l10n] Updated Italian translation. po/it.po | 158 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 84 insertions(+), 74 deletions(-) commit e32d6e6f7d7572765196622f107cb5eba987df9b Author: Changwoo Ryu Date: Sun Sep 9 05:32:19 2012 +0900 Updated Korean translation po/ko.po | 141 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 76 insertions(+), 65 deletions(-) commit 020eb480190abce16b1fb70759497b3be087c0b9 Author: Marek Černocký Date: Sat Sep 8 01:02:41 2012 +0200 Updated Czech translation po/cs.po | 142 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 77 insertions(+), 65 deletions(-) commit 00e02ac97806ef704c6deb433bc80f58b72341c9 Author: Akom Chotiphantawanon Date: Wed Sep 5 17:33:30 2012 +0700 Updated Thai translation. po/th.po | 139 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 75 insertions(+), 64 deletions(-) commit 5d77f83aea9d60563d08b399947071f77ab1c7ab Author: Muhammet Kara Date: Tue Sep 4 22:47:38 2012 +0300 [l10n]Updated Turkish translation po/tr.po | 202 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 116 insertions(+), 86 deletions(-) commit 634b52eff65fe2ceb68ac40cdf1bf66c8ba724db Author: Piotr Drąg Date: Tue Sep 4 18:32:11 2012 +0200 Updated Polish translation po/pl.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit b04dd4b897fd6f61cc26ede53d7e413b8603f2b4 Author: Gabor Kelemen Date: Mon Sep 3 16:27:51 2012 +0200 Updated Hungarian translation po/hu.po | 155 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 81 insertions(+), 74 deletions(-) commit 4de1c7a39c5d62b861db4d0f5d938b28bbbd7233 Author: Yuri Kozlov Date: Mon Sep 3 10:25:40 2012 +0400 Updated Russian translation po/ru.po | 149 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 81 insertions(+), 68 deletions(-) commit b9c73b6843631c5a413f38fd7858952ea469edf6 Author: Rūdolfs Mazurs Date: Sun Sep 2 20:49:04 2012 +0300 Updated Latvian translation po/lv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1494cefb6ae944eba55b88d208369ce696b424eb Author: Rūdolfs Mazurs Date: Sun Sep 2 20:39:48 2012 +0300 Updated Latvian translation po/lv.po | 203 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 108 insertions(+), 95 deletions(-) commit 1f4806cfdfa0e62d9831798759f8de75bda58b68 Author: Aurimas Černius Date: Tue Aug 28 22:21:15 2012 +0300 Updated Lithuanian translation po/lt.po | 170 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 87 insertions(+), 83 deletions(-) commit adbb0ca9846897c9497a3276e50a18139d2efaf4 Author: Philip Withnall Date: Sat Aug 25 00:18:42 2012 +0100 core: Add a missing ‘G_BEGIN_DECLS’ to a header file gdata/gdata-commentable.h | 2 ++ 1 file changed, 2 insertions(+) commit 3c8bb54c96216ecfd684184260a516d47dc202bd Author: Philip Withnall Date: Fri Aug 24 18:51:37 2012 +0100 docs: Add an example of inserting an access rule into an ACL Hopefully this should make ACLs a little less opaque. gdata/gdata-access-handler.c | 2 ++ gdata/gdata-access-rule.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) commit 953a4a5da421fa4a0833e849832ae71265fe903c Author: Piotr Drąg Date: Thu Aug 23 03:44:50 2012 +0200 Updated Polish translation po/pl.po | 136 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 73 insertions(+), 63 deletions(-) commit e7972d97e08f4769a6864758c76cd5d2b30aaded Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 08:50:45 2012 +0700 Updated Vietnamese translation po/vi.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 4138a69a48c8be3dfdcef57b1339b20ea4c581e2 Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 08:49:49 2012 +0700 po/vi: imported from Damned Lies po/vi.po | 139 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 76 insertions(+), 63 deletions(-) commit be87eb3471b9ae4a9a25842652997be684c71af4 Author: Philip Withnall Date: Tue Aug 21 08:05:57 2012 +0100 youtube: Fix case of a string in the unit tests Looks like Google changed how they treat cases of usernames in URIs. gdata/tests/youtube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c1f8ffaf330827129c5b01f34377ba2ed5a0530 Author: Philip Withnall Date: Mon Aug 20 22:36:34 2012 +0100 core: Fix parsing of ‘default’ ACL rule scopes As found by Meg Ford, libgdata was expecting elements to have a ‘value’ property, when the documentation (https://developers.google.com/google-apps/calendar/v2/reference#gacl_reference) explicitly says they shouldn’t have one. Whoops. This fixes it and adds a test. Note that the code doesn’t check that there _isn’t_ a ‘value’ property, because Google might go and change it in future. gdata/gdata-access-rule.c | 16 ++++++++++++---- gdata/tests/general.c | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 4 deletions(-) commit 49f7f28fa1e6b9cbbaab02089a01bb6220853634 Author: Fran Diéguez Date: Fri Aug 17 23:23:02 2012 +0200 Updated Galician translations po/gl.po | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) commit eeb8d1ee714c5c20bfa1c787bdacdcff3d084d4a Author: Philip Withnall Date: Thu Aug 16 08:18:41 2012 +0100 docs: Expand documentation on logging and error handling README | 5 +++++ docs/reference/gdata-running.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) commit 50bcf6439e3692a33e0cf7b4b036c83cf9397490 Author: Javier Jardón Date: Fri Aug 10 03:57:07 2012 +0900 Makefile.ac: remove reference to not used gnome-doc-utils file Makefile.am | 1 - 1 file changed, 1 deletion(-) commit a3dbae4a2a540cde2e1d661dcb3ae264e8cb8826 Author: Nilamdyuti Goswami Date: Wed Aug 8 14:23:12 2012 +0530 Assamese translation updated po/as.po | 153 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 81 insertions(+), 72 deletions(-) commit b013ee1618e833f9ddf10718bc6d65575b56892f Author: Chao-Hsiung Liao Date: Tue Aug 7 13:42:55 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 8 +++----- po/zh_TW.po | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) commit aab60b1bc8f3bbe7e58cb3bfaacf109873d2501c Author: Fran Diéguez Date: Mon Jul 30 02:43:14 2012 +0200 Updated Galician translations po/gl.po | 58 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 27 deletions(-) commit 219beb2bed7dfcd226c85ff85fba0238f4488b74 Author: Philip Withnall Date: Sat Jul 28 12:41:01 2012 +0200 build: Increment version to 0.13.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd8116576d8f9c33eadc45be0305f0291012419f Author: Philip Withnall Date: Sat Jul 28 12:03:36 2012 +0200 Release version 0.13.1 NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) commit d2c038fe3f9a098ec8ee6eb4edb03d114e2daf64 Author: Philip Withnall Date: Sat Jul 28 12:20:32 2012 +0200 documents: Fix some documentation for thumbnail downloads gdata/services/documents/gdata-documents-document.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit d8a93286b0262b273eb926d19cf37032cdd44be6 Author: Philip Withnall Date: Sat Jul 28 12:06:16 2012 +0200 docs: Add a missing xi:include to gdata-docs.xml docs/reference/gdata-docs.xml | 1 + 1 file changed, 1 insertion(+) commit bb323065ac791f51efad24678b7316664ac052f3 Author: Philip Withnall Date: Sat Jul 28 11:50:50 2012 +0200 l10n: Update British English translation po/en_GB.po | 54 +++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) commit ea8ea91b685c5521dde2178503fe06a4717492e6 Author: Мирослав Николић Date: Wed Jul 25 09:22:13 2012 +0200 Updated Serbian translation po/sr.po | 155 ++++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 155 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 166 insertions(+), 144 deletions(-) commit 02cef063ab4dc532b913e2e019fbd38a5ada0e92 Author: Yaron Shahrabani Date: Tue Jul 24 22:37:33 2012 +0300 Updated Hebrew translation. po/he.po | 74 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 39 insertions(+), 35 deletions(-) commit 7687d01259c41be11178e9c88203050e5db1a7ec Author: Kjartan Maraas Date: Mon Jul 23 11:47:31 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 62 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 28 deletions(-) commit 39b6ac0d4c79730bbaa62f36cd9aa343559b07ee Author: Philip Withnall Date: Sat Jul 21 11:07:45 2012 +0100 Bug 656970 — Add thumbnail support Add support for downloading thumbnails of Google Documents documents. This includes a test case, but it isn’t very useful because I can’t find a single document which has a thumbnail expressed in its metadata. Your mileage may vary. This also includes an example of how to download thumbnails, but that’s similarly (unfortunately) untestable. This leaves me with a sour taste in my mouth. New API: • gdata_documents_document_get_download_uri() Closes: https://bugzilla.gnome.org/show_bug.cgi?id=656970 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + .../services/documents/gdata-documents-document.c | 65 +++++++++++++++++ .../services/documents/gdata-documents-document.h | 2 + gdata/tests/documents.c | 81 ++++++++++++++++++++++ 5 files changed, 150 insertions(+) commit 23a3e2db4405900ac1e3e0ce637dc3434db1a55f Author: Philip Withnall Date: Sat Jul 21 11:06:40 2012 +0100 documents: Fix uploading documents for some of the tests Inserting metadata-only documents is currently broken on the servers. Work around it for the moment by using resumable upload. gdata/tests/documents.c | 64 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 53 insertions(+), 11 deletions(-) commit a6ee6ee1de1e290fcebb3f68e0707f88670657d8 Author: Philip Withnall Date: Sat Jul 21 09:33:27 2012 +0100 docs: Update dependency list in README README | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 4c5eb11d7555ac8836cbe71d96a823566b1d0d02 Author: Matej Urbančič Date: Thu Jul 19 13:02:42 2012 +0200 Updated Slovenian translation po/sl.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) commit d456a8f5c23df309b4bbbd570b3bdbdcea20c534 Author: Matej Urbančič Date: Thu Jul 19 10:11:58 2012 +0200 Updated Slovenian translation po/sl.po | 64 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 34 insertions(+), 30 deletions(-) commit 926efff5e76ffb0fc25f0db9d5323029968cf579 Author: Chao-Hsiung Liao Date: Wed Jul 18 19:36:18 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 48 +++++++++++++++++++++++++++--------------------- po/zh_TW.po | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 54 insertions(+), 42 deletions(-) commit 935e69fe86b51508cb22860a5db96aa1989c58ca Author: Stef Walter Date: Tue Jul 17 21:16:11 2012 +0100 core: Use gcr instead of libgnome-keyring for secure memory * libgnome-keyring will be deprecated in the future Closes: https://bugzilla.gnome.org/show_bug.cgi?id=679867 README | 2 +- configure.ac | 4 ++-- docs/reference/gdata-overview.xml | 4 ++-- gdata/gdata-client-login-authorizer.c | 4 ++-- gdata/gdata-service.c | 9 +++++---- 5 files changed, 12 insertions(+), 11 deletions(-) commit 56a39743779f63791e27886aaa3a9338602406f3 Author: Philip Withnall Date: Mon Jul 16 21:08:00 2012 +0100 Bug 656976 — Merge eds and GNOME Documents GOA authorisers Copy the GOA authoriser from EDS into libgdata, modifying it a bit to add support for non-Contacts services and remove use of the liboauth HMAC function in favour of GLib’s implementation. This is essentially the same code as used by GNOME Documents. Originally written by Matthew Barnes. He’s given permission for it to be relicenced from LGPL v2 or v3 to LGPL v2.1+. (See the bug report.) This adds the following API: • GDataGoaAuthorizer This is currently untested; waiting to port EDS and GNOME Documents to it to test it. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=656976 Makefile.am | 20 +- configure.ac | 13 +- docs/reference/gdata-docs.xml | 4 + docs/reference/gdata-sections.txt | 20 ++ gdata/gdata-goa-authorizer.c | 543 ++++++++++++++++++++++++++++++++++++++ gdata/gdata-goa-authorizer.h | 70 +++++ gdata/gdata.h | 4 + gdata/gdata.symbols | 3 + gdata/tests/Makefile.am | 6 +- libgdata.pc.in | 2 +- 10 files changed, 678 insertions(+), 7 deletions(-) commit e483d930c86ba20d390051713f34bc9ed1da0289 Author: Daniel Mustieles Date: Mon Jul 16 16:45:45 2012 +0200 Updated Spanish translation po/es.po | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) commit 5f851c6f82a639ff7c25b28bf49cd42fb90223aa Author: Andika Triwidada Date: Sun Jul 15 20:00:10 2012 +0700 Updated Indonesian translation po/id.po | 169 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 97 insertions(+), 72 deletions(-) commit 6a4d7b156d833980f6bad286d6fd70d64a923bf2 Author: Ihar Hrachyshka Date: Sun Jul 15 14:36:03 2012 +0300 Updated Belarusian translation. po/be.po | 104 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 46 deletions(-) commit 2bfde8ba318c991ec909c3f7d788c244b615d7b8 Author: Philip Withnall Date: Sun Jul 15 11:00:50 2012 +0100 Bug 607270 — Support copying documents Add support for copying uploaded Google Documents documents without having to re-upload them. New API: • gdata_documents_service_copy_document() • gdata_documents_service_copy_document_async() • gdata_documents_service_copy_document_finish() This includes a test case, but I haven’t been able to run it because Google’s servers are still acting up re. metadata-only uploads. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=607270 docs/reference/gdata-sections.txt | 3 + gdata/gdata.symbols | 3 + gdata/services/documents/gdata-documents-service.c | 157 +++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 7 + gdata/tests/documents.c | 46 ++++++ 5 files changed, 216 insertions(+) commit adc9b5b03e5f8ea121214a66888d9e7d06b5e2dd Author: Chao-Hsiung Liao Date: Sat Jul 14 14:16:00 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 132 +++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 132 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 138 insertions(+), 126 deletions(-) commit be230783f8a4105e1a128873b4666060f164e856 Author: Philip Withnall Date: Thu Jul 5 21:45:27 2012 +0100 contacts: Sleep for 3s after uploading a photo in the tests It now seems to fairly consistently take Google servers 3s to process uploaded photos. Before this time has passed, a query for an uploaded photo (using the URI provided in the “upload successful” response) will result in an error. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/tests/contacts.c | 5 +++++ 1 file changed, 5 insertions(+) commit 49ff505cb84341ecd0ae89f25a16cb8e01722311 Author: Philip Withnall Date: Thu Jul 5 21:40:07 2012 +0100 tests: Temporarily relax requirements on element See previous commit (faa7fe461032a3cb6b7a35fc6465bed53c695b70). Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/tests/general.c | 5 +++++ 1 file changed, 5 insertions(+) commit faa7fe461032a3cb6b7a35fc6465bed53c695b70 Author: Philip Withnall Date: Tue Jul 3 22:16:59 2012 +0100 youtube: Temporarily relax requirements on element The YouTube comments feed is not a valid Atom feed, as it’s recently (somehow) lost its element. So we temporarily relax our requirements for feeds to follow any kind of standards or even the Google-provided documentation. Filed as: https://code.google.com/p/gdata-issues/issues/detail?id=2908 Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/gdata-feed.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit b1de9375b8c652c89415c5cde43607ffb06edbc2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 3 21:53:35 2012 +0100 contacts: Use fuzzy time comparisons when testing contact insertions Yes, having a contact which was last edited before it was created is a valid thing. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/tests/common.h | 5 +++++ gdata/tests/contacts.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 62bb1f674d866f04022a71a7516b52d9895b7444 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 3 00:02:49 2012 +0100 tests: Update test account password gdata/tests/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c04163c0b53c8a9c0db4650cb345b18374ae8d15 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 2 23:48:05 2012 +0100 picasaweb: Relax some checks in the PicasaWeb test suite Don’t compare ETags and update dates exactly. This fixes some failures caused by Google’s use of relaxed consistency in the server implementation. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/tests/picasaweb.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 93b1982b23fda320f2e0bd71e982849a8a970a20 Author: Tom Tryfonidis <tomtryf@gmail.com> Date: Mon Jul 2 16:42:54 2012 +0300 Updated Greek translation po/el.po | 144 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 57 insertions(+), 87 deletions(-) commit 5407aa327fc94cd25e2e05773cf7afbb7092c188 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 28 21:19:06 2012 +0100 calendar: Test with 2 calendars rather than 3 Google’s poor little servers don’t like 3 calendars being created in quick succession (although they definitely used to be OK with it), resulting in the calendar query tests failing. Reduce the number of test calendars used for such tests to 2, rather than 3. That should hopefully fix the problem, although I can’t test the fix works completely because I’ve run out of GData query quota for the day. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=679072 gdata/tests/calendar.c | 15 --------------- 1 file changed, 15 deletions(-) commit 8c3e14a7504227bb1b59e193fc7da2e8518c1409 Author: Alexander Shopov <ash@kambanaria.org> Date: Wed Jun 27 06:50:20 2012 +0300 Updated Bulgarian translation po/bg.po | 136 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 64 deletions(-) commit 09d594d6aad97c8a2f7d0d8b0beae159bc797f95 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Sat Jun 23 13:09:04 2012 -0400 documents: add support for Google Drawings Add a GDataDocumentsDocument subclass to handle drawing docs. https://bugzilla.gnome.org/show_bug.cgi?id=633548 Makefile.am | 4 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 22 ++++ gdata/gdata.h | 1 + gdata/gdata.symbols | 2 + .../services/documents/gdata-documents-document.c | 4 +- gdata/services/documents/gdata-documents-drawing.c | 72 ++++++++++++ gdata/services/documents/gdata-documents-drawing.h | 124 +++++++++++++++++++++ gdata/services/documents/gdata-documents-entry.c | 2 +- gdata/services/documents/gdata-documents-feed.c | 3 + gdata/services/documents/gdata-documents-service.c | 3 + 11 files changed, 234 insertions(+), 4 deletions(-) commit 4446403ee1323480e9b2eaa37ab30da8c43afba9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat May 19 22:45:41 2012 +0100 core: Silence a GIR warning Since gdata-version.h is included several times, the scanner was getting confused about seeing the SECTION comment multiple times. gdata/gdata-version.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 28ec244a551e1cba09fdcb63cc5f38eba977633e Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Tue May 15 22:08:08 2012 +0200 Updated Dutch translation po/nl.po | 139 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 71 insertions(+), 68 deletions(-) commit 72b2d5e3aafc8d3b835ffb96cfbccf5486916e65 Author: Willem Heppe <heppew@yahoo.com> Date: Tue May 15 21:09:38 2012 +0200 Initial Dutch translation po/LINGUAS | 1 + po/nl.po | 488 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 489 insertions(+) commit c6be6c32b45fee3b9e0fd8ddfdca35cc6bd0777f Author: Γιώργος Στεφανάκης <george.stefanakis@gmail.com> Date: Wed May 2 12:29:16 2012 +0300 Updated Greek translation po/el.po | 406 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 226 insertions(+), 180 deletions(-) commit b3267de2e3ab52f7e476eb57ca9a067a7f651858 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Apr 22 21:34:53 2012 +0200 Updated Galician translations po/gl.po | 138 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 66 deletions(-) commit 3be0cfb05eb49b70d22f199ea1fbd7534f6cbc6e Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Apr 21 13:08:01 2012 +0200 Updated Slovenian translation po/sl.po | 149 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 78 insertions(+), 71 deletions(-) commit 20449020db4083ce9fdfa5b562dcfab199146a99 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Apr 18 09:29:04 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 156 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 86 insertions(+), 70 deletions(-) commit 5496df57bbe92ead573ebc22310192a6ec13d89a Author: Sasi Bhushan <sasi@swecha.net> Date: Tue Apr 17 15:55:35 2012 +0530 Updated Telugu Translation po/te.po | 80 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 37 deletions(-) commit df9886267101d38fe913ce37d5961b0a5487dda9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 12:31:53 2012 +0100 build: Increment version to 0.13.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 703a7d2cd9ca10392acf9f6916b781dea8c857be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 12:30:32 2012 +0100 Release version 0.13.0 NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- docs/reference/gdata-docs.xml | 4 ++++ 3 files changed, 38 insertions(+), 1 deletion(-) commit 66a9d2b4d9c6a45bb231549caabf0d1a1446ae5f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 12:14:43 2012 +0100 l10n: Update British English translation po/en_GB.po | 132 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 69 insertions(+), 63 deletions(-) commit dc298f4f5123ba62df56ae1e4ece08d6055eb2bb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 11:08:30 2012 +0100 documents: Add an XML parsing test for GDataDocumentsFolder This includes a test for GDataDocumentsEntry:quota-used. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=588714 gdata/tests/documents.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) commit 3ee77832b4dcfdb83a5e653760eeece34d68c045 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 11:00:35 2012 +0100 Bug 588714 — <gd:quotaBytesUsed> handling in GDataDocumentsEntry Add support for <gd:quotaBytesUsed> to GDataDocumentsEntry. API additions: • GDataDocumentsEntry:quota-used and gdata_documents_entry_get_quota_used() Closes: https://bugzilla.gnome.org/show_bug.cgi?id=588714 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-entry.c | 45 +++++++++++++++++++++++- gdata/services/documents/gdata-documents-entry.h | 2 ++ 4 files changed, 48 insertions(+), 1 deletion(-) commit 72464c86e970f205ae6bad765f65839cc9da46dd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 11:26:40 2012 +0100 core: Add gdata_parser_int64_from_element() to parse long numbers In comparison to the old version, this handles normal integers rather than dates. This also ports some uses of g_ascii_strtoll() in GDataPicasaWebUser to the new API. gdata/gdata-parser.c | 77 +++++++++++++++++++++++++ gdata/gdata-parser.h | 2 + gdata/services/picasaweb/gdata-picasaweb-user.c | 14 +---- 3 files changed, 82 insertions(+), 11 deletions(-) commit 282d44478b67a7c86f92fb4fa416c47c1cdc101a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 11:13:40 2012 +0100 core: Rename gdata_parser_int64_from_element() So that a new int64 parsing method can be added. gdata/gdata-access-rule.c | 2 +- gdata/gdata-entry.c | 4 ++-- gdata/gdata-feed.c | 4 ++-- gdata/gdata-parser.c | 10 +++++----- gdata/gdata-parser.h | 4 ++-- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 2 +- gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/contacts/gdata-contacts-group.c | 2 +- gdata/services/documents/gdata-documents-entry.c | 6 +++--- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- gdata/services/youtube/gdata-youtube-group.c | 4 ++-- 13 files changed, 23 insertions(+), 23 deletions(-) commit c31f3d6e8955c37c1351644527917bd9cb082623 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 10:27:18 2012 +0100 documents: Fix support for downloading arbitrary documents This adds a new authorization domain necessary for downloading arbitrary files. I can’t test this at the moment, though, due to Google breaking the workaround we were using for uploading metadata-only documents. (See: http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3033) Thanks Google. Thoogle. gdata/services/documents/gdata-documents-service.c | 2 ++ gdata/tests/documents.c | 14 ++++++++++++++ 2 files changed, 16 insertions(+) commit 8f084ed2f1d8f3256c12ad7184639d0dd2c68ccd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 09:52:40 2012 +0100 documents: Add GDATA_DOCUMENTS_TEXT_JPEG export format API additions: • GDATA_DOCUMENTS_TEXT_JPEG docs/reference/gdata-sections.txt | 1 + gdata/services/documents/gdata-documents-text.h | 13 +++++++++++++ 2 files changed, 14 insertions(+) commit 5cbd5e7e61000f3170bb25dcdd8e316b1208e9c2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 09:50:29 2012 +0100 documents: Tidy up GDataDocumentsFeed a little gdata/services/documents/gdata-documents-feed.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) commit 4617666c239d268b5a90ac3e3dd5b24445e0c878 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 14 09:47:52 2012 +0100 documents: Add arbitrary file support to GDataDocumentsFeed gdata/services/documents/gdata-documents-feed.c | 2 ++ 1 file changed, 2 insertions(+) commit 8fd2cf3963d25eb97014ddb3f234c2bf8cad6261 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 13:14:54 2012 +0100 Bug 607616 — Permit the uploading of documents of any type Add support to GDataDocumentsUploadQuery for specifying that documents shouldn’t be converted to common formats on being uploaded. This permits arbitrary files to be uploaded. This includes test cases. API additions: • GDataDocumentsUploadQuery:convert, gdata_documents_upload_query_get_convert and gdata_documents_upload_query_set_convert Closes: https://bugzilla.gnome.org/show_bug.cgi?id=607616 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/documents/gdata-documents-service.c | 54 +++--- .../documents/gdata-documents-upload-query.c | 189 ++++++++++++++++++++- .../documents/gdata-documents-upload-query.h | 3 + gdata/tests/documents.c | 152 +++++++++++++---- 6 files changed, 341 insertions(+), 61 deletions(-) commit e1f77430461ea48917a87aa2050d4f91a9440c9f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 13:52:00 2012 +0100 tests: Move check_kind() from contacts tests to gdata_test_compare_kind() gdata/tests/common.c | 20 ++++++++++++++++++++ gdata/tests/common.h | 2 ++ gdata/tests/contacts.c | 48 +++++++++++++++--------------------------------- 3 files changed, 37 insertions(+), 33 deletions(-) commit 1d0e74eeb0851d5be40b5d79d153682d52712180 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 13:20:00 2012 +0100 documents: Make GDataDocumentsDocument non-abstract It now represents arbitrary files, so that Google Documents can be used as a kind of remote filesystem. This shouldn’t be an API break. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=656971 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + .../services/documents/gdata-documents-document.c | 34 +++++++++++++++++++--- .../services/documents/gdata-documents-document.h | 2 ++ 4 files changed, 34 insertions(+), 4 deletions(-) commit c8eca065e5f3f11d0ec8c7aac497e19f7d07469e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 00:21:51 2012 +0100 documents: Split upload parameters out into GDataDocumentsUploadQuery This new object currently only specifies the destination folder for an upload (replacing the folder argument to gdata_documents_service_upload_document_resumable()), but will in future allow specifying things like the ‘convert’ and OCR parameters for uploads. API additions: • GDataDocumentsUploadQuery and its methods API breaks: • gdata_documents_service_upload_document_resumable() (Note that this API hasn’t yet been in a libgdata release, so this isn’t a real API break.) Helps: https://bugzilla.gnome.org/show_bug.cgi?id=656971 Makefile.am | 4 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 21 ++ gdata/gdata.h | 1 + gdata/gdata.symbols | 5 + gdata/services/documents/gdata-documents-service.c | 48 +++-- gdata/services/documents/gdata-documents-service.h | 4 +- .../documents/gdata-documents-upload-query.c | 235 +++++++++++++++++++++ .../documents/gdata-documents-upload-query.h | 75 +++++++ gdata/tests/documents.c | 13 +- 10 files changed, 381 insertions(+), 26 deletions(-) commit 5eea510bb492e62e76e515534f4f02be85caac81 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 00:09:38 2012 +0100 documents: Tidy up URI escaping a little gdata/services/documents/gdata-documents-service.c | 35 +++++----------------- 1 file changed, 7 insertions(+), 28 deletions(-) commit 50e671a77fff86641a211ea1434b067d35e359db Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 13 00:04:09 2012 +0100 docs: Fix some documentation comment syntax gdata/services/documents/gdata-documents-entry.c | 10 +++++----- gdata/services/picasaweb/gdata-picasaweb-album.c | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) commit b5b93cee8fc3210ac96c40051b14695846ca2f9d Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Fri Apr 13 01:03:15 2012 +0300 Updated Hebrew translation. po/he.po | 167 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 86 insertions(+), 81 deletions(-) commit 37a2d6e5802bdadfc1c2f7190d9a75cdfae6f03f Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Wed Apr 11 00:22:39 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 119 +++++++++++++++++++++++++++++------------------------- 1 file changed, 63 insertions(+), 56 deletions(-) commit 98cd05d04c5ebb9c4e9355d989932b46b3ca5f22 Author: Jordi Serratosa <jordis@softcatala.cat> Date: Wed Apr 11 00:22:19 2012 +0200 [l10n] Fixes on Catalan translation po/ca.po | 123 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 62 insertions(+), 61 deletions(-) commit 820216f8a6acb6a3b5ecdcb7a2d076db86109509 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Sun Apr 8 13:25:48 2012 +0200 Updated Spanish translation po/es.po | 125 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 65 insertions(+), 60 deletions(-) commit 611ab8efbc5eaa9884e6217f19c15ae885323f74 Author: Daniel Nylander <po@danielnylander.se> Date: Mon Apr 2 18:45:17 2012 +0200 Updated Swedish translation po/sv.po | 133 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 70 insertions(+), 63 deletions(-) commit 96ab38cf45dcf07eb9b125106548a2343457be19 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 2 16:39:26 2012 +0100 build: Increment version to 0.13.0 This also fixes the ‘Since’ lines of documentation comments which referred to the (now non-existent) 0.11.2 release. This will actually be the 0.13.0 release. configure.ac | 4 ++-- gdata/gdata-upload-stream.c | 6 +++--- gdata/gdata-upload-stream.h | 4 ++-- gdata/services/documents/gdata-documents-service.c | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) commit 1f847d3e53e4c1a326f7920e1651e5a4573a990f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 2 15:18:21 2012 +0100 documents: Fix batch operation tests for v3 of the API Closes: https://bugzilla.gnome.org/show_bug.cgi?id=593537 gdata/tests/documents.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) commit c0358261b2c897c8daacab1be58d63a63b9f4394 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 2 15:17:42 2012 +0100 documents: Fix adding to/removing from folders with v3 of the API Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537 gdata/services/documents/gdata-documents-service.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 6e8499dfbdb6029b7797ae31957b87f688a88482 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 2 15:12:35 2012 +0100 documents: Add support for resumable uploads and updates This adds support for resumable uploads and updates to the Documents API. In doing so, it was necessary to wade through a sea of bugs and documentation inadequacies in the GData protocol (thanks, Google). In the end, it all seems to work (ignoring the pile of hacks to handle differences between non-resumable and resumable uploads’ handling of metadata; and the bugs in content-only uploads). It’s worth noting that this is only a basic implementation of resumable upload/update. It does not, for example, automatically retry chunks of uploads which fail. That can come later. A new, expanded set of test cases for uploads/updates is included. New API: • gdata_documents_service_upload_document_resumable() • gdata_documents_service_update_document_resumable() Helps: https://bugzilla.gnome.org/show_bug.cgi?id=607272 Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537 docs/reference/gdata-sections.txt | 2 + gdata/gdata-upload-stream.c | 26 +- gdata/gdata.symbols | 2 + gdata/services/documents/gdata-documents-service.c | 289 +++++++- gdata/services/documents/gdata-documents-service.h | 8 + gdata/tests/documents.c | 807 +++++++++++---------- 6 files changed, 742 insertions(+), 392 deletions(-) commit c472db8b6cd12c02d4182e4d2f36aa2ae8dcdac2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Oct 28 09:31:24 2011 +0100 documents: Add basic support for version 3 of the Google Documents API Support for v3 of the API will replace support for v2, given that v3 is now stable and v2 is no longer recommended. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537 gdata/services/documents/gdata-documents-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 3ff70e3824980996b8c0e3b0f1917144783945d0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Nov 6 23:27:43 2011 +0000 documents: Changes to IDs for v3 support Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537 gdata/services/documents/gdata-documents-entry.c | 72 +++++++++++++++------- gdata/services/documents/gdata-documents-service.c | 28 ++++----- 2 files changed, 63 insertions(+), 37 deletions(-) commit 6c4a2b36627a5ceec91d6979eca61ef27ee3ea1f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 2 15:06:41 2012 +0100 documents: Update links in the documentation Google have helpfully moved the GData documentation and not put any redirects in place, so we have to update all the links for v3 of the Documents API. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=593537 gdata/services/documents/gdata-documents-document.c | 10 +++++----- gdata/services/documents/gdata-documents-entry.c | 2 +- gdata/services/documents/gdata-documents-folder.c | 2 +- gdata/services/documents/gdata-documents-presentation.c | 2 +- gdata/services/documents/gdata-documents-presentation.h | 10 +++++----- gdata/services/documents/gdata-documents-query.c | 2 +- gdata/services/documents/gdata-documents-service.c | 2 +- gdata/services/documents/gdata-documents-spreadsheet.c | 2 +- gdata/services/documents/gdata-documents-spreadsheet.h | 12 ++++++------ gdata/services/documents/gdata-documents-text.c | 2 +- gdata/services/documents/gdata-documents-text.h | 16 ++++++++-------- 11 files changed, 31 insertions(+), 31 deletions(-) commit f91c994f0f6f5f96ea7765e75ecc1ce393f9b61b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 20:40:16 2011 +0000 core: Extend GDataUploadStream with support for resumable uploads This adds the following API: • gdata_upload_stream_new_resumable() • GDataUploadStream:content-length, gdata_upload_stream_get_content_length() Helps: https://bugzilla.gnome.org/show_bug.cgi?id=607272 docs/reference/gdata-sections.txt | 4 + gdata/gdata-upload-stream.c | 515 +++++++++++++++++++++++++++++++------- gdata/gdata-upload-stream.h | 30 +++ gdata/gdata.symbols | 2 + gdata/tests/common.c | 19 +- gdata/tests/common.h | 1 + gdata/tests/streams.c | 443 ++++++++++++++++++++++++++++++++ 7 files changed, 920 insertions(+), 94 deletions(-) commit c755ad77704e7d1a7cac3bb7d4e4371c5da9a234 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 31 17:20:59 2012 +0100 core: Bump GLib requirement to ≥ 2.31.0 This allows us to drop the conditional threading code and just use GLib’s new threading primitives. configure.ac | 2 +- gdata/gdata-buffer.c | 55 ---------- gdata/gdata-buffer.h | 5 - gdata/gdata-client-login-authorizer.c | 54 ---------- gdata/gdata-download-stream.c | 100 ------------------ gdata/gdata-oauth1-authorizer.c | 43 -------- gdata/gdata-service.c | 26 ----- gdata/gdata-upload-stream.c | 188 ---------------------------------- gdata/tests/common.c | 3 - gdata/tests/memory.c | 3 - gdata/tests/perf.c | 3 - gdata/tests/streams.c | 4 - 12 files changed, 1 insertion(+), 485 deletions(-) commit f02b54681358d477141b8cbe3bcbfc80a3cb344d Author: Praveen Arimbrathodiyil <pravi.a@gmail.com> Date: Mon Mar 26 13:10:11 2012 +0530 Malayalam translation updated by Anish po/ml.po | 135 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 71 insertions(+), 64 deletions(-) commit 05e843480f5db0d79370163b7dc3bec653691a7c Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Mar 23 22:31:20 2012 +0100 Updated Slovenian translation po/sl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 29357c3cdb19c386f9177dce24fa9e556443c6fb Author: Rajesh Ranjan <rranjan@redhat.com> Date: Fri Mar 23 16:48:15 2012 +0530 hindi translation by Chandan Kumar po/hi.po | 407 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 228 insertions(+), 179 deletions(-) commit 4898f768bf0e88f7cec5dbdc32039697c0354a16 Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com> Date: Tue Mar 20 13:44:03 2012 +0530 Updated Marathi Translations po/mr.po | 381 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 216 insertions(+), 165 deletions(-) commit 940ac57432c52f332c33e29bb31b7eeb9618fb57 Author: Abderrahim Kitouni <a.kitouni@gmail.com> Date: Tue Mar 20 08:53:46 2012 +0100 Added Arabic translation Based on initial translation by Ibrahim "Diego". po/LINGUAS | 1 + po/ar.po | 494 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 495 insertions(+) commit be9c25f6892eeb530a01ef326fe2258b11828f27 Author: Praveen Arimbrathodiyil <pravi.a@gmail.com> Date: Thu Mar 15 14:29:00 2012 +0530 Malayalam translation by Anish po/LINGUAS | 1 + po/ml.po | 468 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 469 insertions(+) commit 81c5ea68058ca1039d3b881f98fc911d45d9a896 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 12 21:31:38 2012 +0000 build: Fix NEWS entry for 0.11.1 I accidentally copied-and-pasted the entry from 0.10.2 without editing it properly. NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit fed57ca8526011d9a81dca790bb61e8d305ff2ef Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 12 09:15:05 2012 +0000 build: Increment version to 0.11.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0613f655c8121129bd69a7f51ddd575748ca88db Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 12 09:14:40 2012 +0000 Release version 0.11.1 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 6799f2c525a584dc998821a6ce897e463dad7840 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 8 00:09:08 2012 +0000 core: Validate SSL certificates for all connections This prevents MitM attacks which use spoofed SSL certificates. Note that this bumps our libsoup requirement to 2.37.91. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=671535 configure.ac | 2 +- gdata/gdata-service.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cfc23bfe8fae81485f424965ec4157993cf655e6 Author: Daniel Korostil <ted.korostiled@gmail.com> Date: Sat Mar 3 17:01:13 2012 +0200 Uploaded Ukranian po/uk.po | 373 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 202 insertions(+), 171 deletions(-) commit 49d2d96f00a7203fdf11b93357391358a9f0c8b8 Author: Kasia Bondarava <kasia.bondarava@gmail.com> Date: Mon Feb 27 13:59:05 2012 +0300 Added Belarusian translation. po/LINGUAS | 1 + po/be.po | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 487 insertions(+) commit 2dda90f943b8a4419982d54342e14ffada908bd8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 21 10:20:44 2012 +0000 build: Remove some #defines from gdata.symbols They should never have been in there, and were breaking the build on Solaris. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=668365 gdata/gdata.symbols | 3 --- 1 file changed, 3 deletions(-) commit b3d4d6b95645922d1f431b21c41127479b6e463d Author: Praveen Illa <mail2ipn@gmail.com> Date: Thu Jan 12 00:01:01 2012 +0530 Updated Telugu Translation po/te.po | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit dad027fdb55420341f1379b031f583c9c75ae189 Author: Praveen Illa <mail2ipn@gmail.com> Date: Wed Jan 11 23:58:43 2012 +0530 Added Telugu Translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 44476df5362bc1fbc9c052d51330d2f18b04fe6d Author: Praveen Illa <mail2ipn@gmail.com> Date: Wed Jan 11 23:58:15 2012 +0530 Updated Telugu Translation po/te.po | 471 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 471 insertions(+) commit 7e4274b5f31ab9b4af87c1b862f4f1229810688d Author: Ryan Lortie <desrt@desrt.ca> Date: Sat Jan 7 22:21:01 2012 -0500 fix introspection for srcdir != builddir builds https://bugzilla.gnome.org/show_bug.cgi?id=667577 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a0210434adb4e6ae65db3e1d3820359ca8e57193 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 23:36:21 2011 +0000 build: Increment version to 0.11.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9509d84b36f2e1910f68ba7d10dc2faf79d4f026 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 23:34:35 2011 +0000 Release version 0.11.0 NEWS | 58 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- docs/reference/gdata-docs.xml | 4 +++ 3 files changed, 63 insertions(+), 1 deletion(-) commit 8e6c8842b44429fbba8cc4bb445532b314b07885 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 22:59:48 2011 +0000 core: Atomically update auth_tokens in GDataClientLoginAuthorizer If a (synchronous or asynchronous) authentication operation fails or is cancelled part-way through, we could have successfully authenticated against some GDataAuthorizationDomains but not others. In this situation, we now only update the set of domains we're authenticated against if _all_ domains are successfully authenticated against. While this may seem like it wastes the valid auth. tokens, it makes the API more consistent and won't really impact real-world usage. In the real world, clients are going to want to be authenticated against all of the domains they're interested in, or none of them. They most likely won't care about partial success of an authentication operation. gdata/gdata-client-login-authorizer.c | 161 +++++++++++++++++----------------- 1 file changed, 79 insertions(+), 82 deletions(-) commit fd7c94a176493e4d48f175d28bf9c6266b56da9c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 22:58:47 2011 +0000 tests: Set G_MESSAGES_DEBUG when running tests Recent versions of GLib will only display debug messages when the appropriate logging domains are set in G_MESSAGES_DEBUG. gdata/tests/common.c | 1 + 1 file changed, 1 insertion(+) commit 488106059bd78c600313921c03927b711066725c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 21:55:31 2011 +0000 documents: Don't use a deprecated function in GDataDocumentsSpreadsheet Use resource IDs instead of document IDs. gdata/services/documents/gdata-documents-spreadsheet.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit b7faf9bfa883fe32d6a73aae55e833e126dde62f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 20 21:53:23 2011 +0000 core: Don't use deprecated GLib threading API if we have a recent GLib If we have GLib ≥ 2.31.0, use the new threading/mutex/condition variable API to avoid deprecated function warnings. Note that this doesn't bump our GLib dependency from 2.30.0; if a recent enough GLib is not available, libgdata should still compile with the old threading API. gdata/gdata-buffer.c | 61 ++++++++++- gdata/gdata-buffer.h | 5 + gdata/gdata-client-login-authorizer.c | 68 ++++++++++++ gdata/gdata-download-stream.c | 103 ++++++++++++++++- gdata/gdata-oauth1-authorizer.c | 43 ++++++++ gdata/gdata-service.c | 29 ++++- gdata/gdata-upload-stream.c | 200 +++++++++++++++++++++++++++++++++- gdata/tests/common.c | 2 + gdata/tests/memory.c | 2 + gdata/tests/perf.c | 2 + gdata/tests/streams.c | 37 ++++--- 11 files changed, 531 insertions(+), 21 deletions(-) commit bcced9de5f3fb427124848f61d06cd896a76aa88 Author: Žygimantas Beručka <uid0@akl.lt> Date: Tue Dec 6 17:36:56 2011 +0200 Updated Lithuanian translation po/lt.po | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) commit 1c5540bbf98f2b51d23a632dd72a4b2c606d08a7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Oct 27 08:54:03 2011 +0100 contacts: Add support for the “file as” property Add support for “file as” strings on contacts, specifying their sort order if they have non-Western-style names or names which are otherwise incorrectly sorted in the contact list. The following API has been added: • GDataContactsContact:file-as • gdata_contacts_contact_[get|set]_file_as() This includes basic test coverage of the new code. Helps: bgo#661033 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/contacts/gdata-contacts-contact.c | 70 +++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 5 +- gdata/tests/contacts.c | 20 ++++++- 5 files changed, 94 insertions(+), 5 deletions(-) commit 43934b019874eb6490f1df72d3d6dbb5fd034234 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Oct 27 08:52:36 2011 +0100 contacts: Slightly relax a test condition Instead of requiring that a contact's creation date be at or after its last edit date, require that the last edit date be within 5 seconds after the contact's creation date. gdata/tests/contacts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 95033d02d73a9d7b6e95d4e201c7f53c60b048af Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 23 11:24:40 2011 +0100 core: Use GHmac instead of HMAC from liboauth This moves us one step closer to dropping the liboauth dependency. This bumps our GLib dependency to 2.30.0. configure.ac | 2 +- gdata/gdata-oauth1-authorizer.c | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) commit 2c7d5579bb82658a2df04dd1e209d9d73d5195ee Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Oct 20 17:19:25 2011 +0100 Bug 662290 — Can't update contact that has no full name Treat the empty string as if it were NULL for GDataGDName:full-name. Add a test case which does so too. This should fix round-trips to Google for contacts which have no full name set. Closes: bgo#662290 gdata/gd/gdata-gd-name.c | 12 +++++++++++- gdata/tests/general.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) commit ec55e6507cdf650a5e071e416fd95192da84a2a6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Oct 11 16:42:48 2011 +0100 docs: Add a section on privacy considerations to the documentation This covers the work on non-pageable memory for sensitive details, plus the work to redact sensitive details from log output. Closes: bgo#656783 docs/reference/gdata-overview.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit a5a772a00526b0830c01254d0ba24305d46b1fa5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Oct 11 16:40:21 2011 +0100 core: Ensure passwords and auth. tokens are stored in non-pageable memory If we're compiled with --enable-gnome, we now allocate passwords and auth. tokens in non-pageable memory where possible. Where not possible (due to API constraints imposed by ourselves or libsoup) we ensure that the details are zeroed out before being freed. This is all with the aim of never having passwords or auth. tokens hit disk or be leaked in other ways. It hasn't been formally reviewed or certified, and there are probably cases I've missed (which are bugs). This adds an optional dependency on libgnome-keyring when compiled with --enable-gnome. Helps: bgo#656783 README | 1 + configure.ac | 7 +-- gdata/gdata-client-login-authorizer.c | 48 +++++++++++++++------ gdata/gdata-oauth1-authorizer.c | 53 +++++++++++++++++++---- gdata/gdata-private.h | 7 +++ gdata/gdata-service.c | 81 +++++++++++++++++++++++++++++++++++ 6 files changed, 170 insertions(+), 27 deletions(-) commit 41129e8ac50e22dddbc5eaf26604e74785f81810 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 23:17:35 2011 +0100 Bug 656973 — Add an example of starring a document Add an example of starring a document to the GDataDocumentsService documentation. This adds the following new API (for convenience of referring to URIs): • GDATA_CATEGORY_SCHEMA_LABELS • GDATA_CATEGORY_SCHEMA_LABELS_STARRED Closes: bgo#656973 docs/reference/gdata-sections.txt | 2 ++ gdata/atom/gdata-category.h | 20 +++++++++++ gdata/services/documents/gdata-documents-service.c | 40 ++++++++++++++++++++++ 3 files changed, 62 insertions(+) commit 1e16460f0df6d67c55569c8b2a39293aa32e0f5e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 22:27:38 2011 +0100 Bug 659148 — Add search-term query example to documentation Closes: bgo#659148 gdata/services/youtube/gdata-youtube-service.c | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) commit 0360fd97b2af0ba24a9ef54ff9b5a941c293a21b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 22:07:39 2011 +0100 Bug 660174 — Deprecate SWF export of presentations SWF export has been deprecated in the protocol and will be disabled, leading to HTTP 400 errors. See: http://googleappsdeveloper.blogspot.com/2011/09/deprecating-swf-exports-of.html Closes: bgo#660174 gdata/services/documents/gdata-documents-presentation.h | 4 ++++ 1 file changed, 4 insertions(+) commit 7b4bf874d32e2db7832f722c68b89642ad9e1367 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 22:07:24 2011 +0100 youtube: Fix a typo in a documentation comment gdata/services/youtube/gdata-youtube-query.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit efb1e2b8ae8328c82d86ce9fb4c3c00f3ddc6846 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 21:57:58 2011 +0100 Bug 658865 — Add support for the license query parameter Add a GDataYouTubeQuery:license parameter, plus getter and setter, and some tests. Closes: bgo#658865 docs/reference/gdata-sections.txt | 4 ++ gdata/gdata.symbols | 2 + gdata/services/youtube/gdata-youtube-query.c | 74 +++++++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-query.h | 22 +++++++++ gdata/tests/youtube.c | 8 ++- 5 files changed, 107 insertions(+), 3 deletions(-) commit fd2d8a5f14aece4b28b07d2bffeb766d77c972aa Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 10 09:38:19 2011 +0100 core: Filter sensitive details out of debug log output Add a new log level, GDATA_LOG_FULL_UNREDACTED = 4, and redact usernames, passwords and auth. tokens from all log levels below it. Thus, taking a debug log with LIBGDATA_DEBUG=3 will no longer inadvertently reveal the user's password. Helps: bgo#656783 README | 5 ++- gdata/gdata-private.h | 8 +++-- gdata/gdata-service.c | 96 +++++++++++++++++++++++++++++++++++++++++++++++++-- gdata/tests/common.c | 2 +- 4 files changed, 105 insertions(+), 6 deletions(-) commit 6e1ced020c67c9711bb3af1a8a8669b34cfedf5a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 9 22:20:22 2011 +0100 Bug 656972 — Tidy up document IDs Tidy up the mess of IDs available for Google Docs documents. Previously, they could be identified by any one of their: entry ID, resource ID and document ID. Document IDs are now deprecated and replaced by resource IDs; and both are now considered as internal, and thus entry IDs should be used everywhere by client code in preference. Added API: • GDataDocumentsEntry:resource-id and getter Deprecated (but not removed) API: • GDataDocumentsEntry:document-id and getter Closes: bgo#656972 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-entry.c | 134 +++++++++++++-------- gdata/services/documents/gdata-documents-entry.h | 6 +- gdata/services/documents/gdata-documents-folder.c | 17 --- .../documents/gdata-documents-presentation.c | 17 --- gdata/services/documents/gdata-documents-service.c | 29 ++--- .../documents/gdata-documents-spreadsheet.c | 17 --- gdata/services/documents/gdata-documents-text.c | 17 --- gdata/tests/documents.c | 2 +- 10 files changed, 101 insertions(+), 140 deletions(-) commit d8904f6c5b0e830df10157906ebfe7c612a18468 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 9 22:02:54 2011 +0100 build: Add a LIBGDATA_DISABLE_DEPRECATED build flag This only affects installed header files, to make it easier for clients to ensure they're not using deprecated libgdata API. (If, for some reason, G_GNUC_DEPRECATED_FOR doesn't cut it for them.) It doesn't affect the compilation of libgdata. HACKING | 21 +++++++++++++++++++++ Makefile.am | 1 + README | 6 ++++++ docs/reference/Makefile.am | 2 +- gdata/tests/Makefile.am | 1 + 5 files changed, 30 insertions(+), 1 deletion(-) commit c8ddd2eb7860aca9dc9764f99854bec79de8da1c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 9 22:01:03 2011 +0100 demos: Port scrapbook demo to GtkGrid from GtkTable This fixes compilation against GTK+ with deprecations disabled. This also requires enforcing a minimum version of GTK+ of 2.91.2, which should be fine. configure.ac | 3 ++- demos/scrapbook/scrapbook.c | 28 ++++++++++++++++------------ demos/scrapbook/scrapbook.h | 2 +- 3 files changed, 19 insertions(+), 14 deletions(-) commit d94fd8402a0e9dbadb2b161e3ff90530ed5cc5b3 Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Sun Oct 2 11:59:57 2011 +1100 Added Vietnamese translation po/LINGUAS | 1 + po/vi.po | 476 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 477 insertions(+) commit e1ab283e0a347bea06398953f9ad6eeba4e891c5 Author: Holger Berndt <hb@gnome.org> Date: Sun Sep 25 02:24:03 2011 +0200 Add version check preprocessor macros https://bugzilla.gnome.org/show_bug.cgi?id=660038 Makefile.am | 6 ++- configure.ac | 1 + docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 9 +++++ gdata/gdata-version.h.in | 80 +++++++++++++++++++++++++++++++++++++++ gdata/gdata.h | 1 + 6 files changed, 96 insertions(+), 2 deletions(-) commit ae0a5b82645767367616ce21999bafe7722f4530 Author: YunQiang Su <yqsu@src.gnome.org> Date: Wed Sep 28 00:47:03 2011 +0800 update zh_CN translation po/zh_CN.po | 358 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 196 insertions(+), 162 deletions(-) commit cc5dff24c3bc15822a337438760fbd17c39407cb Author: Tommi Vainikainen <thv@iki.fi> Date: Fri Sep 23 10:44:06 2011 +0300 Updated Finnish translation po/fi.po | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) commit 4725e9de3c95ae4043f49d437c5ea94c9698ef56 Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com> Date: Fri Sep 23 11:03:30 2011 +0530 Updated Oriya Translation po/or.po | 393 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 222 insertions(+), 171 deletions(-) commit 785b8168baa37a2be3e2be89cc752be983e0e10a Author: Nilamdyuti Goswami <ngoswami@redhat.com> Date: Thu Sep 22 12:07:38 2011 +0200 Update Assamese translation po/as.po | 408 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 222 insertions(+), 186 deletions(-) commit 5481c5e0e02fbc9927c30d8226dfb4915515dd33 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Wed Sep 21 17:24:21 2011 +0200 Updated Basque language po/eu.po | 380 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 209 insertions(+), 171 deletions(-) commit be3c7cbcba4072ca537b7264a63c3eb56f003e60 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Wed Sep 21 02:34:43 2011 +0200 Updated Hungarian translation po/hu.po | 371 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 205 insertions(+), 166 deletions(-) commit 69f533b6feb74712d65365d2f63568f0f729e43e Author: Aputsiaq Janussen <aj@isit.gl> Date: Sat Sep 17 18:16:40 2011 +0200 Updated Danish translation po/da.po | 361 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 197 insertions(+), 164 deletions(-) commit d5c3473e3879f67e89ee00de4f08ebf58b74426d Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org> Date: Sat Sep 17 11:36:20 2011 +0900 Updated Japanese translation po/ja.po | 449 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 287 insertions(+), 162 deletions(-) commit 558e39c4d1f6631a9db7095112378f7debc462af Author: Мирослав Николић <miroslavnikolic@rocketmail.com> Date: Sat Sep 17 00:06:09 2011 +0200 Updated Serbian translation po/sr.po | 115 +++++++++++++++++++++++++++++++++------------------------ po/sr@latin.po | 115 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 134 insertions(+), 96 deletions(-) commit ad9d5a6fdf3444a0a2983da0cf8e3da5441d0b00 Author: Claudio Arseni <claudio.arseni@ubuntu.com> Date: Thu Sep 15 01:02:15 2011 +0200 l10n: Updated Italian translation po/it.po | 378 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 206 insertions(+), 172 deletions(-) commit b21572fce758f2d8d876bb22d9241f80c72af2c8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 14 23:12:20 2011 +0100 youtube: Fix a potential unref of a NULL pointer gdata/services/youtube/gdata-youtube-service.c | 1 + 1 file changed, 1 insertion(+) commit 644f49c4be1bbb6b7c9566260fc7d4fdaefc27d1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 14 23:12:01 2011 +0100 core: Fix a potential unref of a NULL pointer gdata/gdata-service.c | 1 + 1 file changed, 1 insertion(+) commit 009a587aaadfda39c48e35c3615fb2c756472250 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 14 19:19:38 2011 +0100 Bug 659016 — @rel not mandatory in website references Allow gContact:website elements to include a label attribute but no rel attribute. Includes new test cases. I've filed http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2769 about the lack of clarity in Google's protocol specification regarding this. Closes: bgo#659016 gdata/gcontact/gdata-gcontact-website.c | 46 +++++++++++++++++++++++++-------- gdata/tests/general.c | 32 ++++++++++++++++++++++- 2 files changed, 66 insertions(+), 12 deletions(-) commit 9d6d6f4fc1f5bb22ea096142a86164052bfb7c34 Author: I Felix <ifelix25@gmail.com> Date: Tue Sep 13 15:30:35 2011 +0530 Updated Tamil Translations po/ta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0eb3d613a2fcf7999aedf9b5395d89b20f9bde3d Author: I Felix <ifelix25@gmail.com> Date: Tue Sep 13 15:28:52 2011 +0530 Updated Tamil Translations po/ta.po | 485 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 485 insertions(+) commit ca607576d05d26c8aef8e220cc07b82511a2847d Author: I Felix <ifelix25@gmail.com> Date: Tue Sep 13 15:28:49 2011 +0530 Updated linguas with ta po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 99b9b9fe7166907eff88e69f525756b139743108 Author: Changwoo Ryu <cwryu@debian.org> Date: Tue Sep 13 08:34:47 2011 +0900 Updated Korean translation po/ko.po | 355 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 202 insertions(+), 153 deletions(-) commit b4dbe53836c8d6024438035c17d6925d12a68f20 Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Sun Sep 11 20:02:23 2011 +0300 Updated Latvian translation. po/lv.po | 110 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 64 insertions(+), 46 deletions(-) commit 58042bd842c3458221e8cf530764c82d208ca943 Author: A S Alam <aalam@users.sf.net> Date: Sun Sep 11 16:43:35 2011 +0530 Updated Punjabi Translation po/pa.po | 368 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 195 insertions(+), 173 deletions(-) commit b30c75355c19e089b9352bac4291aa37de35df76 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Thu Sep 8 20:50:08 2011 +0200 Updated Polish translation po/pl.po | 352 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 193 insertions(+), 159 deletions(-) commit 6e5605d613432871f754cdfa868b643715af28ee Author: Flamarion Jorge <jorge.flamarion@gmail.com> Date: Sun Sep 4 12:32:49 2011 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 366 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 199 insertions(+), 167 deletions(-) commit c00264210d15ba310f87839ef152d6fbbbc9d07e Author: António Lima <amrlima@gmail.com> Date: Sat Sep 3 23:46:54 2011 +0100 Updated Portuguese translation po/pt.po | 356 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 194 insertions(+), 162 deletions(-) commit b73e9396c8d79e2c2dc84e16905ade1dc9b581ba Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Mon Aug 29 19:22:12 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 347 +++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 347 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 378 insertions(+), 316 deletions(-) commit d651e47d37d5c6f98359500f364817f7a9097354 Author: Shankar Prasad <svenkate@redhat.com> Date: Wed Aug 24 14:06:14 2011 +0530 Updated Kannada Translation po/kn.po | 358 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 198 insertions(+), 160 deletions(-) commit aba0befd93005eddf2f82e9b3afa72026171a880 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 19:08:40 2011 +0100 build: Increment version to 0.11.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5abf775c62e081ef0b11f4872aaa2afa8c6efb7d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 19:06:57 2011 +0100 Release version 0.10.0 NEWS | 42 ++++++++++++++++++++++ configure.ac | 6 ++-- docs/reference/gdata-docs.xml | 4 +++ gdata/gd/gdata-gd-feed-link.c | 26 +++++++------- gdata/gd/gdata-gd-feed-link.h | 4 +-- gdata/gdata-comment.c | 2 +- gdata/gdata-comment.h | 4 +-- gdata/gdata-commentable.c | 20 +++++------ gdata/gdata-commentable.h | 4 +-- gdata/gdata-entry.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-comment.c | 4 +-- gdata/services/picasaweb/gdata-picasaweb-comment.h | 4 +-- gdata/services/youtube/gdata-youtube-comment.c | 10 +++--- gdata/services/youtube/gdata-youtube-comment.h | 4 +-- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/services/youtube/gdata-youtube-video.h | 6 ++-- gdata/tests/common.h | 10 +++--- 17 files changed, 100 insertions(+), 54 deletions(-) commit 9a5f9cf1efb555aa1b8ff845de5f0e41dcdf7a8f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 18:51:30 2011 +0100 l10n: Update British English translation po/en_GB.po | 355 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 193 insertions(+), 162 deletions(-) commit c67b9e9dac971d4e9ec23901f15d5fff39d85ad6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 18:48:27 2011 +0100 tests: Fix “unmatched quotes” warning from intltool-update Silly intltool. gdata/tests/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a62cc92cab588ed89aeb771929f7a227e8518d74 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 19 00:16:38 2011 +0100 Bug 633364 — Add cancellation tests Add a set of generic macros for writing async operation tests. The macros have inbuilt support for generating cancellation tests too, testing cancellation before the operation has started and at several time offsets afterwards. This ports the Calendar, Contacts, Documents, PicasaWeb and YouTube test suites to use the new macros, and thus gain lots of tests for cancellation. Closes: bgo#633364 gdata/tests/calendar.c | 310 +++++++---------- gdata/tests/common.c | 28 ++ gdata/tests/common.h | 204 +++++++++++ gdata/tests/contacts.c | 449 ++++++++++-------------- gdata/tests/documents.c | 337 ++++++------------ gdata/tests/picasaweb.c | 897 +++++++++++++++--------------------------------- gdata/tests/youtube.c | 607 +++++++++++++------------------- 7 files changed, 1147 insertions(+), 1685 deletions(-) commit 9e5037f2dfdf75090cb97dd9cd06efa46d7036b2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:43:24 2011 +0100 youtube: Ensure comment modification URIs are HTTPS Videos apparently now (incorrectly) return HTTP URIs for their comment query and modification URIs. We force them to be HTTPS so we don't leak auth. credentials. gdata/services/youtube/gdata-youtube-video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 68b5af5eabc0d3f81c9e7e69ce37bfba8c375c95 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:42:35 2011 +0100 contacts: Always set an ETag in gdata_contacts_contact_set_photo() If we don't have an ETag to hand, send ‘*’ as the ETag. The server requires that we send some kind of If-Match header. gdata/services/contacts/gdata-contacts-contact.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 68b13c9ca480da464780f308e60cb5f4cfd8a60e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:41:29 2011 +0100 contacts: Set out parameters in error conditions The out parameters of gdata_contacts_contact_get_photo_finish() were previously being left uninitialised if an error was returned, which isn't very friendly. They now return well-defined values, and the documentation's been updated appropriately. gdata/services/contacts/gdata-contacts-contact.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit fde18bd82a883d5955c19b12b40770c62ed40e89 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:40:06 2011 +0100 core: Ensure HTTPS URIs are used when deleting entries Apparently YouTube videos have started returning HTTP URIs for their edit links (which I'd consider as a bug on the server side), but we have to work around this and use HTTPS in order to avoid leaking auth. credentials. gdata/gdata-service.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 0345885c14f2d5c1f80b6460be302adeb3e14103 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:39:06 2011 +0100 core: Catch SOUP_STATUS_IO_ERROR and treat it as cancellation When we cancel a request, it's (somehow) possible for libsoup to return SOUP_STATUS_IO_ERROR instead of the (desired) SOUP_STATUS_CANCELLED. We now catch SOUP_STATUS_IO_ERROR and, if the user requested cancellation, treat it like a normal cancellation status. gdata/gdata-service.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit db6ee229558fcd749fc2e6ea2b2fb26bfa46d082 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:38:20 2011 +0100 core: Fix a NULL pointer ref. inc. in GDataService gdata/gdata-service.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 9e3042ef261a2972b2f882f9a71e5cf5a696f4fc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 20 17:37:26 2011 +0100 core: Only propagate the first auth. error in the ClientLogin authorizer gdata/gdata-client-login-authorizer.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 23e7043ef1c8f6fc2d803ecf2ea0ac5b7d4706f2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 18 22:47:21 2011 +0100 gd: Don't output empty department elements for gd:organization See: bgo#651451 gdata/gd/gdata-gd-organization.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2a0f3e3b4b1157c732f8c247be9003e56e47a700 Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Fri Aug 19 19:58:38 2011 +0200 Added UG translation po/ug.po | 980 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 507 insertions(+), 473 deletions(-) commit d30a70b323a79754c2c07925b79ab971e3fd4989 Author: Fran Dieguez <fran@openhost.es> Date: Tue Aug 16 19:05:59 2011 +0200 Updated Galician translations po/gl.po | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) commit 611a34616426f89ccb4f9d5404fdee4887ff35d4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 15 22:16:21 2011 +0100 demos: Fix a potentially uninitialised variable in the scrapbook demos/scrapbook/scrapbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 60330e8a42e80c4dd647c55a4b99c44d67cedfc0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 15 22:15:57 2011 +0100 core: Add missing symbols to symbols file Closes: bgo#656529 gdata/gdata.symbols | 2 ++ 1 file changed, 2 insertions(+) commit d61e0e93472a98fb3998016bc281ebefe69dded8 Author: Andika Triwidada <andika@gmail.com> Date: Fri Aug 12 15:55:58 2011 +0700 Updated Indonesian translation po/id.po | 351 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 190 insertions(+), 161 deletions(-) commit 57b5a19a44b76011a49f219b3eff9fcec6ad84af Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com> Date: Fri Aug 12 10:35:00 2011 +0200 Updated Esperanto translation po/eo.po | 414 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 225 insertions(+), 189 deletions(-) commit d901816b2e888b03a5bfe656610740aa7a50a36f Author: Alexander Shopov <ash@kambanaria.org> Date: Thu Aug 11 07:25:25 2011 +0300 Updated Bulgarian translation po/bg.po | 156 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 67 deletions(-) commit 592147a0d49cf7cd0cfaeb5810ee866e5f8b1d6d Author: Akom Chotiphantawanon <knight2000@gmail.com> Date: Wed Aug 10 16:32:23 2011 +0700 Updated Thai translation. po/th.po | 344 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 189 insertions(+), 155 deletions(-) commit a3ae21fded378881b5efe74140bc1a1e84e02cda Author: Yuri Kozlov <yuray@komyakino.ru> Date: Mon Aug 1 00:09:08 2011 +0400 Updated Russian translation po/ru.po | 122 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 50 deletions(-) commit 6ddc77720eda2035eddc47d03cdf3aa4971ef3e0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 20:50:17 2011 +0100 demos: Remove some incorrect unrefs This doesn't fix the problem of the memory management for widgets being a little broken in the scrapbook, but at least it stops the warnings. demos/scrapbook/scrapbook.c | 2 -- 1 file changed, 2 deletions(-) commit 2f95f26a8bceec9166ba0c8e7e933fda467d4912 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 20:44:30 2011 +0100 demos: Fix PicasaWeb searches in the scrapbook demos/scrapbook/scrapbook.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit e0049fce8be066bc1fc78e801791aebf6b025d1d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 20:35:43 2011 +0100 demos: Add licence headers and a documentation comment demos/scrapbook/scrapbook.c | 32 ++++++++++++++++++++++++++++++++ demos/scrapbook/scrapbook.h | 19 +++++++++++++++++++ 2 files changed, 51 insertions(+) commit 620c9f25e26b9036e4ea27e158828c4ed8a80768 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 20:33:01 2011 +0100 demos: Fix error handling for photo uploads in the scrapbook demos/scrapbook/scrapbook.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 48bec40a81aa02d4ed261d07e0a472de127706ee Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 20:23:45 2011 +0100 demos: Use local variables wherever possible Move some variables out of malloc()ed structures which needn't have been there. demos/scrapbook/scrapbook.c | 192 +++++++++++++++++++++++++------------------- demos/scrapbook/scrapbook.h | 23 +----- 2 files changed, 113 insertions(+), 102 deletions(-) commit f37ee6a0e6b282a39c4a27a302a8f3d88264e844 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 19:45:12 2011 +0100 demos: Port the scrapbook to GDataAuthorizer demos/scrapbook/scrapbook.c | 63 +++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 33 deletions(-) commit 7b57196184eb1cdc3670d6d1d463f66c212615a1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 30 19:38:28 2011 +0100 demos: Port the scrapbook to the GTK+ 3 GtkBox API demos/scrapbook/scrapbook.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit b58bdaebee63b4b9878fb27c7a4955da525ac3c7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:56:45 2011 +0000 demos: Fix type of a struct demos/scrapbook/scrapbook.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 9d23c88ba819f3fdaae57e45d08e02600a31dfda Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:53:37 2011 +0000 demos: Remove trailing whitespace from lines demos/scrapbook/scrapbook.c | 108 ++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 deletions(-) commit 517e093df245e0fe83750dde9611705c4579fda2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:50:20 2011 +0000 demos: Add a client ID to requests demos/scrapbook/scrapbook.c | 4 ++-- demos/scrapbook/scrapbook.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) commit 570e7e56d631d1acf9925d88222c2d7cccd31118 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:38:21 2011 +0000 demos: Fix assignments from invalid pointers demos/scrapbook/scrapbook.c | 13 ++++++++----- demos/scrapbook/scrapbook.h | 8 ++++---- 2 files changed, 12 insertions(+), 9 deletions(-) commit b0e383168ce8dad8d2be535a6f5e162703f195ab Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:34:00 2011 +0000 demos: Remove extraneous title property demos/scrapbook/scrapbook.c | 16 +--------------- demos/scrapbook/scrapbook.h | 3 +-- 2 files changed, 2 insertions(+), 17 deletions(-) commit fc15d815fdd463833f548ab02de2c755659526b7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:28:46 2011 +0000 demos: Fix window sizes demos/scrapbook/scrapbook.c | 2 -- 1 file changed, 2 deletions(-) commit 108196a9e616fc5fb14f9d540d8840d69232b13c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:19:41 2011 +0000 demos: Tidy up some of the UI strings demos/scrapbook/scrapbook.c | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) commit 8e4acea7174bf2da721572a6566f9b03f3a46eb8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:13:46 2011 +0000 demos: Move services into the main application data struct demos/scrapbook/scrapbook.c | 23 ++++++++++++----------- demos/scrapbook/scrapbook.h | 5 +++-- 2 files changed, 15 insertions(+), 13 deletions(-) commit 319bf0680be7855aabe1e0e66cfc5b64cb943186 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 17:01:11 2011 +0000 demos: Ensure results of queries are freed correctly demos/scrapbook/scrapbook.c | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) commit 6cbd799733b10ad7b09f14d210c73e120e5bb244 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 16:57:38 2011 +0000 demos: Port to the 0.8 version of the PicasaWeb upload API demos/scrapbook/scrapbook.c | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) commit b306201216050e468aab40a73ccb760a28d9ba5a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 16:49:22 2011 +0000 demos: Port the scrapbook to the GTK+ 3 dialogue API demos/scrapbook/scrapbook.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit 1e2b47cd5dd536888ecc415eab34537c971b0e92 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 16:46:45 2011 +0000 demos: Port the scrapbook from GtkFileSelector to GtkFileChooser demos/scrapbook/scrapbook.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 7e78ef6c37a46f7000d7d5c8cc1726e8fc0a3be8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 16:31:12 2011 +0000 demos: Rename the scrapbook files to be more consistent Makefile.am | 4 +- demos/scrapbook/scrap.c | 639 -------------------------------------------- demos/scrapbook/scrapbook.c | 639 ++++++++++++++++++++++++++++++++++++++++++++ demos/scrapbook/scrapbook.h | 182 +++++++++++++ demos/scrapbook/scrapdata.h | 182 ------------- 5 files changed, 823 insertions(+), 823 deletions(-) commit a1606384f5f9db5b5a324539739818b6d0984b81 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 16 16:29:44 2011 +0000 docs: Add the “demos” commit message tag HACKING | 2 ++ 1 file changed, 2 insertions(+) commit f330d66a19e41f5af5ddd568e103fe9770271f51 Author: Joe C <escozzia@gmail.com> Date: Sun Jan 16 16:27:55 2011 +0000 demos: Add a “scrapbook” demo of PicasaWeb and YouTube services Helps: bgo#628069 Makefile.am | 34 +++ configure.ac | 3 + demos/scrapbook/scrap.c | 639 ++++++++++++++++++++++++++++++++++++++++++++ demos/scrapbook/scrapdata.h | 182 +++++++++++++ 4 files changed, 858 insertions(+) commit 96d88904bc10e066ebcee75e5eac4cf18e23ad55 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 29 23:39:34 2011 +0100 Bug 647882 — Support rating schemes Add support for media rating schemes (such as the MPAA's certificates) to GDataYouTubeVideo (and GDataMediaGroup). This includes tests, and adds the following new API: • gdata_youtube_video_get_media_rating() • GDATA_YOUTUBE_RATING_TYPE_SIMPLE • GDATA_YOUTUBE_RATING_TYPE_MPAA • GDATA_YOUTUBE_RATING_TYPE_V_CHIP Closes: bgo#647882 docs/reference/gdata-sections.txt | 4 + gdata/gdata.symbols | 4 + gdata/media/gdata-media-group.c | 106 +++++++++++++++++++++---- gdata/media/gdata-media-group.h | 1 + gdata/services/youtube/gdata-youtube-video.c | 27 +++++++ gdata/services/youtube/gdata-youtube-video.h | 34 ++++++++ gdata/tests/youtube.c | 111 +++++++++++++++++++++++++++ 7 files changed, 271 insertions(+), 16 deletions(-) commit bba5887ad817439b01ffa80482405effd7be5bbf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 29 22:21:34 2011 +0100 docs: Fix a typo in README README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 537dd49c9ec282c01011e49a11e2fad2b53aa2f9 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Jul 18 13:20:18 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 366 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 203 insertions(+), 163 deletions(-) commit 49e31ec2e7ab9b9d6c019301f4b7321fcf90b686 Author: Claude Paroz <claude@2xlibre.net> Date: Sat Jul 16 17:47:18 2011 +0200 Updated French translation po/fr.po | 353 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 193 insertions(+), 160 deletions(-) commit 77d8200d4e5d40ac7d1de8b3f170adcae5695609 Author: Aurimas Černius <aurisc4@gmail.com> Date: Sat Jul 16 16:47:13 2011 +0300 Updated Lithuanian translation. po/lt.po | 122 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 67 insertions(+), 55 deletions(-) commit a6f62bd64ad1845d2baf57e11b7e292564399558 Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Sat Jul 16 13:20:37 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) commit eeb83c9719f6e96e53848a15da4dafbf64a2b8d7 Author: Gil Forcada <gforcada@gnome.org> Date: Sat Jul 16 13:20:18 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) commit 6c46688c657f47f8b898b337888b4b67e333c12a Author: Daniel Nylander <po@danielnylander.se> Date: Fri Jul 15 13:05:06 2011 +0200 Updated Swedish translation po/sv.po | 49 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) commit f1d9d0db2a51e023d4dec2554754b487bb4ba66e Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Fri Jul 15 11:10:27 2011 +0300 Updated Hebrew translation. po/he.po | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) commit 8e2c0232fa1e23695952c7bd207f81a8a351ce06 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Thu Jul 14 14:38:13 2011 +0200 Updated Slovenian translation po/sl.po | 115 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 49 deletions(-) commit bef70629d8e91d79866b907e5f1f02a71fea979f Author: Mario Blättermann <mariobl@gnome.org> Date: Wed Jul 13 20:04:50 2011 +0200 [l10n] Updated German translation po/de.po | 126 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) commit 999365892e13949190a6a2a48f5e31aa4310b5ed Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Wed Jul 13 00:24:03 2011 +0300 Updated Latvian translation. po/lv.po | 338 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 178 insertions(+), 160 deletions(-) commit 4c0768936d97345dd2b40d57964706aaa2eb7488 Author: Marek Černocký <marek@manet.cz> Date: Sun Jul 10 19:06:45 2011 +0200 Updated Czech translation po/cs.po | 115 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 67 insertions(+), 48 deletions(-) commit 8e7e826718a23b68acd423c15d29793ff354dc15 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Jul 10 15:40:39 2011 +0200 Updated Spanish translation po/es.po | 123 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 69 insertions(+), 54 deletions(-) commit fb8d70c586466e9600766fdc2d49388203d5ab24 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Sun Jul 10 13:51:36 2011 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 633224349c8de8869381f2f86820513971d5b671 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 9 15:13:07 2011 +0100 documents: Remove extraneous debug output Whoops. gdata/services/documents/gdata-documents-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8d97202d21f026046f8c316dccd7857f11eb0e90 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 9 15:12:24 2011 +0100 picasaweb: Implement GDataCommentable on GDataPicasaWebFile This adds support for comments to GDataPicasaWebFile, including a GDataComment subclass, GDataPicasaWebComment, and test cases. This adds the following API: • GDataPicasaWebComment Helps: bgo#598752 Makefile.am | 4 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 18 + gdata/gdata.h | 1 + gdata/gdata.symbols | 2 + gdata/services/picasaweb/gdata-picasaweb-comment.c | 114 +++++ gdata/services/picasaweb/gdata-picasaweb-comment.h | 69 +++ gdata/services/picasaweb/gdata-picasaweb-file.c | 78 +++- gdata/tests/picasaweb.c | 495 +++++++++++++++++++++ 9 files changed, 779 insertions(+), 3 deletions(-) commit bbb3d20ee62a740ef98a4117003c0364e7b06b26 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 9 15:10:31 2011 +0100 youtube: Implement GDataCommentable on GDataYouTubeVideo This adds support for comments to GDataYouTubeVideo, including a GDataComment subclass, GDataYouTubeComment, and test cases. This adds the following API: • GDataYouTubeComment Helps: bgo#598752 Makefile.am | 6 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 20 ++ gdata/gdata.h | 1 + gdata/gdata.symbols | 4 + gdata/services/youtube/gdata-youtube-comment.c | 207 ++++++++++++ gdata/services/youtube/gdata-youtube-comment.h | 72 ++++ gdata/services/youtube/gdata-youtube-video.c | 88 ++++- gdata/tests/youtube.c | 445 +++++++++++++++++++++++++ 9 files changed, 841 insertions(+), 3 deletions(-) commit 4554cc0490460d2c9f62bced9287bdb721447f76 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 9 14:51:51 2011 +0100 core: Add gdata_entry_remove_link() to allow removing links from entries This adds the following API: • gdata_entry_remove_link() docs/reference/gdata-sections.txt | 1 + gdata/gdata-entry.c | 32 ++++++++++++++++++++++++++++++ gdata/gdata-entry.h | 1 + gdata/gdata.symbols | 1 + gdata/tests/general.c | 41 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 76 insertions(+) commit 1e2b9a2805c40abc40ede2aed44c2fdcd38a7d9a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 9 13:05:43 2011 +0100 core: Fix uninitialised memory in GDataService query data structure This can cause problems when cancelling queries, sometimes. gdata/gdata-service.c | 1 + 1 file changed, 1 insertion(+) commit e6fe52a83786e87559ff4878bef0fc9ca451baa0 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sat Jul 9 15:07:14 2011 +0100 Bug 598752 — Support comments This adds GDataCommentable, an interface to be implemented by GDataEntry subclasses which support comments being added to them; and GDataComment, an abstract base class for all types of comments to inherit from. This adds the following API: • GDataCommentable • GDataComment Closes: bgo#598752 Makefile.am | 4 + docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 40 +++ gdata/gdata-comment.c | 54 ++++ gdata/gdata-comment.h | 67 ++++ gdata/gdata-commentable.c | 636 ++++++++++++++++++++++++++++++++++++++ gdata/gdata-commentable.h | 101 ++++++ gdata/gdata.h | 2 + gdata/gdata.symbols | 11 + 9 files changed, 921 insertions(+) commit f19560899fe901549f7968124283ce1c008c1e07 Author: Richard Schwarting <aquarichy@gmail.com> Date: Wed Jul 6 00:19:40 2011 +0100 Bug 618587 — Implement GDataGDFeedLink Add a GDataGDFeedLink class to implement support for gd:feedLink elements as used in support for comment feeds. (See bgo#598752.) Closes: bgo#618587 Makefile.am | 2 + docs/reference/Makefile.am | 3 +- gdata/gd/gdata-gd-feed-link.c | 447 ++++++++++++++++++++++++++++++++++++++++++ gdata/gd/gdata-gd-feed-link.h | 79 ++++++++ 4 files changed, 530 insertions(+), 1 deletion(-) commit a3f06e4695fa3ef0fa0695381c6e330696a073da Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 4 22:00:08 2011 +0100 build: Increment version to 0.9.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9dc4508bcf8754e9f0c7d35c76ac56b85f6ae2c1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 4 21:58:55 2011 +0100 Release version 0.9.1 NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) commit 757e8ec978bdd19001b510ef1f5a0ca4d33853f9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 4 21:55:29 2011 +0100 docs: Add new symbol list for 0.9.1 docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 7005e8e8b9eb5513ab0667613eec9edb3791f5dc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 4 21:25:18 2011 +0100 picasaweb: Minor documentation updates to GDataPicasaWebUser gdata/services/picasaweb/gdata-picasaweb-user.c | 30 +++++++++++++++---------- 1 file changed, 18 insertions(+), 12 deletions(-) commit 227da3c082b12a9bab5a55a88b9d818e4f7b14fe Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 4 21:24:22 2011 +0100 Bug 653224 — Add gdata_picasaweb_service_get_user_async() Add an async. variant of gdata_picasaweb_service_get_user(). This adds the following API: • gdata_picasaweb_service_get_user_async() • gdata_picasaweb_service_get_user_finish() Closes: bgo#653224 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/picasaweb/gdata-picasaweb-service.c | 89 ++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-service.h | 4 + gdata/tests/picasaweb.c | 136 ++++++++++++++++++++- 5 files changed, 227 insertions(+), 6 deletions(-) commit 9341f62a51ac05bcc218bee8f4d2de1159510d40 Author: Fran Dieguez <fran@openhost.es> Date: Mon Jul 4 10:22:04 2011 +0200 Updated Galician translations po/gl.po | 131 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 68 insertions(+), 63 deletions(-) commit c3c58a3e88166544ea67315cbd5a606cc06f8628 Author: Tommi Vainikainen <thv@iki.fi> Date: Mon Jul 4 11:11:38 2011 +0300 Updated Finnish translation po/fi.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 0b000891a602776f50b4ae182ad153abc2c14406 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 13:07:04 2011 +0100 documents: Tidy up whitespace in the test suite gdata/tests/documents.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 7df378d7e2b0d2d41c77092cc8f01da0acd43e4a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 13:04:03 2011 +0100 documents: Tidy up test names in the test suite gdata/tests/documents.c | 91 +++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 45 deletions(-) commit f605431b9f04e51b268b5b2d68e36c289f589f08 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 12:49:11 2011 +0100 documents: Work around an ETag bug on the servers for the folder tests gdata/tests/documents.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) commit 8b66dab3d3be2bed53ffa47430122fbc40b251a1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 12:40:32 2011 +0100 documents: Fix the IDs used to refer to all documents As explained in a comment in the commit, it turns out that the server returns one of two different formats of ID for a document depending on how it was created. One of these is useful, the other one is not so useful, especially when it comes to deleting the document. gdata/gdata-entry.c | 12 +++++- gdata/services/documents/gdata-documents-entry.c | 51 +++++++++++++++++++++++- 2 files changed, 61 insertions(+), 2 deletions(-) commit b641c41d9aa1bea9fe6bb6811a1be3dd19af460e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 12:39:13 2011 +0100 documents: Make the access rule tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) commit 82354155e9a96f6e234d8ff56e03d95209cbb870 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 11:26:23 2011 +0100 documents: Make the document update tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 246 ++++++++++++++++++++---------------------------- 1 file changed, 101 insertions(+), 145 deletions(-) commit 07d93c561c68c24544f8955ab28299287c6763e5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 11:05:44 2011 +0100 documents: Make the document download tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 124 +++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 60 deletions(-) commit bcce6351218460faff0fde865e4f2e3cb713fe33 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 10:53:46 2011 +0100 documents: Make the document query tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 128 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 105 insertions(+), 23 deletions(-) commit 1df7e3aaf322e41e565adee300ccabbad247adf7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 09:48:00 2011 +0100 documents: Make the deletion tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 223 +++++++++++++++++++++++++++++------------------- 1 file changed, 136 insertions(+), 87 deletions(-) commit 90719b6d0492f41d90a00aa815aefec6b340257c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 09:21:28 2011 +0100 documents: Make the document upload tests individually idempotent Helps: bgo#633359 gdata/tests/documents.c | 161 +++++++++++++++++++++++++++++++----------------- 1 file changed, 106 insertions(+), 55 deletions(-) commit 239d6f785013500ef5bb7d58c4a4063857a9c444 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 08:48:27 2011 +0100 calendar: Remove some dead code from the tests gdata/tests/calendar.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit 11acc9979f50d577d501ddc7328739801964a83a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 19:26:24 2011 +0100 calendar: Expand the documentation for GDataCalendarCalendar:color slightly It turns out that only a limited palette of colours is allowed. gdata/services/calendar/gdata-calendar-calendar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 7fde7a83bab6b7fc852d5f4696f5f64bc1b3276f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 19:20:48 2011 +0100 calendar: Tidy up whitespace in the test suite gdata/tests/calendar.c | 153 ++++++++++++++++++++++++++----------------------- 1 file changed, 82 insertions(+), 71 deletions(-) commit 3d861e9d6aa2de5ce65fa117674ca23670a357e8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 19:15:15 2011 +0100 calendar: Tidy up test names in the test suite gdata/tests/calendar.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) commit 78d4dbde2c22c4bdfc2f6a5f0b624b0a0c775402 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 19:12:21 2011 +0100 calendar: Make the access rule tests individually idempotent Helps: bgo#633359 gdata/tests/calendar.c | 158 ++++++++++++++++++++++++------------------------- 1 file changed, 76 insertions(+), 82 deletions(-) commit fbfcd0adacaed515dff69c0904806ba0ed88b7f8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 18:53:18 2011 +0100 calendar: Split access rule XML tests out from the insertion test Helps: bgo#633359 gdata/tests/calendar.c | 60 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 17 deletions(-) commit 137eb1f71e37c75234bdd01e8d430a718f088d98 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 18:43:24 2011 +0100 calendar: Make the event insertion tests individually idempotent Helps: bgo#633359 gdata/tests/calendar.c | 72 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 16 deletions(-) commit 07cfc7ef7e620bdfa50d1a0f6912d3fb43807c45 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 18:37:25 2011 +0100 calendar: Split event XML tests out from the insertion test Helps: bgo#633359 gdata/tests/calendar.c | 75 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 52 insertions(+), 23 deletions(-) commit 8b90570cb61875d2614f12a2d1bb7f3427b7e739 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 18:31:42 2011 +0100 calendar: Make the event query tests individually idempotent Helps: bgo#633359 gdata/tests/calendar.c | 155 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 123 insertions(+), 32 deletions(-) commit a9001d5f2478611aedd3c6766789872cffc15f9a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 17:31:24 2011 +0100 calendar: Make the calendar query tests individually idempotent Helps: bgo#633359 gdata/tests/calendar.c | 142 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 112 insertions(+), 30 deletions(-) commit e1c7c4204df6bdb11252a2c380184b211e7f671d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 17:30:45 2011 +0100 calendar: Disable ETag support in GDataCalendarCalendar The servers don't support it, which makes doing operations like deletion on a calendar impossible. gdata/services/calendar/gdata-calendar-calendar.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit e569ea84dafd1095a3ef9c998b56ab9a88271a09 Merge: b8fd328 404a2bd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 11:20:38 2011 +0100 Merge branch '633359-idempotent-tests' commit 404a2bdb164c25e31fadf84ff984b35bbf9575bb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 11:15:46 2011 +0100 contacts: Tidy up whitespace in the test suite gdata/tests/contacts.c | 108 ++++++++++++++++++++++++++----------------------- 1 file changed, 57 insertions(+), 51 deletions(-) commit 99ea3880b81dd8a9a3a879b6151b2af5f975f5f1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 11:10:09 2011 +0100 contacts: Tidy up test names in the test suite gdata/tests/contacts.c | 68 ++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 35 deletions(-) commit 8be206dfca19c6adf65a9e56fb73a3548b2bba8b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:56:24 2011 +0100 contacts: Make the group insertion tests individually idempotent Helps: bgo#633359 gdata/tests/contacts.c | 78 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 27 deletions(-) commit a07196c17ac56ff834c4468c7bbdddd825e58567 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:50:56 2011 +0100 contacts: Split group property tests out from the insertion test Helps: bgo#633359 gdata/tests/contacts.c | 105 ++++++++++++++++++++++++++++++------------------- 1 file changed, 64 insertions(+), 41 deletions(-) commit 1a3edf058c068e5a9c2dba990cb776fc3204952b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:45:32 2011 +0100 contacts: Make the query all groups tests individually idempotent Helps: bgo#633359 gdata/tests/contacts.c | 94 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 79 insertions(+), 15 deletions(-) commit 45e9d03a72525e496794538413da037912cc13bc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:37:11 2011 +0100 contacts: Make the query all contacts tests individually idempotent Helps: bgo#633359 gdata/tests/contacts.c | 92 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 77 insertions(+), 15 deletions(-) commit b7943e20a4054ca168c6dd738f05652b3786ad93 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:26:02 2011 +0100 contacts: Make the contact update and photo tests individually idempotent Helps: bgo#633359 gdata/tests/contacts.c | 255 +++++++++++++++++++++++++++---------------------- 1 file changed, 139 insertions(+), 116 deletions(-) commit ea2a695ba86a1cc0a7564d2cb0021917049dfa23 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 10:24:56 2011 +0100 contacts: Ensure that contact entry URIs use HTTPS gdata/services/contacts/gdata-contacts-contact.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit aa2c27145caf908c12a6f48e20b1393d49805d06 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 09:46:57 2011 +0100 contacts: Make the contact insertion tests individually idempotent Helps: bgo#633359 gdata/tests/contacts.c | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) commit 8de5e418746fd5f6f1bb1737ebf5f033788cd606 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 2 09:41:21 2011 +0100 contacts: Split property tests out from the insertion test Helps: bgo#633359 gdata/tests/contacts.c | 465 +++++++++++++++++++++++++++++++------------------ 1 file changed, 296 insertions(+), 169 deletions(-) commit b8fd328ac68216dd7be7d38970510fa7107db346 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Jul 2 10:51:15 2011 +0300 Updated Hebrew translation. po/he.po | 129 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 67 insertions(+), 62 deletions(-) commit 52b59c1136b639bee7acefa6b64f9f30f1e1a8ee Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Fri Jul 1 17:43:56 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 335 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 176 insertions(+), 159 deletions(-) commit 4e58e8cb02f575869162930b826f5e8e8bad726d Author: Gil Forcada <gforcada@gnome.org> Date: Fri Jul 1 17:43:38 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 129 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 67 insertions(+), 62 deletions(-) commit c72cf6fcb6950abc605b553b4f73f15d7b8bb5ff Author: Aurimas Černius <aurisc4@gmail.com> Date: Wed Jun 29 14:07:58 2011 +0300 Updated Lithuanian translation. po/lt.po | 415 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 231 insertions(+), 184 deletions(-) commit 53d9a0b00eb30f785cc226c2e5a7c9da6ac96942 Author: Daniel Nylander <po@danielnylander.se> Date: Wed Jun 29 10:44:47 2011 +0200 Updated Swedish translation po/sv.po | 144 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 74 insertions(+), 70 deletions(-) commit 900a93016b00087dadf956e339c2b6a9201ce74f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 29 09:07:14 2011 +0100 Bug 653530 — Bogus run-time warnings Remove usage of g_simple_async_result_report_error_in_idle() because it fails to set a source tag. Instead, we build an async result ourselves with the correct source tag. Closes: bgo#653530 gdata/services/calendar/gdata-calendar-service.c | 35 +++++++++++++++------- gdata/services/contacts/gdata-contacts-service.c | 18 +++++++---- gdata/services/documents/gdata-documents-service.c | 9 ++++-- gdata/services/picasaweb/gdata-picasaweb-service.c | 18 +++++++---- gdata/services/youtube/gdata-youtube-service.c | 9 ++++-- 5 files changed, 60 insertions(+), 29 deletions(-) commit 5494aef7d705b9a4ad2d0da7db6dd6c0a43f9560 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 29 08:56:02 2011 +0100 Bug 653535 — Let GDataAuthorizer re-process request after refreshing After receiving a 401 status (unauthorised) from the server and refreshing the current GDataAuthorizer, re-process the message in question with the authoriser before re-sending it, so that it has updated credentials set on it. This involves a slight change in the semantics of GDataAuthorizer->process_request, which now has to handle being called multiple times on a given message. Closes: bgo#653535 gdata/gdata-authorizer.h | 3 ++- gdata/gdata-client-login-authorizer.c | 2 +- gdata/gdata-oauth1-authorizer.c | 2 +- gdata/gdata-service.c | 17 ++++++++++++++++- 4 files changed, 20 insertions(+), 4 deletions(-) commit baa8e41dd9079411e90c7ec3bd6381a24192bc06 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 28 00:06:26 2011 +0100 core: Ensure that synchronous progress callbacks aren't done in idle callbacks Progress callbacks should only be made in idle callbacks if the operation is being performed asynchronously. If it's being performed synchronously, we should be able to guarantee that all progress callbacks have been executed by the time the synchronous operation function call returns. gdata/gdata-access-handler.c | 60 +++++++++++++++++-------------- gdata/gdata-feed.c | 20 +++++++---- gdata/gdata-private.h | 5 +-- gdata/gdata-service.c | 84 +++++++++++++++++++++++++------------------- 4 files changed, 99 insertions(+), 70 deletions(-) commit a3b83737075015ea159c3e59dc2bb900197f09dd Author: Muhammet Kara <muhammet.k@gmail.com> Date: Sun Jun 26 03:49:12 2011 +0300 Updated Turkish translation file header po/tr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ee022d3c926cae2318fbf623c09a616cf98eb4ec Author: Muhammet Kara <muhammet.k@gmail.com> Date: Sun Jun 26 01:19:22 2011 +0300 Updated Turkish translation po/tr.po | 340 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 179 insertions(+), 161 deletions(-) commit 8d34fa9fd080b15d8e8e021c3406bbb60c59d1fd Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Jun 24 22:25:17 2011 +0200 Updated Slovenian translation po/sl.po | 116 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 60 insertions(+), 56 deletions(-) commit a07437a6d93f8f4b3949b602992e18127ec65a1f Author: Мирослав Николић <miroslavnikolic@rocketmail.com> Date: Fri Jun 24 22:26:43 2011 +0200 Updated Serbian translation po/sr.po | 338 ++++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 338 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 354 insertions(+), 322 deletions(-) commit 9214fc318f99fe14b1945bf12e7a4ddf683956ec Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:34:35 2011 +0100 picasaweb: Fix user tests to work when no photos have been uploaded Since all the PicasaWeb tests are now idempotent, we can run them on an empty PicasaWeb account with no quota used. gdata/tests/picasaweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 61112ba7073ffd05d22847cdf0d76f20b20ca632 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:19:10 2011 +0100 picasaweb: Make the file download tests individually idempotent Helps: bgo#633359 gdata/tests/picasaweb.c | 307 ++++++++++++++++++++---------------------------- 1 file changed, 128 insertions(+), 179 deletions(-) commit 608a3438a2418a8996f6e2db822b1bbb1552ec64 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:07:54 2011 +0100 picasaweb: Make the file query tests individually idempotent Helps: bgo#633359 gdata/tests/picasaweb.c | 427 +++++++++++++++++++----------------------------- 1 file changed, 164 insertions(+), 263 deletions(-) commit 51df7776ed3a15f48c911899890a353a3040ff6d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:07:23 2011 +0100 picasaweb: Split some more property checking tests out into non-network tests Helps: bgo#633359 gdata/tests/picasaweb.c | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) commit 0efe64e8483604ab337852099d03e9a5fde01d6e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:05:30 2011 +0100 picasaweb: Add a comparison function for GDataPicasaWebFiles in the tests gdata/tests/picasaweb.c | 168 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) commit 3c3d1dcbe2572427dab75167fc8fd1ceeb9bb708 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jun 24 19:04:16 2011 +0100 picasaweb: Fix uploads to non-default albums They were previously broken due to not using the correct ID when building a URI. gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0930a77528caa724032fdffbf85fa4479da21ced Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 23 17:20:47 2011 +0100 picasaweb: Split some property checking tests out into non-network tests Helps: bgo#633359 gdata/tests/picasaweb.c | 187 +++++++++++++++++++----------------------------- 1 file changed, 73 insertions(+), 114 deletions(-) commit 5d90702da833533da36a954e83f6d9fdb5cc2f36 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 23 16:28:19 2011 +0100 picasaweb: Make the album insertion tests individually idempotent Helps: bgo#633359 gdata/tests/picasaweb.c | 135 +++++++++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 64 deletions(-) commit 0c75897a59a9d0d0616cf7627d313fffdf08d9be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 23 16:00:44 2011 +0100 picasaweb: Ensure the rights of an album are correctly initialised to private Previously, the default value of the “visibility” property wasn't set properly, and the GDataEntry:rights property (which is aliased with GDataPicasaWebAlbum:visibility) wasn't set to private on initialisation. gdata/services/picasaweb/gdata-picasaweb-album.c | 7 +++++-- gdata/tests/picasaweb.c | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) commit 2d0322cdf83c22d969f1b8354eb91c5237039496 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 23 12:05:49 2011 +0100 picasaweb: Make the all album query tests individually idempotent Helps: bgo#633359 gdata/tests/picasaweb.c | 327 +++++++++++++++++++++++++++++------------------- 1 file changed, 197 insertions(+), 130 deletions(-) commit c213644b44cafd9208a63988a753e450e31dad9e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 23 16:27:16 2011 +0100 picasaweb: Add a comparison function for GDataPicasaWebAlbums in the tests gdata/tests/picasaweb.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) commit 02e5840a7561a02536b4b56de8517ef811fcc99b Author: Mario Blättermann <mariobl@gnome.org> Date: Thu Jun 23 22:21:47 2011 +0200 [l10n] Updated German translation po/de.po | 113 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 59 insertions(+), 54 deletions(-) commit f22eaa88a39a9c33d35d725c2b57a5972846f18b Author: Andre Klapper <a9016009@gmx.de> Date: Thu Jun 23 21:05:27 2011 +0200 Update Czech translation po/cs.po | 120 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 62 insertions(+), 58 deletions(-) commit 0a5554b5f37bd5d01233e3ef922a39f962ce4055 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Thu Jun 23 18:43:41 2011 +0200 Updated Spanish translation po/es.po | 113 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 59 insertions(+), 54 deletions(-) commit a7597f401019391724eb81d75ab0ee501f67b3df Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 21 13:35:45 2011 +0100 Bug 637664 — Fix GSeekable interface implementation in GDataDownloadStream Add a few seeking test cases to test the new implementation of seek(). g_input_stream_truncate() isn't supported by GDataDownloadStream, since it's an input stream, not an output stream. Closes: bgo#637664 gdata/gdata-buffer.c | 13 +- gdata/gdata-download-stream.c | 184 +++++++++++++++++------ gdata/tests/streams.c | 332 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 481 insertions(+), 48 deletions(-) commit 28e4dbcd66bb085627cd35d70eb8bdb505fc1475 Author: Yuri Kozlov <yuray@komyakino.ru> Date: Wed Jun 22 20:14:09 2011 +0400 Updated Russian translation po/ru.po | 380 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 208 insertions(+), 172 deletions(-) commit 3b62d2d1f24e56ee8a60a99a371f830a54a7a958 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 20 21:34:38 2011 +0100 core: Keep GDataClientLoginAuthorizer alive while notifying property changes It's possible for the GDataClientLoginAuthorizer to be finalised after scheduling property notifications to happen in an idle function, but before the idle function is called. This would cause crashes, so we hold a reference to the authorizer while waiting for the idle function to be called. gdata/gdata-client-login-authorizer.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 54fa219d3e55b476b6b843deec63d3889b960ef2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 20 21:09:01 2011 +0100 calendar: Add support for querying for deleted events Add support for the “showdeleted” query parameter, cf. the Google Contacts service. This adds the following API: • GDataCalendarQuery:show-deleted • gdata_calendar_query_show_deleted() • gdata_calendar_query_set_show_deleted() docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/calendar/gdata-calendar-query.c | 67 ++++++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-query.h | 2 + gdata/tests/calendar.c | 12 +++-- 5 files changed, 82 insertions(+), 3 deletions(-) commit 4c6b5ea87204ca695e1d51ac65af9dbdbc9e1e59 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 20 20:56:14 2011 +0100 Bug 639405 — Add max-attendees query parameter This adds the following API: • GDataCalendarQuery:max-attendees • gdata_calendar_query_get_max_attendees() • gdata_calendar_query_set_max_attendees() Closes: bgo#639405 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/calendar/gdata-calendar-query.c | 69 +++++++++++++++++++++++++- gdata/services/calendar/gdata-calendar-query.h | 2 + gdata/tests/calendar.c | 10 ++-- 5 files changed, 81 insertions(+), 4 deletions(-) commit fafa68352959512861bcbc8c9d3f0295a70e767c Author: Philip Chimento <philip.chimento@gmail.com> Date: Sat Jun 18 18:31:28 2011 +0100 introspection: Add GDestroyNotify to progress callbacks All query_async functions that take a progress callback should have a GDestroyNotify parameter for freeing the progress callback data, since there is no suitable (scope) annotation. This breaks API by changing the signatures for: • gdata_access_handler_get_rules_async() • gdata_service_query_async() • gdata_calendar_service_query_all_calendars_async() • gdata_calendar_service_query_own_calendars_async() • gdata_calendar_service_query_events_async() • gdata_contacts_service_query_contacts_async() • gdata_contacts_service_query_groups_async() • gdata_documents_service_query_documents_async() • gdata_picasaweb_service_query_all_albums_async() • gdata_picasaweb_service_query_files_async() • gdata_youtube_service_query_standard_feed_async() • gdata_youtube_service_query_videos_async() • gdata_youtube_service_query_related_async() Closes: bgo#649728 HACKING | 3 + gdata/gdata-access-handler.c | 13 +++- gdata/gdata-access-handler.h | 1 + gdata/gdata-service.c | 14 +++- gdata/gdata-service.h | 2 +- gdata/services/calendar/gdata-calendar-service.c | 27 +++++-- gdata/services/calendar/gdata-calendar-service.h | 6 +- gdata/services/contacts/gdata-contacts-service.c | 20 ++++-- gdata/services/contacts/gdata-contacts-service.h | 2 + gdata/services/documents/gdata-documents-service.c | 10 ++- gdata/services/documents/gdata-documents-service.h | 1 + gdata/services/picasaweb/gdata-picasaweb-service.c | 23 +++--- gdata/services/picasaweb/gdata-picasaweb-service.h | 2 + gdata/services/youtube/gdata-youtube-service.c | 30 ++++++-- gdata/services/youtube/gdata-youtube-service.h | 3 + gdata/tests/calendar.c | 82 +++++++++++++++++++++- gdata/tests/common.c | 26 +++++++ gdata/tests/common.h | 10 +++ gdata/tests/contacts.c | 52 +++++++++++++- gdata/tests/documents.c | 26 ++++++- gdata/tests/picasaweb.c | 68 +++++++++++++++++- gdata/tests/youtube.c | 56 ++++++++++++++- 22 files changed, 427 insertions(+), 50 deletions(-) commit 75ededc68bdc77d522156c3fbcb2b2e4cd93e102 Author: Tommi Vainikainen <thv@iki.fi> Date: Thu Jun 16 13:34:08 2011 +0300 Added Finnish translation po/LINGUAS | 1 + po/fi.po | 371 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 372 insertions(+) commit 85d2d82c72ac23cbaffc0badad53cc6d39213330 Merge: 120acd8 ae8c91a Author: Davide Italiano <davide.italiano@gmail.com> Date: Sun Jun 12 21:15:10 2011 +0200 Merge branch 'master' of http://git.gnome.org/browse/libgdata commit 120acd849afd53cdb1d14536fa4c7de270a7b546 Author: Davide Italiano <davide.italiano@gmail.com> Date: Sun Jun 12 20:59:19 2011 +0200 Remove some warnings Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) commit ae8c91a9246ea20599d34af11555cb734908a3bb Author: Daniel Nylander <po@danielnylander.se> Date: Sun Jun 12 20:24:58 2011 +0200 Updated Swedish translation po/sv.po | 325 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 172 insertions(+), 153 deletions(-) commit d1bc058418827aa459066d75a2aa766d44b69961 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 12 12:46:59 2011 +0100 build: Increment version to 0.9.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 827305957733db51124d90873949f45f7ba7a45d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 12 12:45:49 2011 +0100 Release version 0.9.0 NEWS | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 104 insertions(+), 1 deletion(-) commit 025a6544787772ba2dcb86bf40c21e5abdf83762 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 12 12:38:59 2011 +0100 docs: Fix builddir ≠ srcdir documentation builds docs/reference/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8f490d76e6586bc88f5af88f9764e829075adfe8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jun 11 16:51:42 2011 +0100 contacts: Remove gdata_contacts_contact_has_photo() It was deprecated, and since version 0.9.0 breaks API, what harm can removing it do? API changes: • Remove gdata_contacts_contact_has_photo() and GDataContactsContact:has-photo (use gdata_contacts_contact_get_photo_etag() instead) docs/reference/gdata-sections.txt | 2 +- gdata/gdata.symbols | 1 - gdata/services/contacts/gdata-contacts-contact.c | 53 +++--------------------- gdata/services/contacts/gdata-contacts-contact.h | 1 - 4 files changed, 7 insertions(+), 50 deletions(-) commit 1de4b2f017f1e743a84bc88bbd26851b860e61c1 Author: Gil Forcada <gforcada@gnome.org> Date: Sat Jun 11 20:36:58 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 328 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 170 insertions(+), 158 deletions(-) commit 5af9a0151de5625736773083ed033c328c438188 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Jun 10 20:10:18 2011 +0200 Updated Slovenian translation po/sl.po | 325 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 172 insertions(+), 153 deletions(-) commit 05787c583f870dc65c5f9d85e30a6a59906fd128 Author: Mario Blättermann <mariobl@gnome.org> Date: Fri Jun 10 11:21:29 2011 +0200 [l10n] Updated German translation po/de.po | 337 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 174 insertions(+), 163 deletions(-) commit 4a91a5cac302a0b8fc1d49fbe54cbc840b065663 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Fri Jun 10 08:09:12 2011 +0300 Updated Hebrew translation. po/he.po | 325 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 169 insertions(+), 156 deletions(-) commit fa6c25b6af8734b8e1a20379b9dd98bf83145de9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 7 10:43:46 2011 +0100 docs: Fix some typos in gdata-sections.txt They were breaking the documentation for GDataOAuth1Authorizer. docs/reference/gdata-sections.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 84060afb583fc5c9642861eb9ccd82488000f906 Author: P. F. Chimento <philip.chimento@gmail.com> Date: Mon Jun 6 21:28:53 2011 +0200 introspection: Fix introspection for GCancellable parameters ...and progress callbacks in non-async functions See bug #649728 gdata/gdata-access-handler.c | 8 +++---- gdata/gdata-batch-operation.c | 4 ++-- gdata/gdata-buffer.c | 2 +- gdata/gdata-client-login-authorizer.c | 4 ++-- gdata/gdata-service.c | 24 +++++++++---------- gdata/services/calendar/gdata-calendar-service.c | 28 +++++++++++----------- gdata/services/contacts/gdata-contacts-contact.c | 8 +++---- gdata/services/contacts/gdata-contacts-service.c | 24 +++++++++---------- gdata/services/documents/gdata-documents-service.c | 18 +++++++------- gdata/services/picasaweb/gdata-picasaweb-service.c | 22 ++++++++--------- gdata/services/youtube/gdata-youtube-service.c | 28 +++++++++++----------- 11 files changed, 85 insertions(+), 85 deletions(-) commit b525bbc905144ce13af8d618022b671e3a4bf27c Author: Alexander Shopov <ash@kambanaria.org> Date: Tue Jun 7 08:31:02 2011 +0300 Updated Bulgarian translation po/bg.po | 338 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 175 insertions(+), 163 deletions(-) commit f29c72c363cd49276eef55ae44b85fa0a1a15adf Author: Marek Černocký <marek@manet.cz> Date: Tue Jun 7 07:21:08 2011 +0200 Updated Czech translation po/cs.po | 326 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 169 insertions(+), 157 deletions(-) commit c5e4594ca21225f81719b1a8d9b8ade3367d72e1 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Mon Jun 6 22:34:29 2011 +0200 Updated Spanish translation po/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 62b86bbb7bc645dd4696e036d35a0e6235b01f67 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Mon Jun 6 22:25:02 2011 +0200 Updated Spanish translation po/es.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 48c7061cc904a578523f679c073c5ce3b78caf71 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon Jun 6 20:56:38 2011 +0200 Updated Spanish translation po/es.po | 330 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 171 insertions(+), 159 deletions(-) commit c1b3f37923f3f5c22b691f65672a570742372f96 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon Jun 6 11:22:04 2011 +0200 Updated Galician translations po/gl.po | 335 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 174 insertions(+), 161 deletions(-) commit 47d20c21e8986cdbab21098428dd57bca203f6ad Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 29 22:38:39 2011 +0100 core: Add an OAuth 1.0 authoriser This adds a GDataAuthorizer implementation for OAuth 1.0, the current favourite authentication/authorization protocol in Google-land. This includes full documentation and a test suite. This makes the following API changes: • Add GDataOAuth1Authorizer and all its properties and methods. It also adds a dependency on liboauth ≥ 0.9.4. Helps: bgo#646285 Makefile.am | 4 +- README | 1 + configure.ac | 3 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 32 + gdata/gdata-authorizer.c | 12 +- gdata/gdata-oauth1-authorizer.c | 1337 +++++++++++++++++++++++++++++++++++++ gdata/gdata-oauth1-authorizer.h | 97 +++ gdata/gdata.h | 1 + gdata/gdata.symbols | 16 + gdata/tests/Makefile.am | 3 + gdata/tests/common.c | 28 +- gdata/tests/common.h | 1 + gdata/tests/oauth1-authorizer.c | 1048 +++++++++++++++++++++++++++++ po/POTFILES.in | 1 + 15 files changed, 2575 insertions(+), 10 deletions(-) commit 65d3e0c373edcaf199b4d3dc3499b237bb620fc1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat May 28 14:56:48 2011 +0100 docs: Add new symbol list for 0.9.0 docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 2957118536be2c51c9e4c8c14b52c95db7717725 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu May 5 23:29:14 2011 +0100 core: Remove the old authentication API in favour of a new GDataAuthorizer API This separates authentication and authorisation from the services themselves, allowing authorisation schemes to be plugged in as they pop into and out of fashion. This removes the old gdata_service_authenticate() methods, replacing them with an equivalent GDataClientLoginAuthorizer. Full test cases are provided, covering everything except parsing of error responses from the server by GDataClientLoginAuthorizer. This makes the following API changes: • Rename GDataAuthenticationError to GDataClientLoginAuthorizerError Rename GDATA_AUTHENTICATION_ERROR and gdata_authentication_error_quark() similarly. • Remove gdata_service_authenticate() in favour of using GDataClientLoginAuthorizer with GDataService::authorizer: - Remove gdata_service_authenticate(), gdata_service_authenticate_async() and gdata_service_authenticate_finish(). - Replace gdata_service_is_authenticated() by gdata_service_is_authorized() with much the same functionality. - Add GDataService::authorizer, gdata_service_get_authorizer(), gdata_service_set_authorizer() and gdata_service_get_authorization_domains(). - Remove gdata_service_get_client_id() in favour of GDataClientLoginAuthorizer::client-id. - Remove gdata_service_get_username() in favour of GDataClientLoginAuthorizer::username. - Remove gdata_service_get_password() in favour of GDataClientLoginAuthorizer::password. - Remove GDataServiceClass->service_name in favour of GDataAuthorizationDomain::service-name. - Remove GDataServiceClass->authentication_uri and GDataServiceClass->parse_authentication_response in favour of different GDataAuthorizer implementations. - Add GDataAuthorizer parameters to and remove client_id parameters from: gdata_calendar_service_new(), gdata_contacts_service_new(), gdata_documents_service_new(), gdata_picasaweb_service_new() and gdata_youtube_service_new(). • Add GDataAuthorizationDomain. - Add GDataServiceClass->get_authorization_domains and gdata_service_get_authorization_domains(). - Add auth. domain getters to various GDataService subclasses: gdata_youtube_service_get_primary_authorization_domain(), gdata_contacts_service_get_primary_authorization_domain(), gdata_calendar_service_get_primary_authorization_domain(), gdata_picasaweb_service_get_primary_authorization_domain(), gdata_documents_service_get_primary_authorization_domain() and gdata_documents_service_get_spreadsheet_authorization_domain(). - Add auth. domain properties to various standalone request objects: GDataDownloadStream::authorization-domain with gdata_download_stream_get_authorization_domain(), GDataUploadStream::authorization-domain with gdata_upload_stream_get_authorization_domain() and GDataBatchOperation::authorization-domain with gdata_batch_operation_get_authorization_domain(). - Add GDataAccessHandlerIface->get_authorization_domain. This doesn't have to be implemented by existing GDataAccessHandlers, but it's highly recommended. - Add a GDataAuthorizationDomain parameter to GDataServiceClass->append_query_headers, gdata_service_query(), gdata_service_query_async(), gdata_service_query_single_entry(), gdata_service_query_single_entry_async(), gdata_service_insert_entry(), gdata_service_insert_entry_async(), gdata_service_update_entry(), gdata_service_update_entry_async(), gdata_service_delete_entry(), gdata_service_delete_entry_async(), gdata_batchable_create_operation(), gdata_download_stream_new() and gdata_upload_stream_new(). • Add GDataAuthorizer as described above, implemented by GDataClientLoginAuthorizer. Helps: bgo#646285 Makefile.am | 10 +- docs/reference/gdata-docs.xml | 7 + docs/reference/gdata-sections.txt | 94 +- gdata/gdata-access-handler.c | 14 +- gdata/gdata-access-handler.h | 9 +- gdata/gdata-authorization-domain.c | 197 ++++ gdata/gdata-authorization-domain.h | 69 ++ gdata/gdata-authorizer.c | 310 +++++ gdata/gdata-authorizer.h | 90 ++ gdata/gdata-batch-operation.c | 66 +- gdata/gdata-batch-operation.h | 2 + gdata/gdata-batchable.c | 18 +- gdata/gdata-batchable.h | 4 +- gdata/gdata-client-login-authorizer.c | 1218 ++++++++++++++++++++ gdata/gdata-client-login-authorizer.h | 130 +++ gdata/gdata-download-stream.c | 79 +- gdata/gdata-download-stream.h | 3 +- gdata/gdata-private.h | 49 +- gdata/gdata-service.c | 1048 ++++++----------- gdata/gdata-service.h | 101 +- gdata/gdata-upload-stream.c | 90 +- gdata/gdata-upload-stream.h | 6 +- gdata/gdata.h | 3 + gdata/gdata.symbols | 46 +- gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-thumbnail.c | 2 +- gdata/services/calendar/gdata-calendar-calendar.c | 11 +- gdata/services/calendar/gdata-calendar-service.c | 88 +- gdata/services/calendar/gdata-calendar-service.h | 4 +- gdata/services/contacts/gdata-contacts-contact.c | 6 +- gdata/services/contacts/gdata-contacts-service.c | 81 +- gdata/services/contacts/gdata-contacts-service.h | 4 +- .../services/documents/gdata-documents-document.c | 18 +- gdata/services/documents/gdata-documents-entry.c | 8 + gdata/services/documents/gdata-documents-service.c | 205 ++-- gdata/services/documents/gdata-documents-service.h | 6 +- .../documents/gdata-documents-spreadsheet.c | 3 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 109 +- gdata/services/picasaweb/gdata-picasaweb-service.h | 4 +- gdata/services/youtube/gdata-youtube-service.c | 109 +- gdata/services/youtube/gdata-youtube-service.h | 4 +- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/tests/Makefile.am | 6 + gdata/tests/authorization.c | 795 +++++++++++++ gdata/tests/calendar.c | 90 +- gdata/tests/client-login-authorizer.c | 745 ++++++++++++ gdata/tests/common.h | 11 +- gdata/tests/contacts.c | 110 +- gdata/tests/documents.c | 167 ++- gdata/tests/general.c | 7 +- gdata/tests/memory.c | 7 +- gdata/tests/picasaweb.c | 84 +- gdata/tests/streams.c | 8 +- gdata/tests/youtube.c | 104 +- po/POTFILES.in | 1 + 55 files changed, 5178 insertions(+), 1286 deletions(-) commit d9add17fb43e405f5c72135cf71952e817f4f968 Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Sun May 29 14:13:55 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 200 +++++++++++++++++++++++++++++------------------------- 1 file changed, 106 insertions(+), 94 deletions(-) commit 2ef5875aad2d628578c2f6e4c9f01769594acbd1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon May 23 23:08:05 2011 +0100 core: Don't assume that messages can't be cancelled externally In _gdata_service_actually_send_message() we were previously assuming that we were the only code which could cancel an in-progress message's request. This isn't true. soup_session_abort() can be called from anywhere else and will explicitly cancel all in-progress requests. This could happen if the GDataService is disposed of, which would cause the SoupSession to be disposed of, which causes it to abort all in-progress requests. Alternatively, it could happen if the GDataService's (and hence SoupSession's) proxy URI is changed. To fix this, we: • now hold a reference to the session and message in _gdata_service_actually_send_message() so that they're kept alive throughout the request; and we • no longer assume that a cancelled message was cancelled by us, removing the assertion which caused the crash in bgo#650835. Fixes: bgo#650835 gdata/gdata-service.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) commit 9615d1d9381724c9af87421289a19470d4e8d7e7 Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Mon May 2 07:29:19 2011 +0200 Added UG translation po/ug.po | 903 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 473 insertions(+), 430 deletions(-) commit 8762d9f119962eb77808f2ab7357d20e881ba03c Author: Akom Chotiphantawanon <knight2000@gmail.com> Date: Tue Apr 26 00:13:13 2011 +0700 Added Thai translation. po/LINGUAS | 1 + po/th.po | 431 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 432 insertions(+) commit f5779abdbc00a2cd26b858c421f3ba1345334873 Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com> Date: Thu Apr 21 20:32:32 2011 +0200 Add Esperanto translation po/LINGUAS | 1 + po/eo.po | 436 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 437 insertions(+) commit 9560c55e2163e15d4b486eaadd6f9f336fa7f816 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 19 09:13:01 2011 +0100 Bug 648058 — Doesn't allow empty names for user defined fields Allow Google Contacts' user defined fields to have empty names. Test cases updated. Closes: bgo#648058 gdata/services/contacts/gdata-contacts-contact.c | 11 ++++++++--- gdata/tests/contacts.c | 6 ++++-- 2 files changed, 12 insertions(+), 5 deletions(-) commit 943a48eb048e3aae0cff9ecc24249757fef189e6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 15 18:08:33 2011 +0100 picasaweb: Don't check various image URIs exactly in the test suite They regularly change (every month or two), and it's a pain to have to keep updating the test suite. gdata/tests/picasaweb.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 23571a59e1d4b4dffc1079252f5a8bbe81c249c5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 15 17:54:29 2011 +0100 media: Handle media:rating elements which don't provide a country attribute Includes a test case. gdata/media/gdata-media-group.c | 22 ++++++++++----- gdata/tests/youtube.c | 60 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 7 deletions(-) commit 9d2e6d49ee144b05a7a46258f6d82ef92fcbe091 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 15 17:17:55 2011 +0100 build: Remove non-existent symbols from gdata.symbols The three symbols in question were removed by commit 0db5aeece161142093343263652fa5c498e169f6. Spotted by openSUSE packagers. gdata/gdata.symbols | 3 --- 1 file changed, 3 deletions(-) commit d49b550f5f9d58735160a8be927b96aa2aa4a6ac Author: Manoj Kumar Giri <mgiri@redhat.com> Date: Thu Apr 7 13:54:21 2011 +0530 Updated Oriya Translation po/or.po | 82 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 43 deletions(-) commit 89ad55e7e6ec110d9b9d11619ed66b7025849aca Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 6 00:26:34 2011 +0100 docs: Add a “public” comment to GDataColor to stop gtk-doc dieing on it Since it's a boxed enum type, its fields need to be marked public to prevent gtk-doc complaining about them. See bgo#642998. Closes: bgo#642983 gdata/gdata-types.h | 1 + 1 file changed, 1 insertion(+) commit cc2e6f077f22374534a7719056aa8a133dbf7bbc Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Tue Apr 5 06:50:56 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 30 ++++++++++++++++++------------ po/zh_TW.po | 30 ++++++++++++++++++------------ 2 files changed, 36 insertions(+), 24 deletions(-) commit 2cc041b971500ba8b92451789e1a49d5fb9d4bca Author: Jordi Serratosa <serratosa@gmail.com> Date: Mon Apr 4 22:03:11 2011 +0200 [l10n]Fixes on Catalan translation po/ca.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 5372160c3c14cfdf9e534d9e095ea319538dafad Author: Amitakhya Phukan <amitakhya@svn.gnome.org> Date: Mon Apr 4 12:12:40 2011 +0530 Updated Assamese translations po/as.po | 443 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 443 insertions(+) commit 6faff1f461d166d6acf1f6bfea1085a076e84c16 Author: Amitakhya Phukan <amitakhya@svn.gnome.org> Date: Mon Apr 4 12:12:34 2011 +0530 Adding as to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 646404403ab2388a80014501f15568c60a174a3c Author: Baris Cicek <baris@teamforce.name.tr> Date: Mon Apr 4 08:35:39 2011 +0300 Added Turkish translation by Senol Korkmaz po/LINGUAS | 1 + po/tr.po | 448 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 449 insertions(+) commit 241875c4552c241dca7111408806f67e4b4928d5 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Sun Apr 3 13:00:19 2011 +0200 Updated Basque language po/eu.po | 187 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 98 insertions(+), 89 deletions(-) commit d7e551acf313bb436a526755944b0a9b776d01d6 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Apr 1 14:57:50 2011 +0200 Updated Hungarian translation po/hu.po | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) commit ac91c888e64281be6cac7175f0d081933791c1e5 Author: Rajesh Ranjan <rranjan@redhat.com> Date: Thu Mar 31 17:55:34 2011 +0530 hindi updated po/hi.po | 100 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 47 deletions(-) commit 83995b727d4429f8eaf9a9fbea8758f6bcf48928 Author: Shankar Prasad <svenkate@redhat.com> Date: Thu Mar 31 16:58:48 2011 +0530 Updated LINGUAS file po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 13f8cc6c9ec2fcd516eb67baa47a8b4e9eae070a Author: Shankar Prasad <svenkate@redhat.com> Date: Thu Mar 31 16:50:52 2011 +0530 Added kn.po and updated LINUGAS file po/kn.po | 431 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 431 insertions(+) commit 320c8ca0e84e127f34e49177440fc1c72e1a057b Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com> Date: Thu Mar 31 01:29:44 2011 +0200 Added Serbian translation po/LINGUAS | 2 + po/sr.po | 445 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 445 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 892 insertions(+) commit e18b5b506549f2b8516547e9ba2ccae29c1a7bac Author: Bruce Cowan <bruce@bcowan.me.uk> Date: Wed Mar 30 15:09:21 2011 +0100 Updated British English translation po/en_GB.po | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) commit 1749913254d7201e739dd7bd1ab20a875b86629b Author: António Lima <amrlima@gmail.com> Date: Tue Mar 29 23:47:19 2011 +0100 Updated Portuguese translation po/pt.po | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) commit dad0a3f8db50e4b1801b8ecb49b65331239d42fa Author: Kris Thomsen <lakristho@gmail.com> Date: Mon Mar 28 23:33:27 2011 +0200 Updated Danish translation po/da.po | 111 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 61 insertions(+), 50 deletions(-) commit cdfbd577468c27690afa5edb7139de50b68f940f Author: Piotr Drąg <piotrdrag@gmail.com> Date: Mon Mar 28 20:19:19 2011 +0200 Updated Polish translation po/pl.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit e0b38d091e45fd4383a707d4ecfdfc3dfe3c1976 Author: Rajesh Ranjan <rranjan@redhat.com> Date: Mon Mar 28 16:31:19 2011 +0530 hindi added and translated and lingua upodated po/LINGUAS | 1 + po/hi.po | 430 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 431 insertions(+) commit 90ab328e5e27c5cf7f5deb52f62d0ca7bd5608e7 Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com> Date: Sun Mar 27 17:08:59 2011 -0400 Updated Brazilian Portuguese translation. Reviewed by Flamarion Jorge. po/pt_BR.po | 202 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 110 insertions(+), 92 deletions(-) commit b09bda7ebb8a464fdca4137e4777d9d9f77ab614 Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Sun Mar 27 21:30:53 2011 +0200 Added UG translation po/ug.po | 854 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 430 insertions(+), 424 deletions(-) commit e1ca5480ff4d68e2b2135fef3ce73001f1301ece Author: Bruno Brouard <annoa.b@gmail.com> Date: Sun Mar 27 21:26:28 2011 +0200 Updated French translation po/fr.po | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit de00c3039c5e78a787d4246a9292eedf8f78b736 Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Sat Mar 26 12:59:40 2011 +0200 Updated Latvian translation. po/lv.po | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) commit c04315f31997919711faee108127a3b5dbcb44fb Author: Claudio Arseni <claudio.arseni@gmail.com> Date: Sat Mar 26 10:57:33 2011 +0100 Updated Italian translation po/it.po | 207 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 116 insertions(+), 91 deletions(-) commit 2e4a51cf8d41cd4708cacd5ec71b6d5d27b98726 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Mar 26 11:44:53 2011 +0200 Added he to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 0834417aada000cee002f94006f2ee5999f26ef7 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Mar 26 11:43:37 2011 +0200 Updated Hebrew translation. po/he.po | 439 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 439 insertions(+) commit 90459d70e4198d46897487597492784cf0ced922 Author: Wolfgang Stöggl <c72578@yahoo.de> Date: Sat Mar 26 07:38:58 2011 +0100 Updated German translation po/de.po | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) commit df8e86874ea2d8f1a919c079b6d2c4e807863ff8 Author: Alexander Shopov <ash@kambanaria.org> Date: Fri Mar 25 22:10:15 2011 +0200 Updated Bulgarian translation po/bg.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit bf91897cbb268aa0d38589181ddf93529028e884 Author: Aron Xu <aronxu@gnome.org> Date: Fri Mar 25 17:45:53 2011 +0000 Update Simplified Chinese translation. po/zh_CN.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit a4588c7d01e40481ad24bf4606c34a649dc798ee Author: Joan Duran <jodufi@gmail.com> Date: Thu Mar 24 23:25:26 2011 +0100 [l10n]Updated Catalan translation po/ca.po | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) commit a85aeb46493bd51f7c882c99fd4042d24e383420 Author: Daniel Korostil <ted.korostiled@gmail.com> Date: Wed Mar 23 22:47:07 2011 +0200 Uploaded Ukranian po/uk.po | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) commit 21567d84e9d8f4ff0a70c7d16176d0d90f70392a Author: Yuri Myasoedov <omerta13@yandex.ru> Date: Wed Mar 23 23:49:27 2011 +0300 Updated Russian translation po/ru.po | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) commit a738beb670c78bffedd4c10e153a7ba981e9be53 Author: Daniel Nylander <po@danielnylander.se> Date: Wed Mar 23 18:59:17 2011 +0100 Updated Swedish translation po/sv.po | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) commit b76c965d13de0d0854873ea45baee30d16bf78c1 Author: Sandeep Shedmake <sshedmak@redhat.com> Date: Wed Mar 23 19:28:28 2011 +0530 Added mr to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 29a4e18061e775ec4ac5bcba36ed055e099d7bcc Author: Sandeep Shedmake <sshedmak@redhat.com> Date: Wed Mar 23 19:26:31 2011 +0530 Added Marathi Translations po/mr.po | 431 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 431 insertions(+) commit 1b4c78e396281b3248441425f6a569500de3c472 Author: Marek Černocký <marek@manet.cz> Date: Tue Mar 22 22:49:17 2011 +0100 Updated Czech translation po/cs.po | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) commit 977828c3f73004af75a3673412ffee0f6c14868d Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Mar 22 22:05:13 2011 +0100 Updated Slovenian translation po/sl.po | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) commit 7ab756b525cec089f14190b3d963253e34923ea9 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Tue Mar 22 21:34:39 2011 +0100 Updated Galician translations po/gl.po | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) commit 4c78396942b69732e972e01302e1ad4b48bf0fc5 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Mar 22 20:33:13 2011 +0100 Updated Spanish translation po/es.po | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) commit a23845177803a78b7b4d605c3e8e934924328fea Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 22 13:43:02 2011 +0000 Bug 639610 — Allow access to a contact's photo ETag Deprecate gdata_contacts_contact_has_photo() (and the corresponding property) in favour of a new gdata_contacts_contact_get_photo_etag() and property which work in exactly the same way, but return the photo's ETag or NULL, rather than TRUE or FALSE. Closes: bgo#639610 gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 43 ++++++++++++++++++++++-- gdata/services/contacts/gdata-contacts-contact.h | 3 +- gdata/tests/contacts.c | 31 ++++++++--------- 4 files changed, 60 insertions(+), 18 deletions(-) commit 605a4c64109c933e29eecb3e54062db781d7c5a0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 22 13:25:19 2011 +0000 tests: Remove use of assigned-but-not-used variables in the tests gdata/tests/calendar.c | 14 ++++++-------- gdata/tests/contacts.c | 10 ++++------ gdata/tests/documents.c | 10 ++++------ gdata/tests/streams.c | 2 +- gdata/tests/youtube.c | 8 ++------ 5 files changed, 17 insertions(+), 27 deletions(-) commit 810d9d81676f8eb3462cce590e467bb55fead259 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 22 13:20:44 2011 +0000 Bug 644946 — Support two-factor authentication Add support for notifying the user with a more specific error message if login failed due to them needing to enter an application-specific password. This adds the following new error code: • GDATA_AUTHENTICATION_ERROR_INVALID_SECOND_FACTOR Closes: bgo#644946 gdata/gdata-service.c | 18 ++++++++++++++++++ gdata/gdata-service.h | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) commit bbd37f5f81ae16457c0569f208090114bed1a8c0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 22 13:08:58 2011 +0000 Bug 644940 — Use HTTPS only Use HTTPS for all communications with the server, removing the LIBGDATA_FORCE_HTTP environment variable. Closes: bgo#644940 README | 4 --- docs/reference/gdata-running.xml | 6 ---- gdata/gdata-private.h | 3 +- gdata/gdata-service.c | 27 ++++++---------- .../services/documents/gdata-documents-document.c | 2 +- gdata/services/documents/gdata-documents-service.c | 8 ++--- .../documents/gdata-documents-spreadsheet.c | 6 ++-- gdata/services/picasaweb/gdata-picasaweb-service.c | 4 +-- gdata/tests/picasaweb.c | 36 ++++++++++++---------- 9 files changed, 40 insertions(+), 56 deletions(-) commit 7c0db41e9f1532201230f5ed8f26a1aeff3d3817 Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Sat Mar 19 21:50:39 2011 +0200 Added Latvian translation. po/LINGUAS | 1 + po/lv.po | 436 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 437 insertions(+) commit bb0bdafd89364d4e53b5396c1e5f190b4fbd4d7c Author: ben <benbenhappy2008@gmail.com> Date: Fri Mar 18 23:17:07 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 174 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 90 insertions(+), 84 deletions(-) commit bdef0fd144d5ff881e4a14c0dde5057d3f22fc7d Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Mar 15 15:19:57 2011 +0100 Updated Hungarian translation po/hu.po | 84 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 40 deletions(-) commit 0fdda9016b828200f129a20a2f6a198ad4c255ea Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Mon Mar 14 11:19:53 2011 +0100 Updated Romanian translation po/ro.po | 201 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 114 insertions(+), 87 deletions(-) commit 2b709d4c85548fe13b78cbdcd1265f23711cfdbf Author: António Lima <amrlima@gmail.com> Date: Sat Mar 12 19:50:29 2011 +0000 Updated Portuguese translation po/pt.po | 190 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 104 insertions(+), 86 deletions(-) commit a262734d8ed520996c1d332b91460f57ed72e586 Author: Joan Duran <jodufi@gmail.com> Date: Thu Mar 10 23:47:32 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 209 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 123 insertions(+), 86 deletions(-) commit 092646351fa5d8399123f86b7a03a2f2e2caca76 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Thu Mar 10 17:50:29 2011 +0100 Updated Polish translation po/pl.po | 182 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 99 insertions(+), 83 deletions(-) commit 9ac8bf38938b881c97401f8a6aab1a897cd21ef7 Author: Yuri Myasoedov <omerta13@yandex.ru> Date: Sun Mar 6 11:37:45 2011 +0300 Updated Russian translation po/ru.po | 318 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 188 insertions(+), 130 deletions(-) commit 594862238d57bd0f597053ae8745c26735213212 Author: Manoj Kumar Giri <mgiri@redhat.com> Date: Tue Mar 1 13:45:03 2011 +0530 Added Oriya (or) to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 1dd2f1ff98385ddee3ca1629b21936812c6fcde1 Author: Manoj Kumar Giri <mgiri@redhat.com> Date: Tue Mar 1 13:41:45 2011 +0530 Updated Oriya Translation po/or.po | 447 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 447 insertions(+) commit c70756c6a679ae6ccb0fdd0354c6d07f5a0e20d5 Author: Bruno Brouard <annoa.b@gmail.com> Date: Sat Feb 26 10:29:42 2011 +0100 Updated French translation po/fr.po | 176 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 93 insertions(+), 83 deletions(-) commit e0c85b38234df674da9ce889b9697f6f97e35636 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 22 19:50:57 2011 +0000 docs: Add the 0.8.0 API changes page to the documentation Helps: bgo#642983 docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 755235e5623a52b11cccc6908422535830013b73 Author: Runa Bhattacharjee <runab@redhat.com> Date: Thu Feb 17 17:37:48 2011 +0530 Added Bengali India to the list of languages po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 212257a5ad3df0dfcf4c94f2556a0fa59e3c7689 Author: Runa Bhattacharjee <runab@redhat.com> Date: Thu Feb 17 17:37:34 2011 +0530 Added Bengali India Translation po/bn_IN.po | 443 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 443 insertions(+) commit 8faeeeb1971b78cba5396306033c728211120b9b Author: Daniel Korostil <ted.korostiled@gmail.com> Date: Wed Feb 16 08:03:04 2011 +0200 Uploaded Ukranian po/uk.po | 371 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 258 insertions(+), 113 deletions(-) commit 99a85165ce3d35070778342cbe5d0f4f14c628f5 Author: Ivaylo Valkov <ivaylo@e-valkov.org> Date: Tue Feb 15 06:39:57 2011 +0200 Updated Bulgarian translation po/LINGUAS | 1 + po/bg.po | 452 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 453 insertions(+) commit 32a489b0c068b9f57d540a940298609fd931125c Author: Changwoo Ryu <cwryu@debian.org> Date: Sun Feb 13 04:22:08 2011 +0900 Add Korean translation po/LINGUAS | 1 + po/ko.po | 430 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 431 insertions(+) commit 6ef3a6cd4dbeebce93c6377e65a29bae5ec96fbc Author: Sweta Kothari <swkothar@redhat.com> Date: Tue Feb 8 14:14:30 2011 +0530 Updated Gujarati Translations & Added gu in LINGUAS po/LINGUAS | 1 + po/gu.po | 425 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 426 insertions(+) commit 8800f1eefba340767484b372ded403e95e2c6146 Author: Gheyret Kenji <gheyret@hotmail.com> Date: Fri Feb 4 23:21:33 2011 +0100 Added UG translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 17376b2db91c965eabe1c5b164e6fb9dc0a68bfe Author: Gheyret Kenji <gheyret@hotmail.com> Date: Fri Feb 4 23:17:11 2011 +0100 Added UG translation po/ug.po | 424 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 424 insertions(+) commit 63c01ba9b1ad776a71df8ce0a0788d57715fb0bd Author: A S Alam <aalam@users.sf.net> Date: Sat Jan 29 09:13:12 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 15a465d951d7aa14508962f193fcfd541c38817e Author: A S Alam <aalam@users.sf.net> Date: Sat Jan 29 08:13:25 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 426 ++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 326 insertions(+), 100 deletions(-) commit 8bed9a863def8812ae24dfce94ab488877de9212 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Thu Jan 27 03:22:15 2011 +0100 QA of Galician translations po/gl.po | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) commit c26e694f530725766b00bf84e0af86a50c27f98c Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Jan 26 15:31:12 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) commit 78eb567d32a578cef8ae573fa5da4d61cd8bf8e2 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Tue Jan 25 19:26:27 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 237 +++++++++++++++++++++++++++++++++++++----------------------- po/zh_TW.po | 237 +++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 292 insertions(+), 182 deletions(-) commit 5fae259ab79bfa218fa1493923ab8b7bc051699f Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Jan 23 11:49:33 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 304 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 195 insertions(+), 109 deletions(-) commit 1951c53b54c9b44b342d4d589ba17223990f4686 Author: Michael Kotsarinis <mk73628@gmail.com> Date: Wed Jan 19 18:28:52 2011 +0200 Updated Greek translation po/el.po | 114 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 37 deletions(-) commit ba6676dd0d6f56da993fc2a0d8e458a30e11da31 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Wed Jan 19 15:40:45 2011 +0100 Updated Galician translations po/gl.po | 210 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 124 insertions(+), 86 deletions(-) commit e1a663ad280385f280ef6f32a336cc4f68e82bbe Author: Andika Triwidada <andika@gmail.com> Date: Mon Jan 17 12:25:29 2011 +0700 Updated Indonesian translation po/id.po | 248 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 123 insertions(+), 125 deletions(-) commit e5a49029aaf3accb7fa65d9f4975ba8bbb3862a2 Author: George Stefanakis <george.stefanakis@gmail.com> Date: Thu Jan 13 21:18:38 2011 +0200 Updated Greek translation po/el.po | 436 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 311 insertions(+), 125 deletions(-) commit 781e53a5d939e108f7ff57fd75f6409199321de4 Author: Petr Kovar <pknbe@volny.cz> Date: Mon Jan 3 21:52:50 2011 +0100 Update Czech translation by Marek Cernocky Reviewed by Petr Kovar. po/cs.po | 112 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 57 insertions(+), 55 deletions(-) commit fc90d4563c6209b5f4468c01c187de4e1ff8abd9 Author: Mario Blättermann <mariobl@gnome.org> Date: Sat Jan 1 21:16:13 2011 +0100 [l10n] Updated German translation po/de.po | 152 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 77 insertions(+), 75 deletions(-) commit d33046b432da8a2580154dd91767710acbf28d59 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Sat Jan 1 14:47:02 2011 +0100 Updated Spanish translation po/es.po | 154 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 76 deletions(-) commit 75be00208ccf233e551d22e4e5aa39480ebfae40 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Thu Dec 30 21:23:54 2010 +0100 Updated Slovenian translation po/sl.po | 137 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 71 insertions(+), 66 deletions(-) commit e6cf0cd9c37c910aab4ae8efb72869cefcad4ac9 Author: Daniel Nylander <po@danielnylander.se> Date: Thu Dec 30 18:29:58 2010 +0100 Updated Swedish translation po/sv.po | 83 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 39 deletions(-) commit 065bb38c3b107b2e3574496a8d6e848fd537d7a5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 17:00:03 2010 +0000 docs: Add a note about the even–odd/stable–unstable versioning change HACKING | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) commit 9b42c97c5562c6937b4efcaedf5b82c99d6bd3f3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 16:50:29 2010 +0000 build: Increment version to 0.9.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 430b36875815fcf2b888f952ac84ccc71979d893 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 16:48:14 2010 +0000 Release version 0.8.0 NEWS | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 83 insertions(+), 1 deletion(-) commit 775255d6e2263772c5ec49677e468617768e9bdf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 15:36:35 2010 +0000 l10n: Update British English translation po/en_GB.po | 170 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 90 insertions(+), 80 deletions(-) commit 889232526478833a43aea49a1bda8342ffca41c6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 15:34:56 2010 +0000 l10n: Add missing files to POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit 3a045028895789efdf1248c10a483996426d6003 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 15:07:09 2010 +0000 core: Don't use a deallocated mutex for early-cancelled messages In the case that a message is cancelled before it's queued in the session (i.e. the cancellation callback is called immediately by g_cancellable_connect()), ensure we don't free the mutex which we later attempt to lock. gdata/gdata-service.c | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) commit 4869dd85d3853184a42fe66ceded941dfbd148b3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 14:54:04 2010 +0000 core: Don't use deallocated memory When authenticating asynchronously, don't attempt to use the username and password from the asynchronous closure after it's been implicitly deallocated by changing the result value of the GSimpleAsyncResult. See: bgo#635736 gdata/gdata-service.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 9cefc971f8facc88a8597242bc17ae38d22f04c5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 14:10:24 2010 +0000 calendar: Fix some typos in code examples Helps: bgo#579885 gdata/services/calendar/gdata-calendar-calendar.c | 1 + gdata/services/calendar/gdata-calendar-query.c | 1 + 2 files changed, 2 insertions(+) commit c68d0d81945184ca7896360edf05b0aef2bbe899 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:55:31 2010 +0000 contacts: Add a code example for using batch operations Helps: bgo#579885 gdata/services/contacts/gdata-contacts-service.c | 70 ++++++++++++++++++++++++ 1 file changed, 70 insertions(+) commit ceddaf96173fcb98f73a414cad2a10d28615f042 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:55:13 2010 +0000 documents: Fix a small documentation typo Helps: bgo#579885 gdata/services/documents/gdata-documents-service.c | 1 - 1 file changed, 1 deletion(-) commit 8d5f8f6fb67d32308327f4baf5e3b13bf15a8b2a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:52:12 2010 +0000 contacts: Add a code example for querying for groups Helps: bgo#579885 gdata/services/contacts/gdata-contacts-service.c | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) commit 6e275bc8e3b2c37976338f3753cbd6b5d7179cbc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:46:01 2010 +0000 contacts: Add a code example for adding a new group Helps: bgo#579885 gdata/services/contacts/gdata-contacts-group.c | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) commit edccc5d9b54f174fd15c477434423749137a0763 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:39:05 2010 +0000 contacts: Add a code example for updating a contact's details Helps: bgo#579885 gdata/services/contacts/gdata-contacts-contact.c | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) commit f15d8b4bf226e11278f6344c1bc55d865973a1c0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:28:31 2010 +0000 contacts: Add a code example for getting/setting a contact's photo Helps: bgo#579885 gdata/services/contacts/gdata-contacts-contact.c | 64 ++++++++++++++++++++++++ 1 file changed, 64 insertions(+) commit f412792acb1b2787de7efb85d9fcd5df250e7c86 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:24:02 2010 +0000 contacts: Add a code example for querying for contacts Helps: bgo#579885 gdata/services/contacts/gdata-contacts-query.c | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) commit f73bdf5e7c96252685b95864d20ac24646b57b0b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 13:00:43 2010 +0000 documents: Add a code example for using batch operations Helps: bgo#579885 gdata/services/documents/gdata-documents-service.c | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) commit 07de9637c5ce8356dc314110e61162c2e947ac60 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:55:50 2010 +0000 documents: Add a code example for document ACLs Helps: bgo#579885 .../services/documents/gdata-documents-document.c | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) commit bde0a011f9b9e373a642f13b41b99ae84fc1c952 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:55:35 2010 +0000 calendar: Fix some typos in code examples Helps: bgo#579885 gdata/services/calendar/gdata-calendar-service.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 6dbc1592506b406d8f47cc400459a5d78ff46dd5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:46:14 2010 +0000 documents: Add a code example for downloading a specific spreadsheet sheet Helps: bgo#579885 .../documents/gdata-documents-spreadsheet.c | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) commit 6046970e4c38a87ab83e16e58ea7f0b2a04510bb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:34:32 2010 +0000 documents: Add a code example for querying for documents Helps: bgo#579885 gdata/services/documents/gdata-documents-query.c | 47 ++++++++++++++++++++++++ 1 file changed, 47 insertions(+) commit e05dd7d6d8ee71ad6bdaec06cae91c2d4b19e748 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:24:47 2010 +0000 documents: Add a code example for moving an entry between folders Helps: bgo#579885 gdata/services/documents/gdata-documents-entry.c | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) commit 3151fefa7d4d3e03afed40fa2a71d48091ba84cc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:14:08 2010 +0000 documents: Add a code example for uploading documents Helps: bgo#579885 gdata/services/documents/gdata-documents-service.c | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) commit f886abad30b6928a1a38db3b10ba0942fbf0f621 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:13:42 2010 +0000 youtube: Fix a typo in a code example Helps: bgo#579885 gdata/services/youtube/gdata-youtube-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e081c7144e407bf107c2bebf0bf2ae57313f2ea1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:06:42 2010 +0000 documents: Add a code example for adding a new folder Helps: bgo#579885 gdata/services/documents/gdata-documents-folder.c | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) commit 5720765671291315397d4f6c182f300548d4cbac Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 12:01:30 2010 +0000 documents: Add a code example for downloading a document Helps: bgo#579885 .../services/documents/gdata-documents-document.c | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) commit 1e0ff1cdc9e70676ad3d21f2174663680b4ce899 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 11:40:11 2010 +0000 youtube: Add a code example for querying standard video feeds Helps: bgo#579885 gdata/services/youtube/gdata-youtube-service.c | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit e6763ee4f5a7fc76d8011f24e756106fc21906a7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 11:34:00 2010 +0000 youtube: Add a code example for uploading videos Helps: bgo#579885 gdata/services/youtube/gdata-youtube-service.c | 105 +++++++++++++++++++++++++ 1 file changed, 105 insertions(+) commit a246c29d8e4421663eb2448883f31ae3c61b51cb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 11:11:13 2010 +0000 calendar: Add a code example for using batch operations Helps: bgo#579885 gdata/services/calendar/gdata-calendar-service.c | 71 ++++++++++++++++++++++++ 1 file changed, 71 insertions(+) commit 6864acd870b589622f9d7f482a86a448972cc57c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 10:41:20 2010 +0000 calendar: Add a code example for listing calendars Helps: bgo#579885 gdata/services/calendar/gdata-calendar-calendar.c | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) commit fd41f764f19a0daad8a351e128cd23a6434a879d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 10:41:04 2010 +0000 calendar: Add a code example for querying for events Helps: bgo#579885 gdata/services/calendar/gdata-calendar-query.c | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) commit ba0fe9776a9048b262abb64a94d5f7db4171fb13 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 10:22:52 2010 +0000 calendar: Add a code example for inserting events Helps: bgo#579885 gdata/services/calendar/gdata-calendar-event.c | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) commit 61927f8f0ad6c0e819fadf88637ae94d4fba0aef Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 10:04:51 2010 +0000 calendar: Add a code example for calendar ACLs Helps: bgo#579885 gdata/services/calendar/gdata-calendar-service.c | 97 ++++++++++++++++++++++++ 1 file changed, 97 insertions(+) commit bb023759e90b3be386c100193560652d6e31efe3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 30 09:58:43 2010 +0000 core: Fix a minor typo in the documentation gdata/gdata-upload-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 841301ce2999bf54af8959843fc90ff65272f312 Author: Daniel Nylander <po@danielnylander.se> Date: Wed Dec 29 18:54:21 2010 +0100 Updated Swedish translation po/sv.po | 168 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 90 insertions(+), 78 deletions(-) commit e9d3eeb92226b2f179a1bc74e4595a64cb51f144 Author: Kris Thomsen <lakristho@gmail.com> Date: Wed Dec 29 11:59:54 2010 +0100 Updated Danish translation po/da.po | 180 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 97 insertions(+), 83 deletions(-) commit f2317ea32b594e0054673557c6ea3c2fec4d080b Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sun Dec 26 00:32:12 2010 +0100 Updated Hungarian translation po/hu.po | 140 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 70 insertions(+), 70 deletions(-) commit 29f7b1582d5b7a4bed51ef2497bb0b04b644b052 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 21 17:48:50 2010 +0000 contacts: Don't return deleted groups in gdata_contacts_contact_get_groups() Also take the opportunity to rewrite it to use GHashTableIter instead of a tiny little callback function. gdata/services/contacts/gdata-contacts-contact.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) commit bda2daa2a4741eb7ad7e59859c62c4df329656d7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 21 17:44:55 2010 +0000 contacts: Improve documentation for gdata_contacts_contact_is_group_deleted() gdata/services/contacts/gdata-contacts-contact.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit c3129e7de1b02ea646c30051dad2c7b3938946c1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 21 17:44:37 2010 +0000 contacts: Add tests for group membership gdata/tests/contacts.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) commit 3dfd4dedf71fae3481477fb66e199f9d235402fd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 13:57:40 2010 +0000 docs: Remove some outdated TODO comments gdata/gdata-service.c | 2 +- gdata/services/calendar/gdata-calendar-query.c | 4 ++-- gdata/services/contacts/gdata-contacts-contact.c | 1 - gdata/services/contacts/gdata-contacts-query.c | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-album.c | 1 - gdata/services/picasaweb/gdata-picasaweb-file.h | 1 - gdata/services/picasaweb/gdata-picasaweb-service.c | 1 - 7 files changed, 5 insertions(+), 9 deletions(-) commit d3a1231d07669b05b791b15b370065effc35b20e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 13:51:36 2010 +0000 core: Expand documentation about cancellation of core query methods gdata/gdata-service.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit f5c20a31ae87a543a60024a1f3a62c15eef56b70 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 11:29:51 2010 +0000 core: Expand GDataUploadStream documentation gdata/gdata-upload-stream.c | 122 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 112 insertions(+), 10 deletions(-) commit 515868e62f6ed1096b55b7df30c9867a52f3154a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 11:06:54 2010 +0000 core: Expand GDataDownloadStream documentation gdata/gdata-download-stream.c | 64 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) commit 7d28021fa21a3349f08940154f5370c0d385266b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 10:28:55 2010 +0000 core: Move sending of final boundary to gdata_upload_stream_close() It makes more sense for the final boundary to be sent to the server when the stream is closed, and makes the bookkeeping simpler. It also means that the boundary can't be sent multiple times, which was possible before if g_output_stream_write() was called multiple times after EOF. gdata/gdata-upload-stream.c | 81 +++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 40 deletions(-) commit 475e64a25734af7366984e5a5cdb070e01996dd1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 10:12:04 2010 +0000 core: Don't signal completion of a download in a callback function If completion of a GDataDownloadStream download is signalled in a callback function, it's possible for the stream object to be unreffed and finalised while the network thread is still using the object (as it has some cleanup work to do after emitting the “finished” signal). This is fixed by moving signalling of finished_cond to the end of the thread's main function. gdata/gdata-download-stream.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) commit 063845eaabfdf0703914c3d59b63a7945250ce4d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 10:09:21 2010 +0000 core: Return G_IO_ERROR_CLOSED if stream close methods are called again While g_[input|output]_stream_close() prevents the close method implementation from being called multiple times, other methods in GIO (such as g_output_stream_splice()) call the close method implementation directly, so gdata_[upload|download]_stream_close() need to be safe to call multiple times. gdata/gdata-download-stream.c | 16 +++++++++++++--- gdata/gdata-upload-stream.c | 16 +++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) commit d968510805686fba3f0b6d1318db4402b10fbcbe Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 20 10:05:21 2010 +0000 core: Ensure that _gdata_service_actually_send_message() never returns NONE If the message was cancelled before _gdata_service_actually_send_message() was called, it wasn't previously getting the correct status code (SOUP_STATUS_CANCELLED) set. gdata/gdata-service.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 756cdd54d364bea57a751eb8a543219847d84fdb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Dec 19 17:23:49 2010 +0000 core: Take offset into account multiple times in GDataBuffer If many small pops are requested of a GDataBuffer which has only had large pushes done on it, the head_read_offset should be used to return the correct data from increasing positions in the first chunk. Previously, it wasn't. gdata/gdata-buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2cb5ab13464357ad5ed76a1f32dde79f0cfdaeff Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Dec 19 17:22:51 2010 +0000 tests: Add test suite for GDataUploadStream and GDataDownloadStream Add a simple test suite (comprising two tests cases so far) for the two stream classes. More tests will be added in future. gdata/tests/Makefile.am | 3 + gdata/tests/streams.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 269 insertions(+) commit 7b700f72366981c8fb97cfc929d28db1aee2a269 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 23:28:26 2010 +0000 core: Tidy up critical regions in GDataDownloadStream Tidy up the mutex locks and unlocks, and ensure that all variables which should be protected by a mutex, are. gdata/gdata-download-stream.c | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) commit f9b2d01bbc94a20091e466c9989b641cc654cd7d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 22:12:44 2010 +0000 core: Tidy up critical regions in GDataUploadStream Tidy up the mutex locks and unlocks, and ensure that all variables which should be protected by a mutex, are. gdata/gdata-upload-stream.c | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) commit 0c5cb2bee46d0646cba336dc44feb28301bd5e6d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 21:56:04 2010 +0000 core: Make behaviour of response values more consistent We now make more guarantees about the response values (response_status and response_error). Firstly, we guarantee that they won't be set until the network activity has finished. Secondly, we guarantee that they won't be returned by any GOutputStream methods other than g_output_stream_close(). Thirdly, we guarantee that they are immutable once set. gdata/gdata-upload-stream.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit ef2af1afd03788feed7e3ed52de84280e2eaeea1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 18:57:42 2010 +0000 core: Ensure that data from the EOF chunk is uploaded in GDataUploadStream gdata/gdata-upload-stream.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 484f237da97941f486b5fd4fac84f7baa6810f21 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 17:24:44 2010 +0000 core: Cancel gdata_download_stream_read() if the entire download is cancelled Helps: bgo#637036 gdata/gdata-download-stream.c | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) commit b1b2f8399a2a03d7ccc11ff8b99fd0ad42411490 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 17:07:39 2010 +0000 core: Refactor return path in gdata_download_stream_read() Refactor it to contain a single return statement which asserts a postcondition derived from the documentation for g_input_stream_read(). gdata/gdata-download-stream.c | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) commit 8dca3d4cb09de2787d490f0b62246d2bd22360a7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 19:10:47 2010 +0000 core: Allow gdata_download_stream_close() to be cancelled Helps: bgo#637036 gdata/gdata-download-stream.c | 102 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 96 insertions(+), 6 deletions(-) commit 4d2061ee2f614f5ff923d2f49f9218a8db38ddfd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 12:46:07 2010 +0000 media: Add a cancellable parameter to gdata_media_thumbnail_download() Add a cancellable parameter to gdata_media_thumbnail_download() to mirror GDataDownloadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_media_thumbnail_download() Helps: bgo#637036 gdata/media/gdata-media-thumbnail.c | 10 ++++++++-- gdata/media/gdata-media-thumbnail.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/tests/picasaweb.c | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) commit 63e1cc0b4e8440f851549552da334fe0c58bdc47 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 12:43:07 2010 +0000 media: Add a cancellable parameter to gdata_media_content_download() Add a cancellable parameter to gdata_media_content_download() to mirror GDataDownloadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_media_content_download() Helps: bgo#637036 gdata/media/gdata-media-content.c | 10 ++++++++-- gdata/media/gdata-media-content.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- gdata/tests/picasaweb.c | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) commit 032a5bc08986f66735846ffec3d1daafcd62cd0f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 12:39:43 2010 +0000 documents: Add a cancellable parameter to gdata_documents_document_download() Add a cancellable parameter to gdata_documents_document_download() to mirror GDataDownloadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_documents_document_download() Helps: bgo#637036 gdata/services/documents/gdata-documents-document.c | 11 +++++++++-- gdata/services/documents/gdata-documents-document.h | 2 +- gdata/tests/documents.c | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) commit 002d4d83e03f7bb30544d7690c83e4c44f5ae73f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 18 12:35:54 2010 +0000 core: Add a “cancellable” property to GDataDownloadStream Allow the code which creates the GDataDownloadStream to specify a GCancellable which will cancel the entire download operation (i.e. permanently cancel all I/O on the stream and all network activity). This breaks the following API: • gdata_download_stream_new() The following API has been added: • GDataDownloadStream:cancellable • gdata_download_stream_get_cancellable() Helps: bgo#637036 docs/reference/gdata-sections.txt | 1 + gdata/gdata-download-stream.c | 83 ++++++++++++++++++---- gdata/gdata-download-stream.h | 4 +- gdata/gdata.symbols | 1 + gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-thumbnail.c | 2 +- .../services/documents/gdata-documents-document.c | 2 +- 7 files changed, 76 insertions(+), 19 deletions(-) commit 26b8b853f3c24f47077b277a95ca1f49e37d7584 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:55:59 2010 +0000 core: Add support for g_output_stream_flush() to GDataUploadStream Now, calling g_output_stream_flush() on a GDataUploadStream will block until all outstanding bytes have been written to the network. gdata/gdata-upload-stream.c | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) commit e74adbd5a414cf075df5fdd868a3cfb628e7f1ac Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 21:49:06 2010 +0000 core: Fix cancellation of gdata_upload_stream_close() It shouldn't return a cancellation error for the entire stream — if gdata_upload_stream_close() is cancelled, it merely means to return from the call without blocking on the stream actually being closed. Helps: bgo#637036 gdata/gdata-upload-stream.c | 68 +++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 17 deletions(-) commit b7974ac2ed3293968cfb0c10c610a0afb0d2abc8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:30:28 2010 +0000 youtube: Add a cancellable parameter to the upload video method Add a cancellable parameter to gdata_youtube_service_upload_video() to mirror GDataUploadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_youtube_service_upload_video() Helps: bgo#637036 gdata/services/youtube/gdata-youtube-service.c | 11 +++++++++-- gdata/services/youtube/gdata-youtube-service.h | 3 ++- gdata/tests/youtube.c | 5 +++-- 3 files changed, 14 insertions(+), 5 deletions(-) commit c512dd50e0c5c5561dae0ad333cf35e29ff5c1ae Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:28:30 2010 +0000 picasaweb: Add a cancellable parameter to the upload file method Add a cancellable parameter to gdata_picasaweb_service_upload_file() to mirror GDataUploadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_picasaweb_service_upload_file() Helps: bgo#637036 gdata/services/picasaweb/gdata-picasaweb-service.c | 12 +++++++++--- gdata/services/picasaweb/gdata-picasaweb-service.h | 2 +- gdata/tests/picasaweb.c | 12 ++++++------ 3 files changed, 16 insertions(+), 10 deletions(-) commit 2641a723031b13b129cbe9b8e864115f0024a398 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:26:53 2010 +0000 documents: Add a cancellable parameter to the upload/update methods Add a cancellable parameter to gdata_documents_service_upload_document() and gdata_documents_service_update_document() to mirror GDataUploadStream:cancellable. The tests have been updated accordingly. This breaks the following API: • gdata_documents_service_upload_document() • gdata_documents_service_update_document() Helps: bgo#637036 gdata/services/documents/gdata-documents-service.c | 24 ++++++++++++++++------ gdata/services/documents/gdata-documents-service.h | 5 +++-- gdata/tests/documents.c | 14 ++++++------- 3 files changed, 28 insertions(+), 15 deletions(-) commit 2338e007e768770627158f5298cc44bd6de80ed8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:13:53 2010 +0000 core: Add a “cancellable” property to GDataUploadStream Allow the code which creates the GDataUploadStream to specify a GCancellable which will cancel the entire upload operation (i.e. permanently cancel all I/O on the stream and all network activity). This breaks the following API: • gdata_upload_stream_new() The following API has been added: • GDataUploadStream:cancellable • gdata_upload_stream_get_cancellable() Helps: bgo#637036 docs/reference/gdata-sections.txt | 1 + gdata/gdata-upload-stream.c | 79 ++++++++++++++++++---- gdata/gdata-upload-stream.h | 3 +- gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-service.c | 3 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- gdata/services/youtube/gdata-youtube-service.c | 2 +- 7 files changed, 72 insertions(+), 19 deletions(-) commit 89fbed575e1e22c3e68b9bbc1cc4cb93b9800e21 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 23:11:19 2010 +0000 core: Cancel gdata_upload_stream_write() if the entire upload is cancelled Helps: bgo#637036 gdata/gdata-upload-stream.c | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) commit 4ca3dbe2b46fab8d578ca9d16ab06fe60be08c26 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 17 22:22:24 2010 +0000 core: Port GDataUploadStream to use the safe message cancellation methods GDataUploadStream now uses _gdata_service_actually_send_message(), and consequently message cancellation is properly an non-racily supported by holding a GCancellable in the GDataUploadStream's private data. Helps: bgo#637036 gdata/gdata-upload-stream.c | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) commit 8962b93e81f3095cd3c78f0bf2af81c2360311cf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 23:37:54 2010 +0000 core: Fix synchronisation between threads in GDataUploadStream This upgrades GDataUploadStream to keep track of the number of bytes in various buffers, so that it can return more accurate numbers of bytes written in each gdata_upload_stream_write() operation, as well as support cancellation of a write without cancelling the entire upload. Helps: bgo#637036 gdata/gdata-upload-stream.c | 70 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 17 deletions(-) commit 9170ed2d603397a12be1cbfafd6408b7c37de98a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 23:37:09 2010 +0000 core: Don't reach EOF in gdata_buffer_pop_data() unless it's the last read Helps: bgo#637036 gdata/gdata-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 97b1e0dccee1a70a53bd601721219ac1639ed450 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 22:31:12 2010 +0000 core: Rearrange the network thread callbacks in GDataUploadStream If we use wrote-body-data, we have access to the number of bytes which were written from the last chunk, which is important for keeping track of the total number of bytes written, coming up in the next commit. Helps: bgo#637036 gdata/gdata-upload-stream.c | 51 ++++++++++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 14 deletions(-) commit 61f4f916bfb249c8ed6ff2dcfb5c71a47a6ee902 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 22:06:12 2010 +0000 core: Don't set the response error when cancelling gdata_upload_stream_write() Helps: bgo#637036 gdata/gdata-upload-stream.c | 50 ++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit 76ddf92f954288ff187b69328e37317829f24ce9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 19:22:09 2010 +0000 core: Prevent a race condition in joining GDataUploadStream's network thread Helps: bgo#637036 gdata/gdata-upload-stream.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) commit 1d32533173641103283c2fc201821cd50e7f180d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 19:16:58 2010 +0000 core: Add some comments about the lifecycle of GDataDownloadStream Helps: bgo#637036 gdata/gdata-download-stream.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 7dfcadbc0e34e378eff8890a269e91cc0dab298e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 18:27:34 2010 +0000 core: Port GDataDownloadStream to use the safe message cancellation methods GDataDownloadStream now uses _gdata_service_actually_send_message(), and consequently message cancellation is properly an non-racily supported by holding a GCancellable in the GDataDownloadStream's private data. Helps: bgo#637036 gdata/gdata-download-stream.c | 51 ++++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 15 deletions(-) commit ffde18eaeeb03464ad183cc46c41ed10d03f57a9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 18:05:25 2010 +0000 core: Expose _gdata_service_actually_send_message() internally This will allow the GDataUploadStream and GDataDownloadStream message-sending code to be rebased on it to fix cancellation races. Helps: bgo#637036 gdata/gdata-private.h | 1 + gdata/gdata-service.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) commit fbf02481e91a4bc0aea673dc1a971063426ec3fd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 17:59:12 2010 +0000 core: Prevent cancellation races being caused by other messages being queued The SoupSession::request-queued signal is emitted for messages other than the one we're preventing message cancellation races for, so we need to check that it's been emitted for the message we're interested in. Helps: bgo#637036 gdata/gdata-service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 0edc7d221cf99bd701d4912e4ba1546797978544 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 17:50:06 2010 +0000 core: Handle GDataDownloadStreams which never have a network thread started Helps: bgo#637036 gdata/gdata-download-stream.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 3e9e1dbfa7b8a2853635aa3f0ea64421290490b5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 17:36:04 2010 +0000 core: Block gdata_download_stream_close() on completion of network activity It wasn't previously waiting for the network activity to finish, which it should (if any has started). Helps: bgo#637036 gdata/gdata-download-stream.c | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) commit 458b9cc57e2a9a734a591a3fe4e0955b3decd401 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 16:41:44 2010 +0000 core: Remove redundant cancellation checks from the authentication thread Helps: bgo#637036 gdata/gdata-service.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) commit cd457fa88f55e3306baef639a7e6a9d292836afb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 16:40:44 2010 +0000 core: Only notify for GDataService::authenticated if it's actually changed gdata/gdata-service.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 7111756f40c188479364830b1da819e3e8cf39f9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 16:31:11 2010 +0000 core: Fix cancellation handling for closing a GDataUploadStream Deadlocks could have occurred if the cancellable was in the process of being cancelled when g_cancellable_disconnect() was called (as it was being called with the same mutex locked that the cancellation callback attempts to lock). Additionally, the suboptimal method of running the cancellation code in an idle callback to ensure that it wasn't run in the same thread as gdata_upload_stream_close() can be removed, because the cancellation handler is now installed before gdata_upload_stream_close() locks the response_mutex, thus removing the possibility of deadlock if the cancellable has already been cancelled. Helps: bgo#637036 gdata/gdata-upload-stream.c | 69 +++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 40 deletions(-) commit 80be38cfb29922a4b0846c1b5496ba3cd3f1f5f4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 16:07:10 2010 +0000 core: Fix cancellation handling for writing to a GDataUploadStream There was a minor locking issue with write_finished, and deadlocks could have occurred if the cancellable was in the process of being cancelled when g_cancellable_disconnect() was called (as it was being called with the same mutex locked that the cancellation callback attempts to lock). Helps: bgo#637036 gdata/gdata-upload-stream.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit 321abcef328f35b2cd732fea7e3e2ccfd96ccf4d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 15:45:50 2010 +0000 core: Fix error handling for reading from a GDataDownloadStream Cancellation should only return an error if it couldn't read a single byte. All errors should be accompanied by a return value of -1, not 0. gdata/gdata-download-stream.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit 76e7ba27e5f275fdd886648b00e0d7ea0e2147b4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 15:25:45 2010 +0000 core: Fix liveness issues and cancellation problems in GDataBuffer There was a race condition with cancellation of a gdata_buffer_pop_data() operation where if the operation was cancelled before the first g_cond_wait() call, the thread would sit in the g_cond_wait() for ever, as the GCond would never be signalled in the cancellation handler, as it had already run. This commit fixes the problem by serialising access to the cancelled flag, ensuring that deadlock doesn't occur by setting up and tearing down the cancellation stuff without the buffer's mutex being held. Helps: bgo#637036 gdata/gdata-buffer.c | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) commit 6273d1c7161c892c42e76320fc87988fd58c02f8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 15:02:02 2010 +0000 core: Ensure all GDataUploadStream ops are finished before freeing the message It was previously possible for the SoupMessage being used in an ongoing upload to be unreffed (by dispose()) and destroyed before the ongoing network operation finished, causing a crash. We now ensure that all network operations are finished at the start of dispose(), rather than at the start of finalize(). gdata/gdata-upload-stream.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 877c9b0b3ca169d0edd7280b256b0af658a6803a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 14:06:09 2010 +0000 core: Expand the cancellation docs on gdata_service_query() docs/reference/gdata-overview.xml | 2 +- gdata/gdata-service.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 5d3f8c90da42719cd49bb1f3ef643a676e901f15 Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Dec 20 12:57:29 2010 +0100 [l10n] Updated German translation po/de.po | 129 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 68 insertions(+), 61 deletions(-) commit b1f7f3fd54a155889939c5bbcafe711e072406e9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 12:45:46 2010 +0000 docs: Add a diagram of cancellation in libgdata docs/reference/Makefile.am | 7 +++++-- docs/reference/cancellation.dia | Bin 0 -> 1273 bytes docs/reference/cancellation.png | Bin 0 -> 7849 bytes docs/reference/gdata-overview.xml | 8 ++++++++ 4 files changed, 13 insertions(+), 2 deletions(-) commit ab094bab26aa754196d467a9c183f9598ed8d1f1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 12:41:36 2010 +0000 docs: Add missing file to EXTRA_DIST docs/reference/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 8baf76c36876bd46c4ebe3399bf52d1775078293 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 16 12:19:52 2010 +0000 Bug 594814 — Handle GeoRSS for YouTube videos Add support for getting and setting the latitude and longitude for YouTube videos. This adds the following new API: • GDataYouTubeVideo:latitude • GDataYouTubeVideo:longitude • gdata_youtube_video_get_coordinates() • gdata_youtube_video_set_coordinates() Closes: bgo#594814 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/youtube/gdata-youtube-video.c | 122 +++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-video.h | 2 + gdata/tests/youtube.c | 135 ++++++++++++++++++++++++++- 5 files changed, 257 insertions(+), 6 deletions(-) commit ba11882e88125857219145f6da72ae52d3d3d7c4 Author: Marek Černocký <marek@manet.cz> Date: Mon Dec 13 14:53:02 2010 +0100 Updated Czech translation po/cs.po | 146 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 72 insertions(+), 74 deletions(-) commit 464606f752f1b6832c45e348569dd241b43c66ed Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 23:13:50 2010 +0000 core: Minor documentation fix for some of the authentication documentation gdata/gdata-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 425fc2eb51acbc2ca4b98961a8903ef23dac0d8f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 23:13:23 2010 +0000 core: Add an example of async authentication to the documentation Helps: bgo#579885 gdata/gdata-service.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 6f39903405ba8f12c3d1808c1fc36b51105ce8a1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 20:12:03 2010 +0000 tests: Fix comparison of attributes' namespaces in XML tree comparisons gdata/tests/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c73cdda649657245de554eb0711c04591ef9f9e Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Dec 11 20:23:21 2010 +0100 Updated Slovenian translation po/sl.po | 170 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 86 insertions(+), 84 deletions(-) commit ef956e38771209b1dc815e95382f006ceea04c57 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 18:27:30 2010 +0000 core: Remove _gdata_download_stream_find_destination() It was unused and private. gdata/gdata-download-stream.c | 70 ------------------------------------------- gdata/gdata-private.h | 4 --- 2 files changed, 74 deletions(-) commit 3a3e1704e0da0c3ddeff973f1beb5c3a69d2b464 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 18:24:09 2010 +0000 core: Fix handling early cancellation of batch operations If we left cancellation handling to the GSimpleAsyncResult, our code to propagate errors to all the operation's callbacks was not being called if the GCancellable was cancelled really early in running the operation (e.g. before calling gdata_batch_operation_run[_async]()). This commit fixes the problem by disabling GSimpleAsyncResult's cancellation handling feature for batch operations. gdata/gdata-batch-operation.c | 5 +++++ 1 file changed, 5 insertions(+) commit 3fe595e302eaed8af46b7b3d58313548e4473584 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 18:20:46 2010 +0000 core: Fix a race condition in message cancellation handling Message cancellation is performed using soup_session_cancel_message(), but this has no effect until after the message is queued in the SoupSession's message queue. Consequently, with the naïve cancellation implementation we had before, there was a race condition which could occur if the message was cancelled before it was queued in the session (typically if the cancellable was cancelled before the message was even passed to the GDataService). We fix this by locking message cancellation while the message is added to the session's message queue, and separately handling cancellation which occurs before the message is passed to the GDataService. gdata/gdata-service.c | 104 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 78 insertions(+), 26 deletions(-) commit 9d04916081eea719b162cde3be0ee5b0da2eb99d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 16:32:36 2010 +0000 core: Consolidate message sending code in GDataService This reduces duplication of the repetitive code needed to send messages in the authentication and query code paths, and gives a central location to fix the race conditions in cancellation. gdata/gdata-service.c | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) commit 4ab7b69209455a95afbce8a4b479617696ab860f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 15:58:09 2010 +0000 youtube: Fix another leak in the test suite gdata/tests/youtube.c | 1 + 1 file changed, 1 insertion(+) commit bca50ab7f79f24fa5d4ba1269094e2e4daf811ab Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 15:44:55 2010 +0000 youtube: Fix batch tests Due to the fixes in GDataBatchOperation which ensure that callbacks are always called for every operation, the batch operation tests need fixing. gdata/tests/youtube.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 997fc9a3dda1d3d1e38e68b11cb3c5136d484e63 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 14:38:00 2010 +0000 tests: Convert all the tests to use the new XML tree comparison function This fixes them to work correctly regardless of the GLib version. gdata/tests/calendar.c | 25 +--- gdata/tests/contacts.c | 22 +-- gdata/tests/general.c | 354 +++++++++++------------------------------------- gdata/tests/picasaweb.c | 29 ++-- gdata/tests/youtube.c | 15 +- 5 files changed, 108 insertions(+), 337 deletions(-) commit c32acde2c4d486fb1a01fed8f76e1442844ac190 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 11 11:53:55 2010 +0000 tests: Add an XML tree comparison function for the test suite Due to a recent change in GLib master which affects the ordering of entries in hash tables (g_str_hash()'s implementation has been changed), many of the XML comparisons in libgdata's test suite have been broken. A tidy solution is to introduce an XML-aware comparison function, rather than just using a simple string comparison. This commit does that. This commit only adds the comparison function; a further one will port all the test suites to use it. gdata/tests/common.c | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++ gdata/tests/common.h | 9 +++ gdata/tests/general.c | 172 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 361 insertions(+) commit be936bbdf8b4e4b45d15a7675655e3841a2168e1 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Dec 11 18:18:42 2010 +0100 Updated Spanish translation po/es.po | 133 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 69 insertions(+), 64 deletions(-) commit 6fb9eb819b1122dca6128133484820ffcd5f421c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 20:01:46 2010 +0000 contacts: Add an async method for gdata_contacts_contact_set_photo() This includes new tests. The following API has been added: • gdata_contacts_contact_set_photo_async() • gdata_contacts_contact_set_photo_finish() Closes: bgo#633363 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/contacts/gdata-contacts-contact.c | 108 ++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 3 + gdata/tests/contacts.c | 76 ++++++++++++++++ 5 files changed, 190 insertions(+), 1 deletion(-) commit 2735092f558b98cfa58c71cdf167ba102b424ce2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 19:46:48 2010 +0000 contacts: Tighten the type of service in gdata_contacts_contact_set_photo() We shouldn't support the use of a GDataService for one service with methods for a different service. This breaks the API of gdata_contacts_contact_set_photo() (again). gdata/services/contacts/gdata-contacts-contact.c | 14 +++++++------- gdata/services/contacts/gdata-contacts-contact.h | 2 +- gdata/tests/contacts.c | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) commit a456b9be8884b2bc9d39ffd09e54b2ce1d0b1ca5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 19:25:10 2010 +0000 contacts: Require the content type of new contact photos to be passed Google's servers technically require a precise content type for image data which is uploaded by gdata_contacts_contact_set_photo(), so it's necessary to add a content type argument to the method. This breaks the API of gdata_contacts_contact_set_photo(). gdata/services/contacts/gdata-contacts-contact.c | 8 +++++--- gdata/services/contacts/gdata-contacts-contact.h | 2 +- gdata/tests/contacts.c | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) commit 03ffabc8a6a7cb0dedd91e61d9a1355b7d08f8bf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 19:15:22 2010 +0000 contacts: Add an async method for gdata_contacts_contact_get_photo() This includes new tests. The following API has been added: • gdata_contacts_contact_get_photo_async() • gdata_contacts_contact_get_photo_finish() Helps: bgo#633363 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/contacts/gdata-contacts-contact.c | 128 ++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 6 ++ gdata/tests/contacts.c | 44 ++++++++ 5 files changed, 180 insertions(+), 2 deletions(-) commit fd5f10453b6456ad55d707327a24f14d3df57d95 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 18:41:22 2010 +0000 contacts: Use guint8 instead of gchar for image data When handling contacts' photos, we should use guint8 representations rather than gchar ones, as the data isn't textual, and for consistency with GDataBuffer and friends. This changes the types of the following methods, which is an API break on weird platforms where sizeof(gchar) != sizeof(guint8): • gdata_contacts_contact_get_photo() • gdata_contacts_contact_set_photo() gdata/services/contacts/gdata-contacts-contact.c | 6 +++--- gdata/services/contacts/gdata-contacts-contact.h | 6 +++--- gdata/tests/contacts.c | 7 ++++--- 3 files changed, 10 insertions(+), 9 deletions(-) commit f7a0cc289fc2fa82a5ae4d1af6adceb8ed7f5934 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 18:21:26 2010 +0000 calendar: Add an async method for gdata_calendar_service_insert_event() This includes new tests. The following API has been added: • gdata_calendar_service_insert_event_async() Helps: bgo#633363 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-service.c | 35 +++++++++++++- gdata/services/calendar/gdata-calendar-service.h | 2 + gdata/tests/calendar.c | 58 ++++++++++++++++++++++++ 5 files changed, 96 insertions(+), 1 deletion(-) commit 98cabcd58764cd535b3139a9594d3b0f0245bd1f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 18:08:48 2010 +0000 calendar: Add an async method for gdata_calendar_service_query_events() This includes new tests. The following API has been added: • gdata_calendar_service_query_events_async() Helps: bgo#633363 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-service.c | 57 +++++++++++++++++++++++- gdata/services/calendar/gdata-calendar-service.h | 3 ++ gdata/tests/calendar.c | 35 +++++++++++++++ 5 files changed, 96 insertions(+), 1 deletion(-) commit 6a728e3d24f446934bd36f7687d841540ada08f6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 17:51:41 2010 +0000 core: Fix attribute escaping for GDataFeed Helps: bgo#631033 gdata/gdata-feed.c | 2 +- gdata/tests/general.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) commit 56b33358f94c325dca0fee75a9028247ef5ad896 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 17:45:20 2010 +0000 core: Fix attribute escaping for GDataAccessRule Helps: bgo#631033 gdata/gdata-access-rule.c | 17 ++++++++++------- gdata/tests/general.c | 26 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 7 deletions(-) commit 87d003808596109dbb7ab4bf6f946898a9a53c0e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 17:27:19 2010 +0000 core: Fix attribute escaping for GDataEntry Helps: bgo#631033 gdata/gdata-entry.c | 4 ++-- gdata/tests/general.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) commit 5a6637eb4ba66265a7f698d8bbae4a3f5b6a30a5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 17:13:33 2010 +0000 youtube: Switch to a stream-based upload API For similar reasons as the Documents service's switch to a stream-based upload and download API, it makes sense to switch the YouTube service to a stream-based upload API. This gives us more flexibility as to the source of uploaded data. The test suite has been updated appropriately. The following API has been changed: • gdata_youtube_service_upload_video() The following API has been removed: • gdata_youtube_service_upload_video_async() • gdata_youtube_service_upload_video_finish() The following API has been added: • gdata_youtube_service_finish_video_upload() docs/reference/gdata-sections.txt | 3 +- gdata/gdata.symbols | 5 +- gdata/services/youtube/gdata-youtube-service.c | 248 ++++--------------------- gdata/services/youtube/gdata-youtube-service.h | 9 +- gdata/tests/youtube.c | 100 +++++++++- 5 files changed, 136 insertions(+), 229 deletions(-) commit f3e240dda770f1816d4d4e533fc6f734e782eac0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 16:55:45 2010 +0000 youtube: Make the upload tests idempotent This helps towards the goal of making all tests idempotent, but also means that the tests will be a lot easier to adapt to a stream-based upload mechanism which is landing shortly for the YouTube service. Helps: bgo#633359 gdata/tests/youtube.c | 143 ++++++++++++++++++++++---------------------------- 1 file changed, 64 insertions(+), 79 deletions(-) commit 70e9d50ae9007181e2938ff347118c93810ef1d1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 16:49:25 2010 +0000 youtube: Fix a crash in the error handling code if no GError is passed in gdata/services/youtube/gdata-youtube-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ea6df1cfd4f7f4d2ccad733e20f9ee05ad618b88 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 15:45:33 2010 +0000 media: Switch GDataMediaThumbnail to a stream-based download API Downloading to a file provided by its path was unnecessarily limiting, forcing downloads to be made directly to disk instead of (e.g.) another network stream, and subjecting clients to libgdata's idea of “Replace this File?” logic. It's not much extra code for the clients to handle this themselves, and offers much greater flexibility. We also get async support for free, as creating the GDataDownloadStream is a cheap operation, and it already has async support. This updates the test suite appropriately. We now load thumbnails in the test suite directly into GdkPixbufs, which requires that we bump our gdk-pixbuf requirement to 2.14. This is an API break which affects: • gdata_media_thumbnail_download() Helps: bgo#633363 configure.ac | 2 +- gdata/media/gdata-media-thumbnail.c | 49 ++----- gdata/media/gdata-media-thumbnail.h | 8 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 13 +- gdata/tests/picasaweb.c | 175 ++++++----------------- 5 files changed, 66 insertions(+), 181 deletions(-) commit 8c6c28dca3cbd84759f7933e8fc29aec0a5eb4ac Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 15:29:58 2010 +0000 media: Switch GDataMediaContent to a stream-based download API Downloading to a file provided by its path was unnecessarily limiting, forcing downloads to be made directly to disk instead of (e.g.) another network stream, and subjecting clients to libgdata's idea of “Replace this File?” logic. It's not much extra code for the clients to handle this themselves, and offers much greater flexibility. We also get async support for free, as creating the GDataDownloadStream is a cheap operation, and it already has async support. This updates the test suite appropriately. This is an API break which affects: • gdata_media_content_download() Helps: bgo#633363 gdata/media/gdata-media-content.c | 50 +++-------- gdata/media/gdata-media-content.h | 6 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 12 ++- gdata/tests/picasaweb.c | 107 ++++++------------------ 4 files changed, 50 insertions(+), 125 deletions(-) commit bee6e510abd2cb63341028d30c59f0f2f374b2dd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 15:05:46 2010 +0000 picasaweb: Switch to a stream-based upload API For similar reasons as the Documents service's switch to a stream-based upload and download API, it makes sense to switch the PicasaWeb service to a stream-based upload API. This gives us more flexibility as to the source of uploaded data. The test suite has been updated appropriately. The following API has been changed: • gdata_picasaweb_service_upload_file() The following API has been removed: • gdata_picasaweb_service_upload_file_async() • gdata_picasaweb_service_upload_file_finish() The following API has been added: • gdata_picasaweb_service_finish_file_upload() docs/reference/gdata-sections.txt | 3 +- gdata/gdata.symbols | 5 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 308 +++++---------------- gdata/services/picasaweb/gdata-picasaweb-service.h | 12 +- gdata/tests/picasaweb.c | 143 ++++++++-- 5 files changed, 203 insertions(+), 268 deletions(-) commit ab3a9b5f5c69ad9d716d853ea00610915dda626c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 14:11:55 2010 +0000 picasaweb: Make the upload tests idempotent This helps towards the goal of making all tests idempotent, but also means that the tests will be a lot easier to adapt to a stream-based upload mechanism which is landing shortly for the PicasaWeb service. Helps: bgo#633359 gdata/tests/picasaweb.c | 292 ++++++++++++++---------------------------------- 1 file changed, 86 insertions(+), 206 deletions(-) commit 719230d79d877238fc8f13ff9640e24f01d54c24 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 13:04:00 2010 +0000 picasaweb: Rearrange and rename the upload tests This makes them more logical, in preparation for making them idempotent. gdata/tests/picasaweb.c | 715 ++++++++++++++++++++++++------------------------ 1 file changed, 356 insertions(+), 359 deletions(-) commit ef81ce227917b36a29b57d88a66c2ed7d5adb4b2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 12:12:40 2010 +0000 picasaweb: Fix memory leaks in the picasaweb test suite gdata/tests/picasaweb.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) commit 1f33f87086c6005f2938985c98575ab3a9f0d142 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 12:12:17 2010 +0000 picasaweb: Fix a memory leak in GDataPicasaWebService gdata/services/picasaweb/gdata-picasaweb-service.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 82ca3cb7a602184bafd87003fddce297f82aa2a1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 12:11:49 2010 +0000 core: Fix a memory leak in GDataMediaGroup gdata/media/gdata-media-group.c | 1 + 1 file changed, 1 insertion(+) commit 2c087dd6d3ab3be0ee81c811d9deb98ded181f0f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 11:54:43 2010 +0000 picasaweb: Update test URIs It appears that the test account on PicasaWeb has been moved to a different server, so we need to update a few URIs in the tests accordingly. gdata/tests/picasaweb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4f8564081500373ef15e0d15c4f35f1e498bb53e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 11:44:22 2010 +0000 tests: Fix memory leaks in the general test suite gdata/tests/general.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit e1d394cde3a24b466b3c8d1bb5839b2766eeb0e0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 11:30:43 2010 +0000 contacts: Fix a leak in GDataContactsContact gdata/services/contacts/gdata-contacts-contact.c | 2 ++ 1 file changed, 2 insertions(+) commit 205874013f1d29df289f5ddc0ac019f11d207521 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 11:18:49 2010 +0000 contacts: Fix memory leaks in the contacts test suite gdata/tests/contacts.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit d85e212574069365574e0e31f009013cb0febc08 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 11:11:36 2010 +0000 contacts: Test that batch operations' callbacks are always called gdata/tests/contacts.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 3de1294e146d33dff8cb94f01dbce1d2715c764b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 10:47:50 2010 +0000 calendar: Test that batch operations' callbacks are always called gdata/tests/calendar.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit c2703d63f24a77b5dfd440a69b91932c63c00199 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 10:46:29 2010 +0000 calendar: Fix memory leaks in the calendar test suite gdata/tests/calendar.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 321fbe1f19184c2b9863c285c803fda120be9a41 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 10:39:44 2010 +0000 tests: Fix batch tests Due to the fixes in GDataBatchOperation which ensure that callbacks are always called for every operation, some of the batch operation tests need fixing. gdata/tests/calendar.c | 7 ++++++- gdata/tests/contacts.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) commit a26e978bff4cb83845a822e1ff9d4356a860f047 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 01:59:20 2010 +0000 core: Fix a major memory leak in GDataDownloadStream It turns out that we were leaking the entirety of every file downloaded using a GDataDownloadStream. Whoops. gdata/gdata-download-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ac7299c52faed679d7135ed72861b35b329a6ad2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 01:52:54 2010 +0000 core: Fix a memory leak in the URI handling code gdata/gdata-service.c | 1 + 1 file changed, 1 insertion(+) commit 58964fb7f1e1608b32f275f28046fcffa6949fd7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Dec 10 01:50:39 2010 +0000 core: Fix a memory leak in the logging code gdata/gdata-service.c | 2 ++ 1 file changed, 2 insertions(+) commit 6a9e3708203828aabd4904d9b676603a6ea76726 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 21:50:20 2010 +0000 core: Rearrange some of the batch operation code This replaces a g_hash_table_foreach() call with use of a GHashTableIter, saving some function calls and reusing existing variables better. gdata/gdata-batch-operation.c | 66 ++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 36 deletions(-) commit 17142ca07f96d671ad07c8be48df5892bd8187c2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 21:45:51 2010 +0000 core: Ensure GDataBatchOperation's operations' callbacks are always called Even in error conditions, the callbacks for each of the operations in a GDataBatchOperation should be called, or memory leaks could result. gdata/gdata-batch-feed.c | 6 ++-- gdata/gdata-batch-operation.c | 83 ++++++++++++++++++++++++++++++++----------- gdata/tests/common.c | 59 ++++++++++++++++++++++++++++++ gdata/tests/common.h | 3 ++ gdata/tests/documents.c | 31 ++++++++++------ 5 files changed, 149 insertions(+), 33 deletions(-) commit d08105e42c0f6d93dfff9fd5e61fe9522579cdb6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 19:54:58 2010 +0000 core: Emit notifications from GDataDownloadStream in the download thread Emitting them in the main thread doesn't guarantee us any extra thread safety (the client is still required to be MT-safe, as the thread which started the download operation could be different from the one with the main loop), and can cause memory leaks if a main loop isn't running. Note that this is an API break (of sorts), as extra restrictions have been added to the use of notification signals for GDataDownloadStream::content-length and GDataDownloadStream::content-type. gdata/gdata-download-stream.c | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) commit b6a3b8e2dd1c844be5a8adda378ca900c255714c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 19:01:32 2010 +0000 documents: Fix some memory leaks in the documents test suite gdata/tests/documents.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 940ef4279001cf2ea5551192e668865d1cc52375 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 18:58:33 2010 +0000 core: Fix a memory leak in GDataBatchOperation gdata/gdata-batch-feed.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 118758e95854ae98ba8183e358d35be98d497fce Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 18:46:39 2010 +0000 documents: Fix a memory leak in GDataDocumentsQuery gdata/services/documents/gdata-documents-query.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit 7ba3624aac18d7233cae4901a0d02449f0ffeb0e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 17:48:37 2010 +0000 picasaweb: Fix a minor documentation problem gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4e97fad4065c3d85ffe83406f38eb5de6dbadc7e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 17:30:02 2010 +0000 documents: Add an async method to remove entries from folders This adds an asynchronous version of gdata_documents_service_remove_entry_from_folder(), and the associated normal and cancellation tests. The following API has been added: • gdata_documents_service_from_entry_from_folder_async() • gdata_documents_service_from_entry_from_folder_finish() Helps: bgo#633363 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/documents/gdata-documents-service.c | 110 +++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 4 + gdata/tests/documents.c | 84 ++++++++++++++++ 5 files changed, 202 insertions(+) commit 83b78714fa32ed23dbb16155d827f6bfad40ea13 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 17:23:28 2010 +0000 documents: Make the test for removing from a folder idempotent This helps towards the goal of making all tests idempotent, but also means that the setup and teardown code can be reused to test the asynchronous method gdata_documents_service_remove_entry_from_folder_async(). Helps: bgo#633359 gdata/tests/documents.c | 175 ++++++++++++++++++------------------------------ 1 file changed, 64 insertions(+), 111 deletions(-) commit 54c6db565cc1d4bb263d58aac2cb8e8743f44bbd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 17:09:11 2010 +0000 documents: Add an async method to add entries to folders This adds an asynchronous version of gdata_documents_service_add_entry_to_folder(), and the associated normal and cancellation tests. The following API has been added: • gdata_documents_service_add_entry_to_folder_async() • gdata_documents_service_add_entry_to_folder_finish() Helps: bgo#633363 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/documents/gdata-documents-service.c | 109 +++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 5 + gdata/tests/documents.c | 88 +++++++++++++++++ 5 files changed, 206 insertions(+) commit e5ea2a506ca42ff7c4095c8aa06f17591a29d314 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 16:28:16 2010 +0000 documents: Make the test for adding to a folder idempotent This helps towards the goal of making all tests idempotent, but also means that the setup and teardown code can be reused to test the asynchronous method gdata_documents_service_add_entry_to_folder_async(). Helps: bgo#633359 gdata/tests/documents.c | 84 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 28 deletions(-) commit de5b50417d7e128bd7eed12ed81dbf0247c28ee0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 15:40:02 2010 +0000 documents: Rename add to/remove from folder methods To better indicate that the following methods can be used on documents and folders, and because “move” was a misnomer (the document isn't moved; it's merely added to a new folder without being removed from its old ones), two methods in GDataDocumentsService have been renamed. The following API changes have been made: • gdata_documents_service_move_document_to_folder() has been renamed to gdata_documents_service_add_entry_to_folder() • gdata_documents_service_remove_document_from_folder() has been renamed to gdata_documents_service_remove_entry_from_folder() docs/reference/gdata-sections.txt | 4 +- gdata/gdata.symbols | 4 +- gdata/services/documents/gdata-documents-service.c | 84 +++++++++++----------- gdata/services/documents/gdata-documents-service.h | 13 ++-- gdata/tests/documents.c | 12 ++-- 5 files changed, 60 insertions(+), 57 deletions(-) commit c5954219e84d94ee70cbde9390ed2f0da8d20893 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 15:25:30 2010 +0000 documents: Fix the API of the document upload methods Since the upload methods are now only for uploading documents with data, they should no longer be used to insert folders (gdata_service_insert_entry() should be used instead). Consequently, they can accept the more specific GDataDocumentsDocument rather than GDataDocumentsEntry. This changes the API of the following methods (again): • gdata_documents_service_upload_document() • gdata_documents_service_update_document() • gdata_documents_service_finish_upload() .../services/documents/gdata-documents-document.h | 3 +- gdata/services/documents/gdata-documents-service.c | 34 +++++++-------- gdata/services/documents/gdata-documents-service.h | 9 ++-- gdata/tests/documents.c | 49 ++++++++++++---------- 4 files changed, 51 insertions(+), 44 deletions(-) commit 35b6599dff2d54e3ddc05ce43f75b87a8ef8c04c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 14:22:09 2010 +0000 documents: Don't fail the batch tests if cleaning up fails gdata/tests/documents.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit f3e8cc9bc4df36d0882b37734d1a44467eda4692 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 14:14:38 2010 +0000 documents: Work around an ETag problem when uploading new documents Google's servers appear to modify newly uploaded documents a few seconds after returning the entry and ETag for them to the client, thus changing the documents' ETags and causing subsequent queries by the client to fail due to an outdated ETag. This commit hacks the test suite to sleep for 5 seconds after uploading a new document before querying for the new document to get the updated ETag. See: http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2337 gdata/tests/documents.c | 60 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 15 deletions(-) commit c405bb66b00a72a3882452ff11b29aac6f2a0e4e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 9 01:31:10 2010 +0000 documents: Switch to a stream-based upload API For similar reasons as the switch to a stream-based download API, it makes sense to switch to a stream-based upload API. This gives us asynchronous support for free. The test suite has been updated appropriately. The following API has been broken: • gdata_documents_service_upload_document() • gdata_documents_service_update_document() The following API has been added: • gdata_documents_service_finish_upload() docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-service.c | 253 ++++++------ gdata/services/documents/gdata-documents-service.h | 14 +- gdata/tests/documents.c | 439 ++++++++++++++++++--- 5 files changed, 505 insertions(+), 203 deletions(-) commit 3f3fd8ca71d10bb24b5b3ee8b12325f46f17cf34 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Dec 8 15:06:38 2010 +0000 documents: Switch to a stream-based download API Downloading to a file provided by its path was unnecessarily limiting, forcing downloads to be made directly to disk instead of (e.g.) another network stream, and subjecting clients to libgdata's idea of “Replace this File?” logic. It's not much extra code for the clients to handle this themselves, and offers much greater flexibility. We also get async support for free, as creating the GDataDownloadStream is a cheap operation, and it already has async support. This updates the test suite appropriately. This is an API break which affects: • gdata_documents_document_download() .../services/documents/gdata-documents-document.c | 69 +++----------- .../services/documents/gdata-documents-document.h | 6 +- gdata/tests/documents.c | 101 +++++++++++---------- 3 files changed, 68 insertions(+), 108 deletions(-) commit 0aa354ee8017e1a13f394c29e95ac5ba5b55363f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Dec 4 12:29:20 2010 +0000 picasaweb: Fix XML tag names for GDataPicasaWebFile:version The gphoto:version tag has been deprecated (see http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html), and appears to have been replaced by gphoto:imageVersion. gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- gdata/tests/picasaweb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit abc595a95f9556678bde56364fdfe40920fbb5cb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:24:40 2010 +0000 picasaweb: Remove GDataPicasaWebFile:position The service no longer deals with photo positions in albums (see http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html). The following API has been removed: • GDataPicasaWebFile:position • gdata_picasaweb_file_get_position() • gdata_picasaweb_file_set_position() docs/reference/gdata-sections.txt | 2 - gdata/gdata.symbols | 2 - gdata/services/picasaweb/gdata-picasaweb-file.c | 67 ------------------------- gdata/services/picasaweb/gdata-picasaweb-file.h | 2 - gdata/tests/picasaweb.c | 4 -- 5 files changed, 77 deletions(-) commit fadf3de794738340162b53c0390f4254614b7ebc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:19:45 2010 +0000 picasaweb: Remove GDataPicasaWebFile:client The service no longer deals with client information (see http://code.google.com/apis/picasaweb/docs/2.0/releasenotes.html). The following API has been removed: • GDataPicasaWebFile:client • gdata_picasaweb_file_get_client() • gdata_picasaweb_file_set_client() docs/reference/gdata-sections.txt | 2 - gdata/gdata.symbols | 2 - gdata/services/picasaweb/gdata-picasaweb-file.c | 67 ------------------------- gdata/services/picasaweb/gdata-picasaweb-file.h | 2 - gdata/tests/picasaweb.c | 3 -- 5 files changed, 76 deletions(-) commit 8e751ef512ec8feae2e374d1e0698f2d9fa4efb9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:12:57 2010 +0000 picasaweb: Fix parsing of GDataPicasaWebFile:checksum gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a672b202e53fb46ddb9793d5d2cdfc43e55895f6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:07:06 2010 +0000 youtube: Fix attribute escaping for GDataYouTubeVideo Closes: bgo#631033 gdata/services/youtube/gdata-youtube-video.c | 4 +-- gdata/tests/youtube.c | 38 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) commit a4c26eee25bdc5dfc87cc34998655f769b5b62b9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:06:15 2010 +0000 youtube: Emit XML for a video's aspect ratio gdata/services/youtube/gdata-youtube-group.c | 2 ++ 1 file changed, 2 insertions(+) commit 2b16dc2baf8a1691b078606d5dc8820b063f33bd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 18:00:54 2010 +0000 youtube: Don't notify on a non-existent property when changing aspect ratio gdata/services/youtube/gdata-youtube-group.c | 1 - 1 file changed, 1 deletion(-) commit 6de8fc98f282e338e372b1ab612e05e37925707a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 17:24:55 2010 +0000 youtube: Fix attribute escaping for GDataYouTubeCredit Note: we can't add a test case for this, as GDataYouTubeCredit isn't publicly exposed. Helps: bgo#631033 gdata/services/youtube/gdata-youtube-credit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a4dae63676259caa67b48f0cefec4522c7516d56 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 17:19:27 2010 +0000 picasaweb: Fix attribute escaping for GDataPicasaWebFile Helps: bgo#631033 gdata/services/picasaweb/gdata-picasaweb-file.c | 7 ++-- gdata/tests/picasaweb.c | 55 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 4 deletions(-) commit 58880acd7ad007d2fee1f2278ffbb78f7b7bea02 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 17:06:00 2010 +0000 picasaweb: Fix attribute escaping for GDataPicasaWebAlbum Helps: bgo#631033 gdata/services/picasaweb/gdata-picasaweb-album.c | 3 +- gdata/tests/picasaweb.c | 45 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) commit a14db789764bd49a83d9a91d3682217a6dd492f2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 16:48:33 2010 +0000 documents: Fix attribute escaping for GDataDocumentsEntry subclasses No test cases can be added, as no public API is affected by the escaping. Helps: bgo#631033 gdata/services/documents/gdata-documents-folder.c | 2 +- gdata/services/documents/gdata-documents-presentation.c | 3 ++- gdata/services/documents/gdata-documents-spreadsheet.c | 3 ++- gdata/services/documents/gdata-documents-text.c | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) commit 82c4747c889d795841ae9c42310c60e421ea7274 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 16:37:14 2010 +0000 contacts: Fix attribute escaping for GDataContactsGroup Helps: bgo#631033 gdata/services/contacts/gdata-contacts-group.c | 5 +++-- gdata/tests/contacts.c | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) commit 9e04e24eaca7ddbb7a3c98f459baf1593f394e67 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 16:29:24 2010 +0000 contacts: Fix attribute escaping for GDataContactsContact Helps: bgo#631033 gdata/services/contacts/gdata-contacts-contact.c | 10 ++-- gdata/tests/contacts.c | 58 ++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 4 deletions(-) commit c6bde418737a0816a839156055e0ebc860443031 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 15:58:09 2010 +0000 calendar: Fix attribute escaping for GDataCalendarEvent Helps: bgo#631033 gdata/services/calendar/gdata-calendar-event.c | 11 ++++---- gdata/tests/calendar.c | 36 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 6 deletions(-) commit 344a3136ba02ce33849d76318ea1c62e2c2057f8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 15:49:01 2010 +0000 calendar: Fix attribute escaping for GDataCalendarCalendar Helps: bgo#631033 gdata/tests/calendar.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) commit e18ee7f900762b49043849ad1d66c51357f2fead Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 15:36:21 2010 +0000 media: Fix attribute escaping for GDataMediaGroup Note: we can't add a test case for this, as GDataMediaGroup isn't publicly exposed. Helps: bgo#631033 gdata/media/gdata-media-group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 435d9a9b250e9e81f454912e344b5e4b7707c33c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 15:30:51 2010 +0000 media: Fix attribute escaping for GDataMediaCategory Helps: bgo#631033 gdata/media/gdata-media-category.c | 2 +- gdata/tests/general.c | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) commit 0e59d4caf5463d846322f240431128df0fddc771 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:23:42 2010 +0000 gcontact: Fix attribute escaping for GDataGContactWebsite Helps: bgo#631033 gdata/gcontact/gdata-gcontact-website.c | 2 +- gdata/tests/general.c | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) commit 91c1bc17304dcde4356652ac2ed2552961e34d36 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:20:40 2010 +0000 gcontact: Fix attribute escaping for GDataGContactRelation Helps: bgo#631033 gdata/gcontact/gdata-gcontact-relation.c | 2 +- gdata/tests/general.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) commit 807ae95cb8d2baac80002c4bb79118f9de2b1e1f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:17:31 2010 +0000 gcontact: Fix attribute escaping for GDataGContactLanguage Helps: bgo#631033 gdata/gcontact/gdata-gcontact-language.c | 2 +- gdata/tests/general.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) commit 0cf802f5f3c6f90e04cb6ef5f308ece73dca20e3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:14:35 2010 +0000 gcontact: Fix attribute escaping for GDataGContactJot Helps: bgo#631033 gdata/gcontact/gdata-gcontact-jot.c | 2 +- gdata/tests/general.c | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) commit db01acd110abb30bbce46d9e6d922a1947c84ef9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:12:11 2010 +0000 gcontact: Fix attribute escaping for GDataGContactExternalID Helps: bgo#631033 gdata/gcontact/gdata-gcontact-external-id.c | 2 +- gdata/tests/general.c | 32 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) commit 1645782428aaf608bce29915641a91da3568ab20 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:08:16 2010 +0000 gcontact: Fix attribute escaping for GDataGContactEvent Helps: bgo#631033 gdata/gcontact/gdata-gcontact-event.c | 2 +- gdata/tests/general.c | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) commit d0060ea09749752aa6c15676beb0467faef0f9f1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 12:01:16 2010 +0000 gcontact: Fix attribute escaping for GDataGContactCalendar Helps: bgo#631033 gdata/gcontact/gdata-gcontact-calendar.c | 2 +- gdata/tests/general.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) commit 852579001a8e76c4cb5b5413429342dd643647f5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 11:53:27 2010 +0000 atom: Fix attribute escaping for GDataLink Helps: bgo#631033 gdata/atom/gdata-link.c | 6 +++--- gdata/tests/general.c | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) commit 47e85e0de0094fc161aa9ab4b53f23b64feecde8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 11:47:41 2010 +0000 atom: Fix attribute escaping for GDataCategory Helps: bgo#631033 gdata/atom/gdata-category.c | 4 ++-- gdata/tests/general.c | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) commit edf4d2e0afa128bcae9ef348a085e63fd6f19952 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 2 11:44:03 2010 +0000 atom: Fix attribute escaping for GDataAuthor Helps: bgo#631033 gdata/tests/general.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit ede9722c773167ff91af3d5b9f1f75bd5e1b82da Author: Evan Nemerson <evan@coeus-group.com> Date: Fri Nov 19 23:50:37 2010 -0800 build: Include information about exported packages in GIR Closes: bgo#635335 Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 195819c7ee35dedbb0e55e0832b970977a21867d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Dec 1 20:56:19 2010 +0000 youtube: Remove GDataYouTubeService:youtube-user Due to standardisation on the ClientLogin interface for authentication in the YouTube service, the user's YouTube username is no longer accessible to libgdata (and would be largely irrelevant even if it was). Consequently, the following API has been removed: • GDataYouTubeService:youtube-user • gdata_youtube_service_get_youtube_user() See also: bgo#634033 docs/reference/gdata-sections.txt | 1 - gdata/gdata.symbols | 1 - gdata/services/youtube/gdata-youtube-service.c | 35 +------------------------- gdata/services/youtube/gdata-youtube-service.h | 1 - 4 files changed, 1 insertion(+), 37 deletions(-) commit a0944994877651f63fb7f9bcde76e9a7961d416c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Dec 1 20:52:08 2010 +0000 Bug 634033 — Use standard login URI for YouTube YouTube is switching over to using the same ClientLogin URI as all other GData services. This obsoletes GDataYouTubeService:youtube-user, which will disappear shortly. Closes: bgo#634033 gdata/services/youtube/gdata-youtube-service.c | 37 -------------------------- gdata/tests/youtube.c | 3 --- 2 files changed, 40 deletions(-) commit 30ddfe1864085a1bdfe69a057065eaf977811771 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Dec 1 20:45:03 2010 +0000 Bug 635736 — Asynchronous authentication tests broken The asynchronous authentication tests have been broken for a while, probably caused due to changes of asynchronous callback functions within GIO. We previously depended on an idle function to set the username and password after a successful asynchronous authentication, but due to the priority changes this has stopped being called before the asynchronous result callback, meaning that the results of authentication weren't available to the callback. This made it look like authentication had failed, when in reality it had succeeded and the results were waiting in the main loop's queue. This changes it so that the authentication information in GDataService is set inside the authentication thread, protected by a mutex. Closes: bgo#635736 gdata/gdata-service.c | 65 +++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 30 deletions(-) commit acf599f253512bced955e5fa94528c82dac79f82 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Nov 30 23:56:18 2010 +0000 Bug 635959 — Proper cancellation support for GDataUploadStream Add proper cancellation support to GDataUploadStream. This involves adding support for not starting the upload thread if the operation has been cancelled very early, plus adding support for cancelling it mid-upload using soup_session_cancel_message(). One of the PicasaWeb upload cancellation tests had to be changed to use a smaller timeout in order to provide more of a guarantee that it'll cancel during the upload. Closes: bgo#635959 gdata/gdata-upload-stream.c | 25 +++++++++++++++++++++++-- gdata/tests/picasaweb.c | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) commit 1cf698f8233f9a431a4b84cc4a69efbb125439b8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Nov 27 23:11:13 2010 +0000 core: Store the start index as an unsigned int in GDataQuery The external interface was accepting unsigned values, but was storing them as signed internally. gdata/gdata-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8fb1a2873e39e2e1dae6e405cef756e2a289653b Author: George Stephanos <gaf.stephanos@gmail.com> Date: Sat Nov 27 23:04:16 2010 +0000 Bug 607620 — Cancelled uploads appear partially complete in PicasaWeb Ensure that the bottom multipart/related boundary string isn't sent to the server for cancelled uploads (or indeed, any uploads which have experienced an error). This prevents partial uploads from being interpreted by the server as images. Patch based directly on work by George Stephanos <gaf.stephanos@gmail.com> for GCI 2010. Closes: bgo#607620 gdata/gdata-upload-stream.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit f80a20656ec3cdabc9882670769ebd331495d2f6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Nov 27 23:00:15 2010 +0000 core: Prevent deadlock when closing a cancelled GDataUploadStream When closing a GDataUploadStream which has already been cancelled, the cancellation callback would be executed in the same thread as gdata_upload_stream_close(), causing a deadlock (as they both tried to hold the same lock). The only solution I can think of is to move the cancellation out to the main thread, which ensures that deadlock will only happen if the application is doing synchronous I/O (i.e. gdata_upload_stream_close() gets called in the main thread). If they're doing that, they deserve the deadlock. Spotted by George Stephanos <gaf.stephanos@gmail.com>. Helps: bgo#607620 gdata/gdata-upload-stream.c | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) commit c760229b57fa19a43777c96e32584432a3b3c894 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Nov 27 22:51:08 2010 +0000 picasaweb: Add tests for upload cancellation There are two tests: one cancels as early as possible (ideally before any data is uploaded, though that can't be guaranteed), and one cancels at few tens of milliseconds into the upload (ideally half-way through uploading the data). Helps: bgo#607620 gdata/tests/picasaweb.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) commit 61e704dc4a948f3fba2f874da5ca23593a5f8712 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Nov 27 21:47:46 2010 +0000 core: Store the maximum number of results as an unsigned int in GDataQuery The external interface was accepting unsigned values, but was storing them as signed internally, leading to interesting things happening when G_MAXUINT was passed as max-results, as recommended by the documentation. gdata/gdata-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 10356809fe9621b409266d0840c855f10e0f480b Author: Eleanor Chen <chenyueg@gmail.com> Date: Sat Nov 27 16:50:28 2010 +0000 Update Simplified Chinese translation. po/zh_CN.po | 59 +++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 24 deletions(-) commit 48edf829a465abe7ff43d29a71ca6f1ecc7756e6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Nov 22 22:07:45 2010 +0000 build: Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT They conflict. See bgo#635134. configure.ac | 2 -- 1 file changed, 2 deletions(-) commit af998f97bc2efdeeed944ec87cc6f6080da9f66f Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Thu Nov 18 22:38:55 2010 +0100 Updated Basque language po/eu.po | 267 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 169 insertions(+), 98 deletions(-) commit c2ef6202f60bbfb6f78dee8e72bc567435b924f0 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sun Nov 14 22:26:33 2010 +0100 Updated Hungarian translation po/hu.po | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) commit b13fe3d891264b520fa95e6d8512a48976187bbe Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Nov 7 16:15:22 2010 +0000 picasaweb: Add gdata_picasaweb_service_query_files_async() Helps: bgo#633363 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/picasaweb/gdata-picasaweb-service.c | 80 ++++++++++++++++++---- gdata/services/picasaweb/gdata-picasaweb-service.h | 3 + gdata/tests/picasaweb.c | 55 +++++++++++++++ 5 files changed, 127 insertions(+), 13 deletions(-) commit 79f37d272c704ef2000c087e6e9d70e599314c91 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Nov 7 15:49:02 2010 +0000 picasaweb: Add gdata_picasaweb_service_insert_album_async() Helps: bgo#633363 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/picasaweb/gdata-picasaweb-service.c | 30 ++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-service.h | 2 + gdata/tests/picasaweb.c | 46 ++++++++++++++++++++++ 5 files changed, 80 insertions(+) commit 0ac15d351d22069476161adfbf1ca3c8faf98c18 Author: Petr Kovar <pknbe@volny.cz> Date: Sun Oct 31 12:32:33 2010 +0100 Update Czech translation by Marek Cernocky po/cs.po | 73 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 31 deletions(-) commit e67903b21218455a405d2294f0516cf21896193f Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Fri Oct 29 23:36:43 2010 +0100 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 457 insertions(+) commit 85a249181981af3333673d9e1ea4e76c2b691c73 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Oct 28 10:10:17 2010 +0100 youtube: Add gdata_youtube_service_upload_video_async() This includes tests and documentation. docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/youtube/gdata-youtube-service.c | 213 ++++++++++++++++++++++--- gdata/services/youtube/gdata-youtube-service.h | 4 + gdata/tests/youtube.c | 53 ++++++ 5 files changed, 252 insertions(+), 22 deletions(-) commit e1d1e949e49fb8ed84c274946318da1e1701e723 Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Oct 25 20:07:20 2010 +0200 [l10n] Updated German translation po/de.po | 63 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 27 deletions(-) commit 877083a871a0d929ab818be7baf01c99ff034d5f Author: Bruno Brouard <annoa.b@gmail.com> Date: Sat Oct 23 19:51:53 2010 +0200 Updated French translation po/fr.po | 89 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 41 deletions(-) commit 624badcb9219b3f18bc65e2d843b047f46c45f88 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon Oct 18 10:19:52 2010 +0200 Updated Spanish translation po/es.po | 71 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 41 insertions(+), 30 deletions(-) commit 1861636d0fae529d558bec9765194e2cacf09f84 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sun Oct 17 20:29:57 2010 +0200 Updated Slovenian translation po/sl.po | 55 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 22 deletions(-) commit d9e70da78562534c1b7969eaa80f9c2521ac8284 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 15:49:15 2010 +0100 build: Increment version to 0.8.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 57d7197bc07539e269d9eef4ecea4517f327eeef Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 15:45:49 2010 +0100 Release version 0.7.0 NEWS | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 94 insertions(+), 1 deletion(-) commit 8b440e4d7c95357d75d5b577b6a76ed850ea544f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 15:41:17 2010 +0100 l10n: Add a missing file to POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit d116a0b8721c3143d190b85f2781b4bde0a73a8b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 15:13:35 2010 +0100 build: Fix header inclusion checking for srcdir != builddir Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dc5ed40ecbd95b8b3b990cb2644754b99c4e7ba Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 16:58:56 2010 +0100 build: Fix builddir != srcdir build with enum generation Makefile.am | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) commit 0e0947f442e3d90141f1e07e1ba9ce44ea99d5cb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 14:55:07 2010 +0100 l10n: Update British English translation po/en_GB.po | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) commit 35c44fd913939c0730b708bc024b39f5841f043c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 13:20:27 2010 +0100 tests: Disable the invalid proxy test There's a bug in libsoup (bgo#632354) which breaks our error codes, and consequently breaks this test. gdata/tests/general.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 6b9bafbad973acb026f4090cfd22d078ec0ad75c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 12:47:40 2010 +0100 calendar: Fix the batch operation tests The Calendar service can't deal with ETags properly, so we can't test for them being handled properly. gdata/tests/calendar.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 98954c4a40681b0fef38197838be975eb931cc29 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 12:28:40 2010 +0100 core: Expand the GDataAccessRule documentation a little gdata/gdata-access-rule.c | 3 +++ 1 file changed, 3 insertions(+) commit 457e546708559af44091f01501373fb91bacee9f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 17 12:03:12 2010 +0100 contacts: Add contact group manipulation methods This adds gdata_contacts_service_query_groups(), gdata_contacts_service_insert_group() and their async counterparts, as well as test cases for them. docs/reference/gdata-sections.txt | 4 + gdata/gdata.symbols | 4 + gdata/services/contacts/gdata-contacts-service.c | 167 +++++++++++++++++++- gdata/services/contacts/gdata-contacts-service.h | 14 ++ gdata/tests/contacts.c | 185 +++++++++++++++++++++++ 5 files changed, 373 insertions(+), 1 deletion(-) commit d7fcbca5ab8bc6ee0b08e9feac83696eae26145e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 6 09:57:54 2010 +0100 contacts: Add a GDataContactsGroup class This represents a group of contacts. Test cases included. Makefile.am | 2 + docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 28 ++ gdata/gdata.h | 1 + gdata/gdata.symbols | 8 + gdata/services/contacts/gdata-contacts-group.c | 548 +++++++++++++++++++++++++ gdata/services/contacts/gdata-contacts-group.h | 113 +++++ gdata/tests/contacts.c | 138 ++++++- 8 files changed, 828 insertions(+), 11 deletions(-) commit 89a659d6102433c63bfa4600a35e77b56d373b1b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Oct 9 09:41:39 2010 +0100 contacts: Add gdata_contacts_service_insert_contact_async() docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-service.c | 35 +++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-service.h | 2 ++ 4 files changed, 38 insertions(+), 1 deletion(-) commit f89a43ccdad7c4eab393246347f64d2089e8b5bf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Oct 9 00:09:27 2010 +0100 build: Use upstream gettext instead of GLib's gettext As explained here: http://blogs.gnome.org/jjardon/2010/10/08 /use-upstream-gettext-instead-the-glib-one/. Makefile.am | 13 ++++++++++++- configure.ac | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) commit d1ee7679981f42d5f32e334d04a3f51a426b5949 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Oct 6 16:32:03 2010 +0100 core: Add gdata_access_handler_get_rules_async() docs/reference/gdata-sections.txt | 1 + gdata/gdata-access-handler.c | 79 ++++++++++++++++++++++++++++++++++++++- gdata/gdata-access-handler.h | 3 ++ gdata/gdata.symbols | 1 + 4 files changed, 83 insertions(+), 1 deletion(-) commit 3d237ba01fc862697692764905609b2acea8847f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Oct 6 16:12:42 2010 +0100 core: Simplify gdata_access_handler_get_rules() gdata/gdata-access-handler.c | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) commit e5e811acdbe50c93de17575afd6683a88be180be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Oct 5 13:51:49 2010 +0100 core: Override GDataEntry::etag in GDataAccessRule Access rules don't seem to support ETags (at least in Google Calendar), so we override GDataEntry::etag so that it's always NULL for access rules. gdata/gdata-access-rule.c | 14 +++++++++++++- gdata/gdata-entry.c | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) commit f9ebfd701a78ccef5b4ae01d136bd17d93f75928 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Oct 5 13:50:20 2010 +0100 core: Remove ACL modification methods from GDataAccessHandler • gdata_access_handler_insert_rule() → gdata_service_insert_entry() • gdata_access_handler_update_rule() → gdata_service_update_entry() • gdata_access_handler_delete_rule() → gdata_service_delete_entry() docs/reference/gdata-sections.txt | 3 - gdata/gdata-access-handler.c | 249 -------------------------------------- gdata/gdata-access-handler.h | 6 - gdata/gdata.symbols | 3 - gdata/tests/calendar.c | 11 +- gdata/tests/documents.c | 7 +- 6 files changed, 14 insertions(+), 265 deletions(-) commit 047b48ec87b70f8d2c662f5f28b9531cedabdd95 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Oct 5 13:05:07 2010 +0100 core: Add a GDATA_LINK_ACCESS_CONTROL_LIST #define for ACL links docs/reference/gdata-sections.txt | 1 + gdata/gdata-access-handler.c | 6 +++--- gdata/gdata-access-handler.h | 12 ++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) commit a46494f5ac624bcf79f088762e4b81dee3a21065 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 4 10:56:40 2010 +0100 introspection: Fix annotations on gdata_contacts_contact_get_email_addresses() gdata/services/contacts/gdata-contacts-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c98bf024bcf06355fc5e77a0d7fa6cc59e126a0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 4 10:50:04 2010 +0100 introspection: Skip gdata_service_query_async() Its progress_callback parameter was incorrectly marked as (scope async), which could cause crashes in the bindings. It will have to be skipped. gdata/gdata-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a6762e29ab0ffb275e907fe927c7fe96e3b1dfc8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 4 00:18:22 2010 +0100 core: Use gint64 timestamps instead of GTimeVals This means we no longer have to register GTimeVal with the GType system, and everything is generally neater because we never used GTimeVal's microsecond precision anyway. docs/reference/gdata-sections.txt | 2 - gdata/exif/gdata-exif-tags.c | 22 +-- gdata/exif/gdata-exif-tags.h | 2 +- gdata/gd/gdata-gd-reminder.c | 59 ++++--- gdata/gd/gdata-gd-reminder.h | 7 +- gdata/gd/gdata-gd-when.c | 106 ++++++------- gdata/gd/gdata-gd-when.h | 10 +- gdata/gdata-access-rule.c | 30 ++-- gdata/gdata-access-rule.h | 2 +- gdata/gdata-batch-operation.c | 4 +- gdata/gdata-entry.c | 67 ++++---- gdata/gdata-entry.h | 4 +- gdata/gdata-feed.c | 38 ++--- gdata/gdata-feed.h | 2 +- gdata/gdata-parser.c | 49 ++++-- gdata/gdata-parser.h | 10 +- gdata/gdata-private.h | 4 +- gdata/gdata-query.c | 180 ++++++++++----------- gdata/gdata-query.h | 16 +- gdata/gdata-types.c | 20 --- gdata/gdata-types.h | 3 - gdata/gdata.symbols | 1 - gdata/services/calendar/gdata-calendar-calendar.c | 30 ++-- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-event.c | 40 ++--- gdata/services/calendar/gdata-calendar-event.h | 4 +- gdata/services/calendar/gdata-calendar-query.c | 183 ++++++++++------------ gdata/services/calendar/gdata-calendar-query.h | 19 ++- gdata/services/contacts/gdata-contacts-contact.c | 30 ++-- gdata/services/contacts/gdata-contacts-contact.h | 2 +- gdata/services/documents/gdata-documents-entry.c | 58 +++---- gdata/services/documents/gdata-documents-entry.h | 4 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 97 ++++++------ gdata/services/picasaweb/gdata-picasaweb-album.h | 6 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 91 ++++++----- gdata/services/picasaweb/gdata-picasaweb-file.h | 6 +- gdata/services/youtube/gdata-youtube-group.c | 22 +-- gdata/services/youtube/gdata-youtube-group.h | 2 +- gdata/services/youtube/gdata-youtube-video.c | 85 +++++----- gdata/services/youtube/gdata-youtube-video.h | 6 +- gdata/tests/calendar.c | 85 +++++----- gdata/tests/contacts.c | 13 +- gdata/tests/general.c | 111 ++++++------- gdata/tests/picasaweb.c | 80 ++-------- gdata/tests/youtube.c | 11 +- 45 files changed, 753 insertions(+), 872 deletions(-) commit fc13dc995e8afc12e154f384554cbf613da76e48 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 19:44:31 2010 +0100 gd: Fix parsing and output of country codes in GDataGDPostalAddress gdata/gd/gdata-gd-postal-address.c | 46 +++++++++++++++++++++++++------------- gdata/tests/general.c | 7 +++++- 2 files changed, 36 insertions(+), 17 deletions(-) commit 98efcfaac4f06ebe25ea434f9337b18319d15bb7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 19:17:59 2010 +0100 gd: Fix attribute escaping for GDataGDWho gdata/gd/gdata-gd-who.c | 4 ++-- gdata/tests/general.c | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) commit c595f1fac6197838bd831e1bcfaaea0af51950f0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 19:13:30 2010 +0100 gd: Fix attribute escaping for GDataGDWhere gdata/gd/gdata-gd-where.c | 2 +- gdata/tests/general.c | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) commit c17b1478b6b798025f55bb8703c82588cce56a58 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 19:09:55 2010 +0100 gd: Fix attribute escaping for GDataGDWhen gdata/gd/gdata-gd-when.c | 2 +- gdata/tests/general.c | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) commit 5b3ff1ead3f14cfd9e8cbfcacc617461e3115f4a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 19:05:13 2010 +0100 gd: Fix attribute escaping for GDataGDReminder gdata/gd/gdata-gd-reminder.c | 2 +- gdata/tests/general.c | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) commit a0e97a3a386edca2c7da4137b0a0067066659520 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 18:59:10 2010 +0100 gd: Fix attribute escaping for GDataGDPostalAddress gdata/gd/gdata-gd-postal-address.c | 2 +- gdata/tests/general.c | 46 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) commit 019f4c0c2be2d3ca486a9832d4121271e5ca6b5c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 18:44:07 2010 +0100 gd: Fix attribute escaping for GDataGDPhoneNumber gdata/gd/gdata-gd-phone-number.c | 4 ++-- gdata/tests/general.c | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) commit 135b790ca479085fec78e8f37de302cf2d04515c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 17:31:48 2010 +0100 gd: Fix attribute escaping for GDataGDOrganization gdata/gd/gdata-gd-organization.c | 2 +- gdata/tests/general.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) commit f37944aa5dabe5cb6c72002384ddb60416089738 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 17:23:46 2010 +0100 gd: Fix attribute escaping for GDataGDIMAddress gdata/gd/gdata-gd-im-address.c | 7 +++---- gdata/tests/general.c | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) commit 68584f8c6a3ae3564919b02343dcbaf2282a3c72 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Sep 30 17:10:12 2010 +0100 gd: Fix attribute escaping for GDataGDEmailAddress Add a test case for it too. Closes: bgo#630350 gdata/gd/gdata-gd-email-address.c | 4 ++-- gdata/tests/general.c | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) commit 5ea9abe1da7115f2828be474e2d13619f7d9f04a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 17:14:34 2010 +0100 build: Ensure g-ir-scanner is passed the correct includes Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 22518fc61ebcb7f0aae41d0d125a6301ddbb089c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 15:23:07 2010 +0100 introspection: Add missing (transfer full) annotations gdata/gdata-access-handler.c | 6 +++--- gdata/gdata-batchable.c | 2 +- gdata/gdata-service.c | 16 ++++++++-------- gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-thumbnail.c | 2 +- gdata/services/calendar/gdata-calendar-service.c | 8 ++++---- gdata/services/contacts/gdata-contacts-service.c | 4 ++-- gdata/services/documents/gdata-documents-document.c | 2 +- gdata/services/documents/gdata-documents-presentation.c | 2 +- gdata/services/documents/gdata-documents-service.c | 10 +++++----- gdata/services/documents/gdata-documents-spreadsheet.c | 2 +- gdata/services/documents/gdata-documents-text.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 14 +++++++------- gdata/services/youtube/gdata-youtube-service.c | 12 ++++++------ gdata/services/youtube/gdata-youtube-video.c | 2 +- 15 files changed, 43 insertions(+), 43 deletions(-) commit 9fe511b3fcb5fca3698f897a503cd24ec74fa4ed Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 15:11:49 2010 +0100 introspection: (skip) async query methods This is because they all take in a callback parameter which is neither (scope call) or (scope async), so requires a GDestroyNotify callback to be properly introspectable. Since we're not breaking API for this point release, that isn't possible, so the functions have to be marked as non-introspectable. gdata/services/calendar/gdata-calendar-service.c | 4 ++-- gdata/services/contacts/gdata-contacts-service.c | 2 +- gdata/services/documents/gdata-documents-service.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- gdata/services/youtube/gdata-youtube-service.c | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) commit 7c87167f17b062ab40efb69fa53e1d7a8fd70552 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 15:08:28 2010 +0100 introspection: Add missing (scope call) annotations gdata/gdata-access-handler.c | 2 +- gdata/gdata-service.c | 2 +- gdata/services/calendar/gdata-calendar-service.c | 6 +++--- gdata/services/contacts/gdata-contacts-service.c | 2 +- gdata/services/documents/gdata-documents-service.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 4 ++-- gdata/services/youtube/gdata-youtube-service.c | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) commit 529dd65fd823fc677257298cc0dcd3000b2e3147 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 15:00:16 2010 +0100 introspection: Remove outdated (default) annotations gdata/services/documents/gdata-documents-spreadsheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cd209b1b07bf163a011efbadaf2f742fee1edd2a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Sep 29 14:54:55 2010 +0100 introspection: Fix the type name registered by libgdata for GTimeVal This stops the introspection build failing because GData was stomping on GLib's namespace when registering GTimeVal with the type system. gdata/gdata-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 867179aa0dbc7bbc62e576450e1a72fa016f1f57 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 18:15:10 2010 +0100 introspection: Port to Makefile.introspection This bumps our gobject-introspection dependency to 0.9.7 as we require the fix for bgo#628594. Makefile.am | 41 +++++++++++++++++++++++------------------ configure.ac | 6 +++++- 2 files changed, 28 insertions(+), 19 deletions(-) commit d14b3a80009df8c0418c827266b47e57e4c11215 Author: Milo Casagrande <milo@ubuntu.com> Date: Sun Sep 26 19:32:48 2010 +0200 [l10n] Updated Italian translation po/it.po | 278 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 163 insertions(+), 115 deletions(-) commit 427c277fb6294e1125824fde1d0e89d3ff1d3efb Author: Piotr Drąg <piotrdrag@gmail.com> Date: Wed Sep 22 23:21:59 2010 +0200 Updated Polish translation po/pl.po | 247 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 152 insertions(+), 95 deletions(-) commit 1bd68396b1d93d23ff0af6010a8597979ddc35fe Author: Djavan Fagundes <djavan@comum.org> Date: Tue Sep 21 17:53:13 2010 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 274 ++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 176 insertions(+), 98 deletions(-) commit f4646e01fb23b8ae1a7314a17d01cb274b69061d Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Sep 14 12:06:06 2010 +0200 Updated Hungarian translation po/hu.po | 151 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 82 insertions(+), 69 deletions(-) commit 9bcac38a8819608633c24045df4098bbd4e0ae4b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Sep 7 09:30:08 2010 +0100 contacts: Remove gdata_contacts_service_update_contact() It was an unnecessary wrapper around gdata_service_update_entry(), which should be used instead. This is an API break. docs/reference/gdata-sections.txt | 1 - gdata/gdata.symbols | 1 - gdata/services/contacts/gdata-contacts-service.c | 40 ------------------------ gdata/services/contacts/gdata-contacts-service.h | 2 -- gdata/tests/contacts.c | 2 +- 5 files changed, 1 insertion(+), 45 deletions(-) commit 662fb24615c54e5cae7ca0cc456417aeecd14df1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Sep 7 09:24:49 2010 +0100 contacts: Add a contact update test gdata/tests/contacts.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit e88b9c0be1094773096735221aa14a7c2eda3e76 Author: Aron Xu <aronxu@gnome.org> Date: Sun Sep 5 04:18:16 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 152 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 80 insertions(+), 72 deletions(-) commit 1ca1fe27891bf133ba61f33196c89d59c8ccb725 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 4 15:33:42 2010 +0100 build: Depend on gdk-pixbuf instead of gdk Since we only use GdkPixbuf, and gdk-pixbuf was split out from GDK a while ago. configure.ac | 10 +++++----- gdata/tests/Makefile.am | 4 ++-- gdata/tests/picasaweb.c | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) commit 2029616d693bf306092943ec118de3a8f43e5bb2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 4 15:21:15 2010 +0100 contacts: Fix a leak in a parsing error condition gdata/services/contacts/gdata-contacts-contact.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit df443a3eabb743df695927fd2943e52d29ee2685 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 4 15:20:19 2010 +0100 contacts: Ensure group IDs use the "base" projection Another example of GData services giving out two different formats of the same ID and only accepting one of them. We need to ensure that group IDs sent to the service use the "base" projection rather than the "full" projection. gdata/services/contacts/gdata-contacts-contact.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit ef1a0fba654f403336d0bca0d81d28dcc9e10ec6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 4 15:19:41 2010 +0100 contacts: Prevent a double free by correctly copying group names gdata/services/contacts/gdata-contacts-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8dea231b15fc22bce35263e02d4a14a079b1bed Author: Daniel Nylander <po@danielnylander.se> Date: Fri Sep 3 00:33:22 2010 +0200 Updated Swedish translation po/sv.po | 103 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 51 insertions(+), 52 deletions(-) commit 282b8802922c5009f5057ca610ae790426c660c5 Author: Claude Paroz <claude@2xlibre.net> Date: Sun Aug 29 20:00:08 2010 +0200 Updated French translation po/fr.po | 196 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 110 insertions(+), 86 deletions(-) commit de54084b09f972715885fb7661a595cf4ebcd118 Author: Mario Blättermann <mariobl@gnome.org> Date: Sat Aug 28 21:38:20 2010 +0200 [i18n] Updated German translation po/de.po | 97 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 49 deletions(-) commit af0a2a6ef5f91f1b867636c3972c482aed439766 Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Sat Aug 28 21:50:57 2010 +0300 Updated Romanian translation po/ro.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit d6fde667228d8f765d843acce5b4c3071c8d2e46 Author: Daniel Șerbănescu <cyber19rider@gmail.com> Date: Sat Aug 28 21:30:58 2010 +0300 Added Romanian translation po/LINGUAS | 1 + po/ro.po | 429 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 430 insertions(+) commit 71987dbf5b38c737d18a1e8fa0b2389bb6c8c9d2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 27 09:22:20 2010 +0100 l10n: Update British English translation po/en_GB.po | 245 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 153 insertions(+), 92 deletions(-) commit 4fe7a305eb88a4d38a969f0c00485996802fdcf1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 27 00:02:34 2010 +0100 Bug 624141 — Add batch operation support to Documents service Add the GDataBatchable interface to GDataDocumentsService and add the relevant test cases to the documents test suite. Closes: bgo#624141 gdata/services/documents/gdata-documents-service.c | 3 +- gdata/tests/common.c | 6 +- gdata/tests/documents.c | 250 +++++++++++++++++++++ 3 files changed, 257 insertions(+), 2 deletions(-) commit e21402592623baaec5498e6f61e00da6d5076581 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 26 21:01:01 2010 +0100 build: Add checks for various functions and headers to configure.ac As suggested by `autoscan`. configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) commit f5e351ccb68a281f6405222522539e77c976bb05 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 26 20:58:54 2010 +0100 build: Clean up configure.ac Remove deprecated and unnecessary macros from configure.ac, as suggested by running `autoupdate`. configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit a318351dc493529d43b325440920a3058994aa59 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 26 09:38:44 2010 +0100 core: Use the GDataEntry.get_entry_uri() method for batch queries To fix the YouTube batch operations so that video IDs can be used in queries instead of self URIs, GDataEntry.get_entry_uri() needs to be used to get the "ID" to send in a batch query. gdata/gdata-batch-operation.c | 15 +++++++++++---- gdata/tests/youtube.c | 23 +++++++++-------------- 2 files changed, 20 insertions(+), 18 deletions(-) commit 2e26e1a0ca6ce6ac25f621b9ad057a65b71dc286 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 26 09:37:44 2010 +0100 contacts: Use "default" instead of the user's username in request URIs Just like with the Calendar service, this magically fixes batch operations so that the contact's ID can be used in them, rather than its self URI. gdata/services/contacts/gdata-contacts-service.c | 2 +- gdata/tests/contacts.c | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) commit 730a8d66e9a38cbf50b07ffd4f01b0c629c9afe9 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Wed Aug 25 15:13:13 2010 +0200 Updated Slovenian translation po/sl.po | 98 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 48 insertions(+), 50 deletions(-) commit c57da8c600e9581b3caa35955fbb0210935b30e3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 25 09:28:54 2010 +0100 build: Clean up checking logic docs/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 40c1e0506dc7e5bb336717bd9aa05257a27ae9c1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 25 09:26:56 2010 +0100 build: Add a rule to check whether files are included in the public header Makefile.am | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) commit e1938a8c1d418fd4f7543fe1e39cd5b2dcca32da Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 25 00:07:34 2010 +0100 Bug 624142 — Add batch operation support to Calendar service Add the GDataBatchable interface to GDataCalendarService and add the relevant test cases to the calendar test suite. Closes: bgo#624142 gdata/services/calendar/gdata-calendar-service.c | 3 +- gdata/tests/calendar.c | 217 +++++++++++++++++++++++ 2 files changed, 219 insertions(+), 1 deletion(-) commit 1c193d636dca778d68135f9221ec60c6e41cc675 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 25 00:05:35 2010 +0100 calendar: Use "default" instead of the user's username in request URIs There appears to be a bug in the Google Calendar server which returns a different set of results if you query using the user's username instead of "default", which cause batch queries to inexplicably fail due because of "invalid" IDs, which are really actually valid. Thanks Google. gdata/services/calendar/gdata-calendar-service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 99636752cacaa97580e5575ae38372caa7a7fd8e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 25 00:03:15 2010 +0100 core: Use namespaces from all entries in a feed We were previously assuming that all entries in the feed had identical sets of namespaces, and just using the namespaces from the first entry. This can be untrue for batch feeds, so we must use the namespaces from all entries in the feed. gdata/gdata-feed.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 0fcbae7db8cb519e83ebfcabae893bcd29251949 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 24 22:19:43 2010 +0100 build: Better document the LT version change process HACKING | 4 ++++ configure.ac | 17 ++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) commit 892f77e28597331ad933c7d1f635f1f6d8170744 Author: Kris Thomsen <lakristho@gmail.com> Date: Tue Aug 24 09:41:16 2010 +0200 Updated Danish translation po/da.po | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit 436b26e5e8d1dd6036761040c54831dc36747434 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Aug 24 00:23:43 2010 +0200 Updated Spanish translation po/es.po | 86 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) commit 2d5dcc8195e565219b65713a139ba654a92fe4cc Author: Kris Thomsen <lakristho@gmail.com> Date: Mon Aug 23 23:45:59 2010 +0200 Updated Danish translation po/da.po | 425 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 425 insertions(+) commit 750c401a66d4875edaca9a0e1246af781b8755fc Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Mon Aug 23 23:45:58 2010 +0200 Added da to list of languages po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 1667d0e5b1b1bf966dfccf93a5d67c000c154347 Author: Petr Kovar <pknbe@volny.cz> Date: Mon Aug 23 23:11:43 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 120 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 64 insertions(+), 56 deletions(-) commit 23925976366313b6475801a732b42d293ff4aa7d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 23 09:55:46 2010 +0100 core: Add a _gdata_service_build_uri() function to escape URI components This allows building URIs in a printf()-style manner, while automatically escaping the strings being substituted into the URI. This means that malformed input can't cause requests to fail or execute incorrectly by producing invalid or incorrect URIs. gdata/gdata-private.h | 2 + gdata/gdata-service.c | 81 ++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-service.c | 5 +- gdata/services/contacts/gdata-contacts-service.c | 4 +- .../services/documents/gdata-documents-document.c | 23 +----- gdata/services/documents/gdata-documents-service.c | 16 ++--- .../documents/gdata-documents-spreadsheet.c | 10 +-- gdata/services/picasaweb/gdata-picasaweb-service.c | 4 +- 8 files changed, 103 insertions(+), 42 deletions(-) commit 33181607696118df9715f18e633a942dc10f470b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 23 22:04:32 2010 +0100 documents: Ensure the correct service is used to download spreadsheets gdata/services/documents/gdata-documents-document.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit d0313cce89cab39af917bd9bf1686db76f01b6fa Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 23 21:32:41 2010 +0100 youtube: Add a missing XML element to the upload test gdata/tests/youtube.c | 1 + 1 file changed, 1 insertion(+) commit b1199dfc2952ac776485f5822d77ff4fe7845c93 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 23 21:31:38 2010 +0100 calendar: Update GDataCalendarService to GDataEntry:content-uri gdata/services/calendar/gdata-calendar-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 936e746d8e8a2a9550b685963355452c5b11726c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 23 21:13:41 2010 +0100 documents: Fix use of an uninitialised variable gdata/services/documents/gdata-documents-document.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f4121290366419ff63966a747e9dbf74559df75a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 15:04:29 2010 +0100 docs: Add the deprecated API index to the documentation ToC docs/reference/gdata-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit ab429e5518e39bd112dc3126571e751b8dd45bd4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 14:58:42 2010 +0100 docs: Add an automake rule to check whether files are included in the docs docs/reference/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 45d0208c981efc778a0649b08dbdb535ac07d946 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 14:21:57 2010 +0100 docs: Move the annotation glossary to a better location in the ToC docs/reference/gdata-docs.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 0a9bc352d02c5e507b9bcebb5144ce4fb7f4c28b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 14:15:06 2010 +0100 docs: Add gdata-running.xml to content_files docs/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2de2eef36afabb71a9a1e19168fbda03e8afdce1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 13:44:06 2010 +0100 docs: Use the no-tmpl flavour of gtk-doc This removes the need for the outdated tmpl directory, and means we now require gtk-doc >= 1.14. autogen.sh | 2 +- configure.ac | 2 +- docs/reference/Makefile.am | 13 ++----------- 3 files changed, 4 insertions(+), 13 deletions(-) commit ae175298fd4c3d606c7c7bef24ac3a9655221d96 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 13:43:52 2010 +0100 build: Fix strings in autogen.sh autogen.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit d326c297df49a6e8c69c056d5a0d066174d2dad2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 13:03:18 2010 +0100 docs: Fix some incorrect <ulink> tags in documentation comments gdata/gdata-entry.c | 28 +++++++++++----------- gdata/gdata-feed.c | 4 ++-- .../services/documents/gdata-documents-document.c | 2 +- gdata/services/documents/gdata-documents-entry.c | 2 +- gdata/services/documents/gdata-documents-folder.c | 2 +- .../documents/gdata-documents-presentation.c | 2 +- .../documents/gdata-documents-spreadsheet.c | 2 +- gdata/services/documents/gdata-documents-text.c | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) commit e529d3b351510a30f8984061aa9f61dfd02024e2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 12:57:31 2010 +0100 docs: Switch to a new commit message tagging format HACKING | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) commit fff46be28a2e5da887fab946fdb416e6ae89f80b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 00:39:34 2010 +0100 [documents] Actually make GDataDocumentsEntry abstract gdata/services/documents/gdata-documents-entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bf10250e65c9832056d0d1515e9dc884b9f57a41 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 22 00:34:34 2010 +0100 [documents] Move download methods to GDataDocumentsDocument This breaks API by removing the various download methods from GDataDocumentsPresentation, GDataDocumentsSpreadsheet and GDataDocumentsText. docs/reference/gdata-sections.txt | 7 +- gdata/gdata-private.h | 7 -- gdata/gdata.symbols | 7 +- .../services/documents/gdata-documents-document.c | 117 +++++++++++++++------ .../services/documents/gdata-documents-document.h | 7 +- .../documents/gdata-documents-presentation.c | 85 --------------- .../documents/gdata-documents-presentation.h | 9 -- .../documents/gdata-documents-spreadsheet.c | 63 ----------- .../documents/gdata-documents-spreadsheet.h | 7 -- gdata/services/documents/gdata-documents-text.c | 84 --------------- gdata/services/documents/gdata-documents-text.h | 9 -- gdata/tests/documents.c | 18 ++-- 12 files changed, 104 insertions(+), 316 deletions(-) commit e7b9b03f19bbd3b6c07aa9fe19932c8b24771a5b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 21 23:48:31 2010 +0100 [documents] Add GDataDocumentsDocument below GDataDocumentsEntry It's the new parent class of GDataDocumentsPresentation, GDataDocumentsSpreadsheet and GDataDocumentsText. This breaks API. Helps: bgo#607616 Makefile.am | 2 + docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 17 +++ gdata/gdata-private.h | 10 +- gdata/gdata.h | 1 + gdata/gdata.symbols | 1 + .../services/documents/gdata-documents-document.c | 151 +++++++++++++++++++++ .../services/documents/gdata-documents-document.h | 68 ++++++++++ gdata/services/documents/gdata-documents-entry.c | 94 ------------- .../documents/gdata-documents-presentation.c | 10 +- .../documents/gdata-documents-presentation.h | 6 +- .../documents/gdata-documents-spreadsheet.c | 10 +- .../documents/gdata-documents-spreadsheet.h | 6 +- gdata/services/documents/gdata-documents-text.c | 10 +- gdata/services/documents/gdata-documents-text.h | 6 +- 15 files changed, 271 insertions(+), 122 deletions(-) commit 14b888cd4da261e8fdc6b139d63c39d963b3ce29 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 21 23:24:48 2010 +0100 [core] Add a GDataEntry:content-uri property This complements the GDataEntry:content property by exposing content which is linked to by a URI, rather than embedded directly, in a more natural way. This is an API break, since GDataEntry:content may now return NULL in cases where it previously returned a URI (e.g. for GDataPicasaWebPhotos). docs/reference/gdata-sections.txt | 2 + gdata/gdata-entry.c | 103 +++++++++++++++++++++++++++++++++----- gdata/gdata-entry.h | 2 + gdata/gdata.symbols | 2 + gdata/tests/common.c | 2 + gdata/tests/general.c | 41 ++++++++++++++- gdata/tests/picasaweb.c | 3 +- 7 files changed, 141 insertions(+), 14 deletions(-) commit 2387cc736a6404ed3930a501d007358d2b77edda Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 21 23:04:43 2010 +0100 [core] Minor documentation fix gdata/gdata-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0db5aeece161142093343263652fa5c498e169f6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 21 22:37:29 2010 +0100 [documents] Specify export format by strings instead of enums This makes libgdata more futureproof, as it allows future formats to be used with old versions of libgdata without modification. API compatibility is retained with #defines for each old enum member, but this is an ABI break. docs/reference/gdata-sections.txt | 28 +++-- .../documents/gdata-documents-presentation.c | 20 +-- .../documents/gdata-documents-presentation.h | 89 ++++++++++---- .../documents/gdata-documents-spreadsheet.c | 45 +++---- .../documents/gdata-documents-spreadsheet.h | 104 ++++++++++++---- gdata/services/documents/gdata-documents-text.c | 23 +--- gdata/services/documents/gdata-documents-text.h | 135 ++++++++++++++++----- 7 files changed, 298 insertions(+), 146 deletions(-) commit 57611eaec815c8182f4bbe7113bae7c2f4383958 Author: António Lima <amrlima@gmail.com> Date: Sat Aug 21 16:19:04 2010 +0100 Updated Portuguese translation po/pt.po | 70 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 30 deletions(-) commit b941ce8d55cecfab3d53e65965df31f64deeff5e Author: Andika Triwidada <andika@gmail.com> Date: Mon Aug 16 05:45:50 2010 +0700 Added Indonesian translation Added id to LINGUAS po/LINGUAS | 1 + po/id.po | 430 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 431 insertions(+) commit 082032b23eb167a97c1079399ecd7d7dda7be550 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 22:32:55 2010 +0100 [picasaweb] Fix timestamps in the PicasaWeb tests gdata/tests/picasaweb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 03034722aac6d625ca30ddb04425a90536f2db44 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 22:19:07 2010 +0100 [picasaweb] Move initialisation code into constructor() in PicasaWeb service gdata/services/picasaweb/gdata-picasaweb-album.c | 32 +++++++++++++++++------- gdata/services/picasaweb/gdata-picasaweb-file.c | 32 +++++++++++++++++------- 2 files changed, 46 insertions(+), 18 deletions(-) commit c2c4cfb9ac30ad5ad47573c8016b7858db567d6a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 22:10:05 2010 +0100 [contacts] Move initialisation code into constructor() in Contacts service gdata/services/contacts/gdata-contacts-contact.c | 67 ++++++++++++++++-------- 1 file changed, 46 insertions(+), 21 deletions(-) commit f5722095a0f1daafc862ad7985b7b08a10805166 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 09:49:33 2010 +0100 [documents] Move initialisation code into constructor() in Documents service gdata/gdata-private.h | 1 - gdata/services/documents/gdata-documents-entry.c | 33 +++++++++++++--------- gdata/services/documents/gdata-documents-folder.c | 8 +----- .../documents/gdata-documents-presentation.c | 8 +----- .../documents/gdata-documents-spreadsheet.c | 8 +----- gdata/services/documents/gdata-documents-text.c | 8 +----- 6 files changed, 23 insertions(+), 43 deletions(-) commit 20a2b4933fc823487949fe2fd5e59be3f195593a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 09:42:36 2010 +0100 [calendar] Move initialisation code to constructor() in Calendar service Fix it in GDataCalendarCalendar and GDataCalendarEvent. gdata/services/calendar/gdata-calendar-calendar.c | 29 +++++++++++++++++------ gdata/services/calendar/gdata-calendar-event.c | 29 +++++++++++++++++------ 2 files changed, 44 insertions(+), 14 deletions(-) commit 3aea865c76ac62c318a390b94fd95c78400bb9be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 09:38:05 2010 +0100 [core] Move initialisation code to constructor() in GDataDownloadStream gdata/gdata-download-stream.c | 51 +++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 21 deletions(-) commit 360ddb1519bed387ab523c258dc878bb031270b4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 11 09:34:42 2010 +0100 [core] Move initialisation code to constructor() in GDataUploadStream docs/reference/gdata-sections.txt | 1 + gdata/gdata-upload-stream.c | 126 ++++++++++++++++++++++++++------------ gdata/gdata-upload-stream.h | 1 + gdata/gdata.symbols | 1 + 4 files changed, 90 insertions(+), 39 deletions(-) commit c779bfb0069a823c7606fc6defcfdaf616d864af Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Sat Aug 7 15:59:06 2010 +0100 [core] Move initialisation code to constructor() in GDataAccessRule gdata/gdata-access-rule.c | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) commit 8cfcb2c721425b18cce75823327a8a094da0e397 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Sat Aug 7 15:58:21 2010 +0100 [youtube] Move initialisation code to constructor() in GDataYouTubeVideo gdata/services/youtube/gdata-youtube-video.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) commit eadd48a4322791bfca16ada52310100bac15eae9 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Sat Aug 7 15:45:39 2010 +0100 [core] Add a GDataParsable:constructed-from-xml property This allows code which was previously in GDataParsable subclasses' *_new() functions to be moved into their constructor() functions, making them more suitable for bindings. gdata/gdata-parsable.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++- gdata/gdata-private.h | 1 + 2 files changed, 78 insertions(+), 1 deletion(-) commit b8db20a777e016b56b6c652dda0f73cb035a7631 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Sat Aug 7 15:12:57 2010 +0100 [core] Minor documentation fix gdata/gdata-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4575caa4b181db863d2c31dd29644588df76d661 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Sat Aug 7 12:14:17 2010 +0100 [core] Fix a memory leak in an unlikely error condition gdata/gdata-parsable.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit d65da89752a44d1edf0b45f414122a1f7cadd2bb Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Mon Aug 9 17:31:37 2010 +0100 [build] Make gdata-marshal.c depend on gdata-marshal.h to fix build The build was failing to bootstrap since gdata-marshal.h wasn't being built for some reason. Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7231b18a03041139cf2309634c86aed3bc15e0b5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:29:36 2010 +0100 [core] Add an assertion to back up a comment gdata/gdata-buffer.c | 2 ++ 1 file changed, 2 insertions(+) commit 90a9933a633320089fb5995e8c5d0c5dc8fd62e6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:28:02 2010 +0100 [core] Remove a dead assignment gdata/gdata-buffer.c | 1 - 1 file changed, 1 deletion(-) commit e49d38b32f6697d785c133e12a0f02be40a36649 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:25:37 2010 +0100 [calendar] Remove half-baked comment support from GDataCalendarEvent gdata/services/calendar/gdata-calendar-event.c | 26 -------------------------- 1 file changed, 26 deletions(-) commit b146e845f7cc82c6583318d27b11bd06689f9253 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:24:45 2010 +0100 [documents] Fix gdata_documents_entry_get_edited() gdata/services/documents/gdata-documents-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e31c3efad0364fc8aa989d4ab0d25d7cda794ff7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:23:51 2010 +0100 [youtube] Remove half-baked comment support from GDataYouTubeVideo gdata/services/youtube/gdata-youtube-video.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit 1afdab0f3d6adbd7ebbbf3bd7248651a924e6b68 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:21:45 2010 +0100 [core] Fix potential use of NULL in memcpy() gdata/gdata-buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 4f2db5a119f2e4a7a86ca3b9b72c9d085b5152bc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 19:19:16 2010 +0100 [documents] Fix potential use of NULL variable in strcmp() gdata/services/documents/gdata-documents-service.c | 53 +++++++++++----------- 1 file changed, 27 insertions(+), 26 deletions(-) commit c033884168796d4ebd685532717dc47a24d7b703 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 17:16:02 2010 +0100 [tests] Rearrange tests to use --no-internet option This also removes the dependency of a lot of tests on the -m (mode) command line option, meaning that more tests get run by default. gdata/tests/calendar.c | 43 ++++++++++++++++++---------------- gdata/tests/contacts.c | 54 ++++++++++++++++++++++++------------------ gdata/tests/documents.c | 46 +++++++++++++++++++----------------- gdata/tests/picasaweb.c | 58 +++++++++++++++++++++++++-------------------- gdata/tests/youtube.c | 62 +++++++++++++++++++++++++++---------------------- 5 files changed, 147 insertions(+), 116 deletions(-) commit 7a1d8784af0f1e36b0ae0cb84d02389537f54ba3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 17:02:21 2010 +0100 [tests] Add support for a --no-internet option to the tests This should allow automated testing to run more than just the general tests. gdata/tests/calendar.c | 2 +- gdata/tests/common.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++-- gdata/tests/common.h | 4 +++- gdata/tests/contacts.c | 2 +- gdata/tests/documents.c | 2 +- gdata/tests/general.c | 2 +- gdata/tests/picasaweb.c | 2 +- gdata/tests/youtube.c | 2 +- 8 files changed, 59 insertions(+), 9 deletions(-) commit 29c826bdcaa53992647f70d5a33fe24241fe8300 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 7 17:51:44 2010 +0100 [core] Explicitly mark private symbols as G_GNUC_INTERNAL gdata/gdata-batch-private.h | 4 +-- gdata/gdata-private.h | 68 ++++++++++++++++++++++----------------------- 2 files changed, 36 insertions(+), 36 deletions(-) commit dd62124509086b02367fcc231e409aaa58e4c111 Author: Daniel Nylander <po@danielnylander.se> Date: Fri Aug 6 14:53:47 2010 +0200 Updated Swedish translation po/sv.po | 119 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 66 insertions(+), 53 deletions(-) commit 9abba7d89741a9e47c9c0e880bd2a95ca987fb1f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:19:40 2010 +0100 [introspection] Add missing annotations to GDataYouTubeVideo gdata/services/youtube/gdata-youtube-video.c | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit 123fd8e1cded15d5c002e4d6aada303a4c1abad3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:14:19 2010 +0100 [introspection] Add missing annotations to GDataYouTubeService gdata/services/youtube/gdata-youtube-service.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 9a0ada5d0e29974aa2003c67b9e5964d4c01f8e4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:11:54 2010 +0100 [introspection] Add missing annotations to GDataYouTubeQuery gdata/services/youtube/gdata-youtube-query.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit cde0c4bc90aa9bea5ef94d574a09953e7480f639 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:09:07 2010 +0100 [introspection] Add missing annotations to GDataYouTubeGroup gdata/services/youtube/gdata-youtube-group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc6c4bd684b7996fac147b94d3e833093b3418d3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:08:50 2010 +0100 [youtube] Add missing precondition gdata/services/youtube/gdata-youtube-group.c | 1 + 1 file changed, 1 insertion(+) commit fbb19f672b68aef452bc64b22561e9b2119d3fe4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:07:04 2010 +0100 [introspection] Add missing annotations to GDataYouTubeControl gdata/services/youtube/gdata-youtube-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 764fc0ae4ee74b1fd69533cad6e705a89c126526 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 10:01:02 2010 +0100 [introspection] Add missing annotations to GDataPicasaWebService gdata/services/picasaweb/gdata-picasaweb-service.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 01bc90742eff08cec6eb55fa854f5b88ce85fe72 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:57:09 2010 +0100 [introspection] Add missing annotations to GDataPicasaWebQuery gdata/services/picasaweb/gdata-picasaweb-query.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 94b8faf822afff1fe9e9aac2e92772d2d0db0902 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:53:51 2010 +0100 [introspection] Add missing annotations to GDataPicasaWebFile gdata/services/picasaweb/gdata-picasaweb-file.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit d3819a6b8be09dd17be2ffb3add6fe839185b2b2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:48:03 2010 +0100 [introspection] Add missing annotations to GDataPicasaWebAlbum gdata/services/picasaweb/gdata-picasaweb-album.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 0b96db5ee45927b0eac5a491a2064f2f5d8747fa Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:42:04 2010 +0100 [introspection] Add missing annotations to GDataDocumentsText gdata/services/documents/gdata-documents-text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 10a3515fc13aa542dbda67a776e257d8a99680c0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:41:05 2010 +0100 [introspection] Add missing annotations to GDataDocumentsSpreadsheet gdata/services/documents/gdata-documents-spreadsheet.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit b6ee76b1a328140bc109cf4edf2c024c85d7b976 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:39:36 2010 +0100 [introspection] Add missing annotations to GDataDocumentsService gdata/services/documents/gdata-documents-service.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 2c76309b3bd0f0484721948bfe933b02c227123d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:35:47 2010 +0100 [introspection] Add missing annotations to GDataDocumentsQuery gdata/services/documents/gdata-documents-query.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 0b53641319ce14d5b97215db846a75cf5e472021 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:34:08 2010 +0100 [introspection] Add missing annotations to GDataDocumentsPresentation gdata/services/documents/gdata-documents-presentation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e8b0a10f3a67ca0c7873352a2d898d9a35562de5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:30:03 2010 +0100 [introspection] Add missing annotations to GDataDocumentsFolder gdata/services/documents/gdata-documents-folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2df578bc0d4ea43643ef81c447d936fc3e21a888 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 4 09:29:01 2010 +0100 [introspection] Add missing annotations to GDataDocumentsEntry gdata/services/documents/gdata-documents-entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 450948f83dcec543904ece854f99f959f9a4d7bc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:36:33 2010 +0100 [introspection] Add missing annotations to GDataContactsService gdata/services/contacts/gdata-contacts-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c44bac82e3347e7b87d5a2de5a9335be843355f3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:33:53 2010 +0100 [introspection] Add missing annotations to GDataContactsQuery gdata/services/contacts/gdata-contacts-query.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit bf9cccd6ecde074fd626d445b7e51537c4810122 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:31:42 2010 +0100 [introspection] Add missing annotations to GDataContactsContact gdata/services/contacts/gdata-contacts-contact.c | 58 ++++++++++++------------ 1 file changed, 29 insertions(+), 29 deletions(-) commit 51bd6c5a701ae5716577d42e524841f4d7f0dfac Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:15:34 2010 +0100 [introspection] Add missing annotations to GDataCalendarService gdata/services/calendar/gdata-calendar-service.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 1dc351d916086e72663b28eed88a37291420dfb4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:09:55 2010 +0100 [introspection] Add missing annotations to GDataCalendarQuery gdata/services/calendar/gdata-calendar-query.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 86e0eb33c5e6558f796fd8e9aedfd2fd452af796 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 23:05:08 2010 +0100 [introspection] Add missing annotations to GDataCalendarEvent gdata/services/calendar/gdata-calendar-event.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 69694781910a89a50cbbc7f7a94a937b09cd41ef Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:58:01 2010 +0100 [introspection] Add missing annotations to GDataCalendarCalendar gdata/services/calendar/gdata-calendar-calendar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 1b66aea00acb59d2a186497137a439327a00a571 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:52:52 2010 +0100 [introspection] Add missing annotations to GDataMediaGroup gdata/media/gdata-media-group.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 469b7a91d09aa178a770c08bbdc40223cb189fd4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:49:26 2010 +0100 [media] Small documentation fix gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-thumbnail.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit e493645e8b61c7fd23c95f21e774f8dae638ac0b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:44:51 2010 +0100 [introspection] Add missing annotations to GDataMediaCategory gdata/media/gdata-media-category.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 7e208ced1b33315c3e3c0ffec2dee10a8b7150c7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:41:02 2010 +0100 [introspection] Add missing annotations to GDataGContactWebsite gdata/gcontact/gdata-gcontact-website.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e4eae999ddcda10d1d880700017f7ad0592a7229 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:40:00 2010 +0100 [introspection] Add missing annotations to GDataGContactRelation gdata/gcontact/gdata-gcontact-relation.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 90c4dada3b9f584cf2d9fd0bd0ca6c741e487110 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:39:06 2010 +0100 [introspection] Add missing annotations to GDataGContactLanguage gdata/gcontact/gdata-gcontact-language.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 93dc86ab858a8e155aac72d1df81784071e45212 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:37:23 2010 +0100 [introspection] Add missing annotations to GDataGContactExternalID gdata/gcontact/gdata-gcontact-external-id.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit a097de2235fb9e5ed8f62e4cc20e410e11c1fef5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:35:53 2010 +0100 [introspection] Add missing annotations to GDataGContactEvent gdata/gcontact/gdata-gcontact-event.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit bd975321486b9366e4c0ff80ec3419a8818f2147 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:34:30 2010 +0100 [introspection] Add (out) annotations to GDate parameters gdata/gcontact/gdata-gcontact-event.c | 2 +- gdata/services/contacts/gdata-contacts-contact.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 9782b8229fa681384a3a41bc5e3e2dd67183de2d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 22:32:25 2010 +0100 [introspection] Add missing annotations to GDataGContactCalendar gdata/gcontact/gdata-gcontact-calendar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit ac8ed04346622ab8b53e117a15e201a4e02e91d5 Author: Christian Kirbach <Christian.Kirbach@googlemail.com> Date: Tue Aug 3 23:36:55 2010 +0200 Updated German translation po/de.po | 60 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 24 deletions(-) commit 489ba73ed993cef4fe2edaf9fa1fbee71f5c55e5 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Aug 3 14:38:12 2010 +0200 Updated Slovenian translation po/sl.po | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) commit 61b244e0bb67faf75ebe549b4cd35022ce0f7c56 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:54:26 2010 +0100 [build] Silence g-ir-scanner Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 43b885d25fb9f28d76a239185221b1cada71b22d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:50:30 2010 +0100 [introspection] Add missing annotations to GDataGDWho gdata/gd/gdata-gd-who.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 3ebc546c1eea803201ca5636a1275278e5bcc8c2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:48:39 2010 +0100 [introspection] Add missing annotations to GDataGDWhere gdata/gd/gdata-gd-where.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 760357e2b7f360af70097b52c58cf448e9b329ff Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:47:32 2010 +0100 [introspection] Add missing annotations to GDataGDWhen gdata/gd/gdata-gd-when.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2de0baff1bf820174564b92c8758de810bd83b9c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:45:53 2010 +0100 [introspection] Add missing annotations to GDataGDReminder gdata/gd/gdata-gd-reminder.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 98ff632986df4dd3c4934119d75673c9c7dc0fe9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:44:25 2010 +0100 [introspection] Add missing annotations to GDataGDPostalAddress gdata/gd/gdata-gd-postal-address.c | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit cd7cc8b58832bc4a5137c9d22c9dac6a6451bac2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:40:01 2010 +0100 [introspection] Add missing annotations to GDataGDPhoneNumber gdata/gd/gdata-gd-phone-number.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 83c4b44c839b21e2715166cde0d97e85d60b1a43 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:38:38 2010 +0100 [introspection] Add missing annotations to GDataGDOrganization gdata/gd/gdata-gd-organization.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 311519d751d31c2a0ffe5eb1d4962f25509d81db Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:36:04 2010 +0100 [introspection] Add missing annotations to GDataGDName gdata/gd/gdata-gd-name.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 6122f99aa2ed0273f9a6474a299e9636cc9e3750 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:34:17 2010 +0100 [introspection] Add missing annotations to GDataGDIMAddress gdata/gd/gdata-gd-im-address.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 4fea0bc30ea89fb5f698fd9ca426629712adfb69 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:31:15 2010 +0100 [introspection] Add missing annotations to GDataGDEmailAddress gdata/gd/gdata-gd-email-address.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 039c022ff686ff27c448789f0d727aeb129124f7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:29:08 2010 +0100 [introspection] Add missing annotations to GDataLink gdata/atom/gdata-link.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit d172a8e6accf5eed42edcd3b2252758fd4c169ee Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:26:03 2010 +0100 [introspection] Add missing annotations to GDataCategory gdata/atom/gdata-category.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 9822973cf7288b6d942bfad6c8b136013d7136fb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 3 09:24:45 2010 +0100 [introspection] Add missing annotations to GDataAuthor gdata/atom/gdata-author.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 48d44fceb9fa0ce95d482d0581834b8d8f3d2e22 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Aug 3 07:55:10 2010 +0200 Updated Spanish translation po/es.po | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) commit e502b450702482ee649f504b6f4092997acc1b44 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 23:16:02 2010 +0100 [introspection] Add missing annotations to GDataUploadStream gdata/gdata-upload-stream.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 182e28680a2db2643ab0d3773cb19c0dbfe8ae7f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 23:11:51 2010 +0100 [introspection] Add missing annotations to GDataColor gdata/gdata-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25ac0192d314422b0f903dc71cba80f4f0c669d1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 23:10:25 2010 +0100 [introspection] Add missing annotations to GDataQuery gdata/gdata-query.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 88f5010f10ea50ef5acf87a117399a5afcd72df6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:56:01 2010 +0100 [introspection] Add missing annotations to GDataDownloadStream gdata/gdata-download-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8ec49a28f012f92d69e681fb396bfd4a400c323 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:54:38 2010 +0100 [introspection] Add missing annotations to GDataComparable gdata/gdata-comparable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4ebc986bca1d8447d9b6abec37ef3648975ccb57 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:43:57 2010 +0100 [introspection] Add missing annotations to GDataBatchOperation gdata/gdata-batch-operation.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 57c2d72e1075a6615763956b55071246c84d5160 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:38:27 2010 +0100 [introspection] Add missing annotations to GDataAccessRule gdata/gdata-access-rule.c | 4 ++-- gdata/gdata-batch-operation.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit b93e8a9a4dd4235463a80d8b48cb4577d8ed0718 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:34:06 2010 +0100 [introspection] Add missing annotations to GDataFeed gdata/gdata-feed.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8315e83e806d8a1361f6c107a5191f401ba94be2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:32:38 2010 +0100 [introspection] Add missing annotations to GDataEntry gdata/gdata-entry.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit d66dd4ec51f8cf275a9bb76e6b4ea706aabdeda2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:29:50 2010 +0100 [introspection] Add (out) annotations to GTimeVal parameters gdata/exif/gdata-exif-tags.c | 2 +- gdata/gd/gdata-gd-reminder.c | 2 +- gdata/gd/gdata-gd-when.c | 4 ++-- gdata/gdata-access-rule.c | 2 +- gdata/gdata-entry.c | 4 ++-- gdata/gdata-feed.c | 2 +- gdata/gdata-parser.c | 2 +- gdata/gdata-query.c | 8 ++++---- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 6 +++--- gdata/services/calendar/gdata-calendar-query.c | 8 ++++---- gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/documents/gdata-documents-entry.c | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-album.c | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-file.c | 4 ++-- gdata/services/youtube/gdata-youtube-group.c | 2 +- gdata/services/youtube/gdata-youtube-video.c | 4 ++-- 17 files changed, 31 insertions(+), 31 deletions(-) commit e705e0fb18692589c2d383080cb5fb6375c2ee5b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 22:22:17 2010 +0100 [introspection] Add missing annotations to GDataService gdata/gdata-service.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 667f685dcd6b318924d64c6743fe9796cf0f23dd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 2 00:11:26 2010 +0100 [youtube] Add batch operation support Add the GDataBatchable interface to GDataYouTubeService and add the relevant test cases to the youtube test suite. gdata/services/youtube/gdata-youtube-service.c | 3 +- gdata/tests/youtube.c | 163 +++++++++++++++++++++++++ 2 files changed, 165 insertions(+), 1 deletion(-) commit 161e3e57c4c722d6e4770475a76b85b4b7f18b90 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 1 23:04:34 2010 +0100 [youtube] Use migrated account details in tests gdata/tests/youtube.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit 3c184a926ec17a44b03a8cc13aaa30ee085f80c4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 1 23:02:39 2010 +0100 [core] Add support for AccountMigrated authentication errors These are used by YouTube to signal that new login credentials need to be used in order to log in. gdata/gdata-service.c | 6 ++++++ gdata/gdata-service.h | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit ac4e1b6e9a991c6d029b62a1aa43e63861061f53 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Mon Jul 26 00:29:39 2010 +0200 [introspection] Add (closure) annotations gdata/gdata-access-handler.c | 2 +- gdata/gdata-batch-operation.c | 10 +++++----- gdata/gdata-service.c | 16 ++++++++-------- gdata/services/calendar/gdata-calendar-service.c | 14 +++++++------- gdata/services/contacts/gdata-contacts-service.c | 6 +++--- gdata/services/documents/gdata-documents-service.c | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-service.c | 10 +++++----- gdata/services/youtube/gdata-youtube-service.c | 20 ++++++++++---------- 8 files changed, 41 insertions(+), 41 deletions(-) commit bd9d18e340b7ab28f0416edd33072f682ec92fb8 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Mon Jul 26 00:29:21 2010 +0200 [docs] Add annotation glossary docs/reference/gdata-docs.xml | 2 ++ 1 file changed, 2 insertions(+) commit 23ce123a0ccbd319891844b8c22a3c389ad5e788 Author: António Lima <amrlima@gmail.com> Date: Sun Jul 25 23:28:17 2010 +0100 Updated Portuguese translation po/pt.po | 105 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 56 insertions(+), 49 deletions(-) commit 593300b04fc75b78358193c8ae368a57e8697385 Author: Aron Xu <aronxu@gnome.org> Date: Mon Jul 19 00:56:44 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 228 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 139 insertions(+), 89 deletions(-) commit 4294b256c2584504a913f426d15508cebb811ead Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Jul 18 12:42:13 2010 +0200 Updated Spanish translation po/es.po | 178 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 96 insertions(+), 82 deletions(-) commit 5f1b98340f5050a9f4e3ae402bb6b45e52e7c582 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 10:09:34 2010 +0100 [introspection] Add (element-type) annotations gdata/app/gdata-app-categories.c | 2 +- gdata/gd/gdata-gd-when.c | 2 +- gdata/gdata-entry.c | 7 +++--- gdata/gdata-feed.c | 8 +++---- gdata/media/gdata-media-group.c | 4 ++-- gdata/services/calendar/gdata-calendar-event.c | 6 ++--- gdata/services/contacts/gdata-contacts-contact.c | 28 ++++++++++++------------ gdata/services/documents/gdata-documents-query.c | 6 +++-- gdata/services/picasaweb/gdata-picasaweb-album.c | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-file.c | 4 ++-- gdata/services/youtube/gdata-youtube-video.c | 2 +- 11 files changed, 38 insertions(+), 35 deletions(-) commit 505045c324116e8b7ea12f38b94afc98db9cc62d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 10:08:52 2010 +0100 [introspection] Allow g-ir-scanner to actually pick up the gtk-doc comments Also enable warnings from the scanner about missing annotations. Makefile.am | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit 441a650b516a680926b33ee9d14bd4489c07faed Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 10:08:39 2010 +0100 [docs] Add an "introspection" commit tag HACKING | 2 ++ 1 file changed, 2 insertions(+) commit 6a6578ee77e830b6b275153ea3e4b92a48a55458 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 09:44:09 2010 +0100 [build] Fix includes for GIR build Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b570c019d4e5c9335b681427687a65cd8f650e3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 09:40:34 2010 +0100 [build] gcc warning fixes gdata/services/youtube/gdata-youtube-category.c | 12 +++++++----- gdata/tests/general.c | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) commit a76664d3fcecc53224b731257eca433b6791abf2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 09:11:24 2010 +0100 [atom] Remove the link rel hack used to work around cgo#2129 gdata/atom/gdata-link.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 268f9dd4a62da5b9ab8b811e3acd9921589e3a13 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 16 09:08:48 2010 +0100 [contacts] Enforce use of the full projection in contact IDs The server can return contacts whose IDs use the base projection, which will cause problems if we then submit changes to those IDs. We need to hack the IDs to use the full projection as early as possible. Test case included. Helps: http://code.google.com/p/gdata-issues/issues/detail?id=2129 gdata/services/contacts/gdata-contacts-contact.c | 34 +++++++++++++++++++++++- gdata/tests/contacts.c | 32 ++++++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) commit 24699f3a6b65e88260651473c0f79f5c13159d7c Author: Petr Kovar <pknbe@volny.cz> Date: Thu Jul 15 21:00:45 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 115 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 53 deletions(-) commit c8017672142ea3d9600b23ae8137dedf7a5e69a3 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Wed Jul 14 19:21:33 2010 +0200 Updated Slovenian translation po/sl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9d1cff4c2f6ff80cf087bc321f82c2eedd82a1b0 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Wed Jul 14 15:03:05 2010 +0200 Updated Slovenian translation po/sl.po | 180 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 97 insertions(+), 83 deletions(-) commit 3e7c7af837fdade64a66cfd955924ad6640d89dd Author: Mario Blättermann <mariobl@gnome.org> Date: Tue Jul 13 23:26:10 2010 +0200 [i18n] Updated German translation po/de.po | 183 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 98 insertions(+), 85 deletions(-) commit 3bd5972905a0af089f44aa13a148a1e997426724 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 13 09:07:09 2010 +0100 [core] Ensure GDataEntry:title follows GDataAccessRule:role gdata/gdata-access-rule.c | 28 ++++++++++++++++++++++++---- gdata/tests/general.c | 6 ++++++ 2 files changed, 30 insertions(+), 4 deletions(-) commit 072cfc6d0029ffedd66af2e8cc8f29f8d0c1ab94 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 8 22:29:09 2010 +0100 [contacts] Add batch operation support Add the GDataBatchable interface to GDataContactsService and add the relevant test cases to the contacts test suite. gdata/services/contacts/gdata-contacts-service.c | 4 +- gdata/tests/contacts.c | 223 +++++++++++++++++++++++ 2 files changed, 226 insertions(+), 1 deletion(-) commit 5c32aadbddb89eea4d8fc15626e179ce8a8f2d13 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jan 26 13:20:41 2010 +0000 [core] Batch operation support Add batch operation support. Batch operations are executed by creating a new GDataBatchOperation, adding the required operations to it, then running it (sync or async). Batch operations are only supported by services which implement GDataBatchable. This includes full test cases and documentation. Closes: bgo#579169 Makefile.am | 11 +- docs/reference/Makefile.am | 4 +- docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 44 +++ gdata/atom/gdata-link.c | 10 +- gdata/gdata-batch-feed.c | 167 +++++++++ gdata/gdata-batch-feed.h | 68 ++++ gdata/gdata-batch-operation.c | 696 ++++++++++++++++++++++++++++++++++++++ gdata/gdata-batch-operation.h | 139 ++++++++ gdata/gdata-batch-private.h | 44 +++ gdata/gdata-batchable.c | 73 ++++ gdata/gdata-batchable.h | 64 ++++ gdata/gdata-entry.c | 76 +++++ gdata/gdata-feed.c | 64 ++++ gdata/gdata-private.h | 6 + gdata/gdata-service.c | 6 + gdata/gdata-service.h | 8 +- gdata/gdata.h | 2 + gdata/gdata.symbols | 13 + gdata/tests/common.c | 217 ++++++++++++ gdata/tests/common.h | 7 + 21 files changed, 1718 insertions(+), 7 deletions(-) commit adf35ec6f1f46f0522d30f90140659a002c59122 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 12 08:58:20 2010 +0100 [build] Remove intltoolized file from git po/Makefile.in.in | 217 ------------------------------------------------------ 1 file changed, 217 deletions(-) commit f357ee80fe860ab1b55072e943bbe66bf61b485d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 8 21:40:07 2010 +0100 [core] Use the error reason phrase if the response body is empty gdata/gdata-service.c | 4 ++++ 1 file changed, 4 insertions(+) commit e82a65cc3e5c224f423c1f4ed0d135fbc721326b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 8 21:38:09 2010 +0100 [core] Fix a return type gdata/gdata-parsable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 376973f9671765fab3a89aafe5282405233d7b09 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 8 21:37:34 2010 +0100 [core] Reference entries when adding them to feeds gdata/gdata-feed.c | 3 ++- gdata/services/documents/gdata-documents-feed.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) commit 728424f9ed5e80f89ff2a3a3d7e36a8b9decb715 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 8 21:34:12 2010 +0100 [docs] Move the link types to the correct place docs/reference/gdata-sections.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit c5347ce1992b51039270f0c5efd892cf6a833e3b Author: Gil Forcada <gforcada@gnome.org> Date: Sat Jun 26 13:21:24 2010 +0200 Updated Catalan translation po/ca.po | 402 ++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 292 insertions(+), 110 deletions(-) commit 2ed1c7cad2a2bf60c9fae644ea5f34f2dd5ce62a Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon Jun 21 11:18:43 2010 +0200 Updated Galician translations po/gl.po | 237 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 141 insertions(+), 96 deletions(-) commit 582cb55c6f559638211ca6987e3e71401bba2e51 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 16 16:12:59 2010 +0100 [core] Fix parameter name in header Fix it for consistency with the previous commit. gdata/gdata-entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eec6379527f50f7356dc7f51e5616470ba870685 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 16 16:11:11 2010 +0100 [core] Remove more shadowing of functions from unistd.h gdata/gdata-access-handler.c | 32 +++++++++++----------- gdata/gdata-entry.c | 16 +++++------ gdata/gdata-feed.c | 8 +++--- gdata/gdata-service.c | 32 +++++++++++----------- gdata/services/contacts/gdata-contacts-contact.c | 16 +++++------ gdata/services/contacts/gdata-contacts-service.c | 8 +++--- gdata/services/picasaweb/gdata-picasaweb-service.c | 6 ++-- 7 files changed, 59 insertions(+), 59 deletions(-) commit ea180875d562fe38c846e04a258dd33194915b4f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 16 15:55:17 2010 +0100 [core] Move kind support to GDataEntry Add support for kinds in GDataEntry, consolidating the existing code for adding kind categories which existed in various GDataEntry subclasses before. gdata/gdata-access-rule.c | 9 ++---- gdata/gdata-entry.c | 32 ++++++++++++++++++++ gdata/gdata-entry.h | 3 ++ gdata/services/calendar/gdata-calendar-calendar.c | 3 ++ gdata/services/calendar/gdata-calendar-event.c | 3 ++ gdata/services/contacts/gdata-contacts-contact.c | 8 +---- gdata/services/documents/gdata-documents-folder.c | 3 ++ .../documents/gdata-documents-presentation.c | 3 ++ .../documents/gdata-documents-spreadsheet.c | 3 ++ gdata/services/documents/gdata-documents-text.c | 3 ++ gdata/services/picasaweb/gdata-picasaweb-album.c | 3 ++ gdata/services/picasaweb/gdata-picasaweb-file.c | 1 + gdata/services/picasaweb/gdata-picasaweb-service.c | 14 --------- gdata/services/picasaweb/gdata-picasaweb-user.c | 3 ++ gdata/services/youtube/gdata-youtube-service.c | 6 ---- gdata/services/youtube/gdata-youtube-video.c | 1 + gdata/tests/calendar.c | 4 --- gdata/tests/contacts.c | 2 +- gdata/tests/documents.c | 34 ---------------------- gdata/tests/picasaweb.c | 6 ++++ 20 files changed, 72 insertions(+), 72 deletions(-) commit 36bb9c9fe745cf42970b6088f805877e6f2f669b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 15 13:29:03 2010 +0100 [core] Add a GDataComparable interface Add a GDataComparable interface and use it to replace all the tiny *_compare() functions for various classes. They've consequently been removed from the API in a pretty massive API break. Makefile.am | 4 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 33 ++-- gdata/atom/gdata-author.c | 49 ++---- gdata/atom/gdata-author.h | 1 - gdata/atom/gdata-category.c | 49 ++---- gdata/atom/gdata-category.h | 1 - gdata/atom/gdata-generator.c | 49 ++---- gdata/atom/gdata-generator.h | 2 - gdata/atom/gdata-link.c | 55 +++---- gdata/atom/gdata-link.h | 1 - gdata/gcontact/gdata-gcontact-calendar.c | 58 +++---- gdata/gcontact/gdata-gcontact-calendar.h | 1 - gdata/gcontact/gdata-gcontact-external-id.c | 59 +++---- gdata/gcontact/gdata-gcontact-external-id.h | 1 - gdata/gcontact/gdata-gcontact-language.c | 56 +++---- gdata/gcontact/gdata-gcontact-language.h | 1 - gdata/gcontact/gdata-gcontact-website.c | 58 +++---- gdata/gcontact/gdata-gcontact-website.h | 1 - gdata/gd/gdata-gd-email-address.c | 49 ++---- gdata/gd/gdata-gd-email-address.h | 1 - gdata/gd/gdata-gd-im-address.c | 56 +++---- gdata/gd/gdata-gd-im-address.h | 1 - gdata/gd/gdata-gd-name.c | 58 +++---- gdata/gd/gdata-gd-name.h | 1 - gdata/gd/gdata-gd-organization.c | 56 +++---- gdata/gd/gdata-gd-organization.h | 1 - gdata/gd/gdata-gd-phone-number.c | 49 ++---- gdata/gd/gdata-gd-phone-number.h | 1 - gdata/gd/gdata-gd-postal-address.c | 58 +++---- gdata/gd/gdata-gd-postal-address.h | 1 - gdata/gd/gdata-gd-reminder.c | 83 ++++------ gdata/gd/gdata-gd-reminder.h | 1 - gdata/gd/gdata-gd-when.c | 74 ++++----- gdata/gd/gdata-gd-when.h | 1 - gdata/gd/gdata-gd-where.c | 56 +++---- gdata/gd/gdata-gd-where.h | 1 - gdata/gd/gdata-gd-who.c | 56 +++---- gdata/gd/gdata-gd-who.h | 1 - gdata/gdata-comparable.c | 95 +++++++++++ gdata/gdata-comparable.h | 66 ++++++++ gdata/gdata-entry.c | 7 +- gdata/gdata.h | 1 + gdata/gdata.symbols | 20 +-- gdata/services/calendar/gdata-calendar-event.c | 7 +- gdata/services/contacts/gdata-contacts-contact.c | 19 +-- gdata/tests/general.c | 196 ++++++----------------- 47 files changed, 615 insertions(+), 881 deletions(-) commit 4416f9d5dafb5cac81c8598c02e4595c51233e46 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 14 20:41:02 2010 +0100 [core] Remove shadowing of functions from unistd.h I wish the C standard library was namespaced. gdata/services/picasaweb/gdata-picasaweb-album.c | 12 +- gdata/tests/general.c | 158 +++++++++++------------ 2 files changed, 85 insertions(+), 85 deletions(-) commit 60dd6f1c939c1370daba65a49c4a6c897e9ff9c6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 14 20:29:33 2010 +0100 [documents] Clarified status of ETag support for adding documents to folders Removed a TODO about ETag support for adding documents to folders. gdata/services/documents/gdata-documents-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ac5100204516070296d0f54a5d3622ef06edbc13 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 14 17:00:14 2010 +0100 Bug 618586 — gdata_service_query_single_entry() encounters NULL type class Fix a crasher when using gdata_service_query_single_entry() with a type class which hasn't previously been initialised. Based on a patch by Richard Schwarting <aquarichy@gmail.com>. Closes: bgo#618586 gdata/gdata-service.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 649ab36963e57d839a845bdf0dd823a1f4f14485 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 14 16:36:15 2010 +0100 Bug 615721 — Support listing video categories Add support for listing the categories currently available on YouTube, along with whether they're assignable, browsable or deprecated. Coupled with locale support, this provides for localised category listings, too. Closes: bgo#615721 Makefile.am | 21 ++- docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 42 +++++ gdata/app/gdata-app-categories.c | 230 +++++++++++++++++++++++ gdata/app/gdata-app-categories.h | 71 +++++++ gdata/gdata.h | 4 + gdata/gdata.symbols | 10 + gdata/services/youtube/gdata-youtube-category.c | 239 ++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-category.h | 72 +++++++ gdata/services/youtube/gdata-youtube-service.c | 150 +++++++++++++++ gdata/services/youtube/gdata-youtube-service.h | 8 + gdata/tests/general.c | 50 +++++ gdata/tests/youtube.c | 134 +++++++++++++ 13 files changed, 1031 insertions(+), 6 deletions(-) commit 39c4bdd6ed202fdef6bd41259a63d86209f095ba Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 13 23:27:39 2010 +0100 [core] Add service locale support Add support for setting the locale for network requests on a per-service basis, using the Accept-Language header. Helps: bgo#615721 docs/reference/gdata-sections.txt | 2 ++ gdata/gdata-service.c | 73 ++++++++++++++++++++++++++++++++++++++- gdata/gdata-service.h | 3 ++ gdata/gdata.symbols | 2 ++ gdata/tests/general.c | 22 ++++++++++++ 5 files changed, 101 insertions(+), 1 deletion(-) commit 865618c3b9a202e2836cb5deb0786df0fdce4def Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 10 17:28:47 2010 +0100 [core] Makefile improvements An improvement to the marshalling stuff in the Makefile.am, plus a fix for EXTRA_DIST. Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit f74adf8b91241192b66b49eb8498d6388b028779 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Jun 8 15:26:29 2010 +0200 Updated Hungarian translation po/hu.po | 225 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 133 insertions(+), 92 deletions(-) commit 34ad1221607aab8f123faeedd9152a556c709d94 Author: António Lima <amrlima@gmail.com> Date: Tue May 25 00:20:58 2010 +0100 Updated Portuguese translation po/pt.po | 233 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 139 insertions(+), 94 deletions(-) commit 1c93522f7e82af080f4d467ddcc32d991cc2ad54 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sat May 15 14:07:46 2010 +0100 Bug 618584 — Implement gdata_entry_get_authors() Add gdata_entry_get_authors(), documentation and test cases. Closes: bgo#618584 docs/reference/gdata-sections.txt | 1 + gdata/gdata-entry.c | 17 +++++++++++++++++ gdata/gdata-entry.h | 1 + gdata/gdata.symbols | 1 + gdata/tests/general.c | 23 +++++++++++++++++++++++ 5 files changed, 43 insertions(+) commit c06ae0489b53c7f54fd78e2e7526067b78bf07ea Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue May 4 00:09:56 2010 +0100 [contacts] Fix use of uninitialised memory gdata/services/contacts/gdata-contacts-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 68e224154436d5f67a8bb0aac2979d711b48d65d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 2 17:46:56 2010 +0100 [youtube] Fix documentation example formatting gdata/services/youtube/gdata-youtube-video.c | 54 ++++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) commit 4e45d2f1cf199f9eed524769a6344b4dab25d546 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sun May 2 17:44:20 2010 +0100 Bug 579885 — Add code examples to documentation Add code examples to the documentation for GDataPicasaWebAlbum, GDataPicasaWebFile and GDataPicasaWebService. Helps: bgo#579885 gdata/services/picasaweb/gdata-picasaweb-album.c | 54 +++++++++++++++++++++- gdata/services/picasaweb/gdata-picasaweb-file.c | 50 +++++++++++++++++++- gdata/services/picasaweb/gdata-picasaweb-service.c | 51 ++++++++++++++++++++ 3 files changed, 152 insertions(+), 3 deletions(-) commit 91f7854eb50f05ca14fd4a151278f6c26951c51c Author: Claude Paroz <claude@2xlibre.net> Date: Fri Apr 30 21:43:40 2010 +0200 Updated French translation po/fr.po | 74 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 29 deletions(-) commit b7e888d11c87b8a41c86bc15e1430f0f144ec13d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 25 22:59:42 2010 +0100 [core] Update authentication documentation Update the authentication property documentation to be more specific about client IDs, and improve the documentation for a few other properties slightly. gdata/gdata-service.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit ed06b683af28db476d11be44c24dfeb0369c8af2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 25 22:55:21 2010 +0100 [youtube] Remove X-GData-Client header It was deprecated on 2010-03-22, so we might as well save the bandwidth and not send it with every request. gdata/services/youtube/gdata-youtube-service.c | 2 -- 1 file changed, 2 deletions(-) commit ae22caed577207bf55a5d394eedfa413ed64c4d2 Author: Daniel Nylander <po@danielnylander.se> Date: Sun Apr 25 08:03:53 2010 +0200 Updated Swedish translation po/sv.po | 215 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 127 insertions(+), 88 deletions(-) commit b932c923d2ada7b552728d711f371728004f81cc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 24 20:37:52 2010 +0100 [build] Add introspection.m4 Add a copy of introspection.m4 to the tree, copied from the gobject-introspection tree as per http://mail.gnome.org/archives/gtk-devel-list/2010-April/msg00092.html, since libgdata only has an optional dependency on g-i. Makefile.am | 1 + introspection.m4 | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) commit 4468035a9fab71253d66bf50234d9ca50cb3328a Author: Paul Smith <psmith@gnu.org> Date: Fri Apr 23 14:13:09 2010 +0100 Bug 616222 — libgdata fails to build from a remote directory Be more strict in our use of top_[srcdir|builddir]. Closes: bgo#616222 Makefile.am | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) commit fd1ad35ae98f811a893392698a54f39a9b2ea268 Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Mon Apr 19 02:09:46 2010 +0300 Added Lithuanian translation by Aurimas Černius. po/lt.po | 412 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 412 insertions(+) commit ebc4e10337016c258e90cef29d4e445d93349b55 Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Mon Apr 19 02:09:41 2010 +0300 Added Lithuanian translation by Aurimas Černius. po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit addb12cf63dedcd0b29543cc77693b741594a862 Author: Petr Kovar <pknbe@volny.cz> Date: Sat Apr 17 21:34:48 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit 77cb5aaa8ec8f67511d38d9b4f3977d316b3510a Author: Petr Kovar <pknbe@volny.cz> Date: Sat Apr 17 21:26:00 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 159 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 91 insertions(+), 68 deletions(-) commit cccac6be204384c71b73a0ac8fbbb5a55b23d0c8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 17 13:55:27 2010 +0100 [core] Simplify GDataQuery gdata/gdata-query.c | 69 +---------------------------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) commit f3d4e4261e0b1b06c2ab5ec401b08e518ed22090 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 3 00:02:49 2010 +0100 [core] Mark most getter functions as pure Add G_GNUC_PURE to all applicable getter functions, which should allow gcc to optimise calls to libgdata in some cases. This required a little rewrite of the authentication system to ensure the username and password (etc.) are only changed on the #GDataService from the main thread. gdata/atom/gdata-author.h | 8 +- gdata/atom/gdata-category.h | 8 +- gdata/atom/gdata-generator.h | 8 +- gdata/atom/gdata-link.h | 14 +- gdata/exif/gdata-exif-tags.h | 18 +- gdata/gcontact/gdata-gcontact-calendar.h | 10 +- gdata/gcontact/gdata-gcontact-event.h | 4 +- gdata/gcontact/gdata-gcontact-external-id.h | 8 +- gdata/gcontact/gdata-gcontact-jot.h | 4 +- gdata/gcontact/gdata-gcontact-language.h | 6 +- gdata/gcontact/gdata-gcontact-relation.h | 6 +- gdata/gcontact/gdata-gcontact-website.h | 10 +- gdata/gd/gdata-gd-email-address.h | 12 +- gdata/gd/gdata-gd-im-address.h | 12 +- gdata/gd/gdata-gd-name.h | 14 +- gdata/gd/gdata-gd-organization.h | 20 +- gdata/gd/gdata-gd-phone-number.h | 10 +- gdata/gd/gdata-gd-postal-address.h | 36 +-- gdata/gd/gdata-gd-reminder.h | 6 +- gdata/gd/gdata-gd-when.h | 8 +- gdata/gd/gdata-gd-where.h | 8 +- gdata/gd/gdata-gd-who.h | 8 +- gdata/gdata-access-rule.h | 2 +- gdata/gdata-download-stream.h | 8 +- gdata/gdata-entry.h | 20 +- gdata/gdata-feed.h | 34 +-- gdata/gdata-private.h | 10 +- gdata/gdata-query.h | 14 +- gdata/gdata-service.c | 324 +++++++++++----------- gdata/gdata-service.h | 12 +- gdata/gdata-upload-stream.h | 10 +- gdata/georss/gdata-georss-where.h | 4 +- gdata/media/gdata-media-category.h | 6 +- gdata/media/gdata-media-content.h | 19 +- gdata/media/gdata-media-credit.h | 6 +- gdata/media/gdata-media-group.h | 20 +- gdata/media/gdata-media-thumbnail.h | 9 +- gdata/services/calendar/gdata-calendar-calendar.h | 10 +- gdata/services/calendar/gdata-calendar-event.h | 28 +- gdata/services/calendar/gdata-calendar-feed.h | 4 +- gdata/services/calendar/gdata-calendar-query.h | 10 +- gdata/services/contacts/gdata-contacts-contact.h | 82 +++--- gdata/services/contacts/gdata-contacts-query.h | 8 +- gdata/services/documents/gdata-documents-entry.h | 8 +- gdata/services/documents/gdata-documents-query.h | 14 +- gdata/services/picasaweb/gdata-picasaweb-album.h | 26 +- gdata/services/picasaweb/gdata-picasaweb-file.h | 54 ++-- gdata/services/picasaweb/gdata-picasaweb-query.h | 10 +- gdata/services/picasaweb/gdata-picasaweb-user.h | 12 +- gdata/services/youtube/gdata-youtube-content.h | 2 +- gdata/services/youtube/gdata-youtube-control.h | 4 +- gdata/services/youtube/gdata-youtube-credit.h | 2 +- gdata/services/youtube/gdata-youtube-group.h | 8 +- gdata/services/youtube/gdata-youtube-query.h | 16 +- gdata/services/youtube/gdata-youtube-service.h | 4 +- gdata/services/youtube/gdata-youtube-state.h | 8 +- gdata/services/youtube/gdata-youtube-video.h | 36 +-- 57 files changed, 539 insertions(+), 543 deletions(-) commit e54748533b841ffa9decbb0245b1bdb39a86ae3e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 16 19:45:30 2010 +0100 Bug 615506 — totem: Youtube Search lasts forever while playing Video Add a #GDataService:timeout property, proxying the #SoupSession:timeout property, and allowing network requests to return with %GDATA_SERVICE_ERROR_NETWORK_ERROR if the timeout is exceeded. Helps: bgo#615506 docs/reference/gdata-sections.txt | 2 ++ gdata/gdata-service.c | 76 +++++++++++++++++++++++++++++++++++++-- gdata/gdata-service.h | 3 ++ gdata/gdata.symbols | 2 ++ 4 files changed, 81 insertions(+), 2 deletions(-) commit 474abfaf1a30a3fa80283e716f1376a26bfefc70 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 14 18:47:24 2010 +0100 [core] Remove unused parameters from _gdata_service_query() gdata/gdata-private.h | 4 ---- gdata/gdata-service.c | 7 +++---- gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) commit 88fbd3e060b4f3ff43c38b5a41de9c405ea86924 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 12 20:46:19 2010 +0100 [core] Include an XML declaration in the result of gdata_parsable_get_xml() Make the results of gdata_parsable_get_xml() valid XML documents in themselves. gdata/gdata-parsable.c | 3 ++- gdata/gdata-upload-stream.c | 2 +- gdata/tests/calendar.c | 3 +++ gdata/tests/contacts.c | 1 + gdata/tests/general.c | 48 ++++++++++++++++++++++++++++++++++++++++++++- gdata/tests/youtube.c | 3 +++ 6 files changed, 57 insertions(+), 3 deletions(-) commit 5d41df2fb49d88ff84887e4923a5093d9e1a39e9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 12 20:18:17 2010 +0100 [core] Revert interface change For it to work, it would have to break API by renaming GDataAccessHandlerIface to GDataAccessHandlerInterface. README | 2 +- configure.ac | 2 +- gdata/gdata-access-handler.c | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) commit 33ef10a4f0cd472c69d9651cee0184c20db8fa02 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 12 19:53:12 2010 +0100 [core] Use G_DEFINE_INTERFACE This bumps the GLib requirement up to 2.23.1. README | 2 +- configure.ac | 2 +- gdata/gdata-access-handler.c | 15 +-------------- 3 files changed, 3 insertions(+), 16 deletions(-) commit 043bbfaf99f6cd4e186d458a1fbfae537d6e1a78 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 12 19:28:17 2010 +0100 [core] Whitespace fixes Make indentation and whitespacing consistent throughout the entire project. I am so sad. HACKING | 3 +- gdata/atom/gdata-author.c | 28 +-- gdata/atom/gdata-category.c | 33 +-- gdata/atom/gdata-generator.c | 33 +-- gdata/atom/gdata-link.c | 48 ++-- gdata/atom/gdata-link.h | 3 +- gdata/exif/gdata-exif-tags.c | 4 +- gdata/gcontact/gdata-gcontact-calendar.c | 35 +-- gdata/gcontact/gdata-gcontact-event.c | 24 +- gdata/gcontact/gdata-gcontact-external-id.c | 27 +-- gdata/gcontact/gdata-gcontact-jot.c | 16 +- gdata/gcontact/gdata-gcontact-language.c | 16 +- gdata/gcontact/gdata-gcontact-relation.c | 24 +- gdata/gcontact/gdata-gcontact-website.c | 32 +-- gdata/gd/gdata-gd-email-address.c | 42 ++-- gdata/gd/gdata-gd-email-address.h | 2 +- gdata/gd/gdata-gd-im-address.c | 42 ++-- gdata/gd/gdata-gd-im-address.h | 2 +- gdata/gd/gdata-gd-name.c | 48 ++-- gdata/gd/gdata-gd-organization.c | 74 +++--- gdata/gd/gdata-gd-organization.h | 2 +- gdata/gd/gdata-gd-phone-number.c | 44 ++-- gdata/gd/gdata-gd-phone-number.h | 2 +- gdata/gd/gdata-gd-postal-address.c | 136 +++++------ gdata/gd/gdata-gd-reminder.c | 34 +-- gdata/gd/gdata-gd-reminder.h | 3 +- gdata/gd/gdata-gd-when.c | 32 +-- gdata/gd/gdata-gd-where.c | 28 +-- gdata/gd/gdata-gd-who.c | 26 +-- gdata/gdata-access-handler.c | 12 +- gdata/gdata-access-handler.h | 10 +- gdata/gdata-access-rule.c | 32 +-- gdata/gdata-buffer.c | 3 +- gdata/gdata-download-stream.c | 37 +-- gdata/gdata-entry.c | 80 +++---- gdata/gdata-feed.c | 145 ++++++------ gdata/gdata-parsable.c | 23 +- gdata/gdata-parsable.h | 3 +- gdata/gdata-parser.c | 76 +++--- gdata/gdata-private.h | 20 +- gdata/gdata-query.c | 104 +++++---- gdata/gdata-service.c | 165 ++++++------- gdata/gdata-service.h | 6 +- gdata/gdata-types.c | 8 +- gdata/gdata-upload-stream.c | 44 ++-- gdata/gdata-upload-stream.h | 2 +- gdata/georss/gdata-georss-where.c | 11 +- gdata/media/gdata-media-category.c | 24 +- gdata/media/gdata-media-content.c | 104 ++++----- gdata/media/gdata-media-credit.c | 24 +- gdata/media/gdata-media-group.c | 14 +- gdata/media/gdata-media-thumbnail.c | 40 ++-- gdata/services/calendar/gdata-calendar-calendar.c | 79 +++---- gdata/services/calendar/gdata-calendar-event.c | 113 +++++---- gdata/services/calendar/gdata-calendar-feed.c | 16 +- gdata/services/calendar/gdata-calendar-query.c | 92 ++++---- gdata/services/calendar/gdata-calendar-query.h | 4 +- gdata/services/calendar/gdata-calendar-service.c | 37 ++- gdata/services/calendar/gdata-calendar-service.h | 22 +- gdata/services/contacts/gdata-contacts-contact.c | 150 ++++++------ gdata/services/contacts/gdata-contacts-query.c | 42 ++-- gdata/services/contacts/gdata-contacts-query.h | 3 +- gdata/services/contacts/gdata-contacts-service.c | 16 +- gdata/services/contacts/gdata-contacts-service.h | 12 +- gdata/services/documents/gdata-documents-entry.c | 71 +++--- gdata/services/documents/gdata-documents-feed.c | 10 +- .../documents/gdata-documents-presentation.c | 7 +- .../documents/gdata-documents-presentation.h | 17 +- gdata/services/documents/gdata-documents-query.c | 68 +++--- gdata/services/documents/gdata-documents-service.c | 70 +++--- gdata/services/documents/gdata-documents-service.h | 22 +- .../documents/gdata-documents-spreadsheet.c | 18 +- .../documents/gdata-documents-spreadsheet.h | 19 +- gdata/services/documents/gdata-documents-text.c | 12 +- gdata/services/documents/gdata-documents-text.h | 9 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 126 +++++----- gdata/services/picasaweb/gdata-picasaweb-album.h | 4 +- gdata/services/picasaweb/gdata-picasaweb-feed.c | 71 ++---- gdata/services/picasaweb/gdata-picasaweb-file.c | 254 +++++++++++---------- gdata/services/picasaweb/gdata-picasaweb-file.h | 3 +- gdata/services/picasaweb/gdata-picasaweb-query.c | 58 ++--- gdata/services/picasaweb/gdata-picasaweb-query.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 62 +++-- gdata/services/picasaweb/gdata-picasaweb-service.h | 28 ++- gdata/services/picasaweb/gdata-picasaweb-user.c | 48 ++-- gdata/services/youtube/gdata-youtube-content.c | 8 +- gdata/services/youtube/gdata-youtube-control.c | 4 +- gdata/services/youtube/gdata-youtube-credit.c | 8 +- gdata/services/youtube/gdata-youtube-group.c | 3 +- gdata/services/youtube/gdata-youtube-group.h | 4 +- gdata/services/youtube/gdata-youtube-query.c | 100 ++++---- gdata/services/youtube/gdata-youtube-service.c | 90 ++++---- gdata/services/youtube/gdata-youtube-service.h | 30 +-- gdata/services/youtube/gdata-youtube-state.c | 48 ++-- gdata/services/youtube/gdata-youtube-video.c | 169 +++++++------- gdata/services/youtube/gdata-youtube-video.h | 3 +- 96 files changed, 1937 insertions(+), 1925 deletions(-) commit 886a47e9cdbd964fb8808af59ccf7f670b865edf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 10 18:34:18 2010 +0100 [documents] Fix type checks for document queries gdata/services/documents/gdata-documents-service.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 3cfb19d58b7a817c36938ff4168ebf4e8b962440 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 10 18:27:02 2010 +0100 [core] Fix cancellation races in GDataBuffer and GDataUploadStream gdata/gdata-buffer.c | 4 ++-- gdata/gdata-upload-stream.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) commit ca20862ec3235e25763317ebdea60146327ecd14 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 10 18:13:52 2010 +0100 [core] Tidy up preconditions Tidy up the public API preconditions and ensure they're present for all public (and most semi-public) functions. gdata/atom/gdata-author.c | 3 ++ gdata/atom/gdata-category.c | 3 ++ gdata/atom/gdata-generator.c | 3 ++ gdata/atom/gdata-link.c | 3 ++ gdata/gcontact/gdata-gcontact-calendar.c | 3 ++ gdata/gcontact/gdata-gcontact-external-id.c | 3 ++ gdata/gcontact/gdata-gcontact-language.c | 3 ++ gdata/gcontact/gdata-gcontact-website.c | 3 ++ gdata/gd/gdata-gd-email-address.c | 3 ++ gdata/gd/gdata-gd-im-address.c | 4 ++ gdata/gd/gdata-gd-name.c | 5 +++ gdata/gd/gdata-gd-organization.c | 3 ++ gdata/gd/gdata-gd-phone-number.c | 4 ++ gdata/gd/gdata-gd-postal-address.c | 3 ++ gdata/gd/gdata-gd-reminder.c | 4 ++ gdata/gd/gdata-gd-when.c | 3 ++ gdata/gd/gdata-gd-where.c | 3 ++ gdata/gd/gdata-gd-who.c | 3 ++ gdata/gdata-access-handler.c | 6 +-- gdata/gdata-buffer.c | 17 +++++++- gdata/gdata-entry.c | 4 +- gdata/gdata-feed.c | 2 +- gdata/gdata-parsable.c | 11 ++++++ gdata/gdata-query.c | 7 ++++ gdata/gdata-service.c | 4 -- gdata/gdata-upload-stream.c | 1 + gdata/media/gdata-media-group.c | 7 ++++ gdata/services/calendar/gdata-calendar-calendar.c | 40 +++++++++---------- gdata/services/calendar/gdata-calendar-event.c | 46 +++++++++++----------- gdata/services/calendar/gdata-calendar-service.c | 28 +++++++++++++ gdata/services/contacts/gdata-contacts-service.c | 14 +++++++ .../documents/gdata-documents-presentation.c | 2 + gdata/services/documents/gdata-documents-service.c | 12 ++++++ .../documents/gdata-documents-spreadsheet.c | 2 + gdata/services/documents/gdata-documents-text.c | 2 + gdata/services/picasaweb/gdata-picasaweb-service.c | 14 ++++++- gdata/services/youtube/gdata-youtube-service.c | 32 +++++++++++++++ gdata/services/youtube/gdata-youtube-video.c | 6 +-- 38 files changed, 257 insertions(+), 59 deletions(-) commit f76e3ce0fdd14beb58fd1dae48eb865e21a54ee3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 10 16:23:43 2010 +0100 [core] Fix sign issues in GDataQuery Make GDataQuery:start-index and GDataQuery:max-results unsigned integers, rather than signed integers, with default values of 0. Note that this is an API break, though it doesn't affect any known current users of libgdata. gdata/gdata-query.c | 76 ++++++++++++------------ gdata/gdata-query.h | 10 ++-- gdata/services/calendar/gdata-calendar-query.c | 6 +- gdata/services/contacts/gdata-contacts-query.c | 10 ++-- gdata/services/contacts/gdata-contacts-query.h | 2 +- gdata/services/documents/gdata-documents-query.c | 10 ++-- gdata/services/documents/gdata-documents-query.h | 3 +- gdata/services/picasaweb/gdata-picasaweb-query.c | 21 +++---- gdata/services/picasaweb/gdata-picasaweb-query.h | 3 +- gdata/services/youtube/gdata-youtube-query.c | 2 +- gdata/tests/general.c | 6 +- 11 files changed, 73 insertions(+), 76 deletions(-) commit eeaaf33238c08962c72193d90205fa490c5dfb87 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 9 22:34:56 2010 +0100 [core] Improve documentation a little gdata/gdata-service.c | 1 + 1 file changed, 1 insertion(+) commit 721dd8d66611474a71ec55ae86f133e4a67aac26 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 9 22:32:29 2010 +0100 [picasaweb] Fix small leak gdata/services/picasaweb/gdata-picasaweb-service.c | 3 +++ 1 file changed, 3 insertions(+) commit a7659ba16449f2cae97eadcb2e3ac59f01bfe016 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 9 22:31:30 2010 +0100 [gcontact] Fix documentation gdata/gcontact/gdata-gcontact-external-id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b56ed5d7d6bdebc793bbb5a13d022aa61fb86860 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 9 00:53:36 2010 +0100 [core] Improve cancellation support Make use of libsoup's message cancellation functionality, rather than checking for cancellation ourselves at arbitrary points during operations. This fixes cancellation support for sync and async operations, and adds an API guarantee that if an operation is cancelled before its network activity has finished (or started), the operation will always return a cancelled error. If an operation is cancelled after its network activity has finished, the operation will always return its results as normal. docs/reference/gdata-overview.xml | 26 ++- gdata/gdata-access-handler.c | 130 ++++-------- gdata/gdata-private.h | 3 +- gdata/gdata-service.c | 227 +++++++++------------ gdata/services/contacts/gdata-contacts-contact.c | 66 ++---- gdata/services/documents/gdata-documents-service.c | 72 ++----- 6 files changed, 211 insertions(+), 313 deletions(-) commit 5b7b1e0e6a18ae4dbc63aecc11c473b651e5244d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 9 19:18:20 2010 +0100 [core] Improve preconditions for GDataService methods gdata/gdata-service.c | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) commit e4ebb13a83cd9d2747ac8eedfd3b43997d6e48f0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 8 21:53:23 2010 +0100 [core] Fix ETag returns for async queries If an async query had an ETag match, a NULL feed was returned, but the async query code didn't handle this properly. gdata/gdata-service.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit e2c05a5ec51624a17e1c7792eb55efed174c077e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 8 21:07:50 2010 +0100 [youtube] Fix parsing of content elements gdata/media/gdata-media-group.c | 4 +++- gdata/services/youtube/gdata-youtube-group.c | 23 +++++++---------------- 2 files changed, 10 insertions(+), 17 deletions(-) commit eab9685d23dcd6e809281a04e1eef33faa9adeee Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 19:00:24 2010 +0100 [gcontact] Add support for GDataGContactLanguage and hobbies Closes: bgo#613551 Makefile.am | 2 + docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 29 ++ gdata/gcontact/gdata-gcontact-language.c | 340 +++++++++++++++++++++++ gdata/gcontact/gdata-gcontact-language.h | 76 +++++ gdata/gdata.h | 1 + gdata/gdata.symbols | 13 + gdata/services/contacts/gdata-contacts-contact.c | 152 ++++++++++ gdata/services/contacts/gdata-contacts-contact.h | 9 + gdata/tests/contacts.c | 52 ++++ gdata/tests/general.c | 85 ++++++ 11 files changed, 760 insertions(+) commit 4dd2c49b2039d8d6153cbe5563a531e6c55aa77f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 18:04:08 2010 +0100 [gcontact] Add GDataGContactExternalID Helps: bgo#613551 Makefile.am | 2 + docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 32 ++ gdata/gcontact/gdata-gcontact-external-id.c | 421 +++++++++++++++++++++++ gdata/gcontact/gdata-gcontact-external-id.h | 128 +++++++ gdata/gdata.h | 1 + gdata/gdata.symbols | 12 + gdata/services/contacts/gdata-contacts-contact.c | 67 +++- gdata/services/contacts/gdata-contacts-contact.h | 5 + gdata/tests/contacts.c | 27 ++ gdata/tests/general.c | 87 +++++ 11 files changed, 781 insertions(+), 2 deletions(-) commit 79e784f5d6151b4a1ec2c2799d9e4239a52d2b98 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 17:14:23 2010 +0100 [contacts] Add user-defined field support Helps: bgo#613551 docs/reference/gdata-sections.txt | 3 + gdata/gdata.symbols | 3 + gdata/services/contacts/gdata-contacts-contact.c | 116 ++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 4 + gdata/tests/contacts.c | 23 +++++ 5 files changed, 145 insertions(+), 4 deletions(-) commit ac13100d5464e944aa8b07811202a410cd1546b8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 16:32:29 2010 +0100 [build] Update git.mk from Pango git.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit e82c804128fa775d26dad7a39acd09c1b0603b6a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 15:51:10 2010 +0100 [contacts] Add support for more gContact namespace elements The following elements are now supported: * billingInformation * directoryServer * gender * initials * maidenName * mileage * occupation * priority * sensitivity * shortName * subject Helps: bgo#613551 docs/reference/gdata-sections.txt | 31 + gdata/gdata.symbols | 22 + gdata/services/contacts/gdata-contacts-contact.c | 771 ++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 114 ++++ gdata/tests/contacts.c | 152 ++++- 5 files changed, 1086 insertions(+), 4 deletions(-) commit 58da2602ea3616a6d397384d0b1bfae8eef0437a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Apr 6 09:35:08 2010 +0100 [core] Add support for <rights> to GDataFeed docs/reference/gdata-sections.txt | 1 + gdata/gdata-entry.c | 1 + gdata/gdata-feed.c | 45 +++++++++++++++++++++++++++++++++++++-- gdata/gdata-feed.h | 1 + gdata/gdata.symbols | 1 + gdata/tests/general.c | 7 +++++- 6 files changed, 53 insertions(+), 3 deletions(-) commit 459aaf6d5931b426e062ecbe6d29df06cca2d7fe Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 3 09:10:57 2010 +0100 [core] Make function order consistent gdata/gdata-access-rule.c | 122 ++++++++--------- gdata/services/calendar/gdata-calendar-calendar.c | 12 +- gdata/services/documents/gdata-documents-entry.c | 152 ++++++++++----------- gdata/services/documents/gdata-documents-folder.c | 38 +++--- gdata/services/documents/gdata-documents-query.c | 22 +-- gdata/services/documents/gdata-documents-service.c | 40 +++--- gdata/services/picasaweb/gdata-picasaweb-service.c | 40 +++--- gdata/services/youtube/gdata-youtube-video.c | 36 ++--- 8 files changed, 231 insertions(+), 231 deletions(-) commit f98aed130bb2275ab4ea50aaec6016562aa54a3a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 1 22:58:46 2010 +0100 [core] Add G_GNUC_MALLOC to all functions returning allocated data This is in addition to G_GNUC_WARN_UNUSED_RESULT, so that we get the benefit of compiler aliasing optimisations, plus a reminder to not discard returned values without freeing/unreffing them. gdata/atom/gdata-author.h | 2 +- gdata/atom/gdata-category.h | 2 +- gdata/atom/gdata-link.h | 2 +- gdata/gcontact/gdata-gcontact-calendar.h | 2 +- gdata/gcontact/gdata-gcontact-event.h | 3 ++- gdata/gcontact/gdata-gcontact-jot.h | 2 +- gdata/gcontact/gdata-gcontact-relation.h | 3 ++- gdata/gcontact/gdata-gcontact-website.h | 2 +- gdata/gd/gdata-gd-email-address.h | 2 +- gdata/gd/gdata-gd-im-address.h | 2 +- gdata/gd/gdata-gd-name.h | 2 +- gdata/gd/gdata-gd-organization.h | 2 +- gdata/gd/gdata-gd-phone-number.h | 2 +- gdata/gd/gdata-gd-postal-address.h | 3 ++- gdata/gd/gdata-gd-reminder.h | 2 +- gdata/gd/gdata-gd-when.h | 2 +- gdata/gd/gdata-gd-where.h | 2 +- gdata/gd/gdata-gd-who.h | 3 ++- gdata/gdata-access-handler.h | 6 +++--- gdata/gdata-access-rule.h | 2 +- gdata/gdata-buffer.h | 2 +- gdata/gdata-download-stream.h | 2 +- gdata/gdata-entry.h | 4 ++-- gdata/gdata-parsable.h | 4 ++-- gdata/gdata-parser.h | 4 ++-- gdata/gdata-private.h | 16 +++++++++------ gdata/gdata-query.h | 6 +++--- gdata/gdata-service.h | 19 +++++++++-------- gdata/gdata-types.h | 2 +- gdata/gdata-upload-stream.h | 2 +- gdata/media/gdata-media-category.h | 2 +- gdata/media/gdata-media-content.h | 4 +++- gdata/media/gdata-media-thumbnail.h | 4 +++- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-event.h | 2 +- gdata/services/calendar/gdata-calendar-query.h | 4 ++-- gdata/services/calendar/gdata-calendar-service.h | 10 ++++----- gdata/services/contacts/gdata-contacts-contact.h | 6 +++--- gdata/services/contacts/gdata-contacts-query.h | 4 ++-- gdata/services/contacts/gdata-contacts-service.h | 8 ++++---- gdata/services/documents/gdata-documents-entry.h | 2 +- gdata/services/documents/gdata-documents-folder.h | 2 +- .../documents/gdata-documents-presentation.h | 7 ++++--- gdata/services/documents/gdata-documents-query.h | 4 ++-- gdata/services/documents/gdata-documents-service.h | 16 +++++++-------- .../documents/gdata-documents-spreadsheet.h | 6 +++--- gdata/services/documents/gdata-documents-text.h | 6 +++--- gdata/services/picasaweb/gdata-picasaweb-album.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-query.h | 4 ++-- gdata/services/picasaweb/gdata-picasaweb-service.h | 24 ++++++++++++---------- gdata/services/youtube/gdata-youtube-query.h | 2 +- gdata/services/youtube/gdata-youtube-service.h | 10 ++++----- gdata/services/youtube/gdata-youtube-video.h | 4 ++-- 54 files changed, 132 insertions(+), 114 deletions(-) commit b926e8e717f309a7d49c57560b4ad4dbf683b215 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 1 20:58:00 2010 +0100 [docs] Add note about #defined strings HACKING | 3 ++- docs/reference/gdata-overview.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) commit f0a69f5d52511152e089977827eb69e0497c88d2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 1 20:23:36 2010 +0100 [core] Use libsoup status constants Use libsoup status constants when dealing with HTTP statuses for clarity. gdata/gdata-access-handler.c | 8 ++++---- gdata/gdata-service.c | 12 ++++++------ gdata/gdata-upload-stream.c | 2 +- gdata/services/contacts/gdata-contacts-contact.c | 4 ++-- gdata/services/documents/gdata-documents-service.c | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) commit ce3e887ec2f1a4a5f10bb9276d25eff2dd057164 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 31 00:45:26 2010 +0100 [calendar] Add missing parsing fallback gdata/services/calendar/gdata-calendar-feed.c | 2 ++ 1 file changed, 2 insertions(+) commit a0742d438ac0cca989e3eb4756d9985596e5479a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 31 00:22:07 2010 +0100 [core] Unify queries for single entries Add a new gdata_service_query_single_entry() function (and async variant) to serve as the main function to call for retrieving a single entry from any service. As a consequence of this, the GDataQuery:entry-id property has been removed, as it's now redundant (and never worked well anyway). ABI has been broken apart from the API removals due to adding a new member to GDataEntryClass. Note that this includes the removal of: * gdata_youtube_service_query_single_video() (and async variant) * gdata_documents_service_query_single_document() * gdata_query_new_for_id() * gdata_query_[get|set]_entry_id() docs/reference/gdata-sections.txt | 10 +- gdata/gdata-entry.c | 11 ++ gdata/gdata-entry.h | 9 +- gdata/gdata-query.c | 89 +---------- gdata/gdata-query.h | 5 +- gdata/gdata-service.c | 175 ++++++++++++++++++++- gdata/gdata-service.h | 6 + gdata/gdata.symbols | 10 +- gdata/services/contacts/gdata-contacts-contact.c | 19 +++ gdata/services/documents/gdata-documents-query.c | 7 +- gdata/services/documents/gdata-documents-service.c | 70 +-------- gdata/services/documents/gdata-documents-service.h | 2 - gdata/services/picasaweb/gdata-picasaweb-file.c | 19 +++ gdata/services/youtube/gdata-youtube-service.c | 159 ------------------- gdata/services/youtube/gdata-youtube-service.h | 7 - gdata/services/youtube/gdata-youtube-video.c | 30 ++++ gdata/tests/contacts.c | 4 - gdata/tests/documents.c | 11 +- gdata/tests/general.c | 1 - gdata/tests/picasaweb.c | 22 +++ gdata/tests/youtube.c | 9 +- 21 files changed, 310 insertions(+), 365 deletions(-) commit 4e36bb3457f45828c79f9f9794307f1205d9e59d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 30 17:24:31 2010 +0100 [youtube] Fix keyword tests gdata/tests/youtube.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit 66aa9b407b014aa8af1528f1a72fe3d097397429 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 30 17:19:59 2010 +0100 [picasaweb] Fix class definition for GDataPicasaWeb gdata/services/picasaweb/gdata-picasaweb-user.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-user.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 54a8022e06e986c06a0a5aa87458c2d3d8d7f4fb Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Mar 30 20:53:16 2010 +0200 Updated Spanish translation po/es.po | 67 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 25 deletions(-) commit 270b8bae0c238ea0b8335af8f04e4c20a505ddc1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 30 00:44:47 2010 +0100 Bug 614253 — GDataMediaGroup:tags should be a string array Convert GDataMediaGroup:tags to be a string array, which automatically escapes and unescapes the tags passed to it. Also convert all properties which proxy GDataMediaGroup:tags, which means the following API breaks: * GDataPicasaWebAlbum:tags and getter/setter * GDataPicasaWebFile:tags and getter/setter * GDataYouTubeVideo:keywords and getter/setter All these properties are now string arrays, and their getters/setters deal with them as such. Closes: bgo#614253 gdata/media/gdata-media-group.c | 88 ++++++++++++++++++++---- gdata/media/gdata-media-group.h | 4 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 20 +++--- gdata/services/picasaweb/gdata-picasaweb-album.h | 4 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 20 +++--- gdata/services/picasaweb/gdata-picasaweb-file.h | 4 +- gdata/services/youtube/gdata-youtube-video.c | 22 +++--- gdata/services/youtube/gdata-youtube-video.h | 4 +- gdata/tests/picasaweb.c | 23 +++++-- 9 files changed, 133 insertions(+), 56 deletions(-) commit 8625f6bf68dda2e4f973ca5c1dc92d81f55e4f6f Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Mar 29 21:56:50 2010 +0200 Updated German translation po/de.po | 74 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 29 deletions(-) commit 1fb54efce0bba1e611c3c5a7bb30258b9163e95e Author: Matej Urbančič <mateju@svn.gnome.org> Date: Mon Mar 29 20:57:16 2010 +0200 Updated Slovenian translation po/sl.po | 65 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 24 deletions(-) commit ba286a7f4b52f9c35d2062a9cc5c7181cc6573c9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 29 19:19:45 2010 +0100 [core] Improve error reporting when there's no network connection Add GDATA_SERVICE_ERROR_NETWORK_ERROR and GDATA_SERVICE_ERROR_PROXY_ERROR, to be returned by all network operations (authentication, queries, insertions, updates and deletions) in case of a local network error or a proxy error, respectively. gdata/gdata-service.c | 37 ++++++++++++++++++++++++++++--------- gdata/gdata-service.h | 12 +++++++++--- gdata/tests/general.c | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 12 deletions(-) commit b193da507a63da2fe1e0f7dc44aae9949f4d7545 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Mon Mar 29 14:09:38 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 180 ++++++++++++++++++++++++++++++++++++------------------------ po/zh_TW.po | 180 ++++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 218 insertions(+), 142 deletions(-) commit 1ad02bfea27ef665e1298c1ca29208bdc30233cd Author: Petr Kovar <pknbe@volny.cz> Date: Mon Mar 29 00:47:30 2010 +0200 Update Czech translation po/cs.po | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit 3f159da1916e6d3c3c7728928b147c7c326976ca Author: Marek Černocký <marek@manet.cz> Date: Sun Mar 28 23:03:58 2010 +0200 Update Czech translation po/cs.po | 181 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 102 insertions(+), 79 deletions(-) commit fa4a5fdd33be5a7aac9a34e30efce744a22f88b5 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Mar 27 19:31:44 2010 +0100 Updated Slovenian translation po/sl.po | 176 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 94 insertions(+), 82 deletions(-) commit 7b79b7da769d96aacb182e684a4b85b3bb0140c5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 16:21:19 2010 +0000 [docs] More documentation warning fixes HACKING | 3 ++- gdata/atom/gdata-author.c | 6 ++++-- gdata/atom/gdata-category.c | 6 ++++-- gdata/atom/gdata-generator.c | 6 ++++-- gdata/atom/gdata-link.c | 14 ++++++++------ gdata/exif/gdata-exif-tags.c | 12 ++++++------ gdata/gcontact/gdata-gcontact-calendar.c | 6 ++++-- gdata/gcontact/gdata-gcontact-website.c | 6 ++++-- gdata/gd/gdata-gd-email-address.c | 6 ++++-- gdata/gd/gdata-gd-im-address.c | 6 ++++-- gdata/gd/gdata-gd-name.c | 6 ++++-- gdata/gd/gdata-gd-organization.c | 6 ++++-- gdata/gd/gdata-gd-phone-number.c | 6 ++++-- gdata/gd/gdata-gd-postal-address.c | 6 ++++-- gdata/gd/gdata-gd-reminder.c | 16 +++++++++------- gdata/gd/gdata-gd-when.c | 8 +++++--- gdata/gd/gdata-gd-where.c | 6 ++++-- gdata/gd/gdata-gd-who.c | 6 ++++-- gdata/gdata-access-rule.c | 2 +- gdata/gdata-buffer.c | 6 +++--- gdata/gdata-download-stream.c | 11 ++++++----- gdata/gdata-feed.c | 6 +++--- gdata/gdata-parser.c | 8 ++++---- gdata/gdata-query.c | 18 +++++++++--------- gdata/gdata-service.h | 7 ++++--- gdata/gdata-upload-stream.c | 4 ++-- gdata/georss/gdata-georss-where.c | 5 +++-- gdata/media/gdata-media-content.c | 8 ++++---- gdata/media/gdata-media-thumbnail.c | 6 +++--- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 2 +- gdata/services/calendar/gdata-calendar-query.c | 8 ++++---- gdata/services/contacts/gdata-contacts-contact.c | 4 ++-- gdata/services/documents/gdata-documents-entry.c | 4 ++-- .../documents/gdata-documents-spreadsheet.c | 12 ++++++------ gdata/services/picasaweb/gdata-picasaweb-album.c | 16 +++++++++------- gdata/services/picasaweb/gdata-picasaweb-file.c | 22 ++++++++++++---------- gdata/services/picasaweb/gdata-picasaweb-query.c | 13 +++++++------ gdata/services/picasaweb/gdata-picasaweb-user.c | 14 +++++++------- gdata/services/youtube/gdata-youtube-group.c | 4 ++-- gdata/services/youtube/gdata-youtube-query.c | 15 ++++++++------- gdata/services/youtube/gdata-youtube-video.c | 6 +++--- 42 files changed, 188 insertions(+), 146 deletions(-) commit 09022c450b40178782016036391d60973a7dba72 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 15:04:10 2010 +0000 [youtube] Add #defines for YouTube objects docs/reference/gdata-sections.txt | 1 + gdata/services/youtube/gdata-youtube-credit.c | 4 ++-- gdata/services/youtube/gdata-youtube-credit.h | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) commit 548d9dda255f0f359e04280c0b1512459b7f606b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 14:49:41 2010 +0000 [picasaweb] Add #defines for PicasaWeb objects docs/reference/gdata-sections.txt | 4 +++ gdata/services/picasaweb/gdata-picasaweb-file.c | 4 +-- gdata/services/picasaweb/gdata-picasaweb-file.h | 36 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) commit c78794f350371e31b54d4b44bb264ccb27238571 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 14:38:03 2010 +0000 [calendar] Add #defines for Google Calendar objects docs/reference/gdata-sections.txt | 9 +++ gdata/gd/gdata-gd-when.h | 81 +++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-calendar.c | 6 +- gdata/services/calendar/gdata-calendar-event.c | 7 +- gdata/services/calendar/gdata-calendar-feed.c | 3 +- gdata/tests/calendar.c | 4 +- gdata/tests/general.c | 2 +- 7 files changed, 103 insertions(+), 9 deletions(-) commit d6a73292156dd30e779a85291f75ae23ccdfc38b Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Mar 27 13:42:46 2010 +0100 Updated Spanish translation po/es.po | 174 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 95 insertions(+), 79 deletions(-) commit fe88f6da332e26a154b8ea241993b6f2405d1f7d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 00:28:56 2010 +0000 [documents] Minor documentation fix gdata/services/documents/gdata-documents-presentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a464563b8203381db2b708e65998ef6ae3ed6012 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Mar 27 00:18:49 2010 +0000 [gd] Add #defines for GData namespace objects docs/reference/gdata-sections.txt | 56 +++++++++++- gdata/gd/gdata-gd-email-address.c | 2 +- gdata/gd/gdata-gd-email-address.h | 27 ++++++ gdata/gd/gdata-gd-im-address.c | 4 +- gdata/gd/gdata-gd-im-address.h | 108 ++++++++++++++++++++++ gdata/gd/gdata-gd-organization.c | 2 +- gdata/gd/gdata-gd-organization.h | 18 ++++ gdata/gd/gdata-gd-phone-number.c | 2 +- gdata/gd/gdata-gd-phone-number.h | 180 +++++++++++++++++++++++++++++++++++++ gdata/gd/gdata-gd-postal-address.c | 9 +- gdata/gd/gdata-gd-postal-address.h | 27 ++++++ gdata/gd/gdata-gd-reminder.c | 2 +- gdata/gd/gdata-gd-reminder.h | 27 ++++++ gdata/gd/gdata-gd-where.c | 3 +- gdata/gd/gdata-gd-where.h | 27 ++++++ gdata/gd/gdata-gd-who.c | 3 +- gdata/gd/gdata-gd-who.h | 38 ++++++++ gdata/tests/calendar.c | 2 +- gdata/tests/contacts.c | 15 ++-- gdata/tests/general.c | 34 +++---- 20 files changed, 545 insertions(+), 41 deletions(-) commit 464988fc97a1aaa9eebcd8657626a0dab6f33597 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 26 22:57:27 2010 +0000 [core] Add #defines for GDataAccessRule-related things from the new defines, which are split across the gAcl, Google Calendar and Google Documents namespaces. docs/reference/gdata-sections.txt | 12 ++++++ gdata/gdata-access-rule.c | 17 ++++++--- gdata/gdata-access-rule.h | 36 ++++++++++++++++++ gdata/services/calendar/gdata-calendar-calendar.c | 6 ++- gdata/services/calendar/gdata-calendar-calendar.h | 46 +++++++++++++++++++++++ gdata/services/documents/gdata-documents-entry.c | 6 ++- gdata/services/documents/gdata-documents-entry.h | 28 ++++++++++++++ gdata/services/youtube/gdata-youtube-video.h | 2 +- gdata/tests/calendar.c | 20 +++++----- gdata/tests/documents.c | 4 +- gdata/tests/general.c | 6 +-- 11 files changed, 159 insertions(+), 24 deletions(-) commit 869553d37d02ddff39166c0c961c2697b59ae9ba Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 26 22:10:44 2010 +0000 [core] Remove several enumerated types Remove GDataYouTubeAspectRatio, and replace it with a GDATA_YOUTUBE_ASPECT_RATIO_WIDESCREEN #define. Remove GDataYouTubeAction and replace it with #defines for all its members. This is an API and ABI break necessary to enforce the newly-finalised policy that enums are avoided where possible for API which interacts with or represents data from the server. docs/reference/gdata-overview.xml | 5 +- docs/reference/gdata-sections.txt | 13 ++-- gdata/gdata.symbols | 2 - gdata/services/youtube/gdata-youtube-group.c | 31 ++++------ gdata/services/youtube/gdata-youtube-group.h | 4 +- gdata/services/youtube/gdata-youtube-video.c | 58 ++++++------------ gdata/services/youtube/gdata-youtube-video.h | 91 ++++++++++++++++++---------- 7 files changed, 104 insertions(+), 100 deletions(-) commit 37376eb3e63da22c4ba766988810d4a0b72f8e84 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 26 19:35:25 2010 +0000 [docs] Add a philosophy section to the documentation This section gives some details about some of the design decisions in libgdata which have affected the API. This also updates the HACKING file, with references to the new documentation sections, and a few updated commenting rules. HACKING | 21 +++++++++++++++-- docs/reference/gdata-overview.xml | 47 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 63 insertions(+), 5 deletions(-) commit dc7df0137940a62de0895d0831a7dd0965110b1c Author: Mario Blättermann <mariobl@gnome.org> Date: Fri Mar 26 11:57:24 2010 +0100 Updated German translation po/de.po | 180 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 99 insertions(+), 81 deletions(-) commit 2902326cd1437d7d3d9ee5f2298d8e6ad4b05c70 Author: Bruno Brouard <annoa.b@gmail.com> Date: Fri Mar 26 10:58:04 2010 +0100 Updated French translation po/fr.po | 172 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 94 insertions(+), 78 deletions(-) commit aa23ec1cdcaaa5511a5ba713bebdbe0f101bf180 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 00:43:09 2010 +0000 Bug 613551 — Add gContact namespace Add support for various elements from the gContact namespace, and implement them in #GDataContactsContact. There is now support for contact: * nicknames * birthdays * jots (notes about a contact) * relations (with other people, not necessarily family) * websites * events (anniversaries, important dates, etc.) * calendar links Helps: bgo#613551 Makefile.am | 22 +- docs/reference/gdata-docs.xml | 9 + docs/reference/gdata-sections.txt | 176 ++++++ gdata/gcontact/gdata-gcontact-calendar.c | 490 +++++++++++++++++ gdata/gcontact/gdata-gcontact-calendar.h | 119 ++++ gdata/gcontact/gdata-gcontact-event.c | 446 +++++++++++++++ gdata/gcontact/gdata-gcontact-event.h | 102 ++++ gdata/gcontact/gdata-gcontact-jot.c | 308 +++++++++++ gdata/gcontact/gdata-gcontact-jot.h | 135 +++++ gdata/gcontact/gdata-gcontact-relation.c | 406 ++++++++++++++ gdata/gcontact/gdata-gcontact-relation.h | 246 +++++++++ gdata/gcontact/gdata-gcontact-website.c | 469 ++++++++++++++++ gdata/gcontact/gdata-gcontact-website.h | 167 ++++++ gdata/gdata-parser.c | 25 + gdata/gdata-parser.h | 1 + gdata/gdata.h | 7 + gdata/gdata.symbols | 65 +++ gdata/services/contacts/gdata-contacts-contact.c | 665 +++++++++++++++++++++-- gdata/services/contacts/gdata-contacts-contact.h | 37 +- gdata/tests/contacts.c | 317 ++++++++++- gdata/tests/general.c | 432 +++++++++++++++ 21 files changed, 4591 insertions(+), 53 deletions(-) commit 3dad7fe3e3b48fd7090b21dc92ed770c338732da Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 14:33:04 2010 +0000 [core] Add GDataAccessRule:edited Allow retrieval of the last edit time for access rules using the docs/reference/gdata-sections.txt | 1 + gdata/gdata-access-rule.c | 53 +++++++++++++++++++++++++++++++++++++-- gdata/gdata-access-rule.h | 1 + gdata/gdata.symbols | 1 + gdata/tests/calendar.c | 6 +++++ gdata/tests/general.c | 16 +++++++++++- 6 files changed, 75 insertions(+), 3 deletions(-) commit c9dc64a56aa098a5dff2b1317d2916d182932619 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 13:38:32 2010 +0000 [core] Remove unnecessary preconditions in internal functions gdata/gdata-entry.c | 4 ---- gdata/gdata-feed.c | 12 +----------- 2 files changed, 1 insertion(+), 15 deletions(-) commit 4193e1819b4d05a97c54803a71e1f4ff0f1df974 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 13:29:18 2010 +0000 [core] Ensure newly-created entries can never be inserted if they have an ID It should not be possible to use gdata_service_insert_entry() on an entry created by the program which has an ID. gdata/gdata-entry.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit db1a1bdf07bb09ab6b59fc94872c87d67b0c841e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 13:10:22 2010 +0000 [docs] Small function link fix gdata/gdata-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b868119b6168dc1af26713a2be57f045db58482 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 12:54:12 2010 +0000 [core] Removed unnecessary *_GET_PRIVATE macros everywhere gdata/atom/gdata-author.c | 1 - gdata/atom/gdata-category.c | 1 - gdata/atom/gdata-generator.c | 1 - gdata/atom/gdata-link.c | 1 - gdata/exif/gdata-exif-tags.c | 1 - gdata/gd/gdata-gd-email-address.c | 1 - gdata/gd/gdata-gd-im-address.c | 1 - gdata/gd/gdata-gd-name.c | 1 - gdata/gd/gdata-gd-organization.c | 1 - gdata/gd/gdata-gd-phone-number.c | 1 - gdata/gd/gdata-gd-postal-address.c | 1 - gdata/gd/gdata-gd-reminder.c | 1 - gdata/gd/gdata-gd-when.c | 1 - gdata/gd/gdata-gd-where.c | 1 - gdata/gd/gdata-gd-who.c | 1 - gdata/gdata-access-rule.c | 5 ++--- gdata/gdata-download-stream.c | 7 +++---- gdata/gdata-entry.c | 5 ++--- gdata/gdata-feed.c | 1 - gdata/gdata-parsable.c | 3 +-- gdata/gdata-query.c | 5 ++--- gdata/gdata-service.c | 9 ++++----- gdata/gdata-upload-stream.c | 7 +++---- gdata/georss/gdata-georss-where.c | 1 - gdata/media/gdata-media-category.c | 1 - gdata/media/gdata-media-content.c | 1 - gdata/media/gdata-media-credit.c | 1 - gdata/media/gdata-media-group.c | 1 - gdata/media/gdata-media-thumbnail.c | 1 - gdata/services/calendar/gdata-calendar-calendar.c | 5 ++--- gdata/services/calendar/gdata-calendar-event.c | 3 +-- gdata/services/calendar/gdata-calendar-feed.c | 5 ++--- gdata/services/calendar/gdata-calendar-query.c | 5 ++--- gdata/services/calendar/gdata-calendar-service.c | 1 - gdata/services/contacts/gdata-contacts-contact.c | 3 +-- gdata/services/contacts/gdata-contacts-query.c | 5 ++--- gdata/services/contacts/gdata-contacts-service.c | 1 - gdata/services/documents/gdata-documents-entry.c | 7 +++---- gdata/services/documents/gdata-documents-feed.c | 1 - gdata/services/documents/gdata-documents-folder.c | 1 - gdata/services/documents/gdata-documents-presentation.c | 1 - gdata/services/documents/gdata-documents-query.c | 5 ++--- gdata/services/documents/gdata-documents-service.c | 7 +++---- gdata/services/documents/gdata-documents-spreadsheet.c | 1 - gdata/services/documents/gdata-documents-text.c | 1 - gdata/services/picasaweb/gdata-picasaweb-album.c | 7 +++---- gdata/services/picasaweb/gdata-picasaweb-file.c | 7 +++---- gdata/services/picasaweb/gdata-picasaweb-query.c | 5 ++--- gdata/services/picasaweb/gdata-picasaweb-user.c | 5 ++--- gdata/services/youtube/gdata-youtube-content.c | 1 - gdata/services/youtube/gdata-youtube-control.c | 1 - gdata/services/youtube/gdata-youtube-credit.c | 1 - gdata/services/youtube/gdata-youtube-group.c | 1 - gdata/services/youtube/gdata-youtube-query.c | 5 ++--- gdata/services/youtube/gdata-youtube-service.c | 7 +++---- gdata/services/youtube/gdata-youtube-state.c | 1 - gdata/services/youtube/gdata-youtube-video.c | 1 - 57 files changed, 50 insertions(+), 107 deletions(-) commit 8b64cfab781063e08432294786beb2ad433e4f58 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 25 00:27:06 2010 +0000 [picasaweb] Add functions to get album and file IDs Add gdata_picasaweb_album_get_id() and gdata_picasaweb_file_get_id() to get the forms of ID which were previously (incorrectly) returned by gdata_entry_get_id() for the two classes. docs/reference/gdata-sections.txt | 2 + gdata/gdata-parsable.c | 6 +- gdata/gdata.symbols | 2 + gdata/services/picasaweb/gdata-picasaweb-album.c | 95 ++++++++++++++++++++---- gdata/services/picasaweb/gdata-picasaweb-album.h | 1 + gdata/services/picasaweb/gdata-picasaweb-file.c | 78 +++++++++++++++++-- gdata/services/picasaweb/gdata-picasaweb-file.h | 1 + gdata/tests/picasaweb.c | 10 ++- 8 files changed, 173 insertions(+), 22 deletions(-) commit 469f55d88d624252641aeb76b6703a208b740c8b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 24 23:35:49 2010 +0000 [core] Add namespace checks to all parse_xml() functions This should (theoretically, though untested) speed up parsing a little, since whole chunks of unrelated elements can now be skipped at once in the search for the right element. Important: these changes accidentally fix the behaviour of gdata_entry_get_id() for #GDataPicasaWebAlbum, which was returning incorrect results before. Any applications which depend on the broken behaviour should be updated to deal with the correct form IDs (i.e. URIs), or use a new gdata_picasaweb_album_get_id() function which will be added shortly. gdata/atom/gdata-author.c | 8 +- gdata/exif/gdata-exif-tags.c | 12 +- gdata/gd/gdata-gd-name.c | 13 +- gdata/gd/gdata-gd-organization.c | 15 +- gdata/gd/gdata-gd-postal-address.c | 23 +- gdata/gd/gdata-gd-when.c | 3 +- gdata/gdata-access-rule.c | 63 +++-- gdata/gdata-entry.c | 44 ++-- gdata/gdata-feed.c | 166 +++++++------- gdata/gdata-parser.c | 23 +- gdata/gdata-parser.h | 3 + gdata/georss/gdata-georss-where.c | 9 +- gdata/media/gdata-media-group.c | 140 ++++++------ gdata/services/calendar/gdata-calendar-calendar.c | 111 ++++----- gdata/services/calendar/gdata-calendar-event.c | 217 +++++++++--------- gdata/services/calendar/gdata-calendar-feed.c | 6 +- gdata/services/contacts/gdata-contacts-contact.c | 96 ++++---- gdata/services/documents/gdata-documents-entry.c | 79 ++++--- gdata/services/documents/gdata-documents-feed.c | 10 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 170 +++++++------- gdata/services/picasaweb/gdata-picasaweb-feed.c | 107 ++++----- gdata/services/picasaweb/gdata-picasaweb-file.c | 153 +++++++------ gdata/services/picasaweb/gdata-picasaweb-user.c | 8 +- gdata/services/youtube/gdata-youtube-control.c | 11 +- gdata/services/youtube/gdata-youtube-group.c | 61 ++--- gdata/services/youtube/gdata-youtube-video.c | 265 +++++++++++----------- gdata/tests/picasaweb.c | 4 +- 27 files changed, 962 insertions(+), 858 deletions(-) commit 5c64f9db5a20fd4967a8e2190c9a719a1e04360e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 24 21:44:27 2010 +0000 [core] Move all GTimeVal parsing into a single function gdata/gdata-entry.c | 75 +++++----------------- gdata/gdata-feed.c | 19 +----- gdata/gdata-parser.c | 69 ++++++++++++++++++++ gdata/gdata-parser.h | 7 +- gdata/gdata-private.h | 1 + gdata/services/calendar/gdata-calendar-calendar.c | 29 ++++----- gdata/services/calendar/gdata-calendar-event.c | 43 +++++-------- gdata/services/contacts/gdata-contacts-contact.c | 55 ++++++---------- gdata/services/documents/gdata-documents-entry.c | 44 ++++++------- gdata/services/documents/gdata-documents-folder.c | 8 ++- .../documents/gdata-documents-presentation.c | 8 ++- .../documents/gdata-documents-spreadsheet.c | 8 ++- gdata/services/documents/gdata-documents-text.c | 8 ++- gdata/services/picasaweb/gdata-picasaweb-album.c | 26 +++----- gdata/services/picasaweb/gdata-picasaweb-file.c | 26 +++----- gdata/services/youtube/gdata-youtube-group.c | 18 +----- 16 files changed, 216 insertions(+), 228 deletions(-) commit 078e7bda419b5320d55c8d24ec80c545451f5bb1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 24 00:50:48 2010 +0000 [core] Tidy up some objects' parsing methods gdata/atom/gdata-author.c | 7 ++----- gdata/atom/gdata-generator.c | 7 +------ gdata/gd/gdata-gd-name.c | 7 ++----- gdata/gd/gdata-gd-phone-number.c | 7 +------ gdata/gd/gdata-gd-postal-address.c | 7 ++----- gdata/media/gdata-media-category.c | 7 +------ gdata/media/gdata-media-credit.c | 7 +------ gdata/services/youtube/gdata-youtube-group.c | 6 ++---- gdata/services/youtube/gdata-youtube-state.c | 7 +------ gdata/services/youtube/gdata-youtube-video.c | 7 ++----- 10 files changed, 15 insertions(+), 54 deletions(-) commit c18152c862c7311c21293a6840ef8e20a77daa6a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 23 16:40:53 2010 +0000 [core] Move all element object parsing into two functions docs/reference/gdata-sections.txt | 1 + gdata/gd/gdata-gd-organization.c | 23 +--- gdata/gd/gdata-gd-when.c | 40 ++++-- gdata/gd/gdata-gd-when.h | 2 + gdata/gdata-entry.c | 29 ++-- gdata/gdata-feed.c | 66 +++++----- gdata/gdata-parser.c | 161 +++++++++++++++++++++-- gdata/gdata-parser.h | 22 +++- gdata/gdata.symbols | 1 + gdata/media/gdata-media-group.c | 53 +++----- gdata/media/gdata-media-group.h | 2 + gdata/services/calendar/gdata-calendar-event.c | 29 ++-- gdata/services/contacts/gdata-contacts-contact.c | 61 ++------- gdata/services/documents/gdata-documents-entry.c | 17 +-- gdata/services/picasaweb/gdata-picasaweb-album.c | 34 ++--- gdata/services/picasaweb/gdata-picasaweb-file.c | 52 ++------ gdata/services/youtube/gdata-youtube-control.c | 16 +-- gdata/services/youtube/gdata-youtube-group.c | 11 +- gdata/services/youtube/gdata-youtube-video.c | 31 +---- gdata/tests/general.c | 7 + 20 files changed, 329 insertions(+), 329 deletions(-) commit 39c746ad78870a34dceec15a1775a6df3e3476d4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 23 00:19:47 2010 +0000 [core] Move all element string content parsing into one function gdata/atom/gdata-author.c | 30 ++--------- gdata/exif/gdata-exif-tags.c | 17 ++----- gdata/gd/gdata-gd-im-address.c | 10 ++-- gdata/gd/gdata-gd-name.c | 36 ++++++-------- gdata/gd/gdata-gd-organization.c | 32 +++--------- gdata/gd/gdata-gd-postal-address.c | 44 ++++++++--------- gdata/gdata-feed.c | 39 +++------------ gdata/gdata-parser.c | 63 ++++++++++++++++++++++++ gdata/gdata-parser.h | 21 ++++++++ gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-group.c | 14 ++---- gdata/services/picasaweb/gdata-picasaweb-album.c | 23 ++------- gdata/services/picasaweb/gdata-picasaweb-file.c | 28 +++-------- gdata/services/picasaweb/gdata-picasaweb-user.c | 39 +++------------ gdata/services/youtube/gdata-youtube-group.c | 10 ++-- 15 files changed, 177 insertions(+), 231 deletions(-) commit 3d42629c55cdaef4901d7cb343e3696a87d12030 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 21:55:47 2010 +0000 [core] Move all boolean property parsing into one function gdata/gd/gdata-gd-email-address.c | 26 +++++--------- gdata/gd/gdata-gd-im-address.c | 22 +++--------- gdata/gd/gdata-gd-organization.c | 20 +++-------- gdata/gd/gdata-gd-phone-number.c | 21 +++-------- gdata/gd/gdata-gd-postal-address.c | 22 ++++-------- gdata/gdata-parser.c | 44 +++++++++++++++++++++++ gdata/gdata-parser.h | 4 +++ gdata/media/gdata-media-content.c | 11 +----- gdata/services/calendar/gdata-calendar-calendar.c | 14 +++----- gdata/services/calendar/gdata-calendar-event.c | 36 +++++++++---------- gdata/services/contacts/gdata-contacts-contact.c | 13 ++----- gdata/services/documents/gdata-documents-entry.c | 11 +----- 12 files changed, 103 insertions(+), 141 deletions(-) commit e33b3cf397ad635b47bb76f3d9ca00960df5b3de Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Wed Mar 24 14:28:41 2010 +0100 Updated Hungarian translation po/hu.po | 135 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 69 insertions(+), 66 deletions(-) commit bcccfa9dc3a3be7af3766daaac8989e79bc71a17 Author: Bruno Brouard <annoa.b@gmail.com> Date: Tue Mar 23 14:25:56 2010 +0100 Updated French translation po/fr.po | 57 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 26 deletions(-) commit f749f3e6f351942a59211ce396d350164e6dd284 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 18:43:26 2010 +0000 [core] Constify GTimeVals and GDataColors where possible Add const attributes to add GTimeVals and GDataColors where they're used unmodified by a function. gdata/gd/gdata-gd-reminder.c | 4 ++-- gdata/gd/gdata-gd-reminder.h | 4 ++-- gdata/gd/gdata-gd-when.c | 6 +++--- gdata/gd/gdata-gd-when.h | 6 +++--- gdata/gdata-parser.c | 2 +- gdata/gdata-parser.h | 2 +- gdata/gdata-query.c | 8 ++++---- gdata/gdata-query.h | 8 ++++---- gdata/gdata-types.c | 2 +- gdata/gdata-types.h | 2 +- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-query.c | 10 +++++----- gdata/services/calendar/gdata-calendar-query.h | 11 ++++++----- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-album.h | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.h | 2 +- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/services/youtube/gdata-youtube-video.h | 2 +- 20 files changed, 41 insertions(+), 40 deletions(-) commit 18831e7d65157a9f568b122b0411b3362c4f0f56 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 18:27:14 2010 +0000 [build] Add missing includes to gdata.h gdata/gdata.h | 2 ++ 1 file changed, 2 insertions(+) commit a739a08ba28fae9f6c38bf085e30e5b0fe25acf8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 18:16:12 2010 +0000 [docs] Added missing Since tags gdata/atom/gdata-author.c | 2 ++ gdata/atom/gdata-category.c | 2 ++ gdata/atom/gdata-link.c | 2 ++ gdata/gd/gdata-gd-email-address.c | 2 ++ gdata/gd/gdata-gd-email-address.h | 4 +++- gdata/gd/gdata-gd-im-address.c | 2 ++ gdata/gd/gdata-gd-im-address.h | 4 +++- gdata/gd/gdata-gd-name.c | 2 ++ gdata/gd/gdata-gd-organization.c | 2 ++ gdata/gd/gdata-gd-organization.h | 4 +++- gdata/gd/gdata-gd-phone-number.c | 2 ++ gdata/gd/gdata-gd-phone-number.h | 4 +++- gdata/gd/gdata-gd-postal-address.c | 2 ++ gdata/gd/gdata-gd-postal-address.h | 4 +++- gdata/gd/gdata-gd-reminder.c | 2 ++ gdata/gd/gdata-gd-reminder.h | 4 +++- gdata/gd/gdata-gd-when.c | 2 ++ gdata/gd/gdata-gd-when.h | 4 +++- gdata/gd/gdata-gd-where.c | 4 ++++ gdata/gd/gdata-gd-where.h | 4 +++- gdata/gd/gdata-gd-who.c | 4 ++++ gdata/gd/gdata-gd-who.h | 4 +++- gdata/gdata-access-handler.c | 4 +++- gdata/gdata-access-rule.c | 2 ++ gdata/gdata-parsable.c | 8 ++++++++ gdata/media/gdata-media-category.c | 2 ++ gdata/media/gdata-media-content.c | 2 ++ gdata/media/gdata-media-content.h | 4 +++- gdata/media/gdata-media-credit.c | 2 ++ gdata/services/contacts/gdata-contacts-contact.c | 2 ++ gdata/services/contacts/gdata-contacts-contact.h | 6 +++++- gdata/services/contacts/gdata-contacts-query.c | 2 ++ gdata/services/contacts/gdata-contacts-query.h | 6 +++++- gdata/services/contacts/gdata-contacts-service.c | 2 ++ gdata/services/contacts/gdata-contacts-service.h | 6 +++++- gdata/services/documents/gdata-documents-feed.c | 3 +++ gdata/services/documents/gdata-documents-folder.c | 5 ++++- gdata/services/documents/gdata-documents-presentation.c | 3 +++ gdata/services/documents/gdata-documents-query.c | 2 ++ gdata/services/documents/gdata-documents-service.c | 3 +++ gdata/services/documents/gdata-documents-spreadsheet.c | 5 ++++- gdata/services/documents/gdata-documents-text.c | 3 +++ gdata/services/picasaweb/gdata-picasaweb-album.c | 2 ++ gdata/services/picasaweb/gdata-picasaweb-feed.c | 4 +++- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 ++ gdata/services/picasaweb/gdata-picasaweb-query.c | 2 ++ gdata/services/picasaweb/gdata-picasaweb-service.c | 6 +++++- gdata/services/picasaweb/gdata-picasaweb-user.c | 2 ++ gdata/services/youtube/gdata-youtube-content.c | 4 +++- gdata/services/youtube/gdata-youtube-content.h | 4 +++- gdata/services/youtube/gdata-youtube-credit.c | 2 ++ gdata/services/youtube/gdata-youtube-credit.h | 4 +++- gdata/services/youtube/gdata-youtube-query.c | 2 ++ gdata/services/youtube/gdata-youtube-state.c | 2 ++ gdata/services/youtube/gdata-youtube-video.c | 2 ++ 55 files changed, 155 insertions(+), 21 deletions(-) commit 6a5d3da539dbf124f6a795fc2b74ee82647b91a2 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon Mar 22 18:51:08 2010 +0100 Updated Spanish translation po/es.po | 138 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 66 deletions(-) commit b1d21ba9a34aba333e2e737e2de30453e7107831 Author: Christian.Kirbach <Christian.Kirbach@googlemail.com> Date: Mon Mar 22 18:42:03 2010 +0100 Updated German translation po/de.po | 145 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 74 insertions(+), 71 deletions(-) commit b6092c7c204c1814d2d27488d70bd647612bbf47 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Mon Mar 22 18:20:15 2010 +0100 Updated Slovenian translation po/sl.po | 723 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 364 insertions(+), 359 deletions(-) commit 1f1c5566c27b697c4f6e623e875f6feb919dae36 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 16:59:44 2010 +0000 [gd] Ensure comparisons of two NULL values return 0 Add test cases too. gdata/gd/gdata-gd-email-address.c | 2 +- gdata/gd/gdata-gd-im-address.c | 2 +- gdata/gd/gdata-gd-name.c | 2 +- gdata/gd/gdata-gd-organization.c | 2 +- gdata/gd/gdata-gd-phone-number.c | 2 +- gdata/gd/gdata-gd-postal-address.c | 2 +- gdata/gd/gdata-gd-reminder.c | 2 +- gdata/gd/gdata-gd-when.c | 2 +- gdata/gd/gdata-gd-where.c | 2 +- gdata/gd/gdata-gd-who.c | 2 +- gdata/tests/general.c | 60 ++++++++++++++++++++++++++++++++++++++ 11 files changed, 70 insertions(+), 10 deletions(-) commit d40afb3d5c2df1c41bcbce11773a7be90bbad781 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 16:50:33 2010 +0000 [documents] Fix gcc printf format warning message gdata/services/documents/gdata-documents-service.c | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) commit c6f00c3f92ab4d51fb740f28a6d77221b468b4be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 16:47:09 2010 +0000 [docs] Fix various documentation errors Fix various small documentation errors (generally broken links and typos) and add documentation for the properties in #GDataEntry. gdata/gd/gdata-gd-who.c | 4 +- gdata/gdata-entry.c | 79 +++++++++++++++++++--- gdata/gdata-service.h | 4 +- gdata/services/documents/gdata-documents-entry.c | 14 +++- gdata/services/documents/gdata-documents-service.c | 2 +- gdata/services/youtube/gdata-youtube-service.h | 2 +- 6 files changed, 87 insertions(+), 18 deletions(-) commit bb89e0f9bedd0deec4c7ebd289de9cc46b172664 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 00:16:53 2010 +0000 [picasaweb] Fix casting gdata/services/picasaweb/gdata-picasaweb-query.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 4cd13d3423b3f408bd3ed9b00704906bbb627273 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 22 00:12:07 2010 +0000 Ensure GDataYouTubeService's parse_error_response always sets an error Ensure #GDataYouTubeService's parse_error_response() always sets an error before returning; there was a case where it wouldn't if the server's response was completely unparsable. This could've caused the crash in bgo#613529. gdata/services/youtube/gdata-youtube-service.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit 516f791014459a423930569edca0b470ded62473 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 21 23:29:32 2010 +0000 Bug 613529 — Sending ETag with modified query Ensure #GDataQuery:etag is unset after any property of a query is changed. This ensures that if a single query instance is reused for multiple queries (as in Totem's YouTube plugin), there's no chance that the server could unexpectedly return an "unchanged" status. Closes: bgo#613529 gdata/gdata-query.c | 58 +++++++++++++++++++++--- gdata/gdata-service.c | 6 +-- gdata/services/calendar/gdata-calendar-query.c | 29 +++++++++++- gdata/services/contacts/gdata-contacts-query.c | 14 +++++- gdata/services/documents/gdata-documents-query.c | 19 ++++++++ gdata/services/picasaweb/gdata-picasaweb-query.c | 20 +++++++- gdata/services/youtube/gdata-youtube-query.c | 29 +++++++++++- gdata/tests/calendar.c | 35 ++++++++++++-- gdata/tests/contacts.c | 26 ++++++++++- gdata/tests/documents.c | 33 ++++++++++++-- gdata/tests/general.c | 37 +++++++++++++++ gdata/tests/picasaweb.c | 28 +++++++++++- gdata/tests/youtube.c | 35 ++++++++++++-- 13 files changed, 343 insertions(+), 26 deletions(-) commit 30425800e825d9d2d1a4525ad7d5c69fbcf3a2bb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 21 20:07:48 2010 +0000 [docs] Added missing PicasaWeb class pages to the documentation docs/reference/gdata-docs.xml | 2 ++ 1 file changed, 2 insertions(+) commit dba66e7a0da3454cb7e7dac206c4469100e496e7 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Sat Mar 20 19:18:54 2010 +0900 Updated Japanese translation. Merged with Nishio Futoshi's translation downloaded from http://developer.momonga-linux.org/viewvc/pkgs/trunk/pkgs/libgdata/ja.po?view=log po/ja.po | 272 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 140 insertions(+), 132 deletions(-) commit 9fd77968057abc845bd4ee029fa95241cbf67508 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 19 15:54:38 2010 +0000 [core] Catch HTTP 412 errors as version mismatches gdata/gdata-service.c | 1 + 1 file changed, 1 insertion(+) commit 7644d2d821e10a4d5b94841e18d0a8cb88a48eb7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 19 15:18:54 2010 +0000 [gd] Reject empty strings from GDataGDPostalAddress' properties gdata/gd/gdata-gd-postal-address.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit a49dadd3890aee1ce51c918f2b54afb9b5c5b3a9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 19 15:12:22 2010 +0000 [contacts] Add the kind category to new GDataContactsContacts gdata/services/contacts/gdata-contacts-contact.c | 7 +++++ gdata/tests/contacts.c | 39 +++++++++++++++++++++--- 2 files changed, 41 insertions(+), 5 deletions(-) commit 4aa89019908b1c6c951ffa5695e6678b6f2c8b52 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 19 14:03:54 2010 +0000 [contacts] Add gdata_contacts_contact_set_name() Make the #GDataContactsContact:name object writeable, instead of making people change the properties of the singleton GDataGDName. docs/reference/gdata-docs.xml | 4 +++ docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 46 +++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 1 + gdata/tests/contacts.c | 24 +++++++++---- 6 files changed, 69 insertions(+), 8 deletions(-) commit e29b4b724a3ebed858f3721d7a6e9f669fa11da9 Author: Leonid Kanter <leon@asplinux.ru> Date: Thu Mar 18 08:45:39 2010 +0200 Added Russian translation po/LINGUAS | 1 + po/ru.po | 371 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 372 insertions(+) commit 64bafaf44305d77567e292769e5b3a33a3f3e372 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Mon Mar 15 18:55:42 2010 +0100 Updated Basque language po/eu.po | 163 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 94 insertions(+), 69 deletions(-) commit 57df327231a48bb7a92e2c0d01393d7a8b2fac7b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 10 22:36:12 2010 +0000 Parse new format YouTube URIs Extend gdata_youtube_video_get_video_id_from_uri() to deal with the new format URIs introduced recently: http://apiblog.youtube.com/2010/03/upcoming-change-to-youtube-video-page.html gdata/services/youtube/gdata-youtube-video.c | 31 ++++++++++++++++++++++------ gdata/tests/youtube.c | 14 +++++++++++++ 2 files changed, 39 insertions(+), 6 deletions(-) commit aac0586ca01463dce55f2a1a123ff4f8e3fb217c Author: Piotr Drąg <piotrdrag@gmail.com> Date: Mon Mar 8 12:18:41 2010 +0100 Updated Polish translation po/pl.po | 156 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 66 deletions(-) commit 745a59088cb0070ef3f5729ab62aa70e6d2487d3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 7 22:23:12 2010 +0000 Bug 610948 — Improve access control support Remove the gdata_youtube_video_[get|set]_no_embed() functions and replace them with gdata_youtube_video_[get|set]_access_control(), GDataYouTubeAction and GDataYouTubePermission. This allows more permissions to be set on YouTube videos, using their new permissions system. Closes: bgo#610948 docs/reference/gdata-sections.txt | 10 +- gdata/gdata.symbols | 6 +- gdata/services/youtube/gdata-youtube-video.c | 150 ++++++++++++++++++++------- gdata/services/youtube/gdata-youtube-video.h | 45 +++++++- gdata/tests/youtube.c | 93 +++++++++++++++++ 5 files changed, 260 insertions(+), 44 deletions(-) commit 41ba653f9fdaa44b81b591183a67898791eb1821 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 7 21:09:51 2010 +0000 Bug 605699 — Add packet capture to test suite Add a LIBGDATA_DEBUG environment variable which allows setting the debug output level (from none, through messages and headers, to full network logging). This variable is now used in the test suite, so that output from test programs can be piped to a log file and the network traces analysed later. The network logging uses libsoup's inbuilt logging facilities. Closes: bgo#605699 README | 18 +++++++--- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-running.xml | 53 +++++++++++++++++++++++++++ gdata/gdata-private.h | 18 +++++++++- gdata/gdata-service.c | 77 ++++++++++++++++++++++++++++++++++++++++ gdata/tests/Makefile.am | 5 ++- gdata/tests/calendar.c | 5 +-- gdata/tests/common.c | 36 +++++++++++++++++++ gdata/tests/common.h | 4 +++ gdata/tests/contacts.c | 5 +-- gdata/tests/documents.c | 5 +-- gdata/tests/general.c | 5 ++- gdata/tests/picasaweb.c | 5 +-- gdata/tests/youtube.c | 5 +-- 14 files changed, 212 insertions(+), 30 deletions(-) commit 69adbb8d33b4621ca1e1151e0819921039bf1c32 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Feb 18 12:55:20 2010 +0000 Bug 610273 — Fails to build without a system-wide libtool Fix the introspection build if a system-wide libtool isn't available. Closes: bgo#610273 Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c9966fde521542155062063f7b1d460d8e03ddae Author: Aron Xu <aronxu@gnome.org> Date: Tue Feb 16 09:55:31 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 122 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 60 insertions(+), 62 deletions(-) commit 4e12a47186ebb6d9dbfe3285719ff9b7a8922cdc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Feb 15 17:46:47 2010 +0000 Updated British English translation po/en_GB.po | 111 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 46 deletions(-) commit 43b43d55c9261b0ea838211ab6dceda0371433d6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Feb 15 17:45:16 2010 +0000 Bug 610007 — libgdata introspection support requires installed libgdata.pc Fix the introspection build for a previously-non-installed libgdata. Closes: bgo#610007 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 44f5093b69e5cad672564e3e21bb249c0a968251 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 14 20:42:21 2010 +0000 [build] Increment version to 0.7.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 85ecd4493e289a89d6039682e2f5f633628ea4e4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 14 20:35:51 2010 +0000 Release version 0.6.0 Makefile.am | 65 +++++++++++++++++++++++++++++++++--------------------------- NEWS | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 3 files changed, 103 insertions(+), 32 deletions(-) commit d7aa66ba69788fd90ef2738f0f3dfb3d64bdf66e Author: Julien Hardelin <jm.hard@wanadoo.fr> Date: Mon Feb 8 22:17:13 2010 +0100 Updated French translation po/fr.po | 126 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 72 insertions(+), 54 deletions(-) commit 1655f211611b3d77650b26d59f6fdf3aa3dacc9f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 31 14:07:15 2010 +0000 [docs] Tidy up service propagation in documents tests gdata/tests/documents.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit fec244fd5e1693d8d60893be25e64fb6c575c64b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 31 14:03:12 2010 +0000 [core] Consolidate generic errors Consolidate the GDATA_SERVICE_ERROR_WITH_* generic errors, and convert everything to use GDATA_SERVICE_ERROR_PROTOCOL_ERROR instead. This is an API break, as the old errors have now been removed. docs/reference/gdata-sections.txt | 1 + gdata/gdata-access-handler.c | 24 ++++---- gdata/gdata-download-stream.c | 6 +- gdata/gdata-service.c | 66 +++++++++++----------- gdata/gdata-service.h | 58 +++++++++++-------- gdata/gdata-upload-stream.c | 6 +- gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 12 ++-- gdata/services/documents/gdata-documents-entry.c | 2 +- .../documents/gdata-documents-presentation.c | 2 +- gdata/services/documents/gdata-documents-service.c | 14 ++--- .../documents/gdata-documents-spreadsheet.c | 2 +- gdata/services/documents/gdata-documents-text.c | 2 +- gdata/services/youtube/gdata-youtube-service.c | 12 ++-- 14 files changed, 110 insertions(+), 98 deletions(-) commit 4e82deebe019dcab1e6f470ad7d9c3ad964c0692 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 30 20:15:57 2010 +0000 [build] Remove INSTALL file Remove the INSTALL file, as it's generated by autofoo. INSTALL | 302 ---------------------------------------------------------------- 1 file changed, 302 deletions(-) commit 8f41511b3d8dd02a7f7eaf4284d8223803300aa0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 30 20:14:36 2010 +0000 [build] Use API version for GIR file Add an API version variable (currently set to 0.0) for the GIR filename, rather than using the release version. The library itself will have the API version appended to the name when we reach API version 1.0. Makefile.am | 11 +++++------ configure.ac | 22 +++++++++++++++------- 2 files changed, 20 insertions(+), 13 deletions(-) commit d39736dbc915a83c8ea687f714eb58ea61caa224 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jan 26 13:40:42 2010 +0000 [build] Modernise configure.ac Don't use deprecated Autoconf macros any more. See: http://live.gnome.org/GnomeGoals/ModernAutotools configure.ac | 28 +++++++++++++++------------- libgdata.doap | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) commit 8314ebcd5a4826aba1c1bc2e1c2f4c43afa40a33 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jan 25 15:42:54 2010 +0000 [general] Remove unnecessary g_object_notify() calls There's no need to notify of property changes during XML parsing, as the initial object state received from the server should be consistent. If it isn't, it's either a bug at Google's end, or a new addition to the API which libgdata shouldn't preempt. gdata/gd/gdata-gd-name.c | 1 - gdata/gdata-entry.c | 6 ++---- gdata/services/calendar/gdata-calendar-event.c | 4 ---- gdata/services/contacts/gdata-contacts-contact.c | 2 -- gdata/services/youtube/gdata-youtube-query.c | 6 ++---- gdata/services/youtube/gdata-youtube-video.c | 17 ++--------------- 6 files changed, 6 insertions(+), 30 deletions(-) commit afd50ddc91bcd4a9cb1da17181f1f2e6658eb0ec Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jan 25 15:15:08 2010 +0000 [gd] Make string parsing UTF-8–safe Make the various small bits of string parsing/handling (which all occur in the GData code) UTF-8 safe, and add some test cases. gdata/gd/gdata-gd-phone-number.c | 14 ++------------ gdata/gd/gdata-gd-postal-address.c | 14 ++------------ gdata/gdata-parser.c | 22 ++++++++++++++++++++++ gdata/gdata-parser.h | 1 + gdata/tests/general.c | 8 ++++++++ 5 files changed, 35 insertions(+), 24 deletions(-) commit 62fafe938a1dd03d763de1068d69495b3e219ba4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 24 17:18:55 2010 +0000 [tests] Add performance and callgrind tests Add perf and callgrind tests, and add the perf test to the test suite. Add some more alloc-fns to the massif test case. gdata/tests/Makefile.am | 3 ++ gdata/tests/callgrind | 3 ++ gdata/tests/massif | 3 +- gdata/tests/perf.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 109 insertions(+), 1 deletion(-) commit 6f3e933edf2d7538a65de14f10476776d92795c1 Author: Aron Xu <aronxu@gnome.org> Date: Sun Jan 24 14:54:50 2010 +0800 Add Simplified Chinese translation. po/LINGUAS | 1 + po/zh_CN.po | 362 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 363 insertions(+) commit 59fa2910237997073f8aa5eea0a5e02bc7ebf4ec Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 22 23:59:58 2010 +0000 [core] Fix memory leaks Fix a few memory leaks, including a fairly large one which would leak the entire XML parse tree for each GDataParsable. gdata/atom/gdata-link.c | 1 + gdata/gd/gdata-gd-phone-number.c | 2 ++ gdata/gdata-access-rule.c | 1 + gdata/gdata-parsable.c | 13 +++++++++---- gdata/tests/memcheck | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) commit 998f434ae52f82e4fcf81bc889069407b81941b6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 22 23:12:44 2010 +0000 [core] Use GLib memory functions with libxml2 Set the libxml2 memory allocation functions to be the GLib ones, allowing us to free libxml2's memory with g_free(), meaning all return values from libxml2 functions no longer have to be marshalled into the GLib memory pool. This saves lots of string duplication. Some statistics: * g_strdup() calls before: 223; after: 170 * xmlFree() calls before: 296; after: 179 This only (apparently) gives a 2% decrease in memory usage according to tests/memory, but it's better than nothing. gdata/atom/gdata-author.c | 21 ++++------ gdata/atom/gdata-category.c | 20 ++++----- gdata/atom/gdata-generator.c | 17 ++++---- gdata/atom/gdata-link.c | 21 +++++----- gdata/exif/gdata-exif-tags.c | 12 +++--- gdata/gd/gdata-gd-email-address.c | 21 +++------- gdata/gd/gdata-gd-im-address.c | 20 +++------ gdata/gd/gdata-gd-name.c | 18 ++++----- gdata/gd/gdata-gd-organization.c | 49 +++++------------------ gdata/gd/gdata-gd-phone-number.c | 19 +++------ gdata/gd/gdata-gd-postal-address.c | 29 ++++---------- gdata/gd/gdata-gd-reminder.c | 9 ++--- gdata/gd/gdata-gd-when.c | 10 ++--- gdata/gd/gdata-gd-where.c | 17 +++----- gdata/gd/gdata-gd-who.c | 15 +++---- gdata/gdata-access-rule.c | 24 +++++------ gdata/gdata-entry.c | 30 ++++++-------- gdata/gdata-feed.c | 15 ++++--- gdata/gdata-parsable.c | 12 +++++- gdata/gdata-service.h | 3 +- gdata/media/gdata-media-category.c | 16 +++----- gdata/media/gdata-media-content.c | 13 ++---- gdata/media/gdata-media-credit.c | 23 +++++------ gdata/media/gdata-media-group.c | 18 +++------ gdata/media/gdata-media-thumbnail.c | 19 +++++---- gdata/services/calendar/gdata-calendar-calendar.c | 7 ++-- gdata/services/calendar/gdata-calendar-event.c | 22 ++++------ gdata/services/calendar/gdata-calendar-feed.c | 6 +-- gdata/services/contacts/gdata-contacts-contact.c | 21 ++++------ gdata/services/documents/gdata-documents-feed.c | 15 ++++--- gdata/services/picasaweb/gdata-picasaweb-album.c | 40 ++++++++++++------ gdata/services/picasaweb/gdata-picasaweb-file.c | 20 +++------ gdata/services/picasaweb/gdata-picasaweb-user.c | 29 +++++++++----- gdata/services/youtube/gdata-youtube-credit.c | 4 +- gdata/services/youtube/gdata-youtube-group.c | 4 +- gdata/services/youtube/gdata-youtube-state.c | 24 +++++------ gdata/services/youtube/gdata-youtube-video.c | 7 ++-- gdata/tests/general.c | 6 ++- 38 files changed, 276 insertions(+), 400 deletions(-) commit 29566e6d895aab227854bd279b26466aae31a663 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Jan 22 01:50:02 2010 +0100 Updated Hungarian translation po/hu.po | 119 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 75 insertions(+), 44 deletions(-) commit 45f641673c3536f65f54d241c526132975617483 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jan 21 22:36:32 2010 +0000 [gd] Add support for e-mail display names and organization locations Add support for e-mail address display names, and divination of the location of organizations. This adds the following API: * gdata_gd_organization_get_location * gdata_gd_organization_set_location * gdata_gd_email_address_get_display_name * gdata_gd_email_address_set_display_name Full documentation and test coverage is included. docs/reference/gdata-sections.txt | 4 ++ gdata/gd/gdata-gd-email-address.c | 74 ++++++++++++++++++++++++++-- gdata/gd/gdata-gd-email-address.h | 3 ++ gdata/gd/gdata-gd-organization.c | 98 ++++++++++++++++++++++++++++++++++++-- gdata/gd/gdata-gd-organization.h | 4 ++ gdata/gd/gdata-gd-postal-address.c | 1 - gdata/gd/gdata-gd-where.c | 20 ++++---- gdata/gd/gdata-gd-who.c | 20 ++++---- gdata/gdata.symbols | 4 ++ gdata/tests/general.c | 15 +++++- 10 files changed, 213 insertions(+), 30 deletions(-) commit c8ccb796d7d4116d65d62fbb379d339655ff48df Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jan 21 21:30:16 2010 +0000 [core] Improve GDataEntry, GDataFeed and GDataAccessHandler test coverage Improve the test coverage for those three classes, which necessitates allowing GDataFeeds to be parsed from XML. gdata/gdata-access-handler.c | 2 +- gdata/gdata-entry.c | 2 +- gdata/gdata-feed.c | 27 ++- gdata/gdata-parsable.c | 8 +- gdata/gdata-service.c | 2 +- gdata/tests/general.c | 489 +++++++++++++++++++++++++++++++++++++++++-- 6 files changed, 492 insertions(+), 38 deletions(-) commit 03865e0ba1f998c6b3ce072545254d21da2e9d87 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jan 21 15:06:38 2010 +0000 Bug 607607 — Undefined symbol with introspection Fix introspection support. Closes: bgo#607607 Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 6ce5aa368cdab2f885d8d99f9bebd3b735fb2fcd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jan 20 21:09:11 2010 +0000 [gd] Update documentation links Update the documentation links to point to the version of the GData specification which is implemented (2.0, whereas it used to be 1.0), and fix a few small documentation bugs for the gd namespace. docs/reference/gdata-docs.xml | 1 + gdata/gd/gdata-gd-email-address.c | 14 ++++++++------ gdata/gd/gdata-gd-im-address.c | 14 +++++++------- gdata/gd/gdata-gd-organization.c | 6 ++++-- gdata/gd/gdata-gd-phone-number.c | 14 +++++++------- gdata/gd/gdata-gd-postal-address.c | 5 +++-- gdata/gd/gdata-gd-reminder.c | 12 ++++++------ gdata/gd/gdata-gd-when.c | 12 ++++++------ gdata/gd/gdata-gd-where.c | 10 +++++----- gdata/gd/gdata-gd-who.c | 10 +++++----- 10 files changed, 52 insertions(+), 46 deletions(-) commit a61f3c360cb0fcd4340cb468109b6ab212245690 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jan 20 20:54:46 2010 +0000 [youtube] Convert YouTube video uploading to use GDataUploadStream Convert gdata_youtube_service_upload_video() to use GDataUploadStream, which should lower memory consumption (by using streaming I/O) and ease maintenance. gdata/services/documents/gdata-documents-service.c | 6 +- gdata/services/youtube/gdata-youtube-service.c | 145 +++++++-------------- 2 files changed, 50 insertions(+), 101 deletions(-) commit d04760535609c38ab2b53316f65995a235eaa0ea Author: António Lima <amrlima@gmail.com> Date: Mon Jan 18 01:42:54 2010 +0000 Updated Portuguese translation po/pt.po | 77 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 28 deletions(-) commit 77c94bf6d165db7e3c2f85b714e6955f9f410bba Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jan 18 00:01:26 2010 +0000 [core] Use HTTPS URIs wherever possible Use HTTPS request URIs wherever services support them, as sensitive data could potentially be transmitted. So far, only the Calendar, Contacts and PicasaWeb services support HTTPS. If the LIBGDATA_FORCE_HTTP environment variable is defined, all requests (except authentication requests, which must always be HTTPS) will be forced to be HTTP, for debugging purposes. README | 7 +++ gdata/atom/gdata-link.c | 6 +-- gdata/gdata-private.h | 2 + gdata/gdata-service.c | 24 ++++++++++ gdata/services/calendar/gdata-calendar-service.c | 41 +++++++++++++---- gdata/services/contacts/gdata-contacts-service.c | 23 +++++++--- .../documents/gdata-documents-presentation.c | 3 +- gdata/services/documents/gdata-documents-service.c | 52 +++++++++++++--------- .../documents/gdata-documents-spreadsheet.c | 11 +++-- gdata/services/documents/gdata-documents-text.c | 3 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +- 11 files changed, 129 insertions(+), 45 deletions(-) commit 06ca3389099f3dee7b68a49ca5d18d39208d32fe Author: Richard Schwarting <rschwart@src.gnome.org> Date: Tue Jan 12 12:44:58 2010 -0500 Bug 598748 — *_download_document prevents non-overwriting saving into directories Make _gdata_documents_entry_download_document rely on _gdata_download_stream_find_destination to allow saving into directories without the overwrite flag. Closes: bgo#598748 gdata/services/documents/gdata-documents-entry.c | 77 +++++++++--------------- 1 file changed, 30 insertions(+), 47 deletions(-) commit 7a9683604b48ddc1d369d0943f4f50db1ab697ca Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jan 12 12:38:02 2010 +0000 [docs] Small XML validity cleanups docs/reference/gdata-docs.xml | 10 +++++++++- docs/reference/gdata-overview.xml | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) commit 6a0294a5ec0c70f492887f96d1357bb239bca18e Author: Petr Kovar <pknbe@volny.cz> Date: Tue Jan 12 00:28:04 2010 +0100 Add Czech translation by Marek Cernocky and Petr Kovar po/LINGUAS | 1 + po/cs.po | 370 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 371 insertions(+) commit 71ffb8912ef4a8cdaa5bec0334c837c9f46258e0 Author: Daniel Nylander <po@danielnylander.se> Date: Sun Jan 10 11:59:10 2010 +0100 Updated Swedish translation po/sv.po | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) commit 60a9e07c58dab8124044d30cfa401bcefc3cf55c Author: Fran Dieguez <fran.dieguez@glug.es> Date: Fri Jan 8 17:57:52 2010 +0100 Updated Galician Translation po/gl.po | 95 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 40 deletions(-) commit 9a386001d802eca9075253c868696dac5b67ef22 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 3 13:17:30 2010 +0000 [build] Remove intltool scripts, introspection.m4, and rename COPYING.LIB Remove mention of the intltool scripts from the Makefile, since intltool >= 0.40.0 doesn't require them to be in-tree. Rename COPYING.LIB to COPYING to be more standardised, and remove introspection.m4 from the tree since it too can be installed system-wide. COPYING | 504 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ COPYING.LIB | 504 ------------------------------------------------------- Makefile.am | 9 - autogen.sh | 1 + configure.ac | 4 +- introspection.m4 | 94 ----------- 6 files changed, 507 insertions(+), 609 deletions(-) commit 53c12f5b14e785e6cfa6a21d72d40c1e4e741d89 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Jan 1 10:38:07 2010 +0100 Updated Slovenian translation po/sl.po | 708 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 359 insertions(+), 349 deletions(-) commit aaa3e476fa978a308d6873c2998d5020f845b782 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Dec 30 11:27:40 2009 +0000 [atom] Extend Atom tests to give complete coverage Extend the Atom test suite to give over 97% code coverage, and fix a few buglets in the process. Makefile.am | 4 +- gdata/atom/gdata-author.c | 2 +- gdata/atom/gdata-category.c | 2 +- gdata/atom/gdata-generator.c | 15 ++- gdata/atom/gdata-link.c | 4 +- gdata/gdata-parser.c | 4 +- gdata/tests/general.c | 211 ++++++++++++++++++++++++++++++++++++++++++- 7 files changed, 220 insertions(+), 22 deletions(-) commit c1c5fba2869847a30558130defeff6eda0c470e1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 29 20:46:22 2009 +0000 [build] Limit gcov profiling to the library itself Profiling was being done on the documentation scanner and test files before, which was less than desirable. Now only the main libgdata library is compiled with profiling support if it's enabled. Makefile.am | 2 ++ configure.ac | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 023e14a4cd33561209ba6148ff02a99cedb1073c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 29 17:19:57 2009 +0000 [contacts] Improved test coverage and fixed a few small bugs Improved the test coverage of the Google Contacts service, and consequently fixed a few small bugs, such as some uninitialised timestamps and incorrect signal names. This takes our overall test coverage up to about 60%, not including the Google Documents code. gdata/services/contacts/gdata-contacts-contact.c | 17 +- gdata/services/documents/gdata-documents-entry.c | 3 + gdata/services/picasaweb/gdata-picasaweb-album.c | 3 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 3 +- gdata/tests/contacts.c | 247 +++++++++++++++++++++-- 5 files changed, 254 insertions(+), 19 deletions(-) commit 8eec98b6bb8ab6171e0fd13e1b56febd17a1e8de Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 29 01:06:21 2009 +0000 [tests] Fixed problems with types of data test functions gdata/tests/calendar.c | 40 ++++++++++++++++++++-------------------- gdata/tests/contacts.c | 26 +++++++++++++------------- gdata/tests/documents.c | 30 +++++++++++++++--------------- gdata/tests/picasaweb.c | 36 +++++++++++++++++++----------------- gdata/tests/youtube.c | 20 ++++++++++---------- 5 files changed, 77 insertions(+), 75 deletions(-) commit 08ec075dd645934d1d81bffd61ff17196411495b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 29 00:23:51 2009 +0000 [docs] Fixed some gtk-doc warnings gdata/exif/gdata-exif-tags.c | 4 ++-- gdata/gdata-buffer.c | 4 ++-- gdata/georss/gdata-georss-where.c | 4 ++-- gdata/media/gdata-media-group.c | 4 ++-- gdata/services/youtube/gdata-youtube-control.c | 4 ++-- gdata/services/youtube/gdata-youtube-group.c | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) commit b96db0bf51ea05fed6ddec5af41d39add634d651 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Dec 29 00:18:36 2009 +0000 [build] Update git.mk and .gitignore generation Update our copy of git.mk from Pango and fix up some problems with .gitignore generation. Makefile.am | 6 +++--- git.mk | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) commit 30728e6de85c13f3839e36a7bc4c92551a3c9a25 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 20 22:53:21 2009 +0100 [build] Reorganised to use non-recursive automake and added gcov support Reorganised to use non-recursive automake for everything except API documentation and translations. As a consequence of this reorganisation, two private header files which were mistakenly installed before are no longer installed (this will not be considered an API break). The introspection and gtester include files have been updated. Support for code coverage checking for the test suite has been added too, using gcov. It can be invoked by `make gcov`, and will output a file called "gcov-report.txt" in the main source directory with the results of the checks. INSTALL | 156 ++++++++---- Makefile.am | 450 ++++++++++++++++++++++++++++++++++- Makefile.decl | 54 ----- configure.ac | 30 ++- docs/reference/Makefile.am | 6 +- gdata/Makefile.am | 155 ------------ gdata/atom/Makefile.am | 37 --- gdata/exif/Makefile.am | 30 --- gdata/gd/Makefile.am | 49 ---- gdata/georss/Makefile.am | 30 --- gdata/media/Makefile.am | 75 ------ gdata/services/Makefile.am | 3 - gdata/services/calendar/Makefile.am | 46 ---- gdata/services/contacts/Makefile.am | 40 ---- gdata/services/documents/Makefile.am | 81 ------- gdata/services/picasaweb/Makefile.am | 78 ------ gdata/services/youtube/Makefile.am | 82 ------- gdata/tests/Makefile.am | 4 +- gdata/tests/documents.c | 2 +- gtester.mk | 60 +++++ introspection.m4 | 6 + 21 files changed, 641 insertions(+), 833 deletions(-) commit ab9dc1cc20a61895f6d674018de3ade6cc515108 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 28 11:59:47 2009 +0000 [tests] Fix deletion of directories for PicasaWeb tests gdata/tests/picasaweb.c | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) commit 18fbd9320e49fe84f52fd411cbe018705a4023fa Author: Rita Bandiera <rbandiera@email.it> Date: Sat Dec 26 12:13:46 2009 +0100 Added Italian translation Updated LINGUAS file po/LINGUAS | 1 + po/it.po | 387 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 388 insertions(+) commit 8881cf269c56c13bb6b2b79c3e5030050733093e Author: Richard Schwarting <rschwart@src.gnome.org> Date: Wed Dec 16 22:29:05 2009 +0000 Bug 601919 — Expand a comment, organise some media tests Closes: bgo#601919 gdata/services/picasaweb/gdata-picasaweb-file.c | 6 +- gdata/tests/picasaweb.c | 105 ++++++++++++++++-------- 2 files changed, 78 insertions(+), 33 deletions(-) commit 1c4d9fc24ad8a1f1c91b028811335ea398ed4048 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Dec 13 12:44:08 2009 +0000 [build] Tidy up build messages Remove an EXTRA_DIST warning message and quieten the introspection build messages. gdata/Makefile.am | 8 ++++---- gdata/tests/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit 031c67f23c171f98147a1f128b97ba20e237f22e Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Dec 13 09:42:37 2009 +0100 Updated Spanish translation po/es.po | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) commit 1f2d46eaa957ddc3d70e5e12d0f2e2b48de6ec23 Author: Mario Blättermann <mariobl@gnome.org> Date: Fri Dec 11 17:04:49 2009 +0100 Updated German translation po/de.po | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) commit fa135b0da0df85f751af84d136cce9a68e707a23 Author: Richard Schwarting <rschwart@src.gnome.org> Date: Fri Dec 11 11:27:45 2009 +1300 Bug 604313 — Test failures in 0.5.1 Google increased # of photos per album (hurrah), so update the tests to something a little more robust. Closes: bgo#604313 gdata/tests/picasaweb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 79ab76ca03644618ec3d26c8d3e9642ba19f835e Author: Richard Schwarting <rschwart@src.gnome.org> Date: Sat Dec 12 01:30:16 2009 +1300 Bug 600262 — Add async PicasaWeb upload API Add an asynchronous file upload API to the PicasaWeb service. Closes: bgo#600262 docs/reference/gdata-sections.txt | 2 + gdata/gdata.symbols | 2 + gdata/services/picasaweb/gdata-picasaweb-service.c | 255 ++++++++++++++++++--- gdata/services/picasaweb/gdata-picasaweb-service.h | 8 +- gdata/tests/picasaweb.c | 100 ++++++++ 5 files changed, 330 insertions(+), 37 deletions(-) commit 0c72c53de8cf5a85124d298e4c350fde3566e577 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Dec 7 15:31:57 2009 +0000 [tests] Fix GdkPixbuf declaration for non-installed GDK+ headers gdata/tests/picasaweb.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit cf9d6021e4e46d0d169a6c15fc25e18e14f3a5fb Author: Richard Schwarting <rschwart@src.gnome.org> Date: Sun Dec 6 18:03:05 2009 +1300 Bug 598913 - Add gdata_picasaweb_service_insert_album() Add an API to facilitate the creation of new PicasaWeb albums docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/picasaweb/gdata-picasaweb-service.c | 48 +++++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-service.h | 3 ++ gdata/tests/picasaweb.c | 63 ++++++++++++++++++++++ 5 files changed, 116 insertions(+) commit efc38812b658cf56f4141aa59dd1639b1430adde Author: Richard Schwarting <rschwart@src.gnome.org> Date: Sun Dec 6 17:46:07 2009 +1300 Bug 598649 — Download API for PicasaWeb images and thumbnails Add download APIs and infrastructure for GDataMedia and GDataThumbnail configure.ac | 10 ++ docs/reference/gdata-sections.txt | 2 + gdata/gdata-download-stream.c | 69 +++++++++ gdata/gdata-private.h | 2 + gdata/gdata.symbols | 2 + gdata/media/gdata-media-content.c | 60 ++++++++ gdata/media/gdata-media-content.h | 2 + gdata/media/gdata-media-thumbnail.c | 59 +++++++ gdata/media/gdata-media-thumbnail.h | 2 + gdata/tests/Makefile.am | 2 + gdata/tests/picasaweb.c | 296 +++++++++++++++++++++++++++++++++++- 11 files changed, 505 insertions(+), 1 deletion(-) commit a3ad67db38082514cc85891df305369b3ba7ed98 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Dec 3 14:26:42 2009 +0000 Add GObject introspection support Add basic GObject introspection support for the library. None of the GIR file has been checked, and no annotations have been added yet. Makefile.am | 3 +- configure.ac | 2 ++ gdata/Makefile.am | 32 ++++++++++++++++++++ introspection.m4 | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+), 1 deletion(-) commit f696772dfb63dbb9e032e8f0de5dde958354eef2 Author: Djavan Fagundes <dnoway@gmail.com> Date: Fri Nov 27 08:44:43 2009 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit 84764e2042a8c51dcff4eccb4dd41e373302f42e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Nov 22 16:19:22 2009 +0000 Properly encode Unicode characters in query URIs Previously, Unicode characters would just be left in query URIs unchanged. Google's servers don't like this, and tend to return empty result sets (but without errors), so we should escape Unicode characters too. See: bgo#602497 gdata/gdata-access-handler.c | 4 +-- gdata/gdata-query.c | 8 +++--- gdata/services/calendar/gdata-calendar-query.c | 6 ++--- gdata/services/contacts/gdata-contacts-query.c | 6 ++--- gdata/services/documents/gdata-documents-query.c | 12 ++++----- gdata/services/picasaweb/gdata-picasaweb-query.c | 4 +-- gdata/services/youtube/gdata-youtube-query.c | 6 ++--- gdata/tests/general.c | 34 +++++++++++++++++++++--- 8 files changed, 53 insertions(+), 27 deletions(-) commit 35a970c145c0390c6cbd663b7d04f515901cd2fc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Nov 17 12:46:39 2009 +0000 Bug 602156 — GDataUploadStream should close GOutputStream on dispose Close the GOutputStream before disposing private data for GDataUploadStream which could be referenced by threaded code called when the upload is cancelled. Closes: bgo#602156 gdata/gdata-upload-stream.c | 5 +++++ 1 file changed, 5 insertions(+) commit 15b567f35c5886301d5a07119bbb30b464ba2fc1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Nov 17 12:54:41 2009 +0000 Properly catch splice errors when uploading PicasaWeb files Use a known-existing child error instead of a potentially NULL passed-in error to detect whether splicing on upload failed. gdata/services/picasaweb/gdata-picasaweb-service.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 9ed1ad613bd5d72d83139a1e851cacc2913b491d Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Nov 13 12:08:35 2009 +0100 Added sl for Slovenian translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 97a50f1ac9803ee1e18e432f967f0b7e51afaf99 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Nov 13 12:08:17 2009 +0100 Updated Slovenian translation po/sl.po | 349 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 349 insertions(+) commit 8c397d328427ad0d2fb6a6cf1b08bbee23a6488e Author: Daniel Nylander <po@danielnylander.se> Date: Fri Oct 30 18:28:38 2009 +0100 Updated Swedish translation po/sv.po | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) commit 4ce8c2324106172d603ed3dabd44d18f8db5dac3 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed Oct 28 00:03:47 2009 +0100 Updated Spanish translation po/es.po | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) commit 857aebe4fe01a2c7174a9b5345754ea536a4279d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 26 21:36:53 2009 +0000 [youtube] Remove gdata_youtube_video_[get|set]_title They were duplicating the atom:title (accessible via gdata_entry_[get|set]_title). docs/reference/gdata-sections.txt | 2 - gdata/gdata.symbols | 2 - gdata/services/youtube/gdata-youtube-video.c | 69 ++++++---------------------- gdata/services/youtube/gdata-youtube-video.h | 2 - gdata/tests/youtube.c | 1 - 5 files changed, 14 insertions(+), 62 deletions(-) commit 791711972c658d1aca0cddda8077bf7471adb6cd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 26 21:14:02 2009 +0000 Bug 579885 — Add code examples to documentation Added a code example for GDataYouTubeVideo. Helps: bgo#579885 gdata/services/youtube/gdata-youtube-video.c | 35 +++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) commit 7cb98b535d40adf3d2016c5d72e344a4f11c5ec4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 26 20:39:40 2009 +0000 [picasaweb] Add missing User and Feed files gdata/services/picasaweb/gdata-picasaweb-feed.c | 117 +++++++ gdata/services/picasaweb/gdata-picasaweb-feed.h | 67 ++++ gdata/services/picasaweb/gdata-picasaweb-user.c | 388 ++++++++++++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-user.h | 76 +++++ 4 files changed, 648 insertions(+) commit 66eaf1948c1d4c38482c37b0b8cd1cd89f65d0a9 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sun Oct 25 15:34:23 2009 +0000 Bug 598913 — Add gdata_picasaweb_service_insert_album() Remove API bloat in GDataPicasaWebAlbum: *_get_name and *_[get|set]_description are now gone. Helps: bgo#598913 docs/reference/gdata-sections.txt | 3 - gdata/gdata.symbols | 3 - gdata/services/picasaweb/gdata-picasaweb-album.c | 138 +++-------------------- gdata/services/picasaweb/gdata-picasaweb-album.h | 3 - gdata/tests/picasaweb.c | 5 +- 5 files changed, 19 insertions(+), 133 deletions(-) commit bc738bcb272a815b58ae1d6202587a57c39120e0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Oct 25 15:11:02 2009 +0000 [picasaweb] Handle testing of album and photo timestamps Album and photo timestamps needed testing after being added previously, which requires the use of a regex in the testing suite, since the time can change between building the expected XML string and the actual one. gdata/tests/picasaweb.c | 90 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 61 insertions(+), 29 deletions(-) commit 68b774ab2134e311cd564139aa899d8fe8ecbb65 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sun Oct 25 14:46:23 2009 +0000 Bug 589858 — Handle gphoto XML elements found in 'GDataFeed' Adds a GDataPicasaWebUser, which exposes information about each registered user on PicasaWeb, queryable from the PicasaWeb service. The patch also suppresses gphoto XML elements on PicasaWeb feeds, since they duplicate data available in other, better places. Closes: bgo#589858 docs/reference/gdata-sections.txt | 39 ++++++++++++++ gdata/gdata.h | 1 + gdata/gdata.symbols | 9 ++++ gdata/services/picasaweb/Makefile.am | 8 ++- gdata/services/picasaweb/gdata-picasaweb-query.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 60 +++++++++++++++++++--- gdata/services/picasaweb/gdata-picasaweb-service.h | 3 ++ gdata/tests/picasaweb.c | 22 ++++++++ 8 files changed, 134 insertions(+), 10 deletions(-) commit 4fca63c8e23ba788506f834228ff18ec1c8f152e Author: Richard Schwarting <aquarichy@gmail.com> Date: Sat Oct 24 10:44:51 2009 +0100 Bug 599140 — Have albums initialise date to now by default Both albums and files now initialise their timestamps to the current date, rather than the Unix epoch. Closes: bgo#599140 gdata/services/picasaweb/gdata-picasaweb-album.c | 3 +++ gdata/services/picasaweb/gdata-picasaweb-file.c | 3 +++ 2 files changed, 6 insertions(+) commit aed5482aa90d17e3c0ac9110b72dd19f79a2df17 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sat Oct 24 10:40:00 2009 +0100 Bug 598893 — gdata_picasaweb_album_new doesn't set a valid visibility Set GDataPicasaWebAlbum:visibility to private when creating a new album. Closes: bgo#598893 gdata/services/picasaweb/gdata-picasaweb-album.c | 1 + gdata/tests/picasaweb.c | 31 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) commit 3f9f7050ffaebc2b0b476997a0e063108b0c6f52 Author: Richard Schwarting <aquarichy@gmail.com> Date: Mon Oct 19 16:56:30 2009 +0100 Bug 598912 — Test data was changed by my mucking around with comments gdata/tests/picasaweb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7c342e241e7ccd581b28292b81b38d77c1d3b35e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Oct 19 16:53:57 2009 +0100 Bug 598910 — Timestamp bug Fixes incorrect usage of GTimeVal.tv_usec as milliseconds in the PicasaWeb backend and in GDataGDWhen. Closes: bgo#598910. gdata/gd/gdata-gd-when.c | 15 ++++++++++----- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 4 +--- 3 files changed, 12 insertions(+), 9 deletions(-) commit f4550a6eccb918402cad18e49b64ed1006c1a07f Author: Richard Schwarting <aquarichy@gmail.com> Date: Mon Oct 19 16:07:37 2009 +0100 Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix Fixes the claim that set_image_size can deal with lists (it can't). Closes: bgo#598746. gdata/services/picasaweb/gdata-picasaweb-query.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit ef2cdd8fe96a659cf8b764eae157f571e3b60887 Author: Og B. Maciel <ogmaciel@gnome.org> Date: Sun Oct 18 16:01:38 2009 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 57 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 26 deletions(-) commit ccadb2688bfcb05d422be4a06ce1060d0faa82f0 Author: Takeshi AIHANA <takeshi.aihana@gmail.com> Date: Mon Oct 12 18:47:02 2009 +0900 2009-10-12 Updated Japanese translation. po/LINGUAS | 1 + po/ja.po | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 356 insertions(+) commit 9b08a9ae6140ac7398ae4fd87910f555f95600a0 Author: Richard Schwarting <aquarichy@gmail.com> Date: Thu Oct 8 22:45:49 2009 +0100 [picasaweb] Suppress gphoto:access on GDataPicasaWebFile Handle the gphoto:access element for files with a stub, such that a warning isn't printed. Proper support will be added when individual file permissions are supported by PicasaWeb. Helps: bgo#589858 gdata/services/picasaweb/gdata-picasaweb-file.c | 5 +++++ 1 file changed, 5 insertions(+) commit ceb151b4f8b80722516478a577297431eed056d9 Author: Richard Schwarting <aquarichy@gmail.com> Date: Thu Oct 8 22:43:42 2009 +0100 [core] Add support for atom:icon to GDataFeed Add support for the atom:icon element to GDataFeed. Helps: bgo#589858 docs/reference/gdata-sections.txt | 1 + gdata/gdata-feed.c | 44 +++++++++++++++++++++++++++++++++++++++ gdata/gdata-feed.h | 1 + gdata/gdata.symbols | 1 + gdata/tests/picasaweb.c | 1 + 5 files changed, 48 insertions(+) commit d55b48bb650ff31c31f1611a59dec3c5de3b9979 Author: Richard Schwarting <aquarichy@gmail.com> Date: Thu Oct 8 22:34:18 2009 +0100 Bug 597248 — Add gdata_picasaweb_query_new_with_limits docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 3 +- gdata/services/picasaweb/gdata-picasaweb-query.c | 33 ++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-query.h | 1 + gdata/tests/picasaweb.c | 58 +++++++++++++++++++++++- 5 files changed, 93 insertions(+), 3 deletions(-) commit 4e5c7e57d50d42c0db1fc4fc32eb2084873cefd7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Oct 7 20:39:27 2009 +0100 [build] Renamed configure.in to configure.ac for clarity autogen.sh | 2 +- configure.ac | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 108 ----------------------------------------------------------- 3 files changed, 109 insertions(+), 109 deletions(-) commit 46c7fe5d5788375068f78df0172218288ab4e773 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon Sep 28 22:07:43 2009 +0200 Updated Spanish translation po/es.po | 60 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 28 deletions(-) commit 5142ec1ebb59bf8cb58f25f09c52e2c43122dc91 Author: Claude Paroz <claude@2xlibre.net> Date: Mon Sep 21 22:12:36 2009 +0200 Updated French translation po/fr.po | 100 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 55 insertions(+), 45 deletions(-) commit 054d5eff2d480c7dc29cdd346a3c0129eb5bc5e0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 21 09:13:22 2009 +0100 [build] Increment version to 0.6.0 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4004971de98ccb8d6e16ea0e88f65c6f2c6be295 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 21 09:12:38 2009 +0100 Release version 0.5.0 NEWS | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 83 insertions(+), 1 deletion(-) commit 9faa7ae4d66e7814399e22fd7ff8da15087e9679 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 21 08:28:40 2009 +0100 [youtube] Fix potential unref of NULL This fixes a crash when querying for a single video without a GDataQuery. gdata/services/youtube/gdata-youtube-service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit fb9db6f6edb1480b54e281a1f4de57e492b0dfd4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 21 08:25:31 2009 +0100 [media] Corrected Media RSS namespace gdata/media/gdata-media-category.c | 2 +- gdata/media/gdata-media-content.c | 2 +- gdata/media/gdata-media-credit.c | 2 +- gdata/media/gdata-media-group.c | 2 +- gdata/media/gdata-media-thumbnail.c | 2 +- gdata/tests/general.c | 28 ++++++++++++++-------------- gdata/tests/picasaweb.c | 4 ++-- gdata/tests/youtube.c | 5 ++--- 8 files changed, 23 insertions(+), 24 deletions(-) commit c7e34540485457acbe1db545ea042ce9c0f796d4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Sep 21 08:17:04 2009 +0100 [youtube] Fix test suite Includes a change to the upload URI for videos to upload them to the default (i.e. logged in) user, rather than having us worry about whether to send a Google Account username or YouTube username. gdata/services/youtube/gdata-youtube-service.c | 6 ++---- gdata/tests/youtube.c | 8 ++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) commit 23a0b740e6d25bff76497f6e2743e67e0e6845cd Author: Daniel Nylander <po@danielnylander.se> Date: Mon Sep 21 00:33:53 2009 +0200 Updated Swedish translation po/sv.po | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) commit 371e7789ff3cc7a07bc61c5224bab674d4702541 Author: Mario Blättermann <mariobl@gnome.org> Date: Sun Sep 20 22:02:50 2009 +0200 Updated German translation po/de.po | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) commit f9b71dd217f973157b66a6de3b37e5424aef4bbc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Sep 20 19:11:19 2009 +0100 [media] Added tests for media:category, :content, :credit and :thumbnail gdata/media/gdata-media-content.c | 2 + gdata/media/gdata-media-credit.c | 2 + gdata/media/gdata-media-thumbnail.c | 2 + gdata/tests/general.c | 306 ++++++++++++++++++++++++++++++++++++ 4 files changed, 312 insertions(+) commit 5c4bf2c42063b9a0fcbaabc0802e7162d4155450 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Sep 20 17:28:40 2009 +0100 [documents] Make upload_update_document() static gdata/services/documents/gdata-documents-service.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 37d2830af877827a73ae9f68f49422b5c913a67c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Sep 20 17:20:13 2009 +0100 Bug 593336 — Query parameter "q=..." isn't valid for album kinds Also add checks in gdata_picasaweb_service_query_all_albums*() to ensure the q parameter isn't set, including a corresponding error code and a test in the suite. Closes: bgo#593336 gdata/gdata-service.h | 8 +++++--- gdata/services/picasaweb/gdata-picasaweb-service.c | 15 +++++++++++++++ gdata/tests/picasaweb.c | 20 ++++++++++++-------- 3 files changed, 32 insertions(+), 11 deletions(-) commit d499901b4a689db1218beeae693498e947db4025 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Sep 20 17:05:05 2009 +0100 Bug 593336 — Query parameter "q=..." isn't valid for album kinds Add a few notes in the API documentation to say that the q parameter isn't valid for album queries. Closes: bgo#593336 gdata/services/picasaweb/gdata-picasaweb-query.c | 2 ++ gdata/services/picasaweb/gdata-picasaweb-service.c | 2 ++ 2 files changed, 4 insertions(+) commit d33b3aad55a94d35a6fe9dc31d714da89c57e59d Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Sep 19 02:56:37 2009 +0200 Added Hungarian translation po/hu.po | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) commit d2c64a8ba1293b4a7db37b4e1061e472b8cd6f3d Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Sep 19 02:56:26 2009 +0200 Added hu to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 5e2f2effe7cae3506602e71e0afc473340a075b2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Sep 13 13:44:38 2009 +0100 Updated British English translation po/en_GB.po | 74 +++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 31 deletions(-) commit 67f09aa52323bc8f5e7c9e5beab44e386d19db1d Author: António Lima <amrlima@gmail.com> Date: Wed Sep 9 23:51:20 2009 +0100 Updated Portuguese translation po/LINGUAS | 1 + po/pt.po | 349 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 350 insertions(+) commit 80898b2e3addc980dc38d424fd8cdb9a08ba5c49 Author: Richard Schwarting <aquarichy@gmail.com> Date: Fri Aug 28 16:48:32 2009 +0100 Bug 593239 — Use GDataUploadStream for uploading files Use GDataUploadStream in the PicasaWeb service to upload photos. This also now adds the appropriate kind category to entries when they're uploaded (if it hasn't already been added to the entry), and improves the upload test case so that the current timestamp is added to the description for uploaded files, allowing for easier inspection of files online to see whether the tests were successful. Closes: bgo#593239 gdata/services/picasaweb/gdata-picasaweb-service.c | 164 +++++++-------------- gdata/services/picasaweb/gdata-picasaweb-service.h | 4 +- gdata/tests/picasaweb.c | 61 ++++---- 3 files changed, 87 insertions(+), 142 deletions(-) commit 9fffe702b9f39a850925e830d55cd2ca1bcfa3b9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 28 16:45:44 2009 +0100 [core] Fix race condition when updating authentication details If a GDataService is destroyed before the set_authentication_details_cb idle callback is called, it will access freed memory. The authentication process now keeps a reference to the service until it has finished updating the service's authentication details. gdata/gdata-service.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 38026d747eb9e26118885fc6ba83e3806c5cb21e Author: Inaki Larranaga <dooteo@zundan.com> Date: Fri Aug 28 16:50:34 2009 +0200 Added Basque translation po/LINGUAS | 1 + po/eu.po | 341 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 342 insertions(+) commit 71f5d8c88576ba98aee7b4ae1aa0abe68b42531d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 28 15:28:03 2009 +0100 Bug 592845 — Undefined symbol: gdata_picasaweb_query_new_with_limits Remove gdata_picasaweb_query_new_with_limits from the symbol file, since it doesn't exist. Closes: bgo#592845 gdata/gdata.symbols | 1 - 1 file changed, 1 deletion(-) commit d9cc2f8b1c5a517190c758baa7b6c5aca64f045e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 18 16:29:54 2009 +0100 Bug 592124 — G_LOG_DOMAIN not set for subdirectories Patch based on one from Thibault Saunier <saunierthibault@gmail.com> to add G_LOG_DOMAIN to the Makefiles of build subdirectories, to ensure the "libgdata" log domain is set for all messages emitted by the library. Closes: bgo#592124 gdata/atom/Makefile.am | 1 + gdata/exif/Makefile.am | 1 + gdata/gd/Makefile.am | 9 +++++---- gdata/georss/Makefile.am | 9 +++++---- gdata/media/Makefile.am | 9 +++++---- gdata/services/calendar/Makefile.am | 1 + gdata/services/contacts/Makefile.am | 1 + gdata/services/documents/Makefile.am | 13 +++++++------ gdata/services/picasaweb/Makefile.am | 1 + gdata/services/youtube/Makefile.am | 1 + 10 files changed, 28 insertions(+), 18 deletions(-) commit 90fdd19d607d5b232e5678d50150fc670b208e4c Author: Thibault Saunier <saunierthibault@gmail.com> Date: Tue Aug 18 16:17:45 2009 +0100 Bug 591691 — Getting a feed containing PDF documents returns NULL gdata/services/documents/gdata-documents-feed.c | 43 ++++++++++++++----------- 1 file changed, 25 insertions(+), 18 deletions(-) commit 442d1b58a45ad46416ecdfd64e1a19571402d6b1 Author: Thibault Saunier <saunierthibault@gmail.com> Date: Mon Aug 17 18:14:29 2009 +0100 Bug 591974 — remove_document_from_folder moves documents to the trash gdata/services/documents/gdata-documents-service.c | 25 ++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) commit 047e5af9fbfe5b3dbd90a5cb28880cc1710499f2 Author: Thibault Saunier <saunierthibault@gmail.com> Date: Mon Aug 17 17:58:14 2009 +0100 Bug 591966 — Can't query single spreadsheets gdata/services/documents/gdata-documents-service.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c00fa4b85f81ee572ea1d56941cf015aa3ca5add Author: Fran Dieguez <fran.dieguez@glug.es> Date: Mon Aug 17 15:27:16 2009 +0200 Updated Galician Translation po/gl.po | 298 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 211 insertions(+), 87 deletions(-) commit f7520786e67bc71ec29d1f5a0691b656026e131f Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Aug 15 13:31:31 2009 +0200 Updated Spanish translation po/es.po | 64 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) commit 714222b63b9a7b21ccb335019abc4062ce37cb01 Author: Daniel Nylander <po@danielnylander.se> Date: Fri Aug 14 10:01:38 2009 +0200 Updated Swedish translation po/sv.po | 72 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 30 deletions(-) commit 31238b0ce7f199098f9ca40aa1cba94dc9b37dc3 Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org> Date: Fri Aug 14 00:24:44 2009 -0300 Fixed typos in the Brazilian Portuguese translation. Thanks to Rodolfo Ribeiro Gomes for spoting them. po/pt_BR.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit d75811855d956b62b3d983e59553155c8ec9a071 Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org> Date: Thu Aug 13 23:29:48 2009 -0300 Updated Brazilian Portuguese translation. po/pt_BR.po | 117 ++++++++++++++++++++++-------------------------------------- 1 file changed, 43 insertions(+), 74 deletions(-) commit ad8eb5ad901c1c1ad7ac35b054fd646ed7c768da Author: Flamarion Jorge <jorge.flamarion@gmail.com> Date: Thu Aug 13 22:39:46 2009 -0300 Added Brazilian Portuguese translation. po/LINGUAS | 1 + po/pt_BR.po | 395 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 396 insertions(+) commit 5fca748b86f46a67daa13e437fa14faf8af506c8 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Thu Aug 13 15:51:48 2009 +0200 Added Polish translation po/LINGUAS | 1 + po/pl.po | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 352 insertions(+) commit 3775bb85db79e4f9609a60dac1409a870ba4a0e9 Author: Mario Blättermann <mariobl@gnome.org> Date: Tue Aug 11 21:38:00 2009 +0200 Updated German translation po/de.po | 70 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 41 insertions(+), 29 deletions(-) commit 372610c967ac8bd1e088a290dd62299b5261dd02 Author: Thibault Saunier <saunierthibault@gmail.com> Date: Mon Aug 10 21:20:25 2009 +0100 [documents] Added a function to get the document upload URI docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-service.c | 37 +++++++++++++++++----- gdata/services/documents/gdata-documents-service.h | 1 + 4 files changed, 32 insertions(+), 8 deletions(-) commit 0a8e11dbbc4208acebbbdbc21588f8cfd06bf4d7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 10 20:53:06 2009 +0100 [gd] Updated the GData namespace to version 3 Added structured name and postal address handling from version 3 of the GData namespace, including updated test cases. docs/reference/gdata-sections.txt | 69 ++ gdata/gd/Makefile.am | 6 +- gdata/gd/gdata-gd-name.c | 598 +++++++++++++++ gdata/gd/gdata-gd-name.h | 88 +++ gdata/gd/gdata-gd-organization.c | 241 +++++- gdata/gd/gdata-gd-organization.h | 9 + gdata/gd/gdata-gd-postal-address.c | 929 +++++++++++++++++++++-- gdata/gd/gdata-gd-postal-address.h | 94 ++- gdata/gdata-parser.c | 2 +- gdata/gdata-service.c | 3 +- gdata/gdata-service.h | 2 + gdata/gdata.h | 1 + gdata/gdata.symbols | 47 ++ gdata/services/contacts/gdata-contacts-contact.c | 86 ++- gdata/services/contacts/gdata-contacts-contact.h | 3 + gdata/services/contacts/gdata-contacts-service.c | 1 + gdata/tests/contacts.c | 14 +- gdata/tests/general.c | 172 ++++- 18 files changed, 2264 insertions(+), 101 deletions(-) commit 6d5a2712416a2f70e87b47a2efe6f9abfdb1ee36 Author: Thibault Saunier <saunierthibault@gmail.com> Date: Sat Aug 8 16:29:50 2009 +0100 Bug 590568 – Crash on querying inside a folder Re-fix queries in folders to use the correct URI as per the API change on 2009-08-03 (http://code.google.com/apis/documents/changelog.html). gdata/services/documents/gdata-documents-service.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit caa0947705aad4cbc6b2b8d853772f35752239d8 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sat Aug 8 21:44:06 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 106 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 106 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 106 insertions(+), 106 deletions(-) commit da8f20efdb2ddb640c42d2f0ff4f695467ef21c1 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Aug 7 14:06:08 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 192 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 125 insertions(+), 67 deletions(-) commit 69a8ef2bffd54fac4bf68dee175293bc47b05fec Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 6 23:30:56 2009 +0100 [documents] Fix the "remove all" test case so it doesn't fail on old ETags gdata/gdata-service.c | 2 +- gdata/tests/documents.c | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) commit e66e42f1637f5ed07efdde31aad5602aa30d2f89 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 6 23:07:20 2009 +0100 [documents] Re-query the document when removing it from a folder This ensures we return the latest version of the document, rather than having to hack around with removing the old folder's links and categories ourselves. See: http://code.google.com/p/gdata-issues/issues/detail?id=1380 gdata/gdata-upload-stream.c | 4 ++-- gdata/services/documents/gdata-documents-service.c | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) commit c6a02abf76fd6c29b2eac61c107c8f4101af11c4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 6 22:09:16 2009 +0100 [documents] Test case fixes Use the correct HTTP method when updating documents, check more strictly for missing XML responses, use the Google-provided URI for removing documents from folders, and don't try to parse a response to the same request which doesn't exist. gdata/gdata-parsable.c | 4 +- gdata/gdata-service.c | 1 - gdata/gdata-upload-stream.c | 9 +++- gdata/gdata-upload-stream.h | 2 +- gdata/services/documents/gdata-documents-service.c | 51 ++++++---------------- 5 files changed, 23 insertions(+), 44 deletions(-) commit d51293735acc3e136374a5d3c0cc589e13936011 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 6 20:07:47 2009 +0100 [core] Fix some warnings gdata/gdata-buffer.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit db45f076ced74e28e6cb45bfd7d618ac71be3857 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Aug 6 20:07:00 2009 +0100 [build] Added support for AM_SILENT_RULES and updated git.mk configure.in | 4 + gdata/Makefile.am | 8 +- gdata/media/Makefile.am | 4 +- gdata/services/documents/Makefile.am | 4 +- gdata/services/picasaweb/Makefile.am | 20 ++-- gdata/services/youtube/Makefile.am | 20 ++-- git.mk | 178 ++++++++++++++++++----------------- 7 files changed, 127 insertions(+), 111 deletions(-) commit ef78512a717eb47533ff45c0f6222cef0691fbe3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 5 22:53:31 2009 +0100 [core] Fix premature termination of request body on buffer underflow EOF and buffer underflow returns from gdata_buffer_pop_data() were getting confused and, if data wasn't pushed to a GDataUploadStream fast enough, would result in premature termination of the request body. gdata/gdata-buffer.c | 23 ++++++++++++++++++----- gdata/gdata-buffer.h | 4 ++-- gdata/gdata-download-stream.c | 2 +- gdata/gdata-upload-stream.c | 8 ++++---- 4 files changed, 25 insertions(+), 12 deletions(-) commit 7c0cd3d0f1d14cbf7d39cadbc2b1b258351e47f8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 5 21:58:46 2009 +0100 [documents] Don't try to insert documents when updating without a new file gdata/services/documents/gdata-documents-service.c | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) commit 68d89ae3953aaaa0741ec3726450275436eada6d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 5 20:16:20 2009 +0100 [docs] Added missing image Add the data flow diagram to the list of images to be packaged. docs/reference/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 4369021250a06320c56654616e8ef20bb6da4e2e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Aug 5 20:14:45 2009 +0100 [core] Added GDataUploadStream to allow easy uploading of large files GDataUploadStream is a subclass of GOutputStream designed to allow easy uploading of files (with or without an associated entry) to a service using streaming I/O. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 24 + gdata/Makefile.am | 4 +- gdata/gdata-buffer.c | 24 +- gdata/gdata-buffer.h | 1 + gdata/gdata-service.c | 6 + gdata/gdata-service.h | 4 +- gdata/gdata-upload-stream.c | 748 +++++++++++++++++++++ gdata/gdata-upload-stream.h | 80 +++ gdata/gdata.h | 1 + gdata/gdata.symbols | 7 + gdata/services/documents/gdata-documents-service.c | 255 +++---- 12 files changed, 981 insertions(+), 174 deletions(-) commit 7444c1c6d60332445b4771d813c528702a3e2853 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Aug 4 20:03:22 2009 +0200 Updated Spanish translation po/es.po | 83 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 41 deletions(-) commit da82480d680f9871ca4120b304728170bc7fa3b7 Author: Claude Paroz <claude@2xlibre.net> Date: Mon Aug 3 21:13:31 2009 +0200 Updated French translation Contributed by Nicolas Repentin and Claude Paroz po/fr.po | 180 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 115 insertions(+), 65 deletions(-) commit d35e5400ca860a5ea12c734bd6b4a9f8437cd091 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 3 19:05:27 2009 +0100 [core] Added GDataDownloadStream to allow easy downloading of large files GDataDownloadStream is a subclass of GInputStream which allows large files to be downloaded in a more controlled manner than by just specifying the file to save them to. docs/reference/Makefile.am | 8 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 25 + gdata/Makefile.am | 8 +- gdata/gdata-buffer.c | 289 +++++++++++ gdata/gdata-buffer.h | 58 +++ gdata/gdata-download-stream.c | 562 +++++++++++++++++++++ gdata/gdata-download-stream.h | 75 +++ gdata/gdata-private.h | 1 + gdata/gdata-service.c | 20 +- gdata/gdata-service.h | 4 +- gdata/gdata.h | 1 + gdata/gdata.symbols | 9 + gdata/services/documents/gdata-documents-entry.c | 104 ++-- .../documents/gdata-documents-presentation.c | 57 ++- .../documents/gdata-documents-presentation.h | 1 + gdata/services/documents/gdata-documents-service.c | 4 +- .../documents/gdata-documents-spreadsheet.c | 81 ++- .../documents/gdata-documents-spreadsheet.h | 2 + gdata/services/documents/gdata-documents-text.c | 59 ++- gdata/services/documents/gdata-documents-text.h | 1 + 21 files changed, 1222 insertions(+), 148 deletions(-) commit d61d33f99968e7493afccadd9816a7a3d2f95128 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Aug 3 18:35:59 2009 +0100 [core] Added a method to escape text and append it to a GString This reduces the number of small allocations required when building up an XML output tree by a large number. XML output checks in the test suites can act as a test case. gdata/atom/gdata-author.c | 19 ++----- gdata/atom/gdata-category.c | 7 +-- gdata/atom/gdata-link.c | 14 +---- gdata/gd/gdata-gd-email-address.c | 7 +-- gdata/gd/gdata-gd-im-address.c | 7 +-- gdata/gd/gdata-gd-organization.c | 21 ++----- gdata/gd/gdata-gd-phone-number.c | 14 +---- gdata/gd/gdata-gd-postal-address.c | 7 +-- gdata/gd/gdata-gd-where.c | 14 ++--- gdata/gd/gdata-gd-who.c | 7 +-- gdata/gdata-entry.c | 26 +++------ gdata/gdata-parsable.c | 2 +- gdata/gdata-parser.c | 68 +++++++++++++++++++++++ gdata/gdata-parser.h | 1 + gdata/gdata-private.h | 1 + gdata/media/gdata-media-category.c | 14 +---- gdata/media/gdata-media-group.c | 21 ++----- gdata/services/calendar/gdata-calendar-calendar.c | 7 +-- gdata/services/calendar/gdata-calendar-event.c | 2 - gdata/services/contacts/gdata-contacts-contact.c | 2 - gdata/services/picasaweb/gdata-picasaweb-album.c | 9 +-- gdata/services/picasaweb/gdata-picasaweb-file.c | 16 ++---- gdata/services/youtube/gdata-youtube-video.c | 7 +-- 23 files changed, 128 insertions(+), 165 deletions(-) commit 82fa0a20505cc85bfcc0355fbf3f35c7a8a62fba Author: Thibault Saunier <saunierthibault@gmail.com> Date: Mon Aug 3 18:01:47 2009 +0100 Bug 590568 – Crash on querying inside a folder gdata/services/documents/gdata-documents-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 02488eeb8cf890ec2fd52791edb3153c6d84a4ee Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 2 23:31:58 2009 +0100 [georss] Add missing files gdata/georss/Makefile.am | 29 +++++ gdata/georss/gdata-georss-where.c | 223 ++++++++++++++++++++++++++++++++++++++ gdata/georss/gdata-georss-where.h | 72 ++++++++++++ 3 files changed, 324 insertions(+) commit 3c735026b6b8d587c48139b3c7e504353192aec9 Author: Richard Schwarting <aquarichy@gmail.com> Date: Sun Aug 2 22:52:16 2009 +0100 Bug 590132 – Unhandled XML for georss Patch to add GeoRSS support to the PicasaWeb backend, with support for getting and setting coordinates of albums and files, including test cases. Closes: bgo#590132 configure.in | 1 + docs/reference/Makefile.am | 4 +- docs/reference/gdata-sections.txt | 4 + gdata/Makefile.am | 5 +- gdata/gdata.symbols | 4 + gdata/services/picasaweb/gdata-picasaweb-album.c | 128 ++++++++++++++++++++- gdata/services/picasaweb/gdata-picasaweb-album.h | 2 + gdata/services/picasaweb/gdata-picasaweb-file.c | 140 ++++++++++++++++++++--- gdata/services/picasaweb/gdata-picasaweb-file.h | 2 + gdata/tests/picasaweb.c | 70 ++++++++++-- 10 files changed, 328 insertions(+), 32 deletions(-) commit 953d0c148e412b45bd7f1d0e8f36309f256d131f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 2 19:57:28 2009 +0100 [core] Added error domain Added an error domain ("libgdata") and made all "unhandled element" messages into proper messages, rather than warnings. This means that all command line output of libgdata can now be redirected so it doesn't mess up command line applications. gdata/Makefile.am | 1 + gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/youtube/gdata-youtube-service.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) commit abaa3f0c0eca903206bb81fa28edf4c9213ffb1f Author: Thibault Saunier <saunierthibault@gmail.com> Date: Sun Aug 2 19:39:06 2009 +0100 [documents] Fix GDataDocumentsEntry:is-deleted Brown paper bag commit of a fix to the is-deleted property of GDataDocumentsEntry, which apparently doesn't have any attributes. Closes: bgo#590345 gdata/services/documents/gdata-documents-entry.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) commit f79e6196edb542911c2fde15756676f7f1753f70 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 2 19:32:48 2009 +0100 [documents] Warning fixes and extra error checking gdata/services/documents/gdata-documents-service.c | 11 +++++++---- gdata/tests/documents.c | 14 ++++---------- 2 files changed, 11 insertions(+), 14 deletions(-) commit 0f63d2d39d5514bcbd53002a5496a773b2f5cf40 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 2 18:24:01 2009 +0100 Bug 590341 – Allow querying of single documents Patch from Thibault Saunier <saunierthibault@gmail.com> to allow querying of single documents from the Google Documents backend. Closes: bgo#590341 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-query.c | 12 ++++- gdata/services/documents/gdata-documents-service.c | 62 ++++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 2 + gdata/tests/documents.c | 14 +++-- 6 files changed, 88 insertions(+), 4 deletions(-) commit c04a3fa92d193c2ae1cd68174129dfb3bb56f2be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Aug 2 17:08:42 2009 +0100 Bug 589855 – Obsolete <rights> not handled in GDataPicasaWebAlbum parse_xml() Changes based on a patch from Richard Schwarting <aquarichy@gmail.com> to handle the Atom <rights> element in GDataEntry. Closes: bgo#589855 docs/reference/gdata-sections.txt | 2 + gdata/gdata-entry.c | 72 +++++++++++++++++++++++- gdata/gdata-entry.h | 2 + gdata/gdata.symbols | 2 + gdata/services/picasaweb/gdata-picasaweb-album.c | 63 ++++++++++++++++++--- gdata/tests/picasaweb.c | 27 +++++++++ 6 files changed, 160 insertions(+), 8 deletions(-) commit f500b1b6b8b698a87f3cdfd17dd562f67f9ec659 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sun Aug 2 16:13:55 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 127 +++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 125 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 141 insertions(+), 111 deletions(-) commit 68bd454a875f8f1a83791fff1d3db59399e138c9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 1 11:23:45 2009 +0100 Bug 590345 – <gd:deleted> handling in GDataDocumentsEntry Patch by Thibault Saunier <saunierthibault@gmail.com> to add handling for <gd:deleted> tags in the Documents service. Closes: bgo#590345 docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-entry.c | 54 ++++++++++++++++++++++-- gdata/services/documents/gdata-documents-entry.h | 2 + 4 files changed, 54 insertions(+), 4 deletions(-) commit 1a02a3574ec4f8864f38c8edbc1a79b2ce586963 Author: Richard Schwarting <aquarichy@gmail.com> Date: Wed Jul 29 19:37:45 2009 +0100 Bug 589850 – gdata_picasaweb_album_get_timestamp() returns date in 1970! Patch from Richard Schwarting <aquarichy@gmail.com> to fix timestamp parsing re. word size incompatibilities in the PicasaWeb service. Closes: bgo#589850 gdata/exif/gdata-exif-tags.c | 5 ++--- gdata/services/picasaweb/gdata-picasaweb-album.c | 7 ++++--- gdata/services/picasaweb/gdata-picasaweb-file.c | 6 +++--- gdata/tests/picasaweb.c | 4 +--- 4 files changed, 10 insertions(+), 12 deletions(-) commit 1e971a20100097c5cad077dffa5b3e30bb9db2ae Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 28 21:52:35 2009 +0100 [picasaweb] Added missing EXIF tag files I'm an idiot. gdata/exif/Makefile.am | 29 ++++ gdata/exif/gdata-exif-tags.c | 350 +++++++++++++++++++++++++++++++++++++++++++ gdata/exif/gdata-exif-tags.h | 78 ++++++++++ 3 files changed, 457 insertions(+) commit 34b758dea90cfc87dab4f78b151ac597ec62c2c5 Author: Richard Schwarting <aquarichy@gmail.com> Date: Tue Jul 28 19:44:53 2009 +0100 Bug 589201 – Add EXIF support for PicasaWeb image files Patch from Richard Schwarting <aquarichy@gmail.com> to add support for EXIF attributes to the PicasaWeb service. Closes: bgo#589201 configure.in | 1 + docs/reference/Makefile.am | 4 +- docs/reference/gdata-sections.txt | 9 + gdata/Makefile.am | 5 +- gdata/gdata.symbols | 9 + gdata/services/picasaweb/gdata-picasaweb-file.c | 382 ++++++++++++++++++++- gdata/services/picasaweb/gdata-picasaweb-file.h | 16 +- gdata/services/picasaweb/gdata-picasaweb-service.c | 1 + gdata/tests/picasaweb.c | 27 +- 9 files changed, 421 insertions(+), 33 deletions(-) commit 88159d6a2c37cf3edd1b80398a020968d6728c39 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 27 23:42:34 2009 +0100 Bug 589545 – *_download_document(): let the client decide where to download Patch from Thibault Saunier <saunierthibault@gmail.com> to change the semantics of the *_download_document() functions. Closes: bgo#589545 gdata/gdata-private.h | 2 +- gdata/services/documents/gdata-documents-entry.c | 60 ++++++++++++---------- .../documents/gdata-documents-presentation.c | 13 ++--- .../documents/gdata-documents-presentation.h | 2 +- .../documents/gdata-documents-spreadsheet.c | 16 +++--- .../documents/gdata-documents-spreadsheet.h | 2 +- gdata/services/documents/gdata-documents-text.c | 13 ++--- gdata/services/documents/gdata-documents-text.h | 2 +- gdata/tests/documents.c | 57 +++++++++++++++----- 9 files changed, 105 insertions(+), 62 deletions(-) commit c6c5a1c41c2a3f30a61898effaa824bea27c05c1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 25 18:48:17 2009 +0100 [core] Changed error handling to print the response message It previously printed the human-readable version of the HTTP status code. This doesn't introduce any string changes. gdata/gdata-service.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 96d9d1ba0adb0a3f3d399f45e6432c23819fe453 Author: Mario Blättermann <mariobl@gnome.org> Date: Fri Jul 24 17:32:00 2009 +0200 Updated German translation po/de.po | 52 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 11 deletions(-) commit dbb25d3103466bd205f66572a64982e94109b871 Author: Daniel Nylander <po@danielnylander.se> Date: Wed Jul 22 23:28:32 2009 +0200 Updated Swedish translation po/sv.po | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) commit 9b67a37d9af5f0200b7da6c49e3ae494ac4a995a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 21 19:23:54 2009 +0100 Bug 589265 – Crash on query error gdata/gdata-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit a2b06cc6c4f01f5cce7838a9af50da93477ecaea Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Jul 21 19:35:37 2009 +0200 Updated Spanish translation po/es.po | 60 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 14 deletions(-) commit eabbfce26c99bebcd61fd46285266ad95515193d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 20 20:43:42 2009 +0100 [build] Increment version to 0.5.0 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cc58afed3ee1003f20fa93c6401020025c25c316 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 20 20:40:38 2009 +0100 Release version 0.4.0 NEWS | 60 +++++++++ configure.in | 2 +- gdata/tests/Makefile.am | 11 +- gdata/tests/documents.c | 18 +-- gdata/tests/test_updated_file.ppt | Bin 0 -> 72192 bytes po/POTFILES.in | 2 + po/en_GB.po | 249 +++++++++++++++++++++++++++----------- 7 files changed, 253 insertions(+), 89 deletions(-) commit 28676603a8aec0167662448702d8c9699ba5bc74 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 20 19:40:50 2009 +0100 [picasaweb] Test suite fixes Someone went and edited the photos online! They destroyed my test cases! gdata/tests/picasaweb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit e2882f3cd445cb2e4fbc9ffd25e5addcb9fa6010 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 20 19:27:29 2009 +0100 [docs] Added some missing YouTube functions to the documentation docs/reference/gdata-sections.txt | 5 +++++ 1 file changed, 5 insertions(+) commit a1824d8706439c882f3e6fcb6496120fd4300e78 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jul 20 19:18:16 2009 +0100 [documents] Fixed gdata_documents_entry_get_path function Necessarily also fixed gdata_entry_look_up_links, and added test cases for it. Based on patches by Thibault Saunier <saunierthibault@gmail.com>. Closes: bgo#589067 gdata/atom/gdata-link.c | 4 +- gdata/gdata-entry.c | 16 +++--- gdata/gdata.symbols | 1 + gdata/services/documents/gdata-documents-entry.c | 71 +++++++++++++----------- gdata/services/documents/gdata-documents-entry.h | 2 +- gdata/tests/general.c | 33 ++++++++++- 6 files changed, 84 insertions(+), 43 deletions(-) commit 8940a0b026bf9b6df9c602430057af5934951c18 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 19 18:50:38 2009 +0100 [documents] Added missing test files gdata/tests/Makefile.am | 11 +++++++++++ gdata/tests/test.doc | Bin 0 -> 7680 bytes gdata/tests/test.ods | Bin 0 -> 7564 bytes gdata/tests/test.odt | Bin 0 -> 8033 bytes gdata/tests/test.ppt | Bin 0 -> 71168 bytes gdata/tests/test.xls | Bin 0 -> 7680 bytes gdata/tests/test_updated.odt | Bin 0 -> 8649 bytes 7 files changed, 11 insertions(+) commit 352a620bff7fd01d5c9e9fd455b42eeecce16786 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 19 18:43:05 2009 +0100 [contacts] Added methods to remove all (e.g.) phone numbers from a contact docs/reference/gdata-sections.txt | 5 + gdata/gdata.symbols | 5 + gdata/services/contacts/gdata-contacts-contact.c | 146 ++++++++++++++++++----- gdata/services/contacts/gdata-contacts-contact.h | 5 + 4 files changed, 131 insertions(+), 30 deletions(-) commit 9ab94286da929f3bfa0c04a052963b608a45f956 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 19 12:41:02 2009 +0100 Bug 588995 – float radix character depends on LC_NUMERIC, but Google wants "." Changes based on a patch by Richard Schwarting <aquarichy@gmail.com> to use locale-independent functions to print doubles. Closes: bgo#588995 gdata/services/picasaweb/gdata-picasaweb-file.c | 4 +++- gdata/services/picasaweb/gdata-picasaweb-query.c | 10 +++++++--- gdata/services/youtube/gdata-youtube-query.c | 13 +++++++++---- gdata/tests/youtube.c | 2 +- 4 files changed, 20 insertions(+), 9 deletions(-) commit 4ee6c030ecdc75086d6317fd0e2e8fa8ae454903 Author: Thibault Saunier <saunierthibault@gmail.com> Date: Fri Jul 17 19:04:15 2009 +0100 Bug 587073 – Add Google Documents service Added support for Google Documents, from work done by Thibault Saunier <saunierthibault@gmail.com>. Closes bgo#587073 and bgo#588282. HACKING | 2 + configure.in | 3 +- docs/reference/gdata-docs.xml | 13 +- docs/reference/gdata-sections.txt | 188 +++++ gdata/Makefile.am | 1 + gdata/atom/gdata-link.c | 6 +- gdata/gdata-entry.c | 35 + gdata/gdata-entry.h | 1 + gdata/gdata-feed.c | 100 ++- gdata/gdata-parsable.c | 7 +- gdata/gdata-private.h | 13 + gdata/gdata.h | 10 + gdata/gdata.symbols | 48 ++ gdata/services/Makefile.am | 2 +- gdata/services/documents/Makefile.am | 80 +++ gdata/services/documents/gdata-documents-entry.c | 633 +++++++++++++++++ gdata/services/documents/gdata-documents-entry.h | 81 +++ gdata/services/documents/gdata-documents-feed.c | 119 ++++ gdata/services/documents/gdata-documents-feed.h | 67 ++ gdata/services/documents/gdata-documents-folder.c | 88 +++ gdata/services/documents/gdata-documents-folder.h | 69 ++ .../documents/gdata-documents-presentation.c | 151 ++++ .../documents/gdata-documents-presentation.h | 96 +++ gdata/services/documents/gdata-documents-query.c | 563 +++++++++++++++ gdata/services/documents/gdata-documents-query.h | 86 +++ gdata/services/documents/gdata-documents-service.c | 767 +++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 105 +++ .../documents/gdata-documents-spreadsheet.c | 172 +++++ .../documents/gdata-documents-spreadsheet.h | 99 +++ gdata/services/documents/gdata-documents-text.c | 154 +++++ gdata/services/documents/gdata-documents-text.h | 103 +++ gdata/services/youtube/gdata-youtube-video.c | 2 + gdata/tests/Makefile.am | 3 + gdata/tests/common.h | 1 + gdata/tests/documents.c | 588 ++++++++++++++++ gdata/tests/picasaweb.c | 1 - po/fr.po | 4 + 37 files changed, 4418 insertions(+), 43 deletions(-) commit 533ad2afe4cb37307dcec180759f0741a5cf39f0 Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Fri Jul 10 14:55:47 2009 +0200 Bug 588052 – Parse the yt:aspectratio tag Add support for aspect ratios to YouTube videos. Patch by Víctor Manuel Jáquez Leal. Closes bgo#588052. gdata/gdata.symbols | 3 ++ gdata/services/youtube/gdata-youtube-group.c | 45 ++++++++++++++++++++ gdata/services/youtube/gdata-youtube-group.h | 3 ++ gdata/services/youtube/gdata-youtube-video.c | 61 +++++++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-video.h | 18 ++++++++ gdata/tests/youtube.c | 1 - 6 files changed, 129 insertions(+), 2 deletions(-) commit 31ae4270a735e768901b03e230845713a8a51395 Author: Daniel Nylander <po@danielnylander.se> Date: Fri Jul 10 17:30:37 2009 +0200 Updated Swedish translation po/sv.po | 292 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 194 insertions(+), 98 deletions(-) commit 11feedf628437743836ec02bb2ed22bd35672d66 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jul 8 15:26:18 2009 +0100 [youtube] Check the hostname when extracting video IDs from URIs gdata/services/youtube/gdata-youtube-video.c | 5 ++++- gdata/tests/youtube.c | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) commit 4a7c1d78a04ad6be69705eaf036913ee76e4e3c9 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Mon Jul 6 21:00:59 2009 +0800 Added Traditional Chinese translation(Hong Kong and Taiwan) po/LINGUAS | 2 + po/zh_HK.po | 325 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 325 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 652 insertions(+) commit fdcfed6f126a622e946532dba12a3cc3596d562a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 5 23:15:15 2009 +0100 [youtube] Added a convenience function to extract video IDs from video URIs docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/youtube/gdata-youtube-video.c | 43 ++++++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-video.h | 2 ++ gdata/tests/youtube.c | 14 +++++++++ 5 files changed, 61 insertions(+) commit f8490dd614d953e1d28835d97bc70b6746f4e224 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 5 22:44:19 2009 +0100 [youtube] Added a query to retrieve the details of a single video Added sync and async query functions to retrieve the details of a single video based on its video ID. Test cases and documentation are included. docs/reference/gdata-sections.txt | 3 + gdata/gdata-private.h | 5 + gdata/gdata-service.c | 99 +++++++++------- gdata/gdata.symbols | 3 + gdata/services/youtube/gdata-youtube-service.c | 158 +++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-service.h | 7 ++ gdata/tests/youtube.c | 52 ++++++++ 7 files changed, 286 insertions(+), 41 deletions(-) commit dfff80454d66075b0ce1dbbd85b823ebe3df9625 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 4 18:09:39 2009 +0100 [tests] Rearchitected the test suites to not use global variables The global main_loop and service variables are now declared in the scope of the main function, and passed to the appropriate test cases. Individual test cases can now be run without needing to also run the authentication test. gdata/tests/calendar.c | 116 +++++++++++++++++++++--------------------------- gdata/tests/contacts.c | 76 +++++++++++++++---------------- gdata/tests/picasaweb.c | 71 ++++++++++++++--------------- gdata/tests/youtube.c | 78 ++++++++++++++++---------------- 4 files changed, 160 insertions(+), 181 deletions(-) commit 54a08c31db4c3ab6904f2f52bbb77102b351e459 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jul 4 15:11:30 2009 +0100 [tests] Use better paths for test files in the test suite gdata/tests/picasaweb.c | 14 +++++++------- gdata/tests/youtube.c | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) commit 97355e5cfc3bb12afb30b690aa0e4b185457b931 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jul 3 10:12:09 2009 +0100 [core] Made the get_xml functions use a single GString throughout Previously, each call to _gdata_parsable_get_xml would create its own GString, then destroy it at the end. Now, the same GString is reused throughout a tree of calls to _gdata_parsable_get_xml, saving quite a few allocations/frees (in exchange for more reallocations). gdata/gd/gdata-gd-when.c | 7 ++----- gdata/gdata-entry.c | 21 ++++++--------------- gdata/gdata-parsable.c | 12 +++++------- gdata/gdata-private.h | 2 +- gdata/media/gdata-media-group.c | 7 ++----- gdata/services/calendar/gdata-calendar-event.c | 7 ++----- gdata/services/contacts/gdata-contacts-contact.c | 7 ++----- gdata/services/picasaweb/gdata-picasaweb-album.c | 5 +---- gdata/services/picasaweb/gdata-picasaweb-file.c | 5 +---- gdata/services/youtube/gdata-youtube-video.c | 9 ++------- 10 files changed, 24 insertions(+), 58 deletions(-) commit 65531a6bae54340722c2cdaa5e156a9ca9a49637 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jul 2 16:09:37 2009 +0100 [contacts] Added gdata_contacts_service_update_contact Added gdata_contacts_service_update_contact to work around some weirdness with the edit URIs the contacts service gives us, and also fixed some bugs with handling empty extended properties. gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/contacts/gdata-contacts-service.c | 39 +++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-service.h | 2 ++ gdata/tests/contacts.c | 6 ++++ 5 files changed, 48 insertions(+), 2 deletions(-) commit 362a970abd6623d09fc4194d57e840996c9b702c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 30 18:36:26 2009 +0100 [atom] Added #defined values for the standard link relation types docs/reference/gdata-sections.txt | 7 ++++ gdata/atom/gdata-link.c | 7 ++-- gdata/atom/gdata-link.h | 84 +++++++++++++++++++++++++++++++++++++++ gdata/gdata-access-handler.c | 2 +- gdata/gdata-entry.c | 3 +- gdata/gdata-service.c | 4 +- gdata/tests/general.c | 5 ++- 7 files changed, 103 insertions(+), 9 deletions(-) commit ca7aba560734b3b3a6999e8a869b77ae6492e87a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jul 1 14:12:10 2009 +0100 [picasaweb] Fixed declaration of gdata_picasaweb_file_get_size gdata/services/picasaweb/gdata-picasaweb-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b45582cdda4ce176c8106b008448814e81e6409 Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Wed Jul 1 15:21:40 2009 +0300 Updated Ukrainian translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit a5c983cea95e9faea1c42120fd40e7891e22a459 Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Wed Jul 1 15:20:54 2009 +0300 Updated Ukrainian translation po/uk.po | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) commit f752236c8dfdbcf1e0e123b70a1e039a4ce6aef8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 29 16:20:57 2009 +0100 [gd] Added test cases for the GData elements with classes Added test cases for all the GData elements represented in gdata/gd. A few bugs (mainly escaping bugs) in the classes were fixed as a result. gdata/gd/gdata-gd-email-address.c | 7 +- gdata/gd/gdata-gd-im-address.c | 16 +- gdata/gd/gdata-gd-organization.c | 26 +- gdata/gd/gdata-gd-phone-number.c | 34 ++- gdata/gd/gdata-gd-postal-address.c | 28 +- gdata/gd/gdata-gd-postal-address.h | 2 +- gdata/gd/gdata-gd-when.c | 4 +- gdata/gd/gdata-gd-where.c | 23 +- gdata/gd/gdata-gd-who.c | 14 +- gdata/tests/general.c | 608 +++++++++++++++++++++++++++++++++++++ 10 files changed, 715 insertions(+), 47 deletions(-) commit be8b372b310579d17d042afb0fc6145348cec328 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 29 10:44:26 2009 +0100 Bug 587277 – Some files are GPLv3 but license is LGPLv2.1? Fix licencing headers to consistently be LGPLv2.1+. gdata/atom/gdata-author.c | 18 +++++++++--------- gdata/atom/gdata-author.h | 18 +++++++++--------- gdata/atom/gdata-category.c | 18 +++++++++--------- gdata/atom/gdata-category.h | 18 +++++++++--------- gdata/atom/gdata-generator.c | 18 +++++++++--------- gdata/atom/gdata-generator.h | 18 +++++++++--------- gdata/atom/gdata-link.c | 18 +++++++++--------- gdata/atom/gdata-link.h | 18 +++++++++--------- gdata/gd/gdata-gd-email-address.c | 18 +++++++++--------- gdata/gd/gdata-gd-email-address.h | 18 +++++++++--------- gdata/gd/gdata-gd-im-address.c | 18 +++++++++--------- gdata/gd/gdata-gd-im-address.h | 18 +++++++++--------- gdata/gd/gdata-gd-organization.c | 18 +++++++++--------- gdata/gd/gdata-gd-organization.h | 18 +++++++++--------- gdata/gd/gdata-gd-phone-number.c | 18 +++++++++--------- gdata/gd/gdata-gd-phone-number.h | 18 +++++++++--------- gdata/gd/gdata-gd-postal-address.c | 18 +++++++++--------- gdata/gd/gdata-gd-postal-address.h | 18 +++++++++--------- gdata/gd/gdata-gd-reminder.c | 18 +++++++++--------- gdata/gd/gdata-gd-reminder.h | 18 +++++++++--------- gdata/gd/gdata-gd-when.c | 18 +++++++++--------- gdata/gd/gdata-gd-when.h | 18 +++++++++--------- gdata/gd/gdata-gd-where.c | 18 +++++++++--------- gdata/gd/gdata-gd-where.h | 18 +++++++++--------- gdata/gd/gdata-gd-who.c | 18 +++++++++--------- gdata/gd/gdata-gd-who.h | 18 +++++++++--------- gdata/gdata-access-handler.c | 18 +++++++++--------- gdata/gdata-access-handler.h | 18 +++++++++--------- gdata/gdata-parsable.c | 18 +++++++++--------- gdata/gdata-parsable.h | 18 +++++++++--------- gdata/media/gdata-media-category.c | 18 +++++++++--------- gdata/media/gdata-media-category.h | 18 +++++++++--------- gdata/media/gdata-media-content.c | 18 +++++++++--------- gdata/media/gdata-media-content.h | 18 +++++++++--------- gdata/media/gdata-media-credit.c | 18 +++++++++--------- gdata/media/gdata-media-credit.h | 18 +++++++++--------- gdata/media/gdata-media-group.c | 18 +++++++++--------- gdata/media/gdata-media-group.h | 18 +++++++++--------- gdata/media/gdata-media-thumbnail.c | 18 +++++++++--------- gdata/media/gdata-media-thumbnail.h | 18 +++++++++--------- gdata/services/calendar/gdata-calendar-feed.c | 18 +++++++++--------- gdata/services/calendar/gdata-calendar-feed.h | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-content.c | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-content.h | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-control.c | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-control.h | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-credit.c | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-credit.h | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-group.c | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-group.h | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-state.c | 18 +++++++++--------- gdata/services/youtube/gdata-youtube-state.h | 18 +++++++++--------- 52 files changed, 468 insertions(+), 468 deletions(-) commit 33be5a3f48f400611132c3a85e8f1b17fd5f383e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 29 01:05:08 2009 +0100 [atom] Added test cases for the Atom elements with classes Added test cases for all the Atom elements represented in gdata/atom. A few bugs in GDataParsable, GDataGenerator and GDataLink were fixed as a result. Most notably, gdata_link_get_uri will now always return a valid IRI. HACKING | 10 +- gdata/atom/gdata-generator.c | 21 ++-- gdata/atom/gdata-link.c | 39 ++++--- gdata/gdata-parsable.c | 9 +- gdata/tests/calendar.c | 6 +- gdata/tests/contacts.c | 4 +- gdata/tests/general.c | 239 ++++++++++++++++++++++++++++++++++++++++++- gdata/tests/youtube.c | 20 ++-- 8 files changed, 309 insertions(+), 39 deletions(-) commit 20cad32f52be0505a25305bad7d6167df6ad8de6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 28 22:31:44 2009 +0100 [media] Fixed a crasher when trying to free static memory Static memory was being inserted into a hash table, then later freed. Also updated the list of allowed commit tags in HACKING. gdata/media/gdata-media-group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 920c0249bd241320abcd15cf3379b66d6c83e2f5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 28 22:23:55 2009 +0100 [core] Link element names and namespaces to the relevant classes This introduces new element_name and element_namespaces fields to the GDataParsableClass struct, allowing for simpler parsing of XML by linking XML element names to parsable object types. Some of the GDataParsable API is now public, which will allow for a more comprehensive test suite in future. docs/reference/gdata-sections.txt | 11 +-- gdata/atom/gdata-author.c | 1 + gdata/atom/gdata-category.c | 1 + gdata/atom/gdata-generator.c | 1 + gdata/atom/gdata-link.c | 1 + gdata/gd/gdata-gd-email-address.c | 2 + gdata/gd/gdata-gd-im-address.c | 2 + gdata/gd/gdata-gd-organization.c | 2 + gdata/gd/gdata-gd-phone-number.c | 2 + gdata/gd/gdata-gd-postal-address.c | 2 + gdata/gd/gdata-gd-reminder.c | 2 + gdata/gd/gdata-gd-when.c | 12 ++- gdata/gd/gdata-gd-where.c | 2 + gdata/gd/gdata-gd-who.c | 2 + gdata/gdata-access-handler.c | 12 +-- gdata/gdata-access-rule.c | 21 ----- gdata/gdata-access-rule.h | 1 - gdata/gdata-entry.c | 73 +++++------------ gdata/gdata-entry.h | 2 - gdata/gdata-feed.c | 13 +-- gdata/gdata-parsable.c | 93 ++++++++++++++++++---- gdata/gdata-parsable.h | 12 ++- gdata/gdata-private.h | 9 +-- gdata/gdata-service.c | 10 ++- gdata/gdata.symbols | 11 +-- gdata/media/gdata-media-category.c | 2 + gdata/media/gdata-media-content.c | 2 + gdata/media/gdata-media-credit.c | 2 + gdata/media/gdata-media-group.c | 14 ++-- gdata/media/gdata-media-thumbnail.c | 2 + gdata/services/calendar/gdata-calendar-calendar.c | 19 ----- gdata/services/calendar/gdata-calendar-calendar.h | 1 - gdata/services/calendar/gdata-calendar-event.c | 49 +++++------- gdata/services/calendar/gdata-calendar-event.h | 1 - gdata/services/contacts/gdata-contacts-contact.c | 69 ++++++---------- gdata/services/contacts/gdata-contacts-contact.h | 1 - gdata/services/picasaweb/gdata-picasaweb-album.c | 26 +----- gdata/services/picasaweb/gdata-picasaweb-album.h | 1 - gdata/services/picasaweb/gdata-picasaweb-file.c | 26 +----- gdata/services/picasaweb/gdata-picasaweb-file.h | 1 - gdata/services/picasaweb/gdata-picasaweb-service.c | 5 +- gdata/services/youtube/gdata-youtube-control.c | 5 +- gdata/services/youtube/gdata-youtube-group.c | 4 +- gdata/services/youtube/gdata-youtube-service.c | 5 +- gdata/services/youtube/gdata-youtube-state.c | 2 + gdata/services/youtube/gdata-youtube-video.c | 33 +++----- gdata/services/youtube/gdata-youtube-video.h | 1 - gdata/tests/calendar.c | 14 ++-- gdata/tests/contacts.c | 14 ++-- gdata/tests/general.c | 10 +-- gdata/tests/picasaweb.c | 8 +- gdata/tests/youtube.c | 18 ++--- 52 files changed, 272 insertions(+), 363 deletions(-) commit dad5356795c230886e11d8a63fbd4fc27596b2f4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 28 17:34:33 2009 +0100 [docs] Added data flow diagram and protocol description docs/reference/data-flow.dia | Bin 0 -> 1657 bytes docs/reference/data-flow.png | Bin 0 -> 24681 bytes docs/reference/gdata-overview.xml | 19 +++++++++++++++++++ docs/reference/structure.dia | Bin 1814 -> 1803 bytes docs/reference/structure.png | Bin 17149 -> 22102 bytes 5 files changed, 19 insertions(+) commit f989a8f8474ad92e8bc43bd6143af0a6d6566300 Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Sun Jun 28 12:48:51 2009 +0200 Updated Spanish translation po/es.po | 100 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 43 deletions(-) commit 3364795201c16230102a3f9120515d026845bf4a Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Jun 22 22:00:37 2009 +0200 Updated German translation po/de.po | 84 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 32 deletions(-) commit 0f9d29fdbb87e6bb2a4a0e5d239e6e8a8f8fe3f3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 21 20:24:34 2009 +0100 [picasaweb] Added a PicasaWeb service Originally written by Richard Schwarting <aquarichy@gmail.com>, the PicasaWeb service has decent test suite coverage, decent documentation, and support for common PicasaWeb operations. Closes: bgo#580375 configure.in | 1 + docs/reference/Makefile.am | 3 +- docs/reference/gdata-docs.xml | 8 + docs/reference/gdata-sections.txt | 141 +++ gdata/Makefile.am | 1 + gdata/gdata-access-rule.c | 6 +- gdata/gdata-entry.c | 74 +- gdata/gdata-entry.h | 2 + gdata/gdata-feed.c | 3 +- gdata/gdata-parser.c | 17 + gdata/gdata-parser.h | 1 + gdata/gdata-service.c | 1 + gdata/gdata.h | 7 + gdata/gdata.symbols | 83 ++ gdata/media/gdata-media-content.c | 12 +- gdata/media/gdata-media-credit.c | 6 +- gdata/media/gdata-media-group.c | 21 +- gdata/media/gdata-media-group.h | 1 + gdata/services/Makefile.am | 2 +- gdata/services/picasaweb/Makefile.am | 69 ++ gdata/services/picasaweb/gdata-picasaweb-album.c | 1097 ++++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-album.h | 109 ++ gdata/services/picasaweb/gdata-picasaweb-file.c | 1303 ++++++++++++++++++++ gdata/services/picasaweb/gdata-picasaweb-file.h | 110 ++ gdata/services/picasaweb/gdata-picasaweb-query.c | 547 ++++++++ gdata/services/picasaweb/gdata-picasaweb-query.h | 84 ++ gdata/services/picasaweb/gdata-picasaweb-service.c | 397 ++++++ gdata/services/picasaweb/gdata-picasaweb-service.h | 87 ++ gdata/tests/Makefile.am | 3 + gdata/tests/picasaweb.c | 554 +++++++++ po/POTFILES.in | 1 + 31 files changed, 4736 insertions(+), 15 deletions(-) commit f81049f70f1568f95b3db8ca5ed6d7e8891b0644 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jun 13 19:44:17 2009 +0100 Bug 579170 – Eliminate gdata_parser_error_unhandled_element Split parsing of app:control elements in GDataYouTubeVideo out into GDataYouTubeControl, and converted the GDataYouTubeState struct to a GObject. All instances of gdata_parser_error_unhandled_element are now banished. Closes: bgo#579170 docs/reference/Makefile.am | 4 +- docs/reference/gdata-docs.xml | 6 +- docs/reference/gdata-sections.txt | 29 ++- gdata/gdata-parser.c | 15 -- gdata/gdata-parser.h | 1 - gdata/gdata.h | 2 +- gdata/gdata.symbols | 7 +- gdata/services/youtube/Makefile.am | 10 +- gdata/services/youtube/gdata-youtube-control.c | 190 ++++++++++++++++ gdata/services/youtube/gdata-youtube-control.h | 70 ++++++ gdata/services/youtube/gdata-youtube-service.c | 5 +- gdata/services/youtube/gdata-youtube-state.c | 297 +++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-state.h | 70 ++++++ gdata/services/youtube/gdata-youtube-video.c | 91 ++++---- gdata/services/youtube/gdata-youtube-video.h | 2 +- gdata/services/youtube/gdata-youtube.c | 78 ------- gdata/services/youtube/gdata-youtube.h | 52 ----- gdata/tests/youtube.c | 12 +- 18 files changed, 721 insertions(+), 220 deletions(-) commit 0ec119dc1af85ef45ac333c584f6939b7e93bdf9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jun 13 18:14:31 2009 +0100 [core] Converted Media RSS structs to GObjects Converted all the Media RSS structs to GObjects, and moved them to a "media" directory. The documentation for the new objects is mostly complete, but no new test cases have been added. A few of the new classes had to be subclassed to add YouTube-specific properties to them. Helps: bgo#579170 configure.in | 1 + docs/reference/Makefile.am | 15 +- docs/reference/gdata-docs.xml | 15 +- docs/reference/gdata-sections.txt | 158 +++++-- gdata/Makefile.am | 7 +- gdata/gdata-media-rss.c | 349 -------------- gdata/gdata-media-rss.h | 178 -------- gdata/gdata.h | 10 +- gdata/gdata.symbols | 48 +- gdata/media/Makefile.am | 74 +++ gdata/media/gdata-media-category.c | 404 +++++++++++++++++ gdata/media/gdata-media-category.h | 76 ++++ gdata/media/gdata-media-content.c | 540 ++++++++++++++++++++++ gdata/media/gdata-media-content.h | 109 +++++ gdata/media/gdata-media-credit.c | 271 +++++++++++ gdata/media/gdata-media-credit.h | 69 +++ gdata/media/gdata-media-group.c | 542 ++++++++++++++++++++++ gdata/media/gdata-media-group.h | 84 ++++ gdata/media/gdata-media-thumbnail.c | 358 +++++++++++++++ gdata/media/gdata-media-thumbnail.h | 70 +++ gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/contacts/gdata-contacts-contact.h | 2 +- gdata/services/youtube/Makefile.am | 14 +- gdata/services/youtube/gdata-youtube-content.c | 145 ++++++ gdata/services/youtube/gdata-youtube-content.h | 86 ++++ gdata/services/youtube/gdata-youtube-credit.c | 168 +++++++ gdata/services/youtube/gdata-youtube-credit.h | 67 +++ gdata/services/youtube/gdata-youtube-group.c | 250 ++++++++++ gdata/services/youtube/gdata-youtube-group.h | 72 +++ gdata/services/youtube/gdata-youtube-query.c | 9 +- gdata/services/youtube/gdata-youtube-query.h | 20 +- gdata/services/youtube/gdata-youtube-video.c | 554 ++++------------------- gdata/services/youtube/gdata-youtube-video.h | 11 +- gdata/tests/general.c | 8 +- gdata/tests/youtube.c | 6 +- 35 files changed, 3711 insertions(+), 1081 deletions(-) commit a53ecbd393e8eac9b773743bc7963d613deaafa0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 10 19:43:07 2009 +0100 [core] Converted GData structs to GObjects Converted all the GData structs to GObjects, and moved them to a "gd" directory. The documentation for the new objects is mostly complete, but no new test cases have been added. Helps: bgo#579170 configure.in | 1 + docs/reference/gdata-docs.xml | 160 ++-- docs/reference/gdata-sections.txt | 295 +++++-- gdata/Makefile.am | 7 +- gdata/atom/gdata-author.c | 2 +- gdata/atom/gdata-category.c | 2 +- gdata/atom/gdata-generator.c | 2 +- gdata/atom/gdata-link.c | 2 +- gdata/gd/Makefile.am | 46 ++ gdata/gd/gdata-gd-email-address.c | 478 ++++++++++++ gdata/gd/gdata-gd-email-address.h | 81 ++ gdata/gd/gdata-gd-im-address.c | 555 +++++++++++++ gdata/gd/gdata-gd-im-address.h | 84 ++ gdata/gd/gdata-gd-organization.c | 583 ++++++++++++++ gdata/gd/gdata-gd-organization.h | 84 ++ gdata/gd/gdata-gd-phone-number.c | 573 ++++++++++++++ gdata/gd/gdata-gd-phone-number.h | 84 ++ gdata/gd/gdata-gd-postal-address.c | 504 ++++++++++++ gdata/gd/gdata-gd-postal-address.h | 81 ++ gdata/gd/gdata-gd-reminder.c | 480 ++++++++++++ gdata/gd/gdata-gd-reminder.h | 78 ++ gdata/gd/gdata-gd-when.c | 590 ++++++++++++++ gdata/gd/gdata-gd-when.h | 83 ++ gdata/gd/gdata-gd-where.c | 420 ++++++++++ gdata/gd/gdata-gd-where.h | 77 ++ gdata/gd/gdata-gd-who.c | 427 ++++++++++ gdata/gd/gdata-gd-who.h | 77 ++ gdata/gdata-access-rule.c | 1 - gdata/gdata-access-rule.h | 1 - gdata/gdata-gdata.c | 904 ---------------------- gdata/gdata-gdata.h | 310 -------- gdata/gdata-parsable.c | 21 +- gdata/gdata.h | 13 +- gdata/gdata.symbols | 135 +++- gdata/services/calendar/gdata-calendar-calendar.c | 7 +- gdata/services/calendar/gdata-calendar-calendar.h | 1 - gdata/services/calendar/gdata-calendar-event.c | 206 ++--- gdata/services/calendar/gdata-calendar-event.h | 4 +- gdata/services/contacts/gdata-contacts-contact.c | 429 +++------- gdata/services/contacts/gdata-contacts-contact.h | 6 +- gdata/services/youtube/gdata-youtube-video.c | 170 ++-- gdata/services/youtube/gdata-youtube-video.h | 4 +- gdata/tests/calendar.c | 61 +- gdata/tests/contacts.c | 7 + gdata/tests/general.c | 9 + gdata/tests/youtube.c | 11 +- 46 files changed, 6173 insertions(+), 1983 deletions(-) commit 05d2280925c8492764b2bdc8d9a2f7957dafc877 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jun 4 11:34:25 2009 +0100 [core] Converted Atom structs to GObjects Converted all the Atom structs to GObjects, and moved them to an "atom" directory. This entailed moving get_xml and get_namespaces to GDataParsable, which simplifies things anyway. The documentation for the new Atom objects is mostly complete, but no new test cases have been added. Helps: bgo#579170 configure.in | 1 + docs/reference/Makefile.am | 7 +- docs/reference/gdata-docs.xml | 5 +- docs/reference/gdata-sections.txt | 123 ++++- gdata/Makefile.am | 15 +- gdata/atom/Makefile.am | 36 ++ gdata/atom/gdata-author.c | 422 +++++++++++++++ gdata/atom/gdata-author.h | 77 +++ gdata/atom/gdata-category.c | 381 +++++++++++++ gdata/atom/gdata-category.h | 77 +++ gdata/atom/gdata-generator.c | 262 +++++++++ gdata/atom/gdata-generator.h | 71 +++ gdata/atom/gdata-link.c | 616 ++++++++++++++++++++++ gdata/atom/gdata-link.h | 86 +++ gdata/gdata-access-handler.c | 10 +- gdata/gdata-access-rule.c | 26 +- gdata/gdata-atom.c | 329 ------------ gdata/gdata-atom.h | 120 ----- gdata/gdata-entry.c | 287 +++------- gdata/gdata-entry.h | 17 +- gdata/gdata-feed.c | 149 ++---- gdata/gdata-feed.h | 5 +- gdata/gdata-parsable.c | 82 ++- gdata/gdata-parsable.h | 27 +- gdata/gdata-parser.c | 9 +- gdata/gdata-parser.h | 25 +- gdata/gdata-private.h | 12 +- gdata/gdata-service.c | 8 +- gdata/gdata.h | 9 +- gdata/gdata.symbols | 51 +- gdata/services/calendar/gdata-calendar-calendar.c | 20 +- gdata/services/calendar/gdata-calendar-event.c | 20 +- gdata/services/contacts/gdata-contacts-contact.c | 26 +- gdata/services/youtube/gdata-youtube-service.c | 5 +- gdata/services/youtube/gdata-youtube-video.c | 20 +- gdata/tests/calendar.c | 6 +- gdata/tests/general.c | 11 +- 37 files changed, 2519 insertions(+), 934 deletions(-) commit 16e5b361250164b503e4dc84a0ac24391438adb9 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Jun 10 15:31:38 2009 +0200 Add Norwegian bokmål po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 6913ffea72ba5db340821de3ce66f63a6a89bb0d Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Jun 10 15:31:14 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 281 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 281 insertions(+) commit 111ba382c2de7ad24424da6de391865057e9bf9f Author: Claude Paroz <claude@2xlibre.net> Date: Thu Jun 4 19:24:35 2009 +0200 Added French translation by Laurent Coudeur and Claude Paroz po/LINGUAS | 1 + po/fr.po | 292 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 293 insertions(+) commit 0d73821eae07ab62745dec65530e212e1f5ef09e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 3 19:00:35 2009 +0100 [core] Fix usage of a potentially-NULL object gdata/gdata-service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1b2292336c6864456ad84ec319f672fb6c0a1463 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 3 17:30:25 2009 +0100 Bug 584737 – String parsing is locale-sensitive Replace some uses of strtod() with g_ascii_strtod() so that string parsing isn't locale-dependent. Add a test case. Closes: bgo#584737 gdata/gdata-media-rss.c | 7 +++---- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/tests/general.c | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 5 deletions(-) commit ccf58327523258335f77eb07ed3162411ddbdce7 Author: Mario Blättermann <mariobl@gnome.org> Date: Wed Jun 3 20:21:45 2009 +0200 Updated German translation po/de.po | 195 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 126 insertions(+), 69 deletions(-) commit bac9dc210a6d344c61c09458a46cdb7a96b28796 Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Wed Jun 3 20:04:57 2009 +0200 Updated Spanish translation po/es.po | 202 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 134 insertions(+), 68 deletions(-) commit e74940e22180cdd8cedd79270c118991d3e96c87 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Jun 3 13:39:48 2009 +0100 Bug 584417 – Strings are not properly formed for localisation Reworded a number of strings to make them (hopefully) easier to translate, and added translator comments to every string which takes parameters. Moved a few existing translator comments so gettext actually picks them up. Closes: bgo#584417 gdata/gdata-access-rule.c | 4 +- gdata/gdata-entry.c | 6 +- gdata/gdata-feed.c | 28 ++-- gdata/gdata-parsable.c | 2 + gdata/gdata-parser.c | 154 +++++++++++++++------- gdata/gdata-private.h | 13 +- gdata/gdata-service.c | 17 ++- gdata/services/calendar/gdata-calendar-calendar.c | 30 ++--- gdata/services/calendar/gdata-calendar-event.c | 24 ++-- gdata/services/calendar/gdata-calendar-feed.c | 4 +- gdata/services/contacts/gdata-contacts-contact.c | 33 +++-- gdata/services/youtube/gdata-youtube-service.c | 16 +-- gdata/services/youtube/gdata-youtube-video.c | 39 +++--- 13 files changed, 220 insertions(+), 150 deletions(-) commit ff5ff0632b572fdd01092df9950abbd07c1b23fa Author: Joan Duran <jodufi@gmail.com> Date: Tue Jun 2 23:18:56 2009 +0200 Added Catalan translation po/LINGUAS | 1 + po/ca.po | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 244 insertions(+) commit 639bb11b26e13935cc6fab741c19f99fa1325f9f Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Tue Jun 2 20:19:05 2009 +0200 Updated Spanish translation po/es.po | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit 59fca6a0a7fc0f68f0767c4260d3c0dd9625b635 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jun 2 00:15:49 2009 +0100 [contacts] Add contact photo support Add support for getting, setting and removing contact photos. Full test cases and documentation are included. docs/reference/gdata-sections.txt | 3 + gdata/gdata.symbols | 3 + gdata/services/contacts/gdata-contacts-contact.c | 245 ++++++++++++++++++++++- gdata/services/contacts/gdata-contacts-contact.h | 8 + gdata/services/contacts/gdata-contacts-service.h | 3 +- gdata/tests/contacts.c | 156 +++++++++++++++ gdata/tests/photo.jpg | Bin 0 -> 17659 bytes 7 files changed, 413 insertions(+), 5 deletions(-) commit 371fceb5a6913e4d4eac69f5e850a76ab4847288 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 1 18:06:58 2009 +0100 [core] Add comparison functions for main Atom and GData structs Consequently, add code to *_add_* functions to prevent duplicate structs being added to entries. docs/reference/gdata-sections.txt | 15 + gdata/gdata-atom.c | 108 ++++++++ gdata/gdata-atom.h | 4 + gdata/gdata-entry.c | 30 +- gdata/gdata-gdata.c | 331 +++++++++++++++++++++++ gdata/gdata-gdata.h | 11 + gdata/gdata.symbols | 15 + gdata/services/calendar/gdata-calendar-event.c | 21 +- gdata/services/contacts/gdata-contacts-contact.c | 35 ++- 9 files changed, 556 insertions(+), 14 deletions(-) commit 3684d2e4276c4a98b30e38613114456f20f84c31 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Jun 1 16:46:50 2009 +0100 [contacts] Add the ability to list all extended properties of a contact docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 17 +++++++++++++++++ gdata/services/contacts/gdata-contacts-contact.h | 10 +++++++++- 4 files changed, 28 insertions(+), 1 deletion(-) commit 8a3390b19c25730dba1f578c986911dc3c963aa8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 31 17:01:52 2009 +0100 [docs] Add the builddir to gtkdoc-mkhtml's path so builddir != srcdir works docs/reference/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) commit 2e960de884529f63c939e08f80c22c62208e1e6c Author: A S Alam <aalam@users.sf.net> Date: Tue May 26 19:16:58 2009 +0530 Adding Punjabi (Gurmukhi) Language to Project by A S Alam po/LINGUAS | 1 + po/pa.po | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) commit 135312e5a803997e54bbacfbdf198aea187b3d02 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon May 25 11:28:06 2009 +0100 [build] Increment version to 0.4.0 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7e684c0fee65c65a6f07c4d458032024072790ea Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon May 25 11:24:55 2009 +0100 Release version 0.3.0 Makefile.am | 1 - NEWS | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- gdata/tests/youtube.c | 2 +- po/Makefile.in.in | 4 ++-- 5 files changed, 58 insertions(+), 5 deletions(-) commit 81cea2e1830f2925f865894da0bb0ed0069aa108 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon May 25 10:30:18 2009 +0100 Updated British English translation po/en_GB.po | 162 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 96 insertions(+), 66 deletions(-) commit e4d91569399a17cea1807087390c01258dc117fa Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Sat May 23 19:58:28 2009 +0200 Updated Spanish translation po/es.po | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) commit e83e538ba4ecd795206e494615308282f4113503 Author: Simos Xenitellis <simos@gnome.org> Date: Fri May 22 17:45:34 2009 +0100 Added el to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 02537937225f29d769c09e1bd64c7237fe1c9e61 Author: Γιάννης Κατσαμπίρης <juankatsampirhs@gmail.com> Date: Fri May 22 17:44:36 2009 +0100 Added Greek UI translation po/el.po | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) commit bf88dd2c10b6e7228e065791ad5ba7362ab6d6ae Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Fri May 22 07:31:42 2009 +0200 Updated Spanish translation po/es.po | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) commit 027133b8e96849355a3c38ce6f297a85a4bcd059 Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Wed May 20 20:50:59 2009 +0200 Added es to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit f30d9187090faac5d8596318e7a512c87640fd83 Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> Date: Wed May 20 20:50:40 2009 +0200 Added initial Spanish translation po/es.po | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) commit 93681c6fddf142291b9c2375cc68ceee91214f96 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed May 20 07:07:01 2009 +0100 [core] Made GDataEntry a prerequisite for GDataAccessHandler gdata/gdata-access-handler.c | 1 + 1 file changed, 1 insertion(+) commit e48934965085fdf12e58222c573d123a81dbbc89 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon May 18 14:47:00 2009 +0200 Added Galician Translation. po/LINGUAS | 1 + po/gl.po | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) commit be665338dbfc10f935d9efed6d315015e1b2abf7 Author: Mario Blättermann <mariobl@gnome.org> Date: Sun May 17 21:03:36 2009 +0200 Updated German translation po/de.po | 71 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 39 insertions(+), 32 deletions(-) commit 36472b67980073b816a9e3717ccde57b76a43e23 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 17 18:53:53 2009 +0100 [calendar] Added GDataCalendarFeed to parse Calendar-specific feed properties GDataCalendarFeed is a subclass of GDataFeed, and implements parsing of two Calendar-specific feed properties. Documentation is included, but there are no test cases. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 19 +++ gdata/gdata-access-handler.c | 2 +- gdata/gdata-feed.c | 5 +- gdata/gdata-private.h | 2 +- gdata/gdata-service.c | 3 +- gdata/gdata-service.h | 2 + gdata/gdata.h | 1 + gdata/gdata.symbols | 3 + gdata/services/calendar/Makefile.am | 7 +- gdata/services/calendar/gdata-calendar-feed.c | 189 +++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-feed.h | 71 +++++++++ gdata/services/calendar/gdata-calendar-service.c | 2 + gdata/tests/calendar.c | 12 +- 14 files changed, 306 insertions(+), 13 deletions(-) commit c1c6885e2cf997175e8a71470e74e2deddcb6c2f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 17 18:03:26 2009 +0100 [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsable Adds a new abstract class, GDataParsable, which adds extensible XML parsing functionality to inheriting classes. A little documentation is included, but there is no real public API for the class. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 17 + gdata/Makefile.am | 6 +- gdata/gdata-access-rule.c | 16 +- gdata/gdata-entry.c | 440 ++++++-------- gdata/gdata-entry.h | 8 +- gdata/gdata-feed.c | 692 +++++++++------------- gdata/gdata-feed.h | 5 +- gdata/gdata-parsable.c | 210 +++++++ gdata/gdata-parsable.h | 74 +++ gdata/gdata-private.h | 9 +- gdata/gdata.h | 1 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-calendar.c | 16 +- gdata/services/calendar/gdata-calendar-event.c | 16 +- gdata/services/contacts/gdata-contacts-contact.c | 16 +- gdata/services/youtube/gdata-youtube-service.c | 2 +- gdata/services/youtube/gdata-youtube-video.c | 16 +- po/POTFILES.in | 1 + 19 files changed, 858 insertions(+), 689 deletions(-) commit 164c9b9fbd8c9bf35427e088973b0b79a90bca3e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 17 12:54:00 2009 +0100 [core] Fix reference problems and filter out duplicate namespaces Fixes reference problems in the error case of gdata_service_delete_entry, and ensures that the extra_namespaces hash table doesn't contain any namespaces which are duplicates of the defined set (when building XML). gdata/gdata-entry.c | 11 +++++++++++ gdata/gdata-service.c | 11 ++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) commit c81b6308a8fbad64618073df83a92d2ff8a5f2c2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 17 12:53:16 2009 +0100 [calendar] Implement ACL functionality on GDataCalendarCalendar GDataCalendarCalendar now implements the GDataAccessHandler interface. A complete set of test cases is included. gdata/services/calendar/gdata-calendar-calendar.c | 17 +- gdata/tests/calendar.c | 235 ++++++++++++++++++++-- 2 files changed, 235 insertions(+), 17 deletions(-) commit 5d853ec5706129ce8af1bc0a2baae3dfed52d8d0 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 17 12:50:57 2009 +0100 Bug 582026 – Access Control List functionality This adds a framework for controlling access control lists (ACLs). It includes GDataAccessHandler, an interface to be implemented by any GDataEntry which has an ACL. It also includes GDataAccessRule, a GDataEntry representing a single access control rule, initially written by Thibault Saunier <saunierthibault@gmail.com>. Full documentation is included, and test cases will be added per-service. docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 41 ++++ gdata/Makefile.am | 6 +- gdata/gdata-access-handler.c | 415 ++++++++++++++++++++++++++++++++++++++ gdata/gdata-access-handler.h | 76 +++++++ gdata/gdata-access-rule.c | 397 ++++++++++++++++++++++++++++++++++++ gdata/gdata-access-rule.h | 77 +++++++ gdata/gdata-service.h | 4 +- gdata/gdata.h | 2 + gdata/gdata.symbols | 12 ++ po/POTFILES.in | 1 + 11 files changed, 1035 insertions(+), 2 deletions(-) commit 1b9bff25139448bc18f4afd3025d86c5fe942362 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri May 15 07:32:37 2009 +0100 [contacts] Don't require that queries are GDataContactsQuerys gdata/services/contacts/gdata-contacts-service.c | 10 +++++----- gdata/services/contacts/gdata-contacts-service.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) commit 4236f11e671e3e1cb45193b5a5ab6c29252f2b00 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri May 15 07:32:05 2009 +0100 [calendar] Don't require that queries are GDataCalendarQuerys gdata/services/calendar/gdata-calendar-service.c | 32 ++++++++++++------------ gdata/services/calendar/gdata-calendar-service.h | 13 +++++----- 2 files changed, 22 insertions(+), 23 deletions(-) commit 480d4ea370cb80930ea6e75fce976643b570ac30 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri May 15 07:26:20 2009 +0100 Bug 578367 – Add support for YouTube-specific query parameters Adds a GDataYouTubeQuery class, implementing the custom query parameters supported by YouTube. A test case is included. Closes: bgo#578367 docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 51 ++ gdata/gdata.h | 1 + gdata/gdata.symbols | 25 + gdata/services/youtube/Makefile.am | 9 +- gdata/services/youtube/gdata-youtube-query.c | 862 +++++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-query.h | 175 ++++++ gdata/tests/youtube.c | 80 +++ 8 files changed, 1201 insertions(+), 3 deletions(-) commit b29ff8b0a5efbc44bd3559c1b1e01276b7e10a1f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed May 13 07:51:40 2009 +0100 [youtube] Added support for recorded times and comment feed links Added tests to the YouTube test suite, and also fixed parsing media:group/category elements. docs/reference/gdata-sections.txt | 3 + gdata/gdata-gdata.c | 6 +- gdata/gdata-gdata.h | 7 +- gdata/gdata.symbols | 3 + gdata/services/youtube/gdata-youtube-video.c | 222 ++++++++++++++++----------- gdata/services/youtube/gdata-youtube-video.h | 3 + gdata/tests/youtube.c | 129 ++++++++++++++++ 7 files changed, 281 insertions(+), 92 deletions(-) commit 710d8a8281c341d124e74c8d039253cf8124736c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue May 12 22:14:41 2009 +0100 [docs] Add a basic section to the documentation about the class structure docs/reference/Makefile.am | 6 +- docs/reference/gdata-docs.xml | 22 +++++++- docs/reference/gdata-overview.xml | 74 +++++++++++++++++++++++++ docs/reference/structure.dia | Bin 0 -> 1814 bytes docs/reference/structure.png | Bin 0 -> 17149 bytes gdata/services/calendar/gdata-calendar-event.c | 2 +- 6 files changed, 97 insertions(+), 7 deletions(-) commit a777890b44052c1266deb51864444a901511bb1c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 10 23:29:12 2009 +0100 [calendar] Add the remaining XML output to GDataCalendarCalendar docs/reference/gdata-sections.txt | 1 + gdata/gdata-types.c | 19 ++++++++++++++ gdata/gdata-types.h | 1 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-calendar.c | 30 +++++++++++++++-------- gdata/tests/general.c | 25 +++++++++++++++++++ 6 files changed, 67 insertions(+), 10 deletions(-) commit f7596a72609017537d8ef3cd677369b8db28cd4a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun May 10 22:27:41 2009 +0100 [core] Cleaned up a few TODO comments gdata/gdata-entry.c | 2 -- gdata/gdata-feed.c | 20 ++++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) commit ca6bd816e64e1a3aa28f507e67777742fdf0621f Author: Mario Blättermann <mariobl@gnome.org> Date: Sat May 9 21:16:24 2009 +0200 Updated German translation po/de.po | 100 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 39 deletions(-) commit e7cb37bcf253d42e0c568640ce0bc7ff27b8c4b1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat May 9 17:31:16 2009 +0100 [core] Added async versions of insert_entry, update_entry and delete_entry There aren't currently any test cases for this API, since none of the services implement it yet. docs/reference/gdata-sections.txt | 6 + gdata/gdata-service.c | 298 +++++++++++++++++++++++++++++++++++++- gdata/gdata-service.h | 12 +- gdata/gdata.symbols | 6 + 4 files changed, 316 insertions(+), 6 deletions(-) commit 185026570b0887ea94f769f9a53462b237df0ed8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat May 9 16:51:52 2009 +0100 [core] Improved default error handling for insertions, updates and deletions Wrote a better implementation of real_parse_error_response, which will examine the HTTP status code to choose a more appropriate error message. Failing that, it will fall back to generic error messages for each different action (insertion, update, etc.). This has changed the API of GDataServiceClass->parse_error_response. gdata/gdata-service.c | 82 +++++++++++++++++++++----- gdata/gdata-service.h | 29 +++++---- gdata/services/youtube/gdata-youtube-service.c | 9 +-- 3 files changed, 88 insertions(+), 32 deletions(-) commit 116e74b7b9ab9bd6fc47b47c3e36b5e2a92b5e19 Author: Mario Blättermann <mariobl@gnome.org> Date: Sat May 9 12:08:01 2009 +0200 Updated German translation po/de.po | 83 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 42 deletions(-) commit 2d3386d6827e524dd103a0bff629c4919398f8a8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu May 7 21:05:21 2009 +0100 Bug 581706 – translation issues Added more translator comments and corrected minor problems in a couple of error strings. Closes: bgo#581706 gdata/gdata-parser.c | 26 +++++++++++++++++++++-- gdata/services/calendar/gdata-calendar-calendar.c | 8 +++++-- 2 files changed, 30 insertions(+), 4 deletions(-) commit 91d50308d1f8152b9fb4e4f613bbd9a95f442b99 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu May 7 18:52:51 2009 +0100 Bug 581706 – translation issues Added some translator comments and improved a few strings a little. gdata/gdata-parser.c | 3 +++ gdata/gdata-service.c | 7 ++++--- gdata/services/calendar/gdata-calendar-calendar.c | 3 +++ gdata/services/calendar/gdata-calendar-service.c | 2 +- gdata/services/youtube/gdata-youtube-service.c | 6 +++--- 5 files changed, 14 insertions(+), 7 deletions(-) commit c712a5ae0e75bfec4db6780237887d4ce45e782f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu May 7 17:17:42 2009 +0100 [core] Remove use of a deprecated libsoup symbol, bumping req. to 2.26.1 This bumps the libsoup requirement to 2.26.1. README | 2 +- configure.in | 2 +- gdata/gdata-service.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 2404e380873bfce8c60ee8ea43dd19f63489555b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu May 7 07:37:10 2009 +0100 [docs] Updated HACKING and README HACKING | 2 ++ README | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 7c7edec310c636cfbe0b91ca2dc2bcc4d1ffa83c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed May 6 21:19:15 2009 +0100 [build] Removed generated files which don't belong in git config.h.in | 114 ---- intltool-extract.in | 875 ------------------------------ intltool-merge.in | 1506 --------------------------------------------------- intltool-update.in | 1163 --------------------------------------- 4 files changed, 3658 deletions(-) commit 3cd11c1bbc1e4f6e9ddbb62505f32f012efbd86a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed May 6 21:16:43 2009 +0100 [core] Added GNOME support for automagical proxy use configure.in | 13 +++++++++++++ gdata/Makefile.am | 2 ++ gdata/gdata-service.c | 8 ++++++++ 3 files changed, 23 insertions(+) commit 219d5c069e3172f374d472f19adb9ae552840fcb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed May 6 20:45:58 2009 +0100 [calendar] Added missing documentation about freeing memory gdata/services/calendar/gdata-calendar-event.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 54819628cbf2c1a4d1a907dac0d9f3aee6628e88 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 27 19:39:19 2009 +0100 [core] Corrected uses of deprecated libxml API gdata/gdata-entry.c | 20 ++++++++-------- gdata/gdata-feed.c | 28 +++++++++++------------ gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 6 ++--- gdata/services/contacts/gdata-contacts-contact.c | 12 +++++----- gdata/services/youtube/gdata-youtube-service.c | 10 ++++---- gdata/services/youtube/gdata-youtube-video.c | 26 ++++++++++----------- 7 files changed, 52 insertions(+), 52 deletions(-) commit 895a3f25756f0a368e6844c6caaf0b80c5612bef Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 27 18:44:26 2009 +0100 [calendar] Added recurrence support to GDataCalendarEvent Added gdata_calendar_event_[get|set]_recurrence, gdata_calendar_event_get_original_event_details and gdata_calendar_event_is_exception. Added a test case too. docs/reference/gdata-sections.txt | 4 + gdata/gdata-entry.c | 2 +- gdata/gdata-feed.c | 2 +- gdata/gdata.symbols | 4 + gdata/services/calendar/gdata-calendar-event.c | 170 ++++++++++++++++++++++++- gdata/services/calendar/gdata-calendar-event.h | 4 + gdata/tests/calendar.c | 64 ++++++++++ 7 files changed, 245 insertions(+), 5 deletions(-) commit 1ebf97cb0f45d12f3b1de608ffab00ba11606e2d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 27 17:46:19 2009 +0100 [core] Bug 580330 – Rejects empty entry titles Empty (but present) entry titles now result in GDataEntry:title being set to an empty string, while non-present titles continue to set it to NULL. A test case has been added. gdata/gdata-entry.c | 11 +++++++---- gdata/tests/contacts.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 4 deletions(-) commit ea3f9525d952da1d3302084e587b88a2884337d4 Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Apr 27 19:45:31 2009 +0200 Updated German translation po/de.po | 103 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 55 insertions(+), 48 deletions(-) commit 5ba1e0437e22d9adfe24bb46ddc9af05267af246 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 27 07:20:55 2009 +0100 [core] Fixed a crasher on oddly-formatted error messages gdata/gdata-service.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit c32d976cfa735c80c8cc2d90c8527deff61ad36a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 25 09:10:42 2009 +0100 Removed MAINTAINERS file and updated DOAP file MAINTAINERS | 4 ---- libgdata.doap | 13 ++++++------- 2 files changed, 6 insertions(+), 11 deletions(-) commit 45554e6f9272a053d5bc6e07deaf9941a9b4c3b8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 23:37:56 2009 +0100 Incremented version number — switching to post-release incrementing configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 15a2192105eaa9fb3cd0492b948ec02949309513 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 23:22:52 2009 +0100 Release version 0.2.0 NEWS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- configure.in | 9 ++++--- 2 files changed, 78 insertions(+), 8 deletions(-) commit fac869e281111e7f937c2b7afe18699ba6b803a5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 23:17:09 2009 +0100 Updated British English translation and added missing file to POTFILES.in po/POTFILES.in | 1 + po/en_GB.po | 94 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 51 insertions(+), 44 deletions(-) commit 7ad97f6c6df7adb212d0dfd1c1c5d74f97bce0f4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 23:14:27 2009 +0100 [core] Renamed gdata_service_[get|set]_proxy to *_proxy_uri docs/reference/gdata-sections.txt | 4 ++-- gdata/gdata-service.c | 12 ++++++------ gdata/gdata-service.h | 4 ++-- gdata/gdata.symbols | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) commit 31d0669d49abf1d1b0d605045d57687e12f4dda7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 22:18:44 2009 +0100 [youtube] Improved error handling when uploading videos Improved error handling when uploading videos so that it didn't set GErrors on top of older GErrors. Also updated the test suite to be in-line with XML changes. gdata/services/youtube/gdata-youtube-service.c | 24 +++++++++++++++++++++--- gdata/tests/youtube.c | 6 +++--- 2 files changed, 24 insertions(+), 6 deletions(-) commit 9d40d2f5edfc76c877c7755f9e55edbbbdac4a57 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 22:17:56 2009 +0100 [calendar] Fixed test suite to run with latest XML changes gdata/tests/calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bf2d1638914db6a028c0d414b3a0e07cffe3a06f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 22:16:34 2009 +0100 [core] Fix a race condition crash when authenticating Fixed a race condition crash when authenticating asynchronously, where the authentication struct would sometimes get freed before the username and password were saved from it. Also removed gdata-marshal.h from gdata.h. gdata/gdata-service.c | 19 ++++++++++++++----- gdata/gdata.h | 1 - 2 files changed, 14 insertions(+), 6 deletions(-) commit b1c6fc17500fd8fc94ad14665f197dab5196aa48 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 20:30:17 2009 +0100 [core] Don't install the marshalling functions as public API gdata/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 9c00679859d7f5d865185983f9cc34c142035ff6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 19:15:32 2009 +0100 [docs] Added "Since" clauses to all relevant documentation gdata/gdata-entry.c | 7 +++ gdata/gdata-feed.c | 8 ++++ gdata/gdata-gdata.c | 28 ++++++++++++ gdata/gdata-query.c | 12 +++++ gdata/gdata-service.c | 12 ++++- gdata/services/calendar/gdata-calendar-calendar.c | 12 +++++ gdata/services/calendar/gdata-calendar-event.c | 16 +++++++ gdata/services/calendar/gdata-calendar-query.c | 6 +++ gdata/services/calendar/gdata-calendar-service.c | 2 + gdata/services/contacts/gdata-contacts-contact.c | 54 +++++++++++++++++++++++ gdata/services/contacts/gdata-contacts-query.c | 28 ++++++++++++ gdata/services/contacts/gdata-contacts-service.c | 10 ++++- 12 files changed, 192 insertions(+), 3 deletions(-) commit aa27bc07b28b2130263516a6fb59611cced5cefd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 18:44:58 2009 +0100 [youtube] Fixed overly-restrictive checks on constructing a GDataYouTubeState gdata/services/youtube/gdata-youtube.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit fe0d4b5ec37fe451e3f76b0952f8eb6afae6622e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 18:40:48 2009 +0100 [docs] Standardised documentation a little better gdata/gdata-atom.c | 8 ++-- gdata/gdata-feed.c | 6 +-- gdata/gdata-gdata.c | 22 +++++----- gdata/gdata-media-rss.c | 50 +++++++++++++++++------ gdata/gdata-query.c | 8 ++-- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 2 +- gdata/services/calendar/gdata-calendar-query.c | 8 ++-- gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/services/youtube/gdata-youtube.c | 2 +- 11 files changed, 69 insertions(+), 43 deletions(-) commit c7458e622d06a584b821a5a855d76559719a56e5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 18:29:22 2009 +0100 [docs] Added a HACKING file HACKING | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 1 + 2 files changed, 137 insertions(+) commit b8c3977020051059695ed86abde47b01b7aa4dad Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 17:45:12 2009 +0100 [core] Boolean logic and casting fixes for GDataQuery gdata/gdata-query.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 45b97b8400af31a21eb5730cadc54d93b925b5f5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 17:36:12 2009 +0100 [contacts] Build query URIs for GDataContactsQuery GDataContactsQuery can now put its properties into a query URI. A test case for contact query URIs has been added. gdata/services/contacts/gdata-contacts-query.c | 42 ++++++++++++++++++++++++-- gdata/tests/calendar.c | 2 ++ gdata/tests/contacts.c | 40 ++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 3 deletions(-) commit 78634a3d84a8f4717e1a5d9d1b5393bb567f0536 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 24 07:31:14 2009 +0100 Build query URIs for GDataCalendarQuery GDataCalendarQuery can now put its properties into a query URI, as the gdata_query_get_query_uri function has been virtualised. A test case for calendar query URIs has been added. gdata/gdata-query.c | 174 +++++++++++++------------ gdata/gdata-query.h | 2 + gdata/services/calendar/gdata-calendar-event.c | 8 +- gdata/services/calendar/gdata-calendar-query.c | 104 ++++++++++++++- gdata/tests/calendar.c | 70 ++++++++++ 5 files changed, 270 insertions(+), 88 deletions(-) commit 599e39034bd5abdbd2a3b20399193457c2192282 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 23 21:03:08 2009 +0100 Fixed colour parsing from hexadecimal Fixed gdata_color_from_hexadecimal to parse colours properly with needing any memory allocations. Added a test case for it. gdata/gdata-types.c | 46 ++++++++++++++++++++++++++++++++-------------- gdata/tests/general.c | 25 +++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 14 deletions(-) commit ff36399a92ced3c6a478a5961963d6ac2547d46f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 23 20:04:37 2009 +0100 Fixed handling of ISO 8601 dates (not date times) in calendar events Pure dates (not including a time) were not being handled at all. Parsing and producing XML for them now works, and a date parsing test case has been added. gdata/gdata-gdata.c | 4 +- gdata/gdata-gdata.h | 6 +- gdata/gdata-parser.c | 30 +++++++++ gdata/gdata-private.h | 2 + gdata/services/calendar/gdata-calendar-event.c | 31 +++++++-- gdata/tests/calendar.c | 89 +++++++++++++++++++++++++- 6 files changed, 153 insertions(+), 9 deletions(-) commit 536d985087eb2a65717ce35fbe0f933c22281fc9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 23 18:25:56 2009 +0100 Added a convenience function to get the time of a calendar event Added gdata_calendar_event_get_primary_time, allowing the only time period of an event to be easily retrieved. docs/reference/gdata-sections.txt | 1 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-event.c | 36 ++++++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-event.h | 1 + 4 files changed, 39 insertions(+) commit 5cbbe124c9b3659f30bd41ce7128e94639002669 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 23 17:44:14 2009 +0100 Added the last bits of API documentation docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 14 ++++++++++++++ gdata/gdata-media-rss.c | 14 +++++++++++--- gdata/gdata-types.c | 35 ++++++++++++++++++++++++++++++++-- gdata/gdata-types.h | 9 +++++++++ gdata/services/youtube/Makefile.am | 6 ++++-- gdata/services/youtube/gdata-youtube.c | 11 +++++++++++ 7 files changed, 83 insertions(+), 7 deletions(-) commit e41798a2ce893817be1c5f8601c48c7abf9a600b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 23 07:36:57 2009 +0100 Added API documentation for structs in the Media RSS and YouTube namespaces docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 34 +++++++++ gdata/gdata-media-rss.c | 128 ++++++++++++++++++++++++++++++++- gdata/gdata-media-rss.h | 91 ++++++++++++++++++++++- gdata/services/youtube/gdata-youtube.c | 27 ++++++- gdata/services/youtube/gdata-youtube.h | 12 ++++ 6 files changed, 287 insertions(+), 6 deletions(-) commit 5c5e31c4b0bf58b5237cd7fb019d1f055bcdbe26 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 22 22:00:51 2009 +0100 Added API documentation to GDataCalendarEvent Added the API documentation to GDataCalendarEvent, renamed GDataCalendarEvent:event-status to :status, removed gdata_calendar_event_set_edited and made the :edited property read-only. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 44 +++ gdata/gdata.symbols | 5 +- gdata/services/calendar/gdata-calendar-event.c | 397 ++++++++++++++++++++++--- gdata/services/calendar/gdata-calendar-event.h | 16 +- gdata/tests/calendar.c | 2 +- 6 files changed, 409 insertions(+), 56 deletions(-) commit da63cd5a60953a4e14990be483c29f99d2fd5dbb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 22 21:18:12 2009 +0100 Improved time handling for GDataCalendarEvent GDataCalendarEvent now fully supports multiple times, with the new GDataGDWhen struct. Reminders are not yet supported, but the fields exist for them in the structs. docs/reference/gdata-sections.txt | 6 + gdata/gdata-gdata.c | 112 +++++++++++++++ gdata/gdata-gdata.h | 50 +++++++ gdata/gdata.symbols | 12 +- gdata/services/calendar/gdata-calendar-event.c | 188 ++++++++----------------- gdata/services/calendar/gdata-calendar-event.h | 8 +- gdata/tests/calendar.c | 5 +- 7 files changed, 234 insertions(+), 147 deletions(-) commit 172ac2c22c853841c2edfb405976bc3f962586fb Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 22 17:38:33 2009 +0100 General API cleanup Added gdata_service_get_proxy and a corresponding GDataService:proxy-uri property, which proxies SoupSession's proxy-uri property. Renamed gdata_query_get_strict and gdata_query_set_strict to gdata_query_is_strict and gdata_query_set_is_strict, respectively; also renamed the corresponding :strict property to :is-strict. Renamed the boxed type function for GTimeVal to gdata_g_time_val_get_type, to avoid namespace clashes. Added some functions to the symbols file which were missing. docs/reference/gdata-sections.txt | 7 +-- gdata/gdata-entry.c | 4 +- gdata/gdata-feed.c | 2 +- gdata/gdata-query.c | 56 +++++++++++------------ gdata/gdata-query.h | 4 +- gdata/gdata-service.c | 55 +++++++++++++++++++++- gdata/gdata-service.h | 1 + gdata/gdata-types.c | 7 +-- gdata/gdata-types.h | 4 +- gdata/gdata.symbols | 14 ++++-- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-calendar.h | 1 - gdata/services/calendar/gdata-calendar-event.c | 6 +-- gdata/services/calendar/gdata-calendar-query.c | 8 ++-- gdata/services/contacts/gdata-contacts-contact.c | 2 +- gdata/services/youtube/gdata-youtube-video.c | 2 +- 16 files changed, 116 insertions(+), 59 deletions(-) commit 4b341005cadd9852087c9cbbab79393cf3ff74ae Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 22 17:22:48 2009 +0100 Added API documentation for GDataCalendarCalendar Added the API documentation to GDataCalendarCalendar, renamed :hidden to :is-hidden and :selected to :is-selected, and removed gdata_calendar_calendar_set_times_cleaned, gdata_calendar_calendar_set_access level and gdata_calendar_calendar_set_edited. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 30 +++ gdata/gdata.symbols | 9 + gdata/services/calendar/gdata-calendar-calendar.c | 305 +++++++++++++++------- gdata/services/calendar/gdata-calendar-calendar.h | 21 +- 5 files changed, 264 insertions(+), 102 deletions(-) commit c41114dd844d9f30ad0e8053085fe4eec3097993 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 22 16:25:54 2009 +0100 Added API documentation for GDataCalendarService and GDataCalendarQuery docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 65 ++++- gdata/services/calendar/gdata-calendar-query.c | 342 ++++++++++++++++++++--- gdata/services/calendar/gdata-calendar-query.h | 15 +- gdata/services/calendar/gdata-calendar-service.c | 123 +++++++- gdata/services/calendar/gdata-calendar-service.h | 11 + 6 files changed, 516 insertions(+), 46 deletions(-) commit 3f7a541350d7effb1ab3d9ae26c49bc417ee0ad3 Author: Mario Blättermann <mariobl@gnome.org> Date: Tue Apr 21 19:11:30 2009 +0200 Added German translation po/LINGUAS | 1 + po/de.po | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 206 insertions(+) commit e5ac4b50e82dbbb87b8b4b5afb1dc6cbd408189c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 20 22:14:16 2009 +0100 Bug 579631 – Add G_GNUC_WARN_UNUSED_RESULT to functions Added G_GNUC_WARN_UNUSED_RESULT attributes to all functions which return allocated memory, especially the _insert_entry and _update_entry functions, which return the updated entries, which might be missed by some users. gdata/gdata-atom.h | 9 +++++---- gdata/gdata-entry.h | 6 +++--- gdata/gdata-gdata.h | 22 +++++++++++++--------- gdata/gdata-media-rss.h | 17 +++++++++-------- gdata/gdata-private.h | 9 +++++---- gdata/gdata-query.h | 8 ++++---- gdata/gdata-service.h | 9 +++++---- gdata/services/calendar/gdata-calendar-calendar.h | 4 ++-- gdata/services/calendar/gdata-calendar-event.h | 4 ++-- gdata/services/calendar/gdata-calendar-query.h | 4 ++-- gdata/services/calendar/gdata-calendar-service.h | 12 +++++++----- gdata/services/contacts/gdata-contacts-contact.h | 6 +++--- gdata/services/contacts/gdata-contacts-query.h | 4 ++-- gdata/services/contacts/gdata-contacts-service.h | 6 ++++-- gdata/services/youtube/gdata-youtube-service.h | 10 +++++----- gdata/services/youtube/gdata-youtube-video.h | 4 ++-- gdata/services/youtube/gdata-youtube.h | 3 ++- 17 files changed, 75 insertions(+), 62 deletions(-) commit b187cdcfad632f6657db411643efef5d60a29d99 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 20 21:42:38 2009 +0100 Added G_GNUC_CONST attributes to all _get_type functions gdata/gdata-entry.h | 2 +- gdata/gdata-feed.h | 2 +- gdata/gdata-parser.h | 2 +- gdata/gdata-query.h | 2 +- gdata/gdata-service.h | 6 +++--- gdata/gdata-types.h | 4 ++-- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-event.h | 2 +- gdata/services/calendar/gdata-calendar-query.h | 2 +- gdata/services/calendar/gdata-calendar-service.h | 2 +- gdata/services/contacts/gdata-contacts-contact.h | 2 +- gdata/services/contacts/gdata-contacts-query.h | 2 +- gdata/services/contacts/gdata-contacts-service.h | 2 +- gdata/services/youtube/gdata-youtube-service.h | 4 ++-- gdata/services/youtube/gdata-youtube-video.h | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) commit 1ff0f89f10419c442ed4a1bb05569501724eae88 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 20 19:21:47 2009 +0100 Limit handling for gdata_contacts_contact_set_extended_property Return FALSE from gdata_contacts_contact_set_extended_property if the user attempts to set more than the allowed number of extended properties (10). gdata/services/contacts/gdata-contacts-contact.c | 36 +++++++++++++++++++----- gdata/services/contacts/gdata-contacts-contact.h | 2 +- 2 files changed, 30 insertions(+), 8 deletions(-) commit 99cabc1aa57eaff4d33818c9b87babda1fd06051 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 20 19:07:40 2009 +0100 Added API documentation for GDataContactsContact Added full API documentation for GDataContactsContact, and removed gdata_contacts_contact_set_edited, since the :edited property is read-only. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 42 ++++ gdata/gdata.symbols | 1 - gdata/services/contacts/gdata-contacts-contact.c | 293 +++++++++++++++++++++-- gdata/services/contacts/gdata-contacts-contact.h | 12 +- 5 files changed, 327 insertions(+), 22 deletions(-) commit cf5e5c5813737e2bd468beb2fdd41ddece3b7089 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Apr 20 07:57:45 2009 +0100 Added API documentation for GDataContactsQuery and GDataContactsService docs/reference/gdata-docs.xml | 6 + docs/reference/gdata-sections.txt | 48 ++++++++ gdata/gdata-service.c | 2 +- gdata/services/contacts/gdata-contacts-query.c | 138 +++++++++++++++++++++-- gdata/services/contacts/gdata-contacts-query.h | 13 ++- gdata/services/contacts/gdata-contacts-service.c | 67 ++++++++++- gdata/services/contacts/gdata-contacts-service.h | 11 ++ 7 files changed, 275 insertions(+), 10 deletions(-) commit 057d049176c2c56381716134cd6355feb9fe9785 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 21:39:37 2009 +0100 Renamed GDataGDPhoneNumber->phone_number to ->number for consistency gdata/gdata-gdata.c | 10 +++++----- gdata/gdata-gdata.h | 8 ++++---- gdata/services/contacts/gdata-contacts-contact.c | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) commit ce0ac112bf3a370a2ffd727b8074fd41a54afa80 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 21:08:55 2009 +0100 Added methods to get the primary e-mail address (etc.) from a contact gdata/gdata.symbols | 5 ++ gdata/services/contacts/gdata-contacts-contact.c | 77 ++++++++++++++++++++++++ gdata/services/contacts/gdata-contacts-contact.h | 5 ++ 3 files changed, 87 insertions(+) commit 68676c15218cd44866b6186289f231dad7957cab Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 18:30:23 2009 +0100 Add contact insertion support and test suite Added gdata_contacts_service_insert_contact to allow contacts to be inserted, and added a contacts service test suite, testing queries and insertion. Also fixed parsing of contacts without "primary" parameters. gdata/gdata.symbols | 1 + gdata/services/contacts/gdata-contacts-contact.c | 36 ++--- gdata/services/contacts/gdata-contacts-service.c | 18 +++ gdata/services/contacts/gdata-contacts-service.h | 2 + gdata/tests/Makefile.am | 4 +- gdata/tests/contacts.c | 194 +++++++++++++++++++++++ 6 files changed, 236 insertions(+), 19 deletions(-) commit 4d8a57133367e40d1c7bc5b17d362f0160f7c98a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 16:31:12 2009 +0100 Added GDataContactsContact Added support for individual contacts in the contacts backend, including full XML parsing and building support. No documentation or test cases yet. gdata/Makefile.am | 3 +- gdata/gdata.h | 1 + gdata/gdata.symbols | 22 + gdata/services/contacts/Makefile.am | 3 + gdata/services/contacts/gdata-contacts-contact.c | 759 +++++++++++++++++++++++ gdata/services/contacts/gdata-contacts-contact.h | 76 +++ gdata/services/contacts/gdata-contacts-query.c | 4 +- gdata/services/contacts/gdata-contacts-service.h | 3 +- 8 files changed, 867 insertions(+), 4 deletions(-) commit 87066f62ecd474423ff00359d27852e67d829e42 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 10:54:10 2009 +0100 Added initial contacts service work Added GDataContactsService with skeleton code for querying for contacts. Added the necessary support for more elements in the GData namespace to gdata-gdata.[ch], and also added a GDataContactsQuery with contact-specific query parameters. configure.in | 1 + docs/reference/gdata-sections.txt | 15 ++ gdata/gdata-gdata.c | 231 ++++++++++++++++++++++ gdata/gdata-gdata.h | 120 ++++++++++++ gdata/gdata.h | 4 + gdata/gdata.symbols | 25 +++ gdata/services/Makefile.am | 2 +- gdata/services/contacts/Makefile.am | 36 ++++ gdata/services/contacts/gdata-contacts-query.c | 234 +++++++++++++++++++++++ gdata/services/contacts/gdata-contacts-query.h | 64 +++++++ gdata/services/contacts/gdata-contacts-service.c | 89 +++++++++ gdata/services/contacts/gdata-contacts-service.h | 60 ++++++ 12 files changed, 880 insertions(+), 1 deletion(-) commit 725d5fc1d845781645633fd12c5a732cda0a8f3e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 18:24:24 2009 +0100 Fixed typo in previous commit gdata/gdata-feed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a793b9eda493fe083a0968d1691fa6fa9710193b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 17:17:03 2009 +0100 Fix a NULL pointer dereference in gdata-feed.c gdata/gdata-feed.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 47def37a7238f9454efd3120e5dbda09c90301d7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 08:08:47 2009 +0100 Removed redundant parameters from insert and update functions Removed the entry_type parameters from _insert_entry and _update_entry, as the entry's type can be acquired from the entry being inserted or updated itself. gdata/gdata-service.c | 17 ++++++----------- gdata/gdata-service.h | 6 ++---- gdata/services/calendar/gdata-calendar-service.c | 2 +- 3 files changed, 9 insertions(+), 16 deletions(-) commit a3ab634d90395ee6a143da96c3c248e9748ed728 Author: Daniel Nylander <po@danielnylander.se> Date: Sun Apr 19 05:10:06 2009 +0200 Added sv translation po/LINGUAS | 1 + po/sv.po | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) commit f19d93c7ff15cfeccc7ea089b327945cd89fba4b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 19 00:22:56 2009 +0100 Updated ChangeLog code and .gitignore macro file Updated ChangeLog Automake code from http://live.gnome.org/Git/ChangeLog, and .gitignore macro file from Pango master. Makefile.am | 9 ++++++--- git.mk | 14 +++++++++----- 2 files changed, 15 insertions(+), 8 deletions(-) commit 08a5db51d3a1d4f796cd9c12c04400a704b57ba3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 18 23:58:02 2009 +0100 Compiler warning fixes gdata/gdata-entry.c | 8 +++---- gdata/gdata-feed.c | 16 +++++++------- gdata/gdata-media-rss.c | 16 +++++++------- gdata/gdata-media-rss.h | 4 ++-- gdata/gdata-service.c | 8 +++---- gdata/services/calendar/gdata-calendar-calendar.c | 17 ++++++++------- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-event.c | 6 +++--- gdata/services/youtube/gdata-youtube-video.c | 26 +++++++++++------------ 9 files changed, 52 insertions(+), 51 deletions(-) commit 4122109f69a71e49cbe314b0f5f15b4c6e7c4af2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Apr 18 15:46:21 2009 +0100 Auto-generate .gitignore file using git.mk from Pango The .gitignore files are now auto-generated using git.mk. A few cleanups have been made to the Makefiles to ensure everything's cleaned up properly. .gitignore | 37 -------- Makefile.am | 28 +++++- docs/Makefile.am | 2 + docs/reference/.gitignore | 16 ---- docs/reference/Makefile.am | 19 ++++ gdata/Makefile.am | 23 +++-- gdata/services/Makefile.am | 2 + gdata/services/calendar/Makefile.am | 2 + gdata/services/youtube/Makefile.am | 2 + gdata/tests/Makefile.am | 2 + git.mk | 174 ++++++++++++++++++++++++++++++++++++ 11 files changed, 242 insertions(+), 65 deletions(-) commit 750f8b0598c8c365b22f8bd5594e7de6f4ad3f8b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 17 19:11:58 2009 +0100 Added British English translation po/LINGUAS | 2 +- po/en_GB.po | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 204 insertions(+), 1 deletion(-) commit b411e37c4728429b6658107bc5e45247d5d69747 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 17 11:48:59 2009 +0100 Removed po ChangeLog and fixed permissions Removed the po ChangeLog too (see previous commit), and removed an extraneous execute permission bit. docs/reference/version.xml.in | 0 po/ChangeLog | 3 --- 2 files changed, 3 deletions(-) commit b3043e515d0b06d04d640aa0cce14866ba57ff04 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 17 11:40:53 2009 +0100 Add a DOAP file and auto-generate the ChangeLog Add a DOAP file to give cgit a module description, and convert to auto-generating the ChangeLog from the git log. ChangeLog | 63 ----------------------------------------------------------- Makefile.am | 26 +++++++++++++++++++++--- libgdata.doap | 16 +++++++++++++++ 3 files changed, 39 insertions(+), 66 deletions(-) commit 008e022c0307be0b1e1833266a8a5480c2f979d1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 16 15:40:53 2009 +0100 Bug 578661 – ETag support Add support for ETags, to allow for versioning when querying, updating and deleting entries. This involved adding new API to GDataQuery to allow the required ETag to be set for queries, as well as new properties in GDataEntry and GDataFeed for the ETags. docs/reference/gdata-sections.txt | 4 + gdata/gdata-entry.c | 66 ++++++++++++++--- gdata/gdata-entry.h | 1 + gdata/gdata-feed.c | 45 +++++++++++- gdata/gdata-feed.h | 1 + gdata/gdata-query.c | 89 ++++++++++++++++++++--- gdata/gdata-query.h | 2 + gdata/gdata-service.c | 29 +++++++- gdata/gdata.symbols | 24 ++++++ gdata/services/calendar/gdata-calendar-calendar.c | 3 + gdata/services/calendar/gdata-calendar-event.c | 3 + gdata/services/calendar/gdata-calendar-service.h | 2 +- gdata/services/youtube/gdata-youtube-video.c | 3 + gdata/tests/general.c | 8 +- 14 files changed, 250 insertions(+), 30 deletions(-) commit 290b92c174680472ca75eb07f7fb84902b3248fd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 16 13:20:01 2009 +0100 Refactored entry creation a little The code to create entries from XML strings was duplicated in several places and has now been refactored out into _gdata_entry_new_from_xml. gdata/gdata-entry.c | 38 +++++++------ gdata/gdata-private.h | 1 + gdata/gdata-service.c | 66 +++-------------------- gdata/services/calendar/gdata-calendar-calendar.c | 38 +------------ gdata/services/calendar/gdata-calendar-event.c | 38 +------------ gdata/services/youtube/gdata-youtube-video.c | 38 +------------ 6 files changed, 32 insertions(+), 187 deletions(-) commit efaa27526a42956ece7a43132f41640bbbcf073c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 16 12:51:03 2009 +0100 Improve namespace handling regarding unhandled XML elements The namespaces for unhandled XML elements are now appended to the list of namespaces used when updating entries, so that server-side XML validation errors don't occur. gdata/gdata-entry.c | 49 ++++++++++++++++++----- gdata/gdata-entry.h | 2 +- gdata/gdata-feed.c | 2 +- gdata/services/calendar/gdata-calendar-calendar.c | 9 +++-- gdata/services/calendar/gdata-calendar-event.c | 10 +++-- gdata/services/youtube/gdata-youtube-video.c | 9 +++-- gdata/tests/general.c | 2 +- 7 files changed, 58 insertions(+), 25 deletions(-) commit d7ceecab8c0622947e3cd826b4901fbcf8fca329 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 16 11:47:58 2009 +0100 Bug 578662 – Support unknown XML elements Add support for storing the XML for unknown elements, and including it when updating entries, so that data added by protocol updates isn't lost by older versions of libgdata. Adds a test case. docs/reference/gdata-sections.txt | 1 - gdata/gdata-entry.c | 34 ++++++++++++++---- gdata/gdata-entry.h | 10 +++++- gdata/gdata-feed.c | 25 +++++++++---- gdata/gdata-private.h | 17 ++------- gdata/gdata-query.c | 1 + gdata/gdata-service.c | 34 +++++++++--------- gdata/gdata-service.h | 22 +++--------- gdata/services/calendar/gdata-calendar-calendar.c | 43 +++++------------------ gdata/services/calendar/gdata-calendar-event.c | 43 +++++------------------ gdata/services/calendar/gdata-calendar-service.c | 18 ++++------ gdata/services/youtube/gdata-youtube-service.c | 18 ++++------ gdata/services/youtube/gdata-youtube-video.c | 43 +++++------------------ gdata/tests/general.c | 40 +++++++++++++++++++++ 14 files changed, 154 insertions(+), 195 deletions(-) commit d6daa624389df926bb59b9b288cd20be69d7450d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 15 23:55:23 2009 +0100 Improved documentation gdata_service_authenticate gdata/gdata-service.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 3ac9d496f1a70033db532f213328a88a0e8fd494 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 15 22:25:05 2009 +0100 Added calendar event insertion support GDataCalendarEvents can now be serialised to XML, and a convenience method in GDataCalendarService, gdata_calendar_service_insert_event, has been added to allow events to be inserted. A test case has been added. gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-event.c | 93 +++++++++++++++++++++++- gdata/services/calendar/gdata-calendar-service.c | 19 +++++ gdata/services/calendar/gdata-calendar-service.h | 5 ++ gdata/tests/calendar.c | 68 +++++++++++++++++ gdata/tests/common.h | 2 +- 6 files changed, 183 insertions(+), 5 deletions(-) commit f56b50521b0826b3d9210b3e9fb97a0de2249442 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 15 22:23:50 2009 +0100 Force usernames to be e-mail addresses GDataService will now silently correct usernames which are not e-mail addresses such that they are, assuming they're on the gmail.com domain. This is required for the Calendar service. gdata/gdata-service.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 00880095176e801031c66ad8fc90e17fab2737b6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 15 22:21:40 2009 +0100 Added proper redirection handling for insertions, updates and deletions Redirects from the server are now handled correctly when inserting, updating or deleting entries. The code to send SoupMessages has been refactored a little, and gdata_service_get_session has consequently been removed. docs/reference/gdata-sections.txt | 1 - gdata/gdata-private.h | 2 + gdata/gdata-service.c | 70 +++++++++++++++++++------- gdata/gdata-service.h | 1 - gdata/gdata.symbols | 9 +++- gdata/services/youtube/gdata-youtube-service.c | 6 ++- 6 files changed, 67 insertions(+), 22 deletions(-) commit e5369451280a7cfa15ea7756ee204cb2911f5f11 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 15 12:31:22 2009 +0100 Fixed include in gdata-youtube-enums.c Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com> (by e-mail) to fix the includes in gdata-youtube-enums.c. gdata/services/youtube/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 88106a366e4539772406a92786ca6ad347e4454d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 10 23:44:50 2009 +0100 Fix asynchronous queries without a GDataQuery Drop the requirement of having a GDataQuery for asynchronous queries, as has been done for synchronous ones. gdata/gdata-service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 3a23d80a2068c7285dbca119d1342aa16140b2ea Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 10 21:04:24 2009 +0100 Bug 578653 – self-test fails to build on glib-2.18.x Push the GLib requirement up to 2.19.0, spotted by Daniel Macks. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4c528d3e15439d1f297bb3e943f10be8fbe0348d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Apr 10 20:52:06 2009 +0100 Bug 578652 — Build failure: missing symbol: gdata_query_param_get_type Removed a non-existent symbol from gdata.symbols, spotted by Daniel Macks. gdata/gdata.symbols | 1 - 1 file changed, 1 deletion(-) commit 631fb2cdde424a742a1739528e0e62174e17e0b7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 17:49:20 2009 +0100 Added basic proxy support to GDataService. docs/reference/gdata-sections.txt | 1 + gdata/gdata-service.c | 15 +++++++++++++++ gdata/gdata-service.h | 2 ++ gdata/gdata.symbols | 1 + 4 files changed, 19 insertions(+) commit 89bfc2ed7c021315cdcd74130da19a0b12fde79f Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 17:36:48 2009 +0100 Added the ability to delete entries from the server. A few small fixes to other service functions. docs/reference/gdata-sections.txt | 1 + gdata/gdata-service.c | 62 ++++++++++++++++++++++++++++++++++++++- gdata/gdata-service.h | 5 ++++ gdata/gdata.symbols | 1 + 4 files changed, 68 insertions(+), 1 deletion(-) commit 0beb4016bd4b7628e236aea1e81d40b266a08677 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 17:25:00 2009 +0100 Added functionality to update entries. Fix for previous commit. docs/reference/gdata-sections.txt | 3 +- gdata/gdata-feed.c | 4 +- gdata/gdata-service.c | 108 +++++++++++++++++++++++++++++++++++++- gdata/gdata-service.h | 10 +++- gdata/gdata.symbols | 3 ++ 5 files changed, 122 insertions(+), 6 deletions(-) commit 0902ab374fa8903d29d5e787fedaa3708d29b080 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 16:56:46 2009 +0100 Added a function to look up an entry from a feed by ID. docs/reference/gdata-sections.txt | 1 + gdata/gdata-feed.c | 29 +++++++++++++++++++++++++++++ gdata/gdata-feed.h | 1 + gdata/gdata.symbols | 1 + 4 files changed, 32 insertions(+) commit 41443aa559334b709b0e5d310096455b258cbdc9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 16:24:56 2009 +0100 Return the updated entry when inserting an entry. A few fixes for previous commits. gdata/gdata-entry.c | 6 ++- gdata/gdata-service.c | 57 ++++++++++++++++++----- gdata/gdata-service.h | 3 +- gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 2 +- gdata/services/youtube/gdata-youtube-video.c | 2 +- gdata/tests/general.c | 2 +- gdata/tests/youtube.c | 2 +- 8 files changed, 58 insertions(+), 18 deletions(-) commit 5657b4d6013f16700bd205a85963572b98c62522 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 10:07:24 2009 +0100 Allowed IDs to be specified when creating a GDataEntry (or derivative). gdata/gdata-entry.c | 11 ++++++----- gdata/gdata-entry.h | 2 +- gdata/services/calendar/gdata-calendar-calendar.c | 4 ++-- gdata/services/calendar/gdata-calendar-calendar.h | 2 +- gdata/services/calendar/gdata-calendar-event.c | 4 ++-- gdata/services/calendar/gdata-calendar-event.h | 2 +- gdata/services/youtube/gdata-youtube-video.c | 7 ++++--- gdata/services/youtube/gdata-youtube-video.h | 2 +- 8 files changed, 18 insertions(+), 16 deletions(-) commit b853a5684397e852485194bc3e3a05462b7b26bc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Apr 9 10:03:23 2009 +0100 Added some missing getters for lists of data in the main and calendar services. docs/reference/gdata-sections.txt | 1 + gdata/gdata-entry.c | 16 ++++++++++++- gdata/gdata-entry.h | 1 + gdata/gdata.symbols | 33 ++++++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-event.c | 14 +++++++++++ gdata/services/calendar/gdata-calendar-event.h | 2 ++ 6 files changed, 66 insertions(+), 1 deletion(-) commit 8a69d8bb3c5eb526d75f61ce4ac75836d0da2b2a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Apr 5 19:38:43 2009 +0100 Only run the gtk-doc test suite if we're compiling with gtk-doc support enabled. docs/reference/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) commit 058643abbc2fce01ef4f9500b37ca9cfb6364529 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 22:03:29 2009 +0100 Release version 0.1.1. Fix a few missed function call renames. NEWS | 5 +++++ configure.in | 2 +- docs/reference/Makefile.am | 3 --- gdata/gdata-service.c | 4 ++-- gdata/services/youtube/gdata-youtube-service.c | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) commit 29d12a6695a8622e48cd92c857cfb48294a113c9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 21:43:24 2009 +0100 Updated the README and added the library's web page. README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit e5121b48d38ed1b2a06b7ec051b9fce64fa65145 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 21:39:47 2009 +0100 Fixed licence to consistently be LGPLv2.1. COPYING.LIB | 211 ++++++++++++---------- gdata/gdata-atom.c | 18 +- gdata/gdata-atom.h | 18 +- gdata/gdata-entry.c | 18 +- gdata/gdata-entry.h | 18 +- gdata/gdata-feed.c | 18 +- gdata/gdata-feed.h | 18 +- gdata/gdata-gdata.c | 18 +- gdata/gdata-gdata.h | 18 +- gdata/gdata-media-rss.c | 18 +- gdata/gdata-media-rss.h | 18 +- gdata/gdata-parser.c | 18 +- gdata/gdata-parser.h | 18 +- gdata/gdata-private.h | 20 +- gdata/gdata-query.c | 18 +- gdata/gdata-query.h | 18 +- gdata/gdata-service.c | 18 +- gdata/gdata-service.h | 18 +- gdata/gdata-types.c | 20 +- gdata/gdata-types.h | 20 +- gdata/gdata.h | 18 +- gdata/services/calendar/gdata-calendar-calendar.c | 18 +- gdata/services/calendar/gdata-calendar-calendar.h | 18 +- gdata/services/calendar/gdata-calendar-event.c | 18 +- gdata/services/calendar/gdata-calendar-event.h | 18 +- gdata/services/calendar/gdata-calendar-query.c | 18 +- gdata/services/calendar/gdata-calendar-query.h | 18 +- gdata/services/calendar/gdata-calendar-service.c | 18 +- gdata/services/calendar/gdata-calendar-service.h | 18 +- gdata/services/youtube/gdata-youtube-service.c | 18 +- gdata/services/youtube/gdata-youtube-service.h | 18 +- gdata/services/youtube/gdata-youtube-video.c | 22 +-- gdata/services/youtube/gdata-youtube-video.h | 18 +- gdata/services/youtube/gdata-youtube.c | 18 +- gdata/services/youtube/gdata-youtube.h | 18 +- gdata/tests/calendar.c | 18 +- gdata/tests/common.h | 18 +- gdata/tests/general.c | 20 +- gdata/tests/memory.c | 18 +- gdata/tests/youtube.c | 20 +- 40 files changed, 474 insertions(+), 453 deletions(-) commit 48ce93902fc9dd6684e14830c07199ac830c30af Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 18:40:55 2009 +0100 Rename some functions from "lookup" -> "look_up". docs/reference/gdata-sections.txt | 4 ++-- gdata/gdata-entry.c | 4 ++-- gdata/gdata-entry.h | 2 +- gdata/gdata-feed.c | 4 ++-- gdata/gdata-feed.h | 2 +- gdata/gdata.symbols | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) commit 3694f62b4eb92d16d68561790ce7b209cf86e904 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 18:16:53 2009 +0100 Release version 0.1.0. Fix a few things breaking the build, and temporarily remove the gtk-doc testsuite. Makefile.am | 2 +- NEWS | 5 ++ README | 19 ++++++- configure.in | 4 +- gdata/Makefile.am | 2 +- gdata/gdata.h | 5 ++ gdata/services/calendar/Makefile.am | 8 +-- gdata/services/calendar/gdata-calendar-event.c | 15 +++-- gdata/services/youtube/Makefile.am | 8 +-- gdata/services/youtube/gdata-youtube-video.c | 33 ++++++----- gdata/tests/Makefile.am | 77 ++++++-------------------- gdata/tests/general.c | 2 +- po/POTFILES.in | 9 ++- 13 files changed, 92 insertions(+), 97 deletions(-) commit cef0a15269e28917531defa7aad03bd4ce193003 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Apr 1 00:17:17 2009 +0100 Finished documenting GDataYouTubeVideo, and fixed a few small code issues elsewhere. Lots of API was removed from GDataYouTubeVideo, as it involved modifying server-side-only data. docs/reference/gdata-sections.txt | 23 +- gdata/gdata-entry.c | 8 +- gdata/gdata-feed.c | 7 +- gdata/gdata-query.c | 28 +- gdata/gdata.symbols | 13 +- gdata/services/calendar/gdata-calendar-calendar.c | 8 +- gdata/services/calendar/gdata-calendar-event.c | 23 +- gdata/services/calendar/gdata-calendar-query.c | 32 +- gdata/services/youtube/gdata-youtube-video.c | 392 +++++++++++----------- gdata/services/youtube/gdata-youtube-video.h | 17 +- 10 files changed, 226 insertions(+), 325 deletions(-) commit 40000c0fd519757e24624dbb5a032396a0a8340e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 31 07:52:42 2009 +0100 More documentation and some API removal for GDataYouTubeVideo. docs/reference/gdata-sections.txt | 2 - gdata/gdata.symbols | 2 - gdata/services/youtube/gdata-youtube-video.c | 179 ++++++++++++++++++++------- 3 files changed, 136 insertions(+), 47 deletions(-) commit 52cb30d80e21348a08a760c5eef213980dd08173 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 30 21:30:02 2009 +0100 Added the beginnings of documentation for GDataYouTubeVideo. docs/reference/Makefile.am | 2 +- docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 81 ++++++++- gdata/gdata.symbols | 4 +- gdata/services/youtube/gdata-youtube-video.c | 261 +++++++++++++++++++++++---- gdata/services/youtube/gdata-youtube-video.h | 15 +- 6 files changed, 323 insertions(+), 41 deletions(-) commit 252f60c1de6325dd7b2197d8d9a0c46b855df585 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 30 20:44:26 2009 +0100 Made a few parser functions private and documented the parser error codes. docs/reference/Makefile.am | 2 +- docs/reference/gdata-sections.txt | 4 ++++ gdata/gdata-entry.c | 4 ++-- gdata/gdata-feed.c | 2 +- gdata/gdata-parser.c | 4 ++-- gdata/gdata-parser.h | 8 -------- gdata/gdata-private.h | 9 +++++++++ gdata/services/calendar/gdata-calendar-calendar.c | 2 +- gdata/services/calendar/gdata-calendar-event.c | 6 +++--- gdata/services/youtube/gdata-youtube-video.c | 2 +- 10 files changed, 24 insertions(+), 19 deletions(-) commit 4d2a7e57506eaeb8e02f3453d8d19cc466f278c1 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 30 20:25:48 2009 +0100 Added documentation to the GData and Atom namespace structs and functions. docs/reference/gdata-docs.xml | 6 ++ docs/reference/gdata-sections.txt | 34 +++++++ gdata/gdata-atom.c | 117 +++++++++++++++++++++++-- gdata/gdata-atom.h | 49 ++++++++++- gdata/gdata-gdata.c | 95 +++++++++++++++++++- gdata/gdata-gdata.h | 58 +++++++++++- gdata/services/youtube/gdata-youtube-service.h | 2 +- 7 files changed, 351 insertions(+), 10 deletions(-) commit 07ce9c743d1756c99aea631358ebcd7f8d463b99 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 27 18:57:10 2009 +0000 Finished documentation for GDataYouTubeService. gdata/services/youtube/gdata-youtube-service.c | 166 ++++++++++++++++++++++++- 1 file changed, 165 insertions(+), 1 deletion(-) commit 0429c15711b758762a69734550cbf8751c29eafc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 26 23:41:32 2009 +0000 Started documenting GDataYouTube service, and added support for building proper GObject enums for the YouTube backend. .gitignore | 8 +++--- docs/reference/gdata-docs.xml | 2 +- docs/reference/gdata-sections.txt | 30 +++++++++++++++++++++ gdata/gdata.symbols | 2 ++ gdata/services/youtube/Makefile.am | 33 ++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-service.c | 13 +++++++++ gdata/services/youtube/gdata-youtube-service.h | 37 ++++++++++++++++++++++++-- 7 files changed, 117 insertions(+), 8 deletions(-) commit b62f351ecf1f0f5ee75a61eb26a472ad58d5ad68 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Mar 26 23:12:58 2009 +0000 Finished GDataQuery documentation and improved some of its API in the process. gdata/gdata-query.c | 377 ++++++++++++++++++++++++++++++++++++++++---------- gdata/gdata-query.h | 27 ++-- gdata/gdata-service.h | 15 +- 3 files changed, 336 insertions(+), 83 deletions(-) commit 15dded293df6980731f6fd43d63660030846b896 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 25 23:14:50 2009 +0000 Added half of the documentation to GDataQuery, and removed a few unnecessary functions. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 43 ++++ gdata/gdata-query.c | 279 ++++++++++++++++++------- gdata/gdata-query.h | 26 +-- gdata/gdata.symbols | 2 - gdata/services/calendar/gdata-calendar-query.c | 10 +- gdata/services/calendar/gdata-calendar-query.h | 6 +- gdata/tests/general.c | 40 ++++ 8 files changed, 295 insertions(+), 112 deletions(-) commit 48ca5e98e4ec233f6cd5df3fe061e8afd4a6b50e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 24 23:50:26 2009 +0000 Added documentation to GDataEntry and removed a few bits of API which shouldn't exist. docs/reference/gdata-docs.xml | 1 + docs/reference/gdata-sections.txt | 27 +++ gdata/gdata-entry.c | 219 ++++++++++++++++++------- gdata/gdata-entry.h | 22 ++- gdata/gdata-service.c | 2 +- gdata/gdata-service.h | 13 ++ gdata/gdata.symbols | 5 +- gdata/services/youtube/gdata-youtube-service.c | 2 +- gdata/tests/general.c | 18 +- 9 files changed, 225 insertions(+), 84 deletions(-) commit 4958c840ddff2f432127e5edcefbf8c539b937a5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 24 20:19:24 2009 +0000 Started work on the API documentation, adding documentation to GDataService and GDataFeed. Privatised some API in the process. docs/reference/.gitignore | 16 ++ docs/reference/MODULE.types | 3 - docs/reference/Makefile.am | 15 +- docs/reference/gdata-docs.xml | 36 ++++ docs/reference/gdata-sections.txt | 110 ++++++------ docs/reference/gdata.sgml | 18 -- docs/reference/gdata.types | 1 - docs/reference/version.xml.in | 2 +- gdata/Makefile.am | 8 +- gdata/gdata-feed.c | 227 +++++++++++++++++++++++- gdata/gdata-feed.h | 14 +- gdata/gdata-private.h | 3 + gdata/gdata-service.c | 232 ++++++++++++++++++++++++- gdata/gdata-service.h | 23 ++- gdata/gdata.symbols | 21 ++- gdata/services/youtube/gdata-youtube-service.c | 2 +- 16 files changed, 620 insertions(+), 111 deletions(-) commit 069df1bd0d77ef9195102e0caa9d63356fcc71a8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 23 22:55:06 2009 +0000 Added support for the app:control element. Fixed a crash when executing a query with pagination but without a GDataQuery. Added a testcase for app:control. gdata/gdata-query.c | 1 + gdata/gdata-service.c | 14 ++-- gdata/gdata.h | 3 +- gdata/gdata.symbols | 6 ++ gdata/services/youtube/Makefile.am | 7 +- gdata/services/youtube/gdata-youtube-video.c | 98 +++++++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-video.h | 7 +- gdata/services/youtube/gdata-youtube.c | 44 +++++++++++++ gdata/services/youtube/gdata-youtube.h | 39 +++++++++++ gdata/tests/youtube.c | 56 +++++++++++++++- 10 files changed, 263 insertions(+), 12 deletions(-) commit 914b443a8d2c18858e22502867012308438c54f3 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 22 14:49:06 2009 +0000 Fix query URI building for feed URIs which already have query parameters gdata/gdata-query.c | 3 +++ 1 file changed, 3 insertions(+) commit b24819a5f0feb30bb92cefe8ec63746078383a3c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 22 14:25:03 2009 +0000 Fixed problems with the progress callback for entry parsing, ensuring the total_results is the number of results which will actually be retrieved, rather than the number of results available for the search altogether; also ensuring that the callback's called with an equal priority to the ready callback. gdata/gdata-feed.c | 11 ++++++++--- gdata/gdata-query.c | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) commit c3b56e77b05a0f2ccd1f9854ae3d62b11f6c4d94 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 18 18:33:15 2009 +0000 Added pagination functionality to GDataQuery. gdata/gdata-feed.c | 20 +++++++++++++++++ gdata/gdata-feed.h | 1 + gdata/gdata-private.h | 4 ++++ gdata/gdata-query.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ gdata/gdata-query.h | 2 ++ gdata/gdata-service.c | 9 ++++++++ gdata/gdata.symbols | 12 ++++++++++- 7 files changed, 107 insertions(+), 1 deletion(-) commit 8a8f585051762101d500f15125c4316210b743fc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 15 23:19:19 2009 +0000 Some fixes to error handling in the face of no network connection. Addition of a function to get media content from YouTube videos. gdata/gdata.symbols | 1 + gdata/services/youtube/gdata-youtube-service.c | 27 +++++++++++++------------- gdata/services/youtube/gdata-youtube-video.c | 21 ++++++++++++++++++++ gdata/services/youtube/gdata-youtube-video.h | 1 + 4 files changed, 37 insertions(+), 13 deletions(-) commit 8a09b7931f3e9826e6fd595f1eaa5b8eca519f03 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 15 21:05:21 2009 +0000 Ensured the feed parsing progress callback is called in the main thread. gdata/gdata-feed.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) commit ab7a62b1c166b511ac42d70d9fb5e7e899290862 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 13 22:59:40 2009 +0000 Fixed some bad NULL checks in the GData element code. Vastly improved default query error handling. Fixed a bug where all requests would fail if you weren't authenticated. gdata/gdata-gdata.c | 13 +- gdata/gdata-service.c | 29 ++- gdata/gdata-service.h | 4 +- gdata/services/youtube/gdata-youtube-service.c | 237 +++++++++++++------------ gdata/services/youtube/gdata-youtube-service.h | 2 - 5 files changed, 153 insertions(+), 132 deletions(-) commit 0be5c6a09966cbc8a7d72f803e05aacd19a6fb60 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 13 21:44:12 2009 +0000 Added a function to allow the list of thumbnails for a YouTube video to be retrieved. gdata/gdata.symbols | 32 ++++++++++++++++++++++++++-- gdata/services/youtube/gdata-youtube-video.c | 7 ++++++ gdata/services/youtube/gdata-youtube-video.h | 1 + 3 files changed, 38 insertions(+), 2 deletions(-) commit 6b43de4caf03f89fe6db40b84771da7f0aeab2fd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Mar 13 19:57:08 2009 +0000 Added progress callbacks. Rearranged API to use GDataQuerys exclusively, rather than having simple and "full" versions of each and every query function. gdata/gdata-feed.c | 10 ++- gdata/gdata-private.h | 3 +- gdata/gdata-query.h | 2 +- gdata/gdata-service.c | 28 ++++-- gdata/gdata-service.h | 10 ++- gdata/services/calendar/gdata-calendar-event.c | 2 +- gdata/services/calendar/gdata-calendar-query.h | 3 +- gdata/services/calendar/gdata-calendar-service.c | 73 ++++++---------- gdata/services/calendar/gdata-calendar-service.h | 29 +++--- gdata/services/youtube/gdata-youtube-service.c | 107 ++++++++--------------- gdata/services/youtube/gdata-youtube-service.h | 38 ++++---- gdata/tests/calendar.c | 12 +-- gdata/tests/memory.c | 4 +- gdata/tests/youtube.c | 10 +-- 14 files changed, 154 insertions(+), 177 deletions(-) commit 338110cf62c513ca1a9a5b8024df79190f4a9cb2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 11 23:38:50 2009 +0000 Fixed includes in public headers. Updated and fixed the pkg-config file. .gitignore | 2 +- Makefile.am | 2 +- configure.in | 2 +- gdata.pc.in | 11 ----------- gdata/gdata-entry.h | 2 +- gdata/gdata-feed.h | 4 ++-- gdata/gdata-private.h | 2 +- gdata/gdata-service.h | 2 +- gdata/services/calendar/gdata-calendar-calendar.h | 6 +++--- gdata/services/calendar/gdata-calendar-event.h | 6 +++--- gdata/services/calendar/gdata-calendar-query.h | 6 +++--- gdata/services/calendar/gdata-calendar-service.h | 4 ++-- gdata/services/youtube/gdata-youtube-service.h | 4 ++-- gdata/services/youtube/gdata-youtube-video.h | 6 +++--- libgdata.pc.in | 11 +++++++++++ 15 files changed, 35 insertions(+), 35 deletions(-) commit f4984a79e5748a239c2d93edc54d89d359cfb911 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 10 00:02:59 2009 +0000 Enabled building of enums and tidied up a few TODOs relating to error handling. .gitignore | 3 +++ gdata/Makefile.am | 31 ++++++++++++++++++++++++- gdata/gdata-parser.h | 8 +++++++ gdata/gdata-service.h | 32 +++++++++++++++++++++++--- gdata/services/youtube/gdata-youtube-service.c | 6 ++--- gdata/services/youtube/gdata-youtube-service.h | 2 +- 6 files changed, 74 insertions(+), 8 deletions(-) commit 7fdc4b68c4929426dca95b131338fde41a2b24b9 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Mon Mar 9 23:17:14 2009 +0000 Improved error handling for the YouTube service. gdata/gdata-service.c | 7 ++ gdata/gdata-service.h | 1 + gdata/services/youtube/gdata-youtube-service.c | 125 ++++++++++++++++++++++++- gdata/services/youtube/gdata-youtube-service.h | 11 +++ 4 files changed, 140 insertions(+), 4 deletions(-) commit 37a995845cd8d7ee45e2748f6256991cb633f8f8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 4 21:38:32 2009 +0000 Refactored some of the test suites to use a common username, password and client ID. Added some memory tests and fixed a few small memory leaks. gdata/services/calendar/gdata-calendar-calendar.c | 1 + gdata/tests/Makefile.am | 17 ++++++ gdata/tests/calendar.c | 16 +++-- gdata/tests/common.h | 31 ++++++++++ gdata/tests/massif | 5 ++ gdata/tests/memcheck | 4 ++ gdata/tests/memory.c | 73 +++++++++++++++++++++++ gdata/tests/youtube.c | 22 +++---- 8 files changed, 150 insertions(+), 19 deletions(-) commit 18b1306943d126cd09ddba5f21c31077ecc92d45 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Mar 4 18:16:10 2009 +0000 Added the rest of the parsing code to GDataCalendarEvent so that the calendar test suite succeeds. gdata/gdata-gdata.c | 42 ++++++ gdata/gdata-gdata.h | 20 +++ gdata/services/calendar/gdata-calendar-event.c | 198 ++++++++++++++++++++++++- gdata/services/calendar/gdata-calendar-event.h | 10 ++ 4 files changed, 269 insertions(+), 1 deletion(-) commit 348277440991e68bc6d100b27aa0908204870f67 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Mar 1 00:43:55 2009 +0000 Fixes and additions to calendar event feed parsing. gdata/gdata-feed.c | 39 ++- gdata/gdata-feed.h | 1 + gdata/gdata-gdata.c | 3 + gdata/gdata.symbols | 1 + gdata/services/calendar/gdata-calendar-event.c | 440 +++++++++++++++++++++++-- gdata/services/calendar/gdata-calendar-event.h | 19 ++ 6 files changed, 463 insertions(+), 40 deletions(-) commit b33d07bb83d52a0d5dcb38e41941c08d9092a7a6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 24 22:49:51 2009 +0000 Added a small note about missing functionality. gdata/services/calendar/gdata-calendar-query.c | 1 + 1 file changed, 1 insertion(+) commit 9ba26a99e02a3c75dd3261d10022580ce4db52bc Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 24 22:47:56 2009 +0000 Added the beginnings of support for calendar event feeds, including basic support for Google Calendar-specific query parameters. gdata/gdata-entry.c | 2 + gdata/gdata-feed.c | 11 +- gdata/gdata-feed.h | 8 +- gdata/gdata-private.h | 4 + gdata/gdata-query.c | 4 +- gdata/gdata.symbols | 1 + gdata/services/calendar/Makefile.am | 10 +- gdata/services/calendar/gdata-calendar-calendar.c | 10 +- gdata/services/calendar/gdata-calendar-event.c | 265 ++++++++++++++ gdata/services/calendar/gdata-calendar-event.h | 57 +++ gdata/services/calendar/gdata-calendar-query.c | 415 ++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-query.h | 76 ++++ gdata/services/calendar/gdata-calendar-service.c | 35 ++ gdata/services/calendar/gdata-calendar-service.h | 5 +- gdata/tests/calendar.c | 37 ++ 15 files changed, 920 insertions(+), 20 deletions(-) commit d9936425571b0ea8faeb2fd58071c2b5edede36d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 24 21:22:53 2009 +0000 Added "own calendars" query. gdata/gdata.symbols | 2 + gdata/services/calendar/gdata-calendar-service.c | 43 ++++++++++++++++++++ gdata/services/calendar/gdata-calendar-service.h | 5 +++ gdata/tests/calendar.c | 51 ++++++++++++++++++++++++ 4 files changed, 101 insertions(+) commit 26f35eac2fc9c07f24cb6d29b93281aad3e2169e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 24 21:18:40 2009 +0000 Changed to use g_set_error_literal instead of g_set_error where possible. Changed "log in" terminology to "authenticate" to be more in-line with the specification. gdata/gdata-service.c | 54 ++++++++++++------------ gdata/gdata-service.h | 2 +- gdata/gdata.symbols | 2 +- gdata/services/calendar/gdata-calendar-service.c | 15 +++++++ gdata/services/youtube/gdata-youtube-service.c | 20 ++++----- gdata/tests/calendar.c | 4 +- gdata/tests/youtube.c | 4 +- 7 files changed, 58 insertions(+), 43 deletions(-) commit 1ea0f3cc26f2abf8788166cf0728b764c19dc1f5 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 22:22:52 2009 +0000 Added support for quite a few gCal elements to GDataCalendarCalendar such that the "all calendars" query now works. gdata/gdata-types.c | 41 ++++ gdata/gdata-types.h | 11 +- gdata/services/calendar/gdata-calendar-calendar.c | 251 +++++++++++++++++++++- gdata/services/calendar/gdata-calendar-calendar.h | 13 ++ 4 files changed, 313 insertions(+), 3 deletions(-) commit da0e1af3b9b408772b094b2abfb37059bdb6734b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 19:51:48 2009 +0000 Fixed authentication error handling a little, and re-enabled authentication for Google Calendar and YouTube. gdata/gdata-service.c | 28 ++++++++++++++-------------- gdata/gdata.symbols | 3 +++ gdata/tests/calendar.c | 8 ++++++-- gdata/tests/youtube.c | 4 ++++ 4 files changed, 27 insertions(+), 16 deletions(-) commit aea5e19e97a80f9b9f694914c36611a27e94ab6d Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 18:13:59 2009 +0000 Added the basic framework for a Google Calendar service. configure.in | 1 + gdata/Makefile.am | 3 +- gdata/gdata-private.h | 11 +- gdata/gdata.h | 6 + gdata/gdata.symbols | 9 + gdata/services/Makefile.am | 2 +- gdata/services/calendar/Makefile.am | 34 +++ gdata/services/calendar/gdata-calendar-calendar.c | 264 ++++++++++++++++++++++ gdata/services/calendar/gdata-calendar-calendar.h | 59 +++++ gdata/services/calendar/gdata-calendar-service.c | 84 +++++++ gdata/services/calendar/gdata-calendar-service.h | 59 +++++ gdata/tests/Makefile.am | 17 ++ gdata/tests/calendar.c | 158 +++++++++++++ 13 files changed, 701 insertions(+), 6 deletions(-) commit 479fe7e547efea28613a1df123e1b2cc34c3b4b6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Feb 24 21:00:52 2009 +0000 Updated git ignore list. .gitignore | 3 +++ 1 file changed, 3 insertions(+) commit d497598bd16f5009b25a204a08954beaedbdbca6 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 19:16:02 2009 +0000 Added proper error handling for authentication, including support for CAPTCHA challenges. gdata/gdata-marshal.list | 1 + gdata/gdata-service.c | 159 +++++++++++++++++++++++++++++++++++++++++++---- gdata/gdata-service.h | 17 ++++- 3 files changed, 162 insertions(+), 15 deletions(-) commit 7cbc1041d643363a7bf7d1d3697483c091f6e824 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 11:50:39 2009 +0000 Moved the YouTube service files to a subdirectory, to be built into their own noinst library. Fixed some bugs causing the general test suite to fail. configure.in | 1 + gdata/Makefile.am | 2 +- gdata/gdata-entry.c | 2 +- gdata/gdata-private.h | 2 +- gdata/gdata.h | 11 +- gdata/services/Makefile.am | 35 +- gdata/services/gdata-youtube-service.c | 487 --------- gdata/services/gdata-youtube-service.h | 93 -- gdata/services/gdata-youtube-video.c | 1258 ------------------------ gdata/services/gdata-youtube-video.h | 94 -- gdata/services/youtube/Makefile.am | 34 + gdata/services/youtube/gdata-youtube-service.c | 487 +++++++++ gdata/services/youtube/gdata-youtube-service.h | 93 ++ gdata/services/youtube/gdata-youtube-video.c | 1258 ++++++++++++++++++++++++ gdata/services/youtube/gdata-youtube-video.h | 94 ++ gdata/tests/general.c | 2 +- 16 files changed, 1980 insertions(+), 1973 deletions(-) commit 9bf0973ccc444b0598a8e9a8721a463c2f462a2c Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 11:37:39 2009 +0000 Fix the README, and change .bzrignore to .gitignore. .bzrignore | 31 ------------------------------- .gitignore | 31 +++++++++++++++++++++++++++++++ README | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) commit c9eadbe3c6bd99a0d05c677681b80b0c7a428723 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Feb 22 11:29:00 2009 +0000 2009-02-22 Philip Withnall <philip@tecnocode.co.uk> Improved documentation (README, ChangeLog). ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 10 +++++++++- po/Makefile.in.in | 2 +- 3 files changed, 68 insertions(+), 2 deletions(-) commit c0e43775ee41bf06e890b2e64d251b1341ef61e2 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Feb 21 14:00:20 2009 +0000 [project @ philip@tecnocode.co.uk-20090221140020-bbhqtx4gyh2yxg5e] Added support for querying for related videos and fixed a bug parsing <yt:statistics/>. .bzrignore | 1 + gdata/gdata-entry.c | 20 +++++ gdata/gdata-entry.h | 1 + gdata/gdata-query.c | 22 ++++++ gdata/gdata-query.h | 2 + gdata/gdata-service.c | 3 + gdata/gdata.symbols | 2 + gdata/services/gdata-youtube-service.c | 73 ++++++++++++++++-- gdata/services/gdata-youtube-service.h | 13 +++- gdata/services/gdata-youtube-video.c | 5 +- gdata/tests/youtube.c | 131 ++++++++++++++++++++++++++++++++- 11 files changed, 259 insertions(+), 14 deletions(-) commit e18cc8aa1376ab406f7a65d2885160056902a828 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Feb 20 00:08:33 2009 +0000 [project @ philip@tecnocode.co.uk-20090220000833-9goap90j2b3xbtc0] Completed functionality to upload videos to YouTube. There are a few elements in the response which are still unparsed, but the tests in the suite work. gdata/gdata-entry.c | 9 ++- gdata/gdata-entry.h | 1 + gdata/gdata-media-rss.c | 3 + gdata/gdata-service.c | 21 ++++++ gdata/gdata-service.h | 6 +- gdata/gdata.symbols | 53 ++++++++++++- gdata/services/gdata-youtube-service.c | 133 +++++++++++++++++++++++++++++++++ gdata/services/gdata-youtube-service.h | 4 + gdata/services/gdata-youtube-video.c | 63 +++++++++++++++- gdata/services/gdata-youtube-video.h | 1 + gdata/tests/sample.ogg | Bin 0 -> 96839 bytes gdata/tests/youtube.c | 54 +++++++++++++ 12 files changed, 342 insertions(+), 6 deletions(-) commit a88f19fda5f31941ae43961e012fc927d214d3be Author: Philip Withnall <philip@tecnocode.co.uk> Date: Wed Feb 11 17:58:53 2009 +0000 [project @ philip@tecnocode.co.uk-20090211175853-ecv85loqsylxxl9x] Removed generated file. gtk-doc.make | 196 ----------------------------------------------------------- 1 file changed, 196 deletions(-) commit 06e337bdbc9e22293113d4775fb50424e822e836 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jan 25 15:23:26 2009 +0000 [project @ philip@tecnocode.co.uk-20090125152326-biwzyqlh333h7ikc] Initial support for inserting entries, mainly adding functionality to serialise GDataEntry and GDataYouTubeVideo to XML. gdata/gdata-atom.c | 7 +- gdata/gdata-atom.h | 4 +- gdata/gdata-entry.c | 175 ++++++++++++++++++++++++++++++++- gdata/gdata-entry.h | 6 ++ gdata/gdata-feed.c | 2 +- gdata/gdata-media-rss.c | 17 ++++ gdata/gdata-media-rss.h | 1 + gdata/gdata-service.c | 132 ++++++++++++++++++------- gdata/gdata-service.h | 7 +- gdata/gdata.symbols | 18 ++++ gdata/services/gdata-youtube-service.c | 3 + gdata/services/gdata-youtube-video.c | 163 ++++++++++++++++++++++++++++++ gdata/tests/general.c | 97 +++++++++++++++++- 13 files changed, 585 insertions(+), 47 deletions(-) commit b154cde46cafba05efc852c4a9cd7fceeac36e6e Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 24 17:10:09 2009 +0000 [project @ philip@tecnocode.co.uk-20090124171009-sk8dkywi1ag24j7v] Converted all async functions to use GAsyncResult, and implemented overridden versions for YouTubeVideo. Added testcases, and generally made sure all current async functionality works nicely. Fixed a small bug when parsing <media:credit> elements. gdata/gdata-query.c | 23 -- gdata/gdata-query.h | 1 - gdata/gdata-service.c | 378 +++++++++++++++++++++------------ gdata/gdata-service.h | 15 +- gdata/gdata.symbols | 9 +- gdata/services/gdata-youtube-service.c | 92 +++++--- gdata/services/gdata-youtube-service.h | 9 +- gdata/services/gdata-youtube-video.c | 2 +- gdata/tests/youtube.c | 75 ++++++- 9 files changed, 402 insertions(+), 202 deletions(-) commit 363fde1acb9f3d7bd12e185b666b7422c9408a75 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 24 12:11:13 2009 +0000 [project @ philip@tecnocode.co.uk-20090124121113-it97rcwt39n19riq] Consolidated the MediaGroup classes into YouTubeVideo, since that was the only class which would ever use them. gdata/Makefile.am | 2 - gdata/gdata-media-group.c | 611 ------------------------- gdata/gdata-media-group.h | 73 --- gdata/gdata-private.h | 6 - gdata/services/Makefile.am | 7 +- gdata/services/gdata-youtube-media-group.c | 335 -------------- gdata/services/gdata-youtube-media-group.h | 65 --- gdata/services/gdata-youtube-video.c | 706 ++++++++++++++++++++++++++--- gdata/services/gdata-youtube-video.h | 30 +- 9 files changed, 680 insertions(+), 1155 deletions(-) commit 00d0c84dc37da65b98a23d1c593ea189d5fc2dc8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 23 23:42:49 2009 +0000 [project @ philip@tecnocode.co.uk-20090123234249-obzjzy8dvtmkz3hl] Redesigned how feeds are parsed such that there is no longer any need for public setters, and there should be fewer memcpys. gdata/gdata-feed.c | 624 ++++++++++++++--------------- gdata/gdata-feed.h | 15 +- gdata/gdata-parser.c | 27 +- gdata/gdata-parser.h | 11 + gdata/gdata-service.h | 3 +- gdata/gdata.symbols | 3 - gdata/services/gdata-youtube-media-group.c | 2 +- gdata/services/gdata-youtube-video.c | 4 +- 8 files changed, 355 insertions(+), 334 deletions(-) commit ec04a065e4ef476ebd656919919751d220b2ef48 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 23 22:40:17 2009 +0000 [project @ philip@tecnocode.co.uk-20090123224017-l6p5ji4oqu3e8xxr] Added mostly-complete support for video comments. gdata/gdata-gdata.c | 18 ++++++++++++++++++ gdata/gdata-gdata.h | 9 +++++++++ gdata/services/gdata-youtube-video.c | 22 +++++++++++++++++++++- 3 files changed, 48 insertions(+), 1 deletion(-) commit c836518e056bd3b862e12360af5ab53cd2122a12 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jan 22 19:13:58 2009 +0000 [project @ philip@tecnocode.co.uk-20090122191358-5ko4fx27s8hlmpw7] Cleaned up parsing of numbers a little, and cleaned up parsing error handling. Also tidied up feed creation, and removed the now-redundant GDataYouTubeVideoFeed object. gdata/Makefile.am | 4 +- gdata/gdata-entry.c | 32 ++--- gdata/gdata-feed.c | 135 +++++++++--------- gdata/gdata-media-group.c | 69 ++++----- gdata/gdata-parser.c | 70 +++++++++ gdata/gdata-parser.h | 35 +++++ gdata/gdata-private.h | 8 +- gdata/gdata-service.c | 8 +- gdata/gdata-service.h | 7 +- gdata/gdata.h | 3 +- gdata/services/Makefile.am | 3 - gdata/services/gdata-youtube-media-group.c | 22 ++- gdata/services/gdata-youtube-service.c | 13 +- gdata/services/gdata-youtube-service.h | 5 +- gdata/services/gdata-youtube-video-feed.c | 220 ----------------------------- gdata/services/gdata-youtube-video-feed.h | 52 ------- gdata/services/gdata-youtube-video.c | 53 +++---- gdata/tests/youtube.c | 4 +- 18 files changed, 263 insertions(+), 480 deletions(-) commit a02546b08437fe3552c0b2591721953d36aaae79 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Thu Jan 22 18:00:38 2009 +0000 [project @ philip@tecnocode.co.uk-20090122180038-32miepaqnljxjtcu] Added basic async support, and greatly expanded the parsing code such that almost all of a typical YouTube GData query is now parsed into data structures. .bzrignore | 8 + gdata/Makefile.am | 48 ++- gdata/gdata-atom.c | 113 +++++ gdata/gdata-atom.h | 68 +++ gdata/gdata-entry.c | 326 +++++++++++--- gdata/gdata-entry.h | 9 + gdata/gdata-feed.c | 372 ++++++++++++++-- gdata/gdata-feed.h | 14 + gdata/gdata-gdata.c | 37 ++ gdata/gdata-gdata.h | 39 ++ gdata/gdata-marshal.list | 1 + gdata/gdata-media-group.c | 626 +++++++++++++++++++++++++++ gdata/gdata-media-group.h | 73 ++++ gdata/gdata-media-rss.c | 172 ++++++++ gdata/gdata-media-rss.h | 91 ++++ gdata/gdata-private.h | 6 + gdata/gdata-query.c | 667 +++++++++++++++++++++++++++++ gdata/gdata-query.h | 98 +++++ gdata/gdata-service.c | 210 ++++++--- gdata/gdata-service.h | 13 +- gdata/gdata.symbols | 2 + gdata/services/Makefile.am | 7 +- gdata/services/gdata-youtube-media-group.c | 337 +++++++++++++++ gdata/services/gdata-youtube-media-group.h | 65 +++ gdata/services/gdata-youtube-service.c | 47 +- gdata/services/gdata-youtube-video.c | 338 ++++++++++++--- gdata/services/gdata-youtube-video.h | 15 + 27 files changed, 3549 insertions(+), 253 deletions(-) commit 3ea04f77323acbd85b95d863dd730e2fd8f009ed Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Jan 3 10:02:43 2009 +0000 [project @ philip@tecnocode.co.uk-20090103100243-4ge6fir3bu8o3t3d] 2009-01-03 Philip Withnall <philip@tecnocode.co.uk> Initial commit, with basic functional queries for YouTube and the generic GData API. No async support, and limited support for lots of the XML elements. .bzrignore | 22 + AUTHORS | 1 + COPYING.LIB | 481 +++++++++ ChangeLog | 5 + INSTALL | 236 +++++ MAINTAINERS | 4 + Makefile.am | 21 + Makefile.decl | 54 ++ NEWS | 1 + README | 1 + autogen.sh | 20 + config.h.in | 114 +++ configure.in | 80 ++ docs/Makefile.am | 1 + docs/reference/MODULE.types | 3 + docs/reference/Makefile.am | 78 ++ docs/reference/gdata-overrides.txt | 0 docs/reference/gdata-sections.txt | 60 ++ docs/reference/gdata.sgml | 18 + docs/reference/gdata.types | 1 + docs/reference/version.xml.in | 1 + gdata.pc.in | 11 + gdata/Makefile.am | 44 + gdata/gdata-entry.c | 284 ++++++ gdata/gdata-entry.h | 60 ++ gdata/gdata-feed.c | 331 +++++++ gdata/gdata-feed.h | 62 ++ gdata/gdata-private.h | 46 + gdata/gdata-service.c | 329 +++++++ gdata/gdata-service.h | 85 ++ gdata/gdata-types.c | 44 + gdata/gdata-types.h | 33 + gdata/gdata.h | 34 + gdata/gdata.symbols | 34 + gdata/services/Makefile.am | 37 + gdata/services/gdata-youtube-service.c | 264 +++++ gdata/services/gdata-youtube-service.h | 76 ++ gdata/services/gdata-youtube-video-feed.c | 220 +++++ gdata/services/gdata-youtube-video-feed.h | 52 + gdata/services/gdata-youtube-video.c | 210 ++++ gdata/services/gdata-youtube-video.h | 54 ++ gdata/tests/Makefile.am | 40 + gdata/tests/general.c | 36 + gdata/tests/youtube.c | 92 ++ gtk-doc.make | 196 ++++ intltool-extract.in | 875 +++++++++++++++++ intltool-merge.in | 1506 +++++++++++++++++++++++++++++ intltool-update.in | 1163 ++++++++++++++++++++++ po/ChangeLog | 3 + po/LINGUAS | 1 + po/Makefile.in.in | 217 +++++ po/POTFILES.in | 9 + 52 files changed, 7650 insertions(+)