]> git.tdb.fi Git - ext/subsurface.git/history - dive.h
Remove the ability to 'Import' .SDA files
[ext/subsurface.git] / dive.h
2011-10-03 Dirk HohndelRemove the ability to 'Import' .SDA files
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-23 Linus TorvaldsStart handling dive events
2011-09-22 Dirk HohndelAdd OTU to divelist
2011-09-22 Dirk HohndelCalculate OTUs for every dive
2011-09-21 Linus TorvaldsMerge branch 'quit-handling' of git://github.com/dirkhh...
2011-09-21 Linus TorvaldsAdd helper function for doing depth unit calculations
2011-09-21 Dirk HohndelUse the last (or only) filename on command line as...
2011-09-21 Linus TorvaldsFix up printing some more
2011-09-20 Dirk HohndelSeparate out the UI from the program logic
2011-09-20 Linus TorvaldsReinstate the main window title
2011-09-20 Linus TorvaldsUse renderer function for divelist depth field too
2011-09-19 Linus TorvaldsStart filling in temperature and nitrox data in dive...
2011-09-16 Dirk HohndelShow tank / nitrox / air consumption information in...
2011-09-16 Linus TorvaldsSupport gps coordinates for the location info
2011-09-13 Linus TorvaldsAdd divemaster/buddy field and text entry
2011-09-12 Linus TorvaldsLibdivecomputer: start actually importing the dive...
2011-09-12 Linus TorvaldsAbstract out dive/sample allocation a bit
2011-09-12 Linus TorvaldsAvoid using type 'gasmix_t': use 'struct gasmix' instead
2011-09-11 Linus TorvaldsBe more careful about unit changes
2011-09-11 Linus TorvaldsFix up dive number naming
2011-09-11 Linus TorvaldsSave and restore a "dive number"
2011-09-10 Linus TorvaldsDeclare 'update_dive()' properly
2011-09-10 Linus TorvaldsRename 'cylinder.c' as 'equipment.c'
2011-09-07 Linus TorvaldsDo output unit conversion in the dive info window too
2011-09-07 Linus TorvaldsStart "output unit management" support
2011-09-05 Linus TorvaldsMerge branch 'open-files' of git://github.com/nathansam...
2011-09-05 Nathan SamsonReport errors when opening files
2011-09-05 Linus TorvaldsSanitize and fix cylinder pressure overview
2011-09-04 Linus TorvaldsMerge branch 'more-divelist-goodness' of https://github...
2011-09-04 Linus TorvaldsParse uemis cylinder data
2011-09-04 Nathan SamsonMerge hbonse's UI tweaks, but fixing the compile warnin...
2011-09-04 Linus TorvaldsGenerate date string for the dive list dynamically
2011-09-04 Linus TorvaldsMerge branch 'ui-improvements' of https://github.com...
2011-09-04 Linus TorvaldsMerge branch 'compiler-warning' of https://github.com...
2011-09-04 Linus TorvaldsAdd placeholder for cylinder type description
2011-09-04 Linus TorvaldsMerge https://github.com/mrjbq7/diveclog
2011-09-04 Linus TorvaldsDo better cylinder information management
2011-09-03 Linus TorvaldsAdd various dive fixups, and show pressure (if any...
2011-09-02 Linus TorvaldsDo a dive de-dup pass
2011-09-02 Linus TorvaldsSave and parse notes and locations
2011-09-01 Linus TorvaldsAdd ability to 'save' dives
2011-09-01 Linus Torvaldsgasmix: stop tracking nitrogen percentages
2011-09-01 Linus TorvaldsStart parsing gas mixes
2011-08-31 Linus TorvaldsStart cleaning up dive accessors
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.
2011-08-31 Linus TorvaldsGenerate a default name for a dive, if it doesn't have...
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...
2011-08-31 Linus TorvaldsSplit up dive data structure declarations into 'dive.h'