aboutsummaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2015-07-30RBT - Add save/load in xml file supportGravatar Salvador Cuñat
2015-07-24Allow creating new dive site with specific uuidGravatar Miika Turkia
2015-07-24Cobalt import: use find or create divesiteGravatar Miika Turkia
2015-07-24Divinglog import: find or create divesiteGravatar Miika Turkia
2015-07-23Divinglog import: fix maximum depthGravatar Miika Turkia
2015-07-17Divinglog import: update O2sensors and dive modeGravatar Miika Turkia
2015-07-17Divinglog import: added setpointGravatar Miika Turkia
2015-07-17Divinglog import: add cns valueGravatar Miika Turkia
2015-07-17Divinglog import: ppo2 sensor readingsGravatar Miika Turkia
2015-07-13Divinglog import: stop (deco) time addedGravatar Miika Turkia
2015-07-13Divinglog import: include NDL informationGravatar Miika Turkia
2015-07-13Divinglog import: show stop depth / ceilingGravatar Miika Turkia
2015-07-13Divinglog import: include heartbeat infoGravatar Miika Turkia
2015-07-13Fix memory handling for taxonomy dataGravatar Dirk Hohndel
2015-07-12Divinglog import: generate gaschange eventsGravatar Miika Turkia
2015-07-12Divinglog import: adding pressure samplesGravatar Miika Turkia
2015-07-12Divinglog import: grab information for cylinder 0Gravatar Miika Turkia
2015-07-12Divinglog import: use dive ID as identifierGravatar Miika Turkia
2015-07-12Divinglog import: get cylinder informationGravatar Miika Turkia
2015-07-12Divinglog import: import temperature graphGravatar Miika Turkia
2015-07-12Divinglog import: add workload warningGravatar Miika Turkia
2015-07-12Divinglog import: deco stop ignored event addedGravatar Miika Turkia
2015-07-12Divinglog import: ascent warning addedGravatar Miika Turkia
2015-07-12Divinglog import: RBT warning event addedGravatar Miika Turkia
2015-07-12Divinglog import: in deco?Gravatar Miika Turkia
2015-07-12Divinglog import: parse depth from databaseGravatar Miika Turkia
2015-07-12Divinglog import: import a bit more data from DBGravatar Miika Turkia
2015-07-12Divinglog import: basic dive info for DB importGravatar Miika Turkia
2015-07-02More debug message cleanupGravatar Dirk Hohndel
2015-07-02Rename enum values for taxonomyGravatar Dirk Hohndel
2015-07-01Geo taxonomy: save and load the taxonomy data with XMLGravatar Dirk Hohndel
2015-06-22Do not mess with dive location automaticallyGravatar Tomaz Canabrava
2015-06-21Fix missing curly braces that change control flowGravatar Dirk Hohndel
2015-06-21Prevent null dereferenceGravatar Dirk Hohndel
2015-06-21Fix a number of resource leaksGravatar Dirk Hohndel
2015-06-20Track minimum datafile versionGravatar Dirk Hohndel
2015-06-17We don't really need a long to count the dive sitesGravatar Dirk Hohndel
2015-06-16Remove all the no longer necessary code that aborts read of first V2 fileGravatar Dirk Hohndel
2015-06-10Add "additional name" to the correct dive siteGravatar Dirk Hohndel
2015-06-10When parsing V2 XML files try to be smarter when creating dive sitesGravatar Dirk Hohndel
2015-06-09Create unique dive sites when downloading from webserviceGravatar Dirk Hohndel
2015-06-02Support for changed DM5 sample blobGravatar Miika Turkia
2015-05-28Add explicit casts to silence compiler warningsGravatar Robert C. Helling
2015-05-21Fix typoGravatar Paul-Erik Törrönen
2015-05-21Import surface event from Suunto DBGravatar Miika Turkia
2015-05-17Correct dive time in DLF importGravatar Miika Turkia
2015-05-10Get the location information in a separate threadGravatar Tomaz Canabrava
2015-04-22Handle XSLT based imports correctlyGravatar Dirk Hohndel
2015-04-20Don't crash if add_gas_switch_event() gets called with invalid indexGravatar Dirk Hohndel
2015-03-24Fix a memory leak in parser-xmlGravatar Claudiu Olteanu