summaryrefslogtreecommitdiffstats
path: root/save-xml.c
AgeCommit message (Expand)Author
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
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-01-16Save XML files into a memory buffer rather than directly into a fileGravatar Linus Torvalds
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2013-12-19Files: use the new open() wrappersGravatar Lubomir I. Ivanov
2013-12-06Really save airtemp and watertemp in the diveGravatar Dirk Hohndel
2013-11-29Editing air or water temperature should modify dive computer, not diveGravatar Dirk Hohndel
2013-11-27Show/save weights up to and including last validGravatar Anton Lundin
2013-11-15Escape all problematic characters when saving a tagGravatar Maximilian Güntner
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-20Export dives in UDDF formatGravatar Miika Turkia
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-05-21Remove Gtk crudGravatar Dirk Hohndel
2013-04-09Store the tag names instead of an opaque numberGravatar Dirk Hohndel
2013-04-09Add dive tags and support invalid divesGravatar Ďoďo
2013-03-07Fix potentially broken white space truncation on certain Windows versionsGravatar Lubomir I. Ivanov
2013-03-01Fix saving of po2 valuesGravatar Linus Torvalds