commit 4f1a6df04c6eb8c1a618121631dbd549c1ce706b Author: Philip Withnall Date: Sun Aug 1 23:04:34 2010 +0100 youtube: Use migrated account details in tests gdata/tests/youtube.c | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) commit 3293ac50f5e4b97707395dbf6e704944389f913f Author: Philip Withnall Date: Wed Sep 29 17:14:34 2010 +0100 build: Ensure g-ir-scanner is passed the correct includes Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83185803358e37492655a0dbbc3d8b194ee2a74f Author: Philip Withnall Date: Mon Jul 12 08:58:20 2010 +0100 build: Remove intltoolized file from git po/Makefile.in.in | 217 ----------------------------------------------------- 1 files changed, 0 insertions(+), 217 deletions(-) commit 78e339205eb442c1e12c3f1a2ee480de3b913af6 Author: Philip Withnall Date: Wed Sep 29 16:58:56 2010 +0100 build: Fix builddir != srcdir build with enum generation Makefile.am | 72 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 36 insertions(+), 36 deletions(-) commit 785062b7703e7b6cbc3fbc376962e5a53d6d30c8 Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit a6d86374b1b393391b1b7cfbad4a839b16b39948 Author: Philip Withnall 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 files changed, 5 insertions(+), 5 deletions(-) commit d1a4cf08347338dfc4473d8ef8eb66308efc6367 Author: Philip Withnall 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(+), 0 deletions(-) commit fef70a6351aa8197ff553588cac9339481f7b21f Author: Philip Withnall Date: Wed Sep 29 15:23:07 2010 +0100 introspection: Add missing (transfer full) annotations gdata/gdata-access-handler.c | 6 +++--- gdata/gdata-service.c | 12 ++++++------ 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-contact.c | 12 ++++++------ gdata/services/contacts/gdata-contacts-service.c | 6 +++--- .../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 | 12 ++++++------ 13 files changed, 46 insertions(+), 46 deletions(-) commit da5e45d1f12a92d60751d5de4f713b569e0c9eb9 Author: Philip Withnall 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 7c35b96908222d320b003f38bda271ffb2f89e98 Author: Philip Withnall 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 e45b3970beeff35638ede3ac5475b369da94eeac Author: Philip Withnall Date: Wed Sep 29 15:00:16 2010 +0100 introspection: Remove outdated (default) annotations .../documents/gdata-documents-spreadsheet.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e2cd2a37c8b77b27c2e52396425492352aa6be12 Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit bee31cb42151c3d06975c172a13ce8c515b943dc Author: Philip Withnall 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 | 50 ++++++++++++++++++++++++++++---------------------- configure.ac | 6 +++++- 2 files changed, 33 insertions(+), 23 deletions(-) commit 4e999760f330e8492c04f5bb1fb9e8d5eb9729ea Author: Philip Withnall 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 files changed, 9 insertions(+), 1 deletions(-) commit 457f4cb1503c07eb2010bde38b03b90432a03bfe Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit d3dce786b2470384b766835cb08c82ca17d44043 Author: Philip Withnall 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 files changed, 4 insertions(+), 0 deletions(-) commit a73ce96e780b180dff4534d55339c418be9ff31c Author: Philip Withnall 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 files changed, 1 insertions(+), 2 deletions(-) commit 689b3e7566f6c088d03b94da4424a5828918e35c Author: Philip Withnall Date: Wed Aug 11 22:32:55 2010 +0100 picasaweb: Fix timestamps in the PicasaWeb tests gdata/tests/picasaweb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8dc4c0887a1ccd2c47ddbf51da28605ce1d44c18 Author: Philip Withnall 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 files changed, 3 insertions(+), 1 deletions(-) commit ef480c5931a5153a1391fb55b5479a76ba113d01 Author: Philip Withnall 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 files changed, 1 insertions(+), 1 deletions(-) commit e700f1a05e843eb112989678e9868b08b5524486 Author: Philip Withnall Date: Sat Aug 7 19:21:45 2010 +0100 core: Fix potential use of NULL in memcpy() gdata/gdata-buffer.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 10af39a8661dade07d7d4310cce80193e0489b47 Author: Philip Withnall Date: Wed Aug 4 10:19:40 2010 +0100 introspection: Add missing annotations to GDataYouTubeVideo gdata/services/youtube/gdata-youtube-video.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit a7a836067f27c86fc13d0389f0d89b800b619ac3 Author: Philip Withnall Date: Wed Aug 4 10:14:19 2010 +0100 introspection: Add missing annotations to GDataYouTubeService gdata/services/youtube/gdata-youtube-service.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit b6d99d1e186d144d365675e2b6e81787bf8375dd Author: Philip Withnall Date: Wed Aug 4 10:11:54 2010 +0100 introspection: Add missing annotations to GDataYouTubeQuery gdata/services/youtube/gdata-youtube-query.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 50b503a19914b61053b875019578b06b791cb97f Author: Philip Withnall Date: Wed Aug 4 10:09:07 2010 +0100 introspection: Add missing annotations to GDataYouTubeGroup gdata/services/youtube/gdata-youtube-group.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1b2d2fd3017e1532399a6cf44ff208010d46fc6c Author: Philip Withnall Date: Wed Aug 4 10:07:04 2010 +0100 introspection: Add missing annotations to GDataYouTubeControl gdata/services/youtube/gdata-youtube-control.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e85b4a364a1614c4e86272f61cf3df7706452149 Author: Philip Withnall Date: Wed Aug 4 10:01:02 2010 +0100 introspection: Add missing annotations to GDataPicasaWebService gdata/services/picasaweb/gdata-picasaweb-service.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a3ecf0606c3b2cf0f185de02627b3036dccc41ee Author: Philip Withnall Date: Wed Aug 4 09:57:09 2010 +0100 introspection: Add missing annotations to GDataPicasaWebQuery gdata/services/picasaweb/gdata-picasaweb-query.c | 24 +++++++++++----------- 1 files changed, 12 insertions(+), 12 deletions(-) commit 1f3cde20b6a62399ee12ea0d3fb7c01d77afd568 Author: Philip Withnall Date: Wed Aug 4 09:53:51 2010 +0100 introspection: Add missing annotations to GDataPicasaWebFile gdata/services/picasaweb/gdata-picasaweb-file.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit b92c4a6e01b092fad1b29b0e6504299c26657f20 Author: Philip Withnall Date: Wed Aug 4 09:48:03 2010 +0100 introspection: Add missing annotations to GDataPicasaWebAlbum gdata/services/picasaweb/gdata-picasaweb-album.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit a8310a149bf9a3f75d1f7f0c7d5a7f0e8f09ba03 Author: Philip Withnall Date: Wed Aug 4 09:42:04 2010 +0100 introspection: Add missing annotations to GDataDocumentsText gdata/services/documents/gdata-documents-text.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e06250a08e6d5e646245c1a3422fde4e3e5c636c Author: Philip Withnall Date: Wed Aug 4 09:41:05 2010 +0100 introspection: Add missing annotations to GDataDocumentsSpreadsheet .../documents/gdata-documents-spreadsheet.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit bc6cd4c799460ca8c6b3f4dffd8f3bcfa10c380f Author: Philip Withnall Date: Wed Aug 4 09:39:36 2010 +0100 introspection: Add missing annotations to GDataDocumentsService gdata/services/documents/gdata-documents-service.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 5e5e7d1d2d99f96d025952b841f6b15e7fc43ac2 Author: Philip Withnall Date: Wed Aug 4 09:35:47 2010 +0100 introspection: Add missing annotations to GDataDocumentsQuery gdata/services/documents/gdata-documents-query.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 14240cc49267564f0d73bd2a049838aa1af5622a Author: Philip Withnall Date: Wed Aug 4 09:34:08 2010 +0100 introspection: Add missing annotations to GDataDocumentsPresentation .../documents/gdata-documents-presentation.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a4649c7ab7f88cae81d04bf04d8a6252a0a44362 Author: Philip Withnall Date: Wed Aug 4 09:29:01 2010 +0100 introspection: Add missing annotations to GDataDocumentsEntry gdata/services/documents/gdata-documents-entry.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 92b09ae69d0d73c36010dec0a0caa085427ec4bd Author: Philip Withnall Date: Tue Aug 3 23:36:33 2010 +0100 introspection: Add missing annotations to GDataContactsService gdata/services/contacts/gdata-contacts-service.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 584ba65252a31e6c81b30844f2ae236436df9326 Author: Philip Withnall Date: Tue Aug 3 23:33:53 2010 +0100 introspection: Add missing annotations to GDataContactsQuery gdata/services/contacts/gdata-contacts-query.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 72a4af9c63e08071881570508b725d94c12ffc53 Author: Philip Withnall Date: Tue Aug 3 23:31:42 2010 +0100 introspection: Add missing annotations to GDataContactsContact gdata/services/contacts/gdata-contacts-contact.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 20e9481453e5d77fd722f3b0e14369d1a3a22e5d Author: Philip Withnall Date: Tue Aug 3 23:15:34 2010 +0100 introspection: Add missing annotations to GDataCalendarService gdata/services/calendar/gdata-calendar-service.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 3d13c09ef4146907bb0d0a2524fd6ce0c3c351f8 Author: Philip Withnall Date: Tue Aug 3 23:09:55 2010 +0100 introspection: Add missing annotations to GDataCalendarQuery gdata/services/calendar/gdata-calendar-query.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit d545f89d83e376549f140145ee5a3ed6e2d5d158 Author: Philip Withnall Date: Tue Aug 3 23:05:08 2010 +0100 introspection: Add missing annotations to GDataCalendarEvent gdata/services/calendar/gdata-calendar-event.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 232498291786a1d3f9b2423d9b390d5cb272e283 Author: Philip Withnall Date: Tue Aug 3 22:58:01 2010 +0100 introspection: Add missing annotations to GDataCalendarCalendar gdata/services/calendar/gdata-calendar-calendar.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7550781610a03ee8b2b5a83d96175cdb2a86a2bb Author: Philip Withnall Date: Tue Aug 3 22:52:52 2010 +0100 introspection: Add missing annotations to GDataMediaGroup gdata/media/gdata-media-group.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 6dd8dcae6ca2b768b1f3e86d155fae7b4ccee9cd Author: Philip Withnall Date: Tue Aug 3 22:44:51 2010 +0100 introspection: Add missing annotations to GDataMediaCategory gdata/media/gdata-media-category.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 38eb2e7a6414616c61a22a90ebe04cee7ef4e7e6 Author: Philip Withnall Date: Tue Aug 3 09:54:26 2010 +0100 build: Silence g-ir-scanner Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad59ca98068c0921c1f443e0dba64cc69d9348d6 Author: Philip Withnall Date: Tue Aug 3 09:50:30 2010 +0100 introspection: Add missing annotations to GDataGDWho gdata/gd/gdata-gd-who.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 6f23e52a825e82a91ccad039467004295e05d601 Author: Philip Withnall Date: Tue Aug 3 09:48:39 2010 +0100 introspection: Add missing annotations to GDataGDWhere gdata/gd/gdata-gd-where.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 689f610ec494a4c65209b5abf468c40fcfb8fb78 Author: Philip Withnall Date: Tue Aug 3 09:47:32 2010 +0100 introspection: Add missing annotations to GDataGDWhen gdata/gd/gdata-gd-when.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit cfe09f2bab1f28feed17e0eea33173080e2b9de9 Author: Philip Withnall Date: Tue Aug 3 09:45:53 2010 +0100 introspection: Add missing annotations to GDataGDReminder gdata/gd/gdata-gd-reminder.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit b34b4aa105ee8f046ea43eefe152ea6ff7e96450 Author: Philip Withnall Date: Tue Aug 3 09:44:25 2010 +0100 introspection: Add missing annotations to GDataGDPostalAddress gdata/gd/gdata-gd-postal-address.c | 37 +++++++++++++++++------------------ 1 files changed, 18 insertions(+), 19 deletions(-) commit 7abfab66633c556487af9a3e542833f31c371d02 Author: Philip Withnall Date: Tue Aug 3 09:40:01 2010 +0100 introspection: Add missing annotations to GDataGDPhoneNumber gdata/gd/gdata-gd-phone-number.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 2da539cd5672297ca973f9bca6a52f68ef515193 Author: Philip Withnall Date: Tue Aug 3 09:38:38 2010 +0100 introspection: Add missing annotations to GDataGDOrganization gdata/gd/gdata-gd-organization.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 039a7b11d3bfa78ba12b3fbcf6d69af7d4b066b3 Author: Philip Withnall Date: Tue Aug 3 09:36:04 2010 +0100 introspection: Add missing annotations to GDataGDName gdata/gd/gdata-gd-name.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 9f17b2100cd5b78f0846b860deef267f7543d04f Author: Philip Withnall Date: Tue Aug 3 09:34:17 2010 +0100 introspection: Add missing annotations to GDataGDIMAddress gdata/gd/gdata-gd-im-address.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 8d7eab2f2572c3e1adf3a71ed09a47a250019ce5 Author: Philip Withnall Date: Tue Aug 3 09:31:15 2010 +0100 introspection: Add missing annotations to GDataGDEmailAddress gdata/gd/gdata-gd-email-address.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit ac84f6d1dfbfc0ab9c8e0a846b1f226bdf786082 Author: Philip Withnall Date: Tue Aug 3 09:29:08 2010 +0100 introspection: Add missing annotations to GDataLink gdata/atom/gdata-link.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit e4875219a70d7ec6768d05675f04c09ed1b591bb Author: Philip Withnall Date: Tue Aug 3 09:26:03 2010 +0100 introspection: Add missing annotations to GDataCategory gdata/atom/gdata-category.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 44124bcde0b1cfcf6590f54eb8850c3cd1cd6fe2 Author: Philip Withnall Date: Tue Aug 3 09:24:45 2010 +0100 introspection: Add missing annotations to GDataAuthor gdata/atom/gdata-author.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 7a1d74cb64940a3bf9bc9d1636b4c3cdf71fd797 Author: Philip Withnall Date: Mon Aug 2 23:16:02 2010 +0100 introspection: Add missing annotations to GDataUploadStream gdata/gdata-upload-stream.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 1f1c4f26d5b8a07c90b4143b592ba864e5c6dcb9 Author: Philip Withnall Date: Mon Aug 2 23:11:51 2010 +0100 introspection: Add missing annotations to GDataColor gdata/gdata-types.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f49b6c439e6baefa05adad09636e5dae0d69e964 Author: Philip Withnall Date: Mon Aug 2 23:10:25 2010 +0100 introspection: Add missing annotations to GDataQuery gdata/gdata-query.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 1f47b20397563db924a7124b4ef35475c63851a9 Author: Philip Withnall Date: Mon Aug 2 22:56:01 2010 +0100 introspection: Add missing annotations to GDataDownloadStream gdata/gdata-download-stream.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 05eb2619797fe58342002a7cede00897d6d6c33b Author: Philip Withnall Date: Mon Aug 2 22:38:27 2010 +0100 introspection: Add missing annotations to GDataAccessRule gdata/gdata-access-rule.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d3aaff07850d65c8a4272a083d6294fc532a7ced Author: Philip Withnall Date: Mon Aug 2 22:34:06 2010 +0100 introspection: Add missing annotations to GDataFeed gdata/gdata-feed.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 660f4385eb3166e55e8f39b70a354b4320899a95 Author: Philip Withnall Date: Mon Aug 2 22:32:38 2010 +0100 introspection: Add missing annotations to GDataEntry gdata/gdata-entry.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit da9ca2f42a86429376f9cc8a2270728ace236fb1 Author: Philip Withnall 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-entry.c | 4 ++-- gdata/gdata-feed.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 ++-- 15 files changed, 29 insertions(+), 29 deletions(-) commit d2e9651352833fa5ccebaba727ad9bd13b530f4b Author: Philip Withnall Date: Mon Aug 2 22:22:17 2010 +0100 introspection: Add missing annotations to GDataService gdata/gdata-service.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit a3661beda31fb4fe2da51ce31247445b50943281 Author: Philip Withnall Date: Mon Jul 26 00:29:39 2010 +0200 introspection: Add (closure) annotations gdata/gdata-access-handler.c | 2 +- gdata/gdata-service.c | 18 +++++++++--------- 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 | 18 +++++++++--------- 7 files changed, 36 insertions(+), 36 deletions(-) commit d4e4085d69d06c01209fd216a39e71958f84fdae Author: Philip Withnall Date: Mon Jul 26 00:29:21 2010 +0200 docs: Add annotation glossary docs/reference/gdata-docs.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3edc4ffd8b47de7bfdc4ad158903d1e70b127ffd Author: Philip Withnall Date: Fri Jul 16 10:09:34 2010 +0100 introspection: Add (element-type) annotations gdata/gd/gdata-gd-when.c | 2 +- gdata/gdata-entry.c | 5 +++-- 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 | 8 ++++---- 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 +- 10 files changed, 26 insertions(+), 23 deletions(-) commit 05f58a56833ee22d01df2bc005b8966807c3b4af Author: Philip Withnall 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 files changed, 9 insertions(+), 6 deletions(-) commit ea67c35c33a48d641af2c9172f571342f8f2ebcf Author: Philip Withnall Date: Fri Jul 16 10:08:39 2010 +0100 docs: Add an "introspection" commit tag HACKING | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 868ce5d5b1586e43c193daaaf3b6ea0acb2de3d5 Author: Philip Withnall 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 files changed, 4 insertions(+), 0 deletions(-) commit 37b22b639357aacd50716163ee2667f9f02af9e9 Author: Philip Withnall Date: Thu Jul 8 21:38:09 2010 +0100 core: Fix a return type gdata/gdata-parsable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4620de28a1416b7c728f20cd71c78882d072cf41 Author: Philip Withnall Date: Tue May 4 00:09:56 2010 +0100 contacts: Fix use of uninitialised memory gdata/services/contacts/gdata-contacts-contact.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d806cc185850ea9060eb1024e90567e3f50e12c Author: Philip Withnall 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 8e2140f76d4f5da6bd9fb085711d5e3d1cbf46ba Author: Philip Withnall Date: Fri Apr 9 22:32:29 2010 +0100 picasaweb: Fix small leak gdata/services/picasaweb/gdata-picasaweb-service.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit fb1b2dd3651b0eac9ecda1facf426dd1d15738d2 Author: Philip Withnall 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 files changed, 2 insertions(+), 3 deletions(-) commit 2c1b7ba41420a67c95b86eaa06a44182cb86a844 Author: Philip Withnall Date: Wed Sep 29 11:49:21 2010 +0100 build: Update git.mk from Pango master git.mk | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) commit 5ae47439ff98f8e75b8b0e5c6410e1eb95f4b111 Author: Kjartan Maraas Date: Wed Sep 29 11:22:55 2010 +0100 introspection: Fix build with gobject-introspection >= 0.9.7 Closes: bgo#630756 Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83d32edd45c8d1244fd12c728f3af29ca67282ba Author: Paul Smith 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 files changed, 13 insertions(+), 9 deletions(-) commit 63bdfaccffcf3b5a44c4bf0f521e3278d948bedb Author: Philip Withnall 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 f2ea3d492a418c4cf5ca3ed032b8dc44e4f56eb1 Author: Philip Withnall Date: Mon Mar 29 23:09:13 2010 +0100 Release version 0.6.4 NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-)