summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Portuguese translationlibgdata-0-14Pedro Albuquerque2015-10-131-25/+28
|
* Added Occitan translationCédric Valmary2015-05-222-0/+569
|
* Updated Portuguese translationPedro Albuquerque2014-11-161-68/+80
|
* Release version 0.14.3LIBGDATA_0_14_3Philip Withnall2014-05-272-2/+8
|
* Release version 0.14.2LIBGDATA_0_14_2Philip Withnall2014-05-271-0/+17
|
* core: Disconnect a cancellable in GDataDownloadStreamPhilip Withnall2014-05-271-2/+10
| | | | | | | Ensure to disconnect from the user-provided cancellable when finalising a GDataDownloadStream. Coverity issue: #59757
* tests: Add an extra assertion about paginationPhilip Withnall2014-05-271-2/+2
| | | | Coverity issue: #59763
* contacts: Remove a redundant xmlFree() callPhilip Withnall2014-05-271-1/+0
| | | | | | It was always called on NULL, and was confusing Coverity. Coverity issue: #59764
* tests: Fix copy–paste errors in the OAuth 1 testsPhilip Withnall2014-05-271-2/+2
| | | | Coverity issues: #59766, #59765
* tests: Tidy up cases in a switch statementPhilip Withnall2014-05-271-2/+1
| | | | Coverity issue: #59767
* core: Load extra attributes from ‘kind’ categoriesPhilip Withnall2014-05-272-0/+59
| | | | | | | | | | | | | | | When a GDataEntry is created, it’s automatically given a ‘kind’ category element, as this is the way the GData protocol identifies the schema which applies to a given <entry>. Previously, the ‘kind’ category from parsed XML would not override the automatically-added category. This meant that if the XML contained extra attributes, such as a label, they were effectively lost. Fix this by always preferring the ‘kind’ category from the XML. Add a test case, because test cases are cool. https://bugzilla.gnome.org/show_bug.cgi?id=707477
* Updated Russian translationStas Solovey2014-04-161-67/+80
|
* Updated Serbian translationМирослав Николић2014-01-132-106/+128
|
* Updated Hungarian translationGabor Kelemen2014-01-071-69/+85
|
* Update Chinese simplified translationWylmer Wang2014-01-051-76/+118
|
* Updated Indonesian translationAndika Triwidada2013-12-271-91/+114
|
* build: Increment version to 0.14.2Philip Withnall2013-12-191-1/+1
|
* Release version 0.14.1LIBGDATA_0_14_1Philip Withnall2013-12-192-1/+14
|
* core: Fix gdata-goa-authorizer.h for C++Aurimas Černius2013-12-181-0/+2
| | | | | | Add missing G_END_DECLS. https://bugzilla.gnome.org/show_bug.cgi?id=719647
* docs: Update libgdata websitePhilip Withnall2013-12-184-4/+4
| | | | Now: https://wiki.gnome.org/Projects/libgdata
* tests: Replace g_test_trap_fork() with g_test_trap_subprocess()Fabiano Fidêncio2013-12-181-7/+20
| | | | | | | 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
* core: Fix 'soup_gnome_features_2_26_get_type' is deprecated warningFabiano Fidêncio2013-12-183-8/+4
| | | | | | | | | | | 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
* tests: Fix strict aliasing problems with struct sockaddrPhilip Withnall2013-12-181-5/+8
| | | | Make it a union and GCC is happy again.
* core: Fix strict-aliasing problems with authentication domainsPhilip Withnall2013-12-181-2/+2
| | | | Dodgy casts are the worst.
* demos: Fix GtkStock deprecated functionsFabiano Fidêncio2013-12-181-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=712565
* core: Replace deprecated GStaticMutex with GMutexFabiano Fidêncio2013-12-181-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=712565
* build: Fix ChangeLog generationPhilip Withnall2013-12-181-1/+1
|
* tests: Add tests for comparison of GDataGD* objectsPhilip Withnall2013-12-181-0/+234
| | | | | | 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.
* gd: Fix comparison of GDataGDReminders with non-equal relative timesPhilip Withnall2013-12-182-6/+42
| | | | | | | | | | 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 <will.yu@yahoo.com>.
* gd: Include URI in comparisons between GDataGDPhoneNumbersPhilip Withnall2013-12-182-1/+56
| | | | | | | | | 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.
* calendar: Document mutual exclusion between event times and recurrencesPhilip Withnall2013-12-181-0/+14
| | | | | | | | | | 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 <will.yu@aol.com>.
* calendar: Remove an unused variable from a private structPhilip Withnall2013-12-181-1/+0
|
* tests: Fix minor memory leaks in general test suitePhilip Withnall2013-12-181-0/+3
|
* build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGSPhilip Withnall2013-12-181-1/+1
| | | | | | This fixes the build with recent changes to gnome-common. See: https://bugzilla.gnome.org/show_bug.cgi?id=706826
* build: Increment version to 0.14.1Philip Withnall2013-12-181-1/+1
|
* Release version 0.14.0LIBGDATA_0_14_0Philip Withnall2013-08-282-3/+24
|
* picasaweb: Fix some integer overflow bugs on 32-bit machinesPhilip Withnall2013-08-283-3/+3
| | | | Looks like nobody’s previously run the test suite on a 32-bit machine…
* docs: Ignore generated *-enums.h filesPhilip Withnall2013-08-282-19/+2
| | | | | A couple of them weren’t being excluded, and were generating noise in gdata-sections.txt.
* gd: Fix documentation commentPhilip Withnall2013-08-281-0/+3
|
* Update French translationAlexandre Franke2013-08-221-51/+62
|
* [l10n] Updated Italian translation.Claudio Arseni2013-08-181-55/+67
|
* Updated Greek translationDimitris Spingos2013-08-181-70/+82
|
* Updated Slovenian translationMatej Urbančič2013-08-171-92/+120
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-162-98/+118
|
* Updated Lithuanian translationAurimas Černius2013-08-111-97/+118
|
* Fixed some small errors in the Dutch translation.Reinout van Schouwen2013-08-111-14/+14
|
* Updated Thai translation.Akom Chotiphantawanon2013-08-101-50/+61
|
* Updated Norwegian bokmål translationKjartan Maraas2013-08-081-50/+59
|
* Updated Spanish translationDaniel Mustieles2013-08-081-66/+77
|
* tests: Tidy up invocation of GDataResolverPhilip Withnall2013-08-059-24/+160
|