aboutsummaryrefslogtreecommitdiffstats
path: root/save-xml.c
AgeCommit message (Expand)Author
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
2014-06-03Add photo saving for the XML backend.Gravatar Tomaz Canabrava
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-08Rewrite show_location to use membuffer primitivesGravatar Anton Lundin
2014-05-07Manually implement strndupGravatar Dirk Hohndel
2014-05-07Remove trailing spaces from the produced outputGravatar Anton Lundin
2014-05-06Qt turns edited locations into null-stringsGravatar Anton Lundin
2014-05-06Terminate the string before relying on strlenGravatar Anton Lundin
2014-05-06Revert "Save latitude and longitude on XML even if location not set"Gravatar Anton Lundin
2014-04-26Add GUI support for exporting in CSV formatGravatar Miika Turkia
2014-04-25Save latitude and longitude on XML even if location not setGravatar Tomaz Canabrava
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-03-14Revert "If saving to a git repository fails, don't create oddly named XML file"Gravatar Dirk Hohndel
2014-03-14If saving to a git repository fails, don't create oddly named XML fileGravatar Dirk Hohndel
2014-03-14error handling: return errors for save functionsGravatar Linus Torvalds
2014-03-13git object format: make sure parenthood isn't lost when savingGravatar Linus Torvalds
2014-03-12Stop using the "git descriptor file" modelGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-05Mark ignored error return as intentionalGravatar Dirk Hohndel
2014-02-16Whitespace cleanup for parse-xml.c and save-xml.cGravatar Dirk Hohndel
2014-02-16Allow backups for .ssrf files as wellGravatar Dirk Hohndel
2014-02-16Rename old 'xml' file as 'bak' file when savingGravatar Linus Torvalds
2014-02-10Clean up membuffer internal structure names, add strip functionGravatar Linus Torvalds