Age | Commit message (Expand) | Author |
2012-09-19 | Partial rewrite of the dive trip code | Dirk Hohndel |
2012-09-18 | Call xmlCleanupParser only once - when we are done with libxml | Lubomir I. Ivanov |
2012-09-17 | Correctly deal with empty XML files | Dirk Hohndel |
2012-09-10 | Change behavior for the existing filename | Dirk Hohndel |
2012-09-06 | Merge branch 'trip3' of git://git.hohndel.org/subsurface | Linus Torvalds |
2012-09-05 | Avoid duplicate dive_trip entries | Dirk Hohndel |
2012-09-03 | Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()' | Linus Torvalds |
2012-09-01 | Clean up macros and auxiliary functions | Dirk Hohndel |
2012-08-27 | Merge branch 'trips' of git://git.hohndel.org/subsurface | Linus Torvalds |
2012-08-27 | Fix an issue with trips that have dives from multiple input files | Dirk Hohndel |
2012-08-27 | First cut of explicit trip tracking | Dirk Hohndel |
2012-08-26 | Do some whitespace cleanup | Linus Torvalds |
2012-08-17 | Import Divesuit information from DivingLog XML file | Dirk Hohndel |
2012-08-14 | Add exposure protection tracking | Dirk Hohndel |
2012-06-18 | Add tankpressure parsing for UDDF files | Linus Torvalds |
2012-05-12 | Allow overriding the default xslt path | Linus Torvalds |
2012-04-02 | Renumber dives when deleting a dive | Linus Torvalds |
2012-04-02 | Add the ugliest 'delete dive' model ever | Linus Torvalds |
2012-03-23 | Merge branch 'weight' of git://subsurface.hohndel.org/subsurface | Linus Torvalds |
2012-03-24 | Add weight system tracking | Dirk Hohndel |
2012-01-26 | Split up file reading from 'parse-xml.c' into 'file.c' | Linus Torvalds |
2012-01-05 | Avoiding some potentially confusing name space clashes | Dirk Hohndel |
2012-01-05 | Oddly, finishing a sample doesn't require a sample | Dirk Hohndel |
2011-12-30 | Move the gasmix cleanups from XML parsing to the generic dive fixup stage | Linus Torvalds |
2011-12-18 | parse-xml: read the file into memory separately | Linus Torvalds |
2011-12-07 | Add typical 0 to 5 star rating for dives | Dirk Hohndel |
2011-11-21 | Remove suunto parsing hacks from parse-xml.c | Linus Torvalds |
2011-11-21 | XSLT to import SDM dive log | Miika Turkia |
2011-11-21 | Support for importing multiple XSLT formats | Miika Turkia |
2011-11-05 | Make the xslt style sheet finding search a set of possible paths | Linus Torvalds |
2011-11-05 | Use XSLT file to open JDiveLog logs | Miika Turkia |
2011-11-01 | Even more places with pressure and volume conversions | Dirk Hohndel |
2011-10-24 | Avoid using strptime | Dirk Hohndel |
2011-10-19 | Parse the xml sample cylinder index properly | Linus Torvalds |
2011-10-02 | Integrate loading of uemis SDA files into the regular xml parsing | Dirk Hohndel |
2011-10-02 | First steps towards integrating SDA files into the default XML loading | Dirk Hohndel |
2011-09-30 | We forgot to pick up the 'value' field of a dive event | Linus Torvalds |
2011-09-27 | Merge branch 'otu-tracking-v2' of git://github.com/dirkhh/subsurface | Linus Torvalds |
2011-09-22 | Drop surface events when reading from an XML file too | Linus Torvalds |
2011-09-22 | Start handling dive events | Linus Torvalds |
2011-09-22 | Calculate OTUs for every dive | Dirk Hohndel |
2011-09-21 | Use the last (or only) filename on command line as default for saving | Dirk Hohndel |
2011-09-15 | Support gps coordinates for the location info | Linus Torvalds |
2011-09-15 | Rename the project 'subsurface' | Linus Torvalds |
2011-09-15 | Fix uemis depth calculation in the uemis XML importer | Dirk Hohndel |
2011-09-13 | Add divemaster/buddy field and text entry | Linus Torvalds |
2011-09-12 | Libdivecomputer: start actually importing the dive data | Linus Torvalds |
2011-09-12 | Abstract out dive/sample allocation a bit | Linus Torvalds |
2011-09-12 | Avoid using type 'gasmix_t': use 'struct gasmix' instead | Linus Torvalds |
2011-09-11 | Work around more Diving Log bugs.. | Linus Torvalds |