aboutsummaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-08Skip XSL transformation for old Subsurface formatGravatar Miika Turkia
2013-02-07Import MacDive divelogsGravatar Miika Turkia
2013-02-01Recognize O2 percentage from MacDive importGravatar Henrik Brautaset Aronsen
2013-01-31Allow using two different tables to hold dives and gps locationsGravatar Dirk Hohndel
2013-01-30Make sure imported rating and visibility are within limits.Gravatar Henrik Brautaset Aronsen
2013-01-28parse-xml: allow XML nodes with empty tag namesGravatar Linus Torvalds
2013-01-28xml-parsing: accept 'sitelat' and 'sitelon' for GPS coordinatesGravatar Linus Torvalds
2013-01-28Be even more permissive in our date parsing logicGravatar Linus Torvalds
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