aboutsummaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2012-08-27First cut of explicit trip trackingGravatar Dirk Hohndel
2012-08-17Import Divesuit information from DivingLog XML fileGravatar Dirk Hohndel
2012-08-14Add exposure protection trackingGravatar Dirk Hohndel
2012-06-18Add tankpressure parsing for UDDF filesGravatar Linus Torvalds
2012-05-12Allow overriding the default xslt pathGravatar Linus Torvalds
2012-04-02Renumber dives when deleting a diveGravatar Linus Torvalds
2012-04-02Add the ugliest 'delete dive' model everGravatar Linus Torvalds
2012-03-23Merge branch 'weight' of git://subsurface.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-03-24Add weight system trackingGravatar Dirk Hohndel
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds
2012-01-05Avoiding some potentially confusing name space clashesGravatar Dirk Hohndel
2012-01-05Oddly, finishing a sample doesn't require a sampleGravatar Dirk Hohndel
2011-12-30Move the gasmix cleanups from XML parsing to the generic dive fixup stageGravatar Linus Torvalds
2011-12-18parse-xml: read the file into memory separatelyGravatar Linus Torvalds
2011-12-07Add typical 0 to 5 star rating for divesGravatar Dirk Hohndel
2011-11-21Remove suunto parsing hacks from parse-xml.cGravatar Linus Torvalds
2011-11-21XSLT to import SDM dive logGravatar Miika Turkia
2011-11-21Support for importing multiple XSLT formatsGravatar Miika Turkia
2011-11-05Make the xslt style sheet finding search a set of possible pathsGravatar Linus Torvalds
2011-11-05Use XSLT file to open JDiveLog logsGravatar Miika Turkia
2011-11-01Even more places with pressure and volume conversionsGravatar Dirk Hohndel
2011-10-24Avoid using strptimeGravatar Dirk Hohndel
2011-10-19Parse the xml sample cylinder index properlyGravatar Linus Torvalds
2011-10-02Integrate loading of uemis SDA files into the regular xml parsingGravatar Dirk Hohndel
2011-10-02First steps towards integrating SDA files into the default XML loadingGravatar Dirk Hohndel
2011-09-30We forgot to pick up the 'value' field of a dive eventGravatar Linus Torvalds
2011-09-27Merge branch 'otu-tracking-v2' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-22Drop surface events when reading from an XML file tooGravatar Linus Torvalds
2011-09-22Start handling dive eventsGravatar Linus Torvalds
2011-09-22Calculate OTUs for every diveGravatar Dirk Hohndel
2011-09-21Use the last (or only) filename on command line as default for savingGravatar Dirk Hohndel
2011-09-15Support gps coordinates for the location infoGravatar Linus Torvalds
2011-09-15Rename the project 'subsurface'Gravatar Linus Torvalds
2011-09-15Fix uemis depth calculation in the uemis XML importerGravatar Dirk Hohndel
2011-09-13Add divemaster/buddy field and text entryGravatar Linus Torvalds
2011-09-12Libdivecomputer: start actually importing the dive dataGravatar Linus Torvalds
2011-09-12Abstract out dive/sample allocation a bitGravatar Linus Torvalds
2011-09-12Avoid using type 'gasmix_t': use 'struct gasmix' insteadGravatar Linus Torvalds
2011-09-11Work around more Diving Log bugs..Gravatar Linus Torvalds
2011-09-11Call an LP85 an LP85 even when it's "10% extra".Gravatar Linus Torvalds
2011-09-11Be more careful about unit changesGravatar Linus Torvalds
2011-09-11Parse 'Diving Log' cylinder working pressureGravatar Linus Torvalds
2011-09-11Fix up dive number namingGravatar Linus Torvalds
2011-09-11Save and restore a "dive number"Gravatar Linus Torvalds
2011-09-10Don't guess input cylinder size as cubic feetGravatar Linus Torvalds
2011-09-06Start "output unit management" supportGravatar Linus Torvalds
2011-09-06Minimally parse some UDDF format divesGravatar Linus Torvalds
2011-09-06Add framework for UDDF importerGravatar Linus Torvalds
2011-09-05update UEMIS date_time parsingGravatar Dirk Hohndel
2011-09-05Merge branch 'open-files' of git://github.com/nathansamson/diveclogGravatar Linus Torvalds