summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2014-11-15Initial support for Suunto DM5 importGravatar Miika Turkia
2014-11-07Load and save extra data in Subsurface XML formatGravatar Dirk Hohndel
2014-10-28Fix reading of CDATA elementsGravatar Miika Turkia
2014-10-26Make the buffers const char *Gravatar Dirk Hohndel
2014-10-26Support for importing Poseidon MK6 logsGravatar Miika Turkia
2014-10-22Set dctype of dives with pO2 setpoint information to CCR.Gravatar Robert C. Helling
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-10-12Start sanitizing gaschange event informationGravatar Linus Torvalds
2014-10-11CCR patch: Import and store oxygen sensor dataGravatar willem ferguson
2014-09-11CCR patch: adapt code for diluent cylinder pressures (3)Gravatar willem ferguson
2014-07-17Accept negative pressure readingsGravatar Robert C. Helling
2014-07-12Detect proper event type based on helium contentGravatar Miika Turkia
2014-07-12Add type for gaschange events, if missingGravatar Miika Turkia
2014-07-09Add support divecomputer based TTSGravatar Anton Lundin
2014-07-08Fix picture loadingGravatar Dirk Hohndel
2014-06-23Be more consistent in partial pressure namingGravatar Henrik Brautaset Aronsen
2014-06-11Simplify codeGravatar Dirk Hohndel
2014-06-11Provide for a dive_computer_type variable within dc structureGravatar Willem Ferguson
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-09Picture handling: parse and convert old style picture eventsGravatar Dirk Hohndel
2014-06-08Picture handling: parse XML dataGravatar Dirk Hohndel
2014-06-07Make parse-xml callbacks be type-safeGravatar Linus Torvalds
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Fix dive water temperature XML parsingGravatar Linus Torvalds
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-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-09Parse basic trip and dive data from the git blobsGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-02-16Whitespace cleanup for parse-xml.c and save-xml.cGravatar Dirk Hohndel
2014-02-15Remove some unused variablesGravatar Dirk Hohndel
2014-02-14Import gas info for Shearwater DesktopGravatar Miika Turkia
2014-02-14Import Shearwater Desktop divelog databaseGravatar Miika Turkia
2014-02-14Refactoring sqlite import supportGravatar Miika Turkia
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-02-09parse-xml.c: Fix a warning about missing bracesGravatar Lubomir I. Ivanov
2014-02-08Check XML attribute to detect correct XSLTGravatar Miika Turkia
2014-01-25Hook up XSLT and include it in resourcesGravatar Miika Turkia
2014-01-21Don't compare floats for equalityGravatar Robert C. Helling
2014-01-17Add Sensus XSLT as a resource and enable itGravatar Miika Turkia
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-10Add a few more Suunto eventsGravatar Miika Turkia
2014-01-10Import tags from Suunto database fileGravatar Miika Turkia
2014-01-10Do not plot temperatures on DM4 import if no infoGravatar Miika Turkia
2014-01-08const'ify our strtod() helper functionsGravatar Linus Torvalds
2014-01-02Make our 'ascii_strtod()' helper more genericGravatar Linus Torvalds