summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2013-01-25Remove some unnecessary variable initializationsGravatar Dirk Hohndel
2013-01-24Centralization for Kelvin and Standardization to milliKelvinGravatar Jan Schubert
2013-01-24Slight change to the parser to avoid false posititivesGravatar Dirk Hohndel
2013-01-24Remove saving of dive computer nicnames in system configGravatar Linus Torvalds
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
2013-01-23Remove XML parsing special case temperature codeGravatar Linus Torvalds
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-18Fix potential crash with old XML filesGravatar Dirk Hohndel
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2013-01-09Assemble the actual Suunto serial numberGravatar Linus Torvalds
2013-01-01Remove autogroup from the preferences and store per file insteadGravatar Dirk Hohndel
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-28Don't allocate an intermediate buffer for most parsed xmlNode contentsGravatar Lubomir I. Ivanov
2012-12-27Clear memory allocated for event namesGravatar Lubomir I. Ivanov
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-19Prevent bleeding deco/ndl for XML files without divecomputer entriesGravatar Linus Torvalds
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-11Fix minor indentation issueGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-11-30Remove the hack to mark parsed XML files as downloadedGravatar Dirk Hohndel
2012-11-30Remove the ability to import Uemis SDA filesGravatar Dirk Hohndel
2012-11-26Simplify tripflags: remove tripflag_names[]Gravatar Linus Torvalds
2012-11-26Remove 'when_from_file' field from dive tripGravatar Linus Torvalds
2012-11-25Improve on divecomputer data handlingGravatar Linus Torvalds
2012-11-25Add basic divecomputer info setup with xml parsing and savingGravatar Linus Torvalds
2012-11-24Fix error message (parsing weight here)Gravatar Miika Turkia
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-21Fix "prefer download" behaviorGravatar Dirk Hohndel
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-11-11Simplify and clean up dive trip managementGravatar Linus Torvalds
2012-11-10Fix default filename handling errorsGravatar Linus Torvalds
2012-11-10Fix cut and paste error in an error messageGravatar Dirk Hohndel
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-15Merge branch 'gettext'Gravatar Dirk Hohndel
2012-10-11Improve on the DivingLog importer a bitGravatar Linus Torvalds
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09A file that we import should never become the default file we save toGravatar Dirk Hohndel
2012-09-30New XML format for saving divesGravatar Linus Torvalds
2012-09-29Fix a number of obvious memory leaksGravatar Dirk Hohndel
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds