commit 9a5f9cf1efb555aa1b8ff845de5f0e41dcdf7a8f Author: Philip Withnall Date: Sat Aug 20 18:51:30 2011 +0100 l10n: Update British English translation po/en_GB.po | 355 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 193 insertions(+), 162 deletions(-) commit c67b9e9dac971d4e9ec23901f15d5fff39d85ad6 Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit a62cc92cab588ed89aeb771929f7a227e8518d74 Author: Philip Withnall 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 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 files changed, 2 insertions(+), 2 deletions(-) commit 68b5af5eabc0d3f81c9e7e69ce37bfba8c375c95 Author: Philip Withnall 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 files changed, 9 insertions(+), 1 deletions(-) commit 68b13c9ca480da464780f308e60cb5f4cfd8a60e Author: Philip Withnall 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 files changed, 11 insertions(+), 2 deletions(-) commit fde18bd82a883d5955c19b12b40770c62ed40e89 Author: Philip Withnall 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 files changed, 6 insertions(+), 2 deletions(-) commit 0345885c14f2d5c1f80b6460be302adeb3e14103 Author: Philip Withnall 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 files changed, 8 insertions(+), 2 deletions(-) commit db6ee229558fcd749fc2e6ea2b2fb26bfa46d082 Author: Philip Withnall Date: Sat Aug 20 17:38:20 2011 +0100 core: Fix a NULL pointer ref. inc. in GDataService gdata/gdata-service.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 9e3042ef261a2972b2f882f9a71e5cf5a696f4fc Author: Philip Withnall 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 files changed, 5 insertions(+), 1 deletions(-) commit 23e7043ef1c8f6fc2d803ecf2ea0ac5b7d4706f2 Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit 2a0f3e3b4b1157c732f8c247be9003e56e47a700 Author: Abduxukur Abdurixit Date: Fri Aug 19 19:58:38 2011 +0200 Added UG translation po/ug.po | 980 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 507 insertions(+), 473 deletions(-) commit d30a70b323a79754c2c07925b79ab971e3fd4989 Author: Fran Dieguez Date: Tue Aug 16 19:05:59 2011 +0200 Updated Galician translations po/gl.po | 44 +++++++++++++++++++++++++++++--------------- 1 files changed, 29 insertions(+), 15 deletions(-) commit 611a34616426f89ccb4f9d5404fdee4887ff35d4 Author: Philip Withnall Date: Mon Aug 15 22:16:21 2011 +0100 demos: Fix a potentially uninitialised variable in the scrapbook demos/scrapbook/scrapbook.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 60330e8a42e80c4dd647c55a4b99c44d67cedfc0 Author: Philip Withnall Date: Mon Aug 15 22:15:57 2011 +0100 core: Add missing symbols to symbols file Closes: bgo#656529 gdata/gdata.symbols | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d61e0e93472a98fb3998016bc281ebefe69dded8 Author: Andika Triwidada Date: Fri Aug 12 15:55:58 2011 +0700 Updated Indonesian translation po/id.po | 351 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 190 insertions(+), 161 deletions(-) commit 57b5a19a44b76011a49f219b3eff9fcec6ad84af Author: Kristjan SCHMIDT Date: Fri Aug 12 10:35:00 2011 +0200 Updated Esperanto translation po/eo.po | 414 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 225 insertions(+), 189 deletions(-) commit d901816b2e888b03a5bfe656610740aa7a50a36f Author: Alexander Shopov Date: Thu Aug 11 07:25:25 2011 +0300 Updated Bulgarian translation po/bg.po | 156 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 89 insertions(+), 67 deletions(-) commit 592147a0d49cf7cd0cfaeb5810ee866e5f8b1d6d Author: Akom Chotiphantawanon Date: Wed Aug 10 16:32:23 2011 +0700 Updated Thai translation. po/th.po | 344 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 189 insertions(+), 155 deletions(-) commit a3ae21fded378881b5efe74140bc1a1e84e02cda Author: Yuri Kozlov Date: Mon Aug 1 00:09:08 2011 +0400 Updated Russian translation po/ru.po | 122 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 72 insertions(+), 50 deletions(-) commit 6ddc77720eda2035eddc47d03cdf3aa4971ef3e0 Author: Philip Withnall 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 files changed, 0 insertions(+), 2 deletions(-) commit 2f95f26a8bceec9166ba0c8e7e933fda467d4912 Author: Philip Withnall Date: Sat Jul 30 20:44:30 2011 +0100 demos: Fix PicasaWeb searches in the scrapbook demos/scrapbook/scrapbook.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit e0049fce8be066bc1fc78e801791aebf6b025d1d Author: Philip Withnall 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(+), 0 deletions(-) commit 620c9f25e26b9036e4ea27e158828c4ed8a80768 Author: Philip Withnall 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 files changed, 7 insertions(+), 2 deletions(-) commit 48bec40a81aa02d4ed261d07e0a472de127706ee Author: Philip Withnall 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 Date: Sat Jul 30 19:45:12 2011 +0100 demos: Port the scrapbook to GDataAuthorizer demos/scrapbook/scrapbook.c | 63 ++++++++++++++++++++---------------------- 1 files changed, 30 insertions(+), 33 deletions(-) commit 7b57196184eb1cdc3670d6d1d463f66c212615a1 Author: Philip Withnall 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 files changed, 9 insertions(+), 9 deletions(-) commit b58bdaebee63b4b9878fb27c7a4955da525ac3c7 Author: Philip Withnall Date: Sun Jan 16 17:56:45 2011 +0000 demos: Fix type of a struct demos/scrapbook/scrapbook.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 9d23c88ba819f3fdaae57e45d08e02600a31dfda Author: Philip Withnall Date: Sun Jan 16 17:53:37 2011 +0000 demos: Remove trailing whitespace from lines demos/scrapbook/scrapbook.c | 108 +++++++++++++++++++++--------------------- 1 files changed, 54 insertions(+), 54 deletions(-) commit 517e093df245e0fe83750dde9611705c4579fda2 Author: Philip Withnall 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 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 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 Date: Sun Jan 16 17:28:46 2011 +0000 demos: Fix window sizes demos/scrapbook/scrapbook.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 108196a9e616fc5fb14f9d540d8840d69232b13c Author: Philip Withnall Date: Sun Jan 16 17:19:41 2011 +0000 demos: Tidy up some of the UI strings demos/scrapbook/scrapbook.c | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) commit 8e4acea7174bf2da721572a6566f9b03f3a46eb8 Author: Philip Withnall 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 Date: Sun Jan 16 17:01:11 2011 +0000 demos: Ensure results of queries are freed correctly demos/scrapbook/scrapbook.c | 37 ++++++++++++++++++++++++++----------- 1 files changed, 26 insertions(+), 11 deletions(-) commit 6cbd799733b10ad7b09f14d210c73e120e5bb244 Author: Philip Withnall 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 files changed, 26 insertions(+), 3 deletions(-) commit b306201216050e468aab40a73ccb760a28d9ba5a Author: Philip Withnall 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 files changed, 7 insertions(+), 8 deletions(-) commit 1e2b47cd5dd536888ecc415eab34537c971b0e92 Author: Philip Withnall Date: Sun Jan 16 16:46:45 2011 +0000 demos: Port the scrapbook from GtkFileSelector to GtkFileChooser demos/scrapbook/scrapbook.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 7e78ef6c37a46f7000d7d5c8cc1726e8fc0a3be8 Author: Philip Withnall 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 Date: Sun Jan 16 16:29:44 2011 +0000 docs: Add the “demos” commit message tag HACKING | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f330d66a19e41f5af5ddd568e103fe9770271f51 Author: Joe C 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(+), 0 deletions(-) commit 96d88904bc10e066ebcee75e5eac4cf18e23ad55 Author: Philip Withnall 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 Date: Fri Jul 29 22:21:34 2011 +0100 docs: Fix a typo in README README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 537dd49c9ec282c01011e49a11e2fad2b53aa2f9 Author: Kjartan Maraas Date: Mon Jul 18 13:20:18 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 366 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 203 insertions(+), 163 deletions(-) commit 49e31ec2e7ab9b9d6c019301f4b7321fcf90b686 Author: Claude Paroz Date: Sat Jul 16 17:47:18 2011 +0200 Updated French translation po/fr.po | 353 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 193 insertions(+), 160 deletions(-) commit 77d8200d4e5d40ac7d1de8b3f170adcae5695609 Author: Aurimas Černius Date: Sat Jul 16 16:47:13 2011 +0300 Updated Lithuanian translation. po/lt.po | 122 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 67 insertions(+), 55 deletions(-) commit a6f62bd64ad1845d2baf57e11b7e292564399558 Author: Carles Ferrando Date: Sat Jul 16 13:20:37 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 49 ++++++++++++++++++++++++++++++++----------------- 1 files changed, 32 insertions(+), 17 deletions(-) commit eeb83c9719f6e96e53848a15da4dafbf64a2b8d7 Author: Gil Forcada Date: Sat Jul 16 13:20:18 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 49 ++++++++++++++++++++++++++++++++----------------- 1 files changed, 32 insertions(+), 17 deletions(-) commit 6c46688c657f47f8b898b337888b4b67e333c12a Author: Daniel Nylander Date: Fri Jul 15 13:05:06 2011 +0200 Updated Swedish translation po/sv.po | 49 +++++++++++++++++++++++++++++++++---------------- 1 files changed, 33 insertions(+), 16 deletions(-) commit f1d9d0db2a51e023d4dec2554754b487bb4ba66e Author: Yaron Shahrabani Date: Fri Jul 15 11:10:27 2011 +0300 Updated Hebrew translation. po/he.po | 43 ++++++++++++++++++++++++++++++------------- 1 files changed, 30 insertions(+), 13 deletions(-) commit 8e2c0232fa1e23695952c7bd207f81a8a351ce06 Author: Matej Urbančič Date: Thu Jul 14 14:38:13 2011 +0200 Updated Slovenian translation po/sl.po | 115 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 66 insertions(+), 49 deletions(-) commit bef70629d8e91d79866b907e5f1f02a71fea979f Author: Mario Blättermann Date: Wed Jul 13 20:04:50 2011 +0200 [l10n] Updated German translation po/de.po | 126 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 63 insertions(+), 63 deletions(-) commit 999365892e13949190a6a2a48f5e31aa4310b5ed Author: Rudolfs Mazurs Date: Wed Jul 13 00:24:03 2011 +0300 Updated Latvian translation. po/lv.po | 338 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 178 insertions(+), 160 deletions(-) commit 4c0768936d97345dd2b40d57964706aaa2eb7488 Author: Marek Černocký Date: Sun Jul 10 19:06:45 2011 +0200 Updated Czech translation po/cs.po | 115 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 67 insertions(+), 48 deletions(-) commit 8e7e826718a23b68acd423c15d29793ff354dc15 Author: Jorge González Date: Sun Jul 10 15:40:39 2011 +0200 Updated Spanish translation po/es.po | 123 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 69 insertions(+), 54 deletions(-) commit fb8d70c586466e9600766fdc2d49388203d5ab24 Author: Piotr Drąg Date: Sun Jul 10 13:51:36 2011 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 633224349c8de8869381f2f86820513971d5b671 Author: Philip Withnall Date: Sat Jul 9 15:13:07 2011 +0100 documents: Remove extraneous debug output Whoops. gdata/services/documents/gdata-documents-entry.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d97202d21f026046f8c316dccd7857f11eb0e90 Author: Philip Withnall 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 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 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(+), 0 deletions(-) commit 1e2b9a2805c40abc40ede2aed44c2fdcd38a7d9a Author: Philip Withnall 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 files changed, 1 insertions(+), 0 deletions(-) commit e6fe52a83786e87559ff4878bef0fc9ca451baa0 Author: Richard Schwarting 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(+), 0 deletions(-) commit f19560899fe901549f7968124283ce1c008c1e07 Author: Richard Schwarting 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 deletions(-) commit a3f06e4695fa3ef0fa0695381c6e330696a073da Author: Philip Withnall Date: Mon Jul 4 22:00:08 2011 +0100 build: Increment version to 0.9.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9dc4508bcf8754e9f0c7d35c76ac56b85f6ae2c1 Author: Philip Withnall 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 deletions(-)