summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-17Correctly deal with empty XML filesGravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-06Merge branch 'trip3' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-09-05Avoid duplicate dive_trip entriesGravatar Dirk Hohndel
2012-09-03Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'Gravatar Linus Torvalds
2012-09-01Clean up macros and auxiliary functionsGravatar Dirk Hohndel
2012-08-27Merge branch 'trips' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-27Fix an issue with trips that have dives from multiple input filesGravatar Dirk Hohndel
2012-08-27First cut of explicit trip trackingGravatar Dirk Hohndel
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
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