summaryrefslogtreecommitdiff
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated contacts serviceDaniel Kolesa2021-06-171-2/+0
|
* build: Split GOA symbols out into a separate symbols filePhilip Withnall2015-10-041-2/+2
| | | | | | | | | | On some systems (Mac OS X) it is an error to include symbols in the symbols file which are not exported from the library. This can happen if building with --disable-goa (or --disable-gnome). Fix this by generating the symbols file dynamically. https://bugzilla.gnome.org/show_bug.cgi?id=754821
* docs: Remove a dead link from the HACKING filePhilip Withnall2015-05-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664353
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-2/+7
| | | | | | | | It’s time for libgdata to grow up and start guaranteeing some stability for its users. In this vein, it’s already been API stable for around 3 years (since 0.9.1) — it’s about time that was made explicit. http://upstream-tracker.org/versions/libgdata.html is quite interesting.
* docs: Update libgdata websitePhilip Withnall2013-11-241-1/+1
| | | | Now: https://wiki.gnome.org/Projects/libgdata
* build: Add a LIBGDATA_DISABLE_DEPRECATED build flagPhilip Withnall2011-10-091-0/+21
| | | | | | | | 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.
* docs: Add the “demos” commit message tagPhilip Withnall2011-07-311-0/+2
|
* introspection: Add GDestroyNotify to progress callbacksPhilip Chimento2011-06-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | 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
* docs: Add a note about the even–odd/stable–unstable versioning changePhilip Withnall2010-12-301-3/+13
|
* build: Better document the LT version change processPhilip Withnall2010-08-241-0/+4
|
* docs: Switch to a new commit message tagging formatPhilip Withnall2010-08-221-15/+16
|
* [docs] Add an "introspection" commit tagPhilip Withnall2010-07-161-0/+2
|
* [core] Whitespace fixesPhilip Withnall2010-04-121-1/+2
| | | | | Make indentation and whitespacing consistent throughout the entire project. I am so sad.
* [docs] Add note about #defined stringsPhilip Withnall2010-04-011-1/+2
|
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-1/+2
|
* [docs] Add a philosophy section to the documentationPhilip Withnall2010-03-261-2/+19
| | | | | | | | 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.
* Bug 587073 – Add Google Documents serviceThibault Saunier2009-07-171-0/+2
| | | | | Added support for Google Documents, from work done by Thibault Saunier <saunierthibault@gmail.com>. Closes bgo#587073 and bgo#588282.
* [atom] Added test cases for the Atom elements with classesPhilip Withnall2009-06-291-1/+9
| | | | | | 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.
* [docs] Updated HACKING and READMEPhilip Withnall2009-05-071-0/+2
|
* [docs] Added a HACKING filePhilip Withnall2009-04-241-0/+136