summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
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
2011-09-05Add support from importing from Diving Log xml filesGravatar Linus Torvalds
2011-09-05Make the import source an enumerationGravatar Linus Torvalds
2011-09-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Parse Uemis cylinder data correctly.Gravatar Linus Torvalds
2011-09-05Turn dive depth, temperature and duration into xml attributesGravatar Linus Torvalds
2011-09-05Sanitize and fix cylinder pressure overviewGravatar Linus Torvalds
2011-09-04Properly save/restore cylinder description stringGravatar Linus Torvalds
2011-09-04Parse uemis cylinder dataGravatar Linus Torvalds
2011-09-04Make a guess at the cylinder description from the size and pressureGravatar Linus Torvalds
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Split the dive list in columns. Columns are sortable now (name = date, depth,...Gravatar Nathan Samson
2011-09-03Do better cylinder information managementGravatar Linus Torvalds
2011-09-03Add various dive fixups, and show pressure (if any) in the plotGravatar Linus Torvalds
2011-09-02Do a dive de-dup passGravatar Linus Torvalds