aboutsummaryrefslogtreecommitdiffstats
path: root/save-xml.c
AgeCommit message (Expand)Author
2015-10-04Print paths to internal files in verbose modeGravatar Robert C. Helling
2015-10-04Dive_sites-Notes shouldn't be stored as attributeGravatar Salvador Cuñat
2015-09-28Don't save unused, auto-create dive sitesGravatar Dirk Hohndel
2015-09-08Only store dive site uuid in dive if the dive site existsGravatar Dirk Hohndel
2015-08-25Save XML: sort the dive sites by uuidGravatar Dirk Hohndel
2015-08-20Always save taxonomy data, even if disabled in the prefsGravatar Dirk Hohndel
2015-07-30RBT - Add save/load in xml file supportGravatar Salvador Cuñat
2015-07-15Add helper function that checks if a dive site is in useGravatar Dirk Hohndel
2015-07-02Rename enum values for taxonomyGravatar Dirk Hohndel
2015-07-01Geo taxonomy: save and load the taxonomy data with XMLGravatar Dirk Hohndel
2015-06-21Move helper declarations into a better header fileGravatar Dirk Hohndel
2015-06-20Track minimum datafile versionGravatar Dirk Hohndel
2015-06-13Move git related declarations into their own header fileGravatar Dirk Hohndel
2015-06-12Cloud storage: sync the remote after saveGravatar Dirk Hohndel
2015-06-10When saving only selected dives, only include referenced dive computersGravatar Dirk Hohndel
2015-06-10When saving only selected dives, only include referenced dive sitesGravatar Dirk Hohndel
2015-05-31Add strndup.h header so we can use this useful functionGravatar Dirk Hohndel
2015-04-28Rename helper function and make it globalGravatar Dirk Hohndel
2015-02-27Add hashes to imagesGravatar Robert C. Helling
2015-02-17Quote tags as attributesGravatar Miika Turkia
2015-02-15Get rid of double space after uuid in ssrf fileGravatar Henrik Brautaset Aronsen
2015-02-13Don't store empty dive sitesGravatar Dirk Hohndel
2015-02-12Make special backup when switching XML versionsGravatar Dirk Hohndel
2015-02-12Save and parse dive site structures to XMLGravatar Dirk Hohndel
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-02git save format: Don't save redunant temperature sample dataGravatar Linus Torvalds
2014-12-31Use unit selection for XSL transformation on CSV exportGravatar Miika Turkia
2014-12-21Add second CSV export with dive detailsGravatar Dirk Hohndel
2014-12-09Quote picture file names when saving XMLGravatar Miika Turkia
2014-11-21Save-XML: Correct bug in cylinder gas parametersGravatar Willem Ferguson
2014-11-20Prevent garbage from being saved in the userid fieldGravatar Dirk Hohndel
2014-11-18Fix issues in CCR handlingGravatar willem ferguson
2014-11-17For CCR dives, the diluent cylinder is the current cylinderGravatar Robert C. Helling
2014-11-16Load and save the dc type for CCR divesGravatar Dirk Hohndel
2014-11-16Save CCR cylinder use in XML and gitGravatar Dirk Hohndel
2014-11-15Revert "Save cylinder pressure from samples"Gravatar Dirk Hohndel
2014-11-15Save the diluent pressures to XMLGravatar Miika Turkia
2014-11-15Save cylinder pressure from samplesGravatar Miika Turkia
2014-11-07Load and save extra data in Subsurface XML formatGravatar Dirk Hohndel
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-10-12Start sanitizing gaschange event informationGravatar Linus Torvalds
2014-07-16Suppress XML preamble in CSV exportGravatar Sergey Starosek
2014-07-10Don't trust isspace() unless isascii() approvesGravatar Anton Lundin
2014-07-09Add support divecomputer based TTSGravatar Anton Lundin
2014-07-08Fix picture loadingGravatar Dirk Hohndel
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Save the timestamp of the dive.Gravatar Tomaz Canabrava
2014-06-06HTML: Better quoting to the export stringsGravatar Gehad elrobey
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson