aboutsummaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2014-12-28Fix compiler warning: parse_dlf_buffer needs to return 0 on successGravatar Dirk Hohndel
2014-12-28Set dive_table for Divesoft importGravatar Miika Turkia
2014-12-28Support gaschange events on Divesoft Freedom importGravatar Miika Turkia
2014-12-28Initial support for Divesoft FreedomGravatar Miika Turkia
2014-12-26Preconfigured import of Subsurface CSV log fileGravatar Miika Turkia
2014-12-20Improve error messages on database importsGravatar Miika Turkia
2014-12-20Import location from Cobalt DBGravatar Miika Turkia
2014-12-20Remove placeholder location and buddy fieldsGravatar Miika Turkia
2014-12-20Stub for collecting visibility on Cobalt DB importGravatar Miika Turkia
2014-12-20Add buddy support to Cobalt DB importGravatar Miika Turkia
2014-12-20Fix maximum depth on Cobalt importGravatar Miika Turkia
2014-12-20Include cylinder information in Cobalt importGravatar Miika Turkia
2014-12-20Bare implementation of Cobalt Divelog ProgramGravatar Miika Turkia
2014-12-08Don't ignore when we can't parse a fileGravatar Dirk Hohndel
2014-12-04Fix DM4/DM5 importGravatar Miika Turkia
2014-12-03Parse converted DM4 logs on DM5 importGravatar Miika Turkia
2014-12-03Fix crash with converted DM5 logGravatar Miika Turkia
2014-11-18Remove unused variablesGravatar Miika Turkia
2014-11-18Limit pressure and temperature valuesGravatar Miika Turkia
2014-11-17Use cylinder use helper functionGravatar Dirk Hohndel
2014-11-17For CCR dives, the diluent cylinder is the current cylinderGravatar Robert C. Helling
2014-11-16Load and save the dc type for CCR divesGravatar Dirk Hohndel
2014-11-16Save CCR cylinder use in XML and gitGravatar Dirk Hohndel
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