Age | Commit message (Expand) | Author |
2013-01-18 | Fix potential crash with old XML files | Dirk Hohndel |
2013-01-14 | Centralising and redefining values as integers | Jan Schubert |
2013-01-10 | Split up preference data structure definition into 'pref.h' | Linus Torvalds |
2013-01-09 | Assemble the actual Suunto serial number | Linus Torvalds |
2013-01-01 | Remove autogroup from the preferences and store per file instead | Dirk Hohndel |
2012-12-30 | First step in cleaning up cylinder pressure sensor logic | Linus Torvalds |
2012-12-30 | Update deco handling | Dirk Hohndel |
2012-12-28 | Don't allocate an intermediate buffer for most parsed xmlNode contents | Lubomir I. Ivanov |
2012-12-27 | Clear memory allocated for event names | Lubomir I. Ivanov |
2012-12-26 | Add settings section to XML file format and store dive computer IDs | Dirk Hohndel |
2012-12-21 | Remove nickname from divecomputer data structure | Dirk Hohndel |
2012-12-19 | Prevent bleeding deco/ndl for XML files without divecomputer entries | Linus Torvalds |
2012-12-13 | Add the ability to set a nickname for a dive computer | Dirk Hohndel |
2012-12-11 | Fix minor indentation issue | Dirk Hohndel |
2012-12-11 | Merge branch 'cns' into cns-merge | Dirk Hohndel |
2012-12-10 | Move global variables covered by Preferences into one structure | Dirk Hohndel |
2012-12-07 | Add CNS and pO2 tracking in the samples | Dirk Hohndel |
2012-12-05 | Turn latitude and longitude into integer micro-degree values | Linus Torvalds |
2012-12-04 | Improve deco handling and add NDL support | Dirk Hohndel |
2012-11-30 | Remove the hack to mark parsed XML files as downloaded | Dirk Hohndel |
2012-11-30 | Remove the ability to import Uemis SDA files | Dirk Hohndel |
2012-11-26 | Simplify tripflags: remove tripflag_names[] | Linus Torvalds |
2012-11-26 | Remove 'when_from_file' field from dive trip | Linus Torvalds |
2012-11-25 | Improve on divecomputer data handling | Linus Torvalds |
2012-11-25 | Add basic divecomputer info setup with xml parsing and saving | Linus Torvalds |
2012-11-24 | Fix error message (parsing weight here) | Miika Turkia |
2012-11-23 | Move events and samples into a 'struct divecomputer' | Linus Torvalds |
2012-11-23 | Allocate dive samples separately from 'struct dive' | Linus Torvalds |
2012-11-21 | Fix "prefer download" behavior | Dirk Hohndel |
2012-11-19 | Fix the XML gps parsing and saving when using non-US locales | Linus Torvalds |
2012-11-12 | Store and parse salinity and surface pressure | Dirk Hohndel |
2012-11-11 | Simplify and clean up dive trip management | Linus Torvalds |
2012-11-10 | Fix default filename handling errors | Linus Torvalds |
2012-11-10 | Fix cut and paste error in an error message | Dirk Hohndel |
2012-10-28 | Add support for visibility tracking and allow manual entry air temp | Dirk Hohndel |
2012-10-15 | Merge branch 'gettext' | Dirk Hohndel |
2012-10-11 | Improve on the DivingLog importer a bit | Linus Torvalds |
2012-10-11 | Conversion to gettext to allow localization | Dirk Hohndel |
2012-10-09 | A file that we import should never become the default file we save to | Dirk Hohndel |
2012-09-30 | New XML format for saving dives | Linus Torvalds |
2012-09-29 | Fix a number of obvious memory leaks | Dirk Hohndel |
2012-09-20 | Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurface | Linus Torvalds |
2012-09-19 | Partial rewrite of the dive trip code | Dirk Hohndel |
2012-09-19 | Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t' | Linus Torvalds |
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 |