summaryrefslogtreecommitdiffstats
path: root/save-xml.c
AgeCommit message (Expand)Author
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
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-05Fix saving of salinityGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-05Save latitude/longitude using integer mathGravatar Linus Torvalds
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-11-26Simplify tripflags: remove tripflag_names[]Gravatar Linus Torvalds
2012-11-25Improve on divecomputer data handlingGravatar Linus Torvalds
2012-11-25Start merging dives by keeping the dive computer data from both divesGravatar Linus Torvalds
2012-11-25Add basic divecomputer info setup with xml parsing and savingGravatar Linus Torvalds
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-19Fix the XML gps parsing and saving when using non-US localesGravatar Linus Torvalds
2012-11-12Store and parse salinity and surface pressureGravatar Dirk Hohndel
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-04Use GLib's g_fopen() and g_open() when working with filesGravatar Lubomir I. Ivanov
2012-09-30New XML format for saving divesGravatar Linus Torvalds
2012-09-21Fix missing save of (almost empty) cylinder informationGravatar Linus Torvalds
2012-09-20Fix dive trip saving bugGravatar Dirk Hohndel