summaryrefslogtreecommitdiffstats
path: root/save-xml.c
AgeCommit message (Expand)Author
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
2013-02-27Ensure all strings stored in XML are escaped correctlyGravatar Linus Torvalds
2013-02-15Improve the code handling air temperatureGravatar Linus Torvalds
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-08Do more dive fixup for each dive computerGravatar Linus Torvalds
2013-02-02Add 'Save As' entry to context menu shown when right clicking on a diveGravatar Pierre-Yves Chibon
2013-01-24Centralization for Kelvin and Standardization to milliKelvinGravatar Jan Schubert
2013-01-24Save all dive computer nicknames - whether used or notGravatar Linus Torvalds
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-09Assemble the actual Suunto serial numberGravatar Linus Torvalds
2013-01-09Move device_info handling into a new 'device.c' fileGravatar Linus Torvalds
2013-01-09Add support to planner to use additional gases during the ascentGravatar Dirk Hohndel
2013-01-01Remove autogroup from the preferences and store per file insteadGravatar Dirk Hohndel
2013-01-01Clear divecomputer saved status before saving the nicknames to XMLGravatar Dirk Hohndel
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Fix nickname saving in XML file to deal with utf8 charactersGravatar Dirk Hohndel
2012-12-30Allow overlapping (and disjoint) dive tripsGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-28Make add_dc_to_string() skip redundant entriesGravatar Linus Torvalds