summaryrefslogtreecommitdiffstats
path: root/dive.h
AgeCommit message (Expand)Author
2011-10-28Use Registry on Windows to store preferencesGravatar Dirk Hohndel
2011-10-25Add menu item and dialog to select which events to displayGravatar Dirk Hohndel
2011-10-25Remember the event names as we encounter themGravatar Dirk Hohndel
2011-10-23Add completions to the dive location, buddy and divemaster entriesGravatar Linus Torvalds
2011-10-22Add cylinder data to cylinder model as we record each diveGravatar Linus Torvalds
2011-10-05Add XML file import back and treat open and import differentlyGravatar Dirk Hohndel
2011-10-05Automatically renumber new dives when they are "obvious".Gravatar Linus Torvalds
2011-10-03Remove the ability to 'Import' .SDA filesGravatar Dirk Hohndel
2011-09-27Merge branch 'otu-tracking-v2' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-22Start handling dive eventsGravatar Linus Torvalds
2011-09-22Add OTU to divelistGravatar Dirk Hohndel
2011-09-22Calculate OTUs for every diveGravatar Dirk Hohndel
2011-09-21Merge branch 'quit-handling' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-21Add helper function for doing depth unit calculationsGravatar Linus Torvalds
2011-09-21Use the last (or only) filename on command line as default for savingGravatar Dirk Hohndel
2011-09-20Fix up printing some moreGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-19Reinstate the main window titleGravatar Linus Torvalds
2011-09-19Use renderer function for divelist depth field tooGravatar Linus Torvalds
2011-09-19Start filling in temperature and nitrox data in dive listGravatar Linus Torvalds
2011-09-16Show tank / nitrox / air consumption information in the info_frameGravatar Dirk Hohndel
2011-09-15Support gps coordinates for the location infoGravatar Linus Torvalds
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-11Be more careful about unit changesGravatar Linus Torvalds
2011-09-11Fix up dive number namingGravatar Linus Torvalds
2011-09-11Save and restore a "dive number"Gravatar Linus Torvalds
2011-09-10Declare 'update_dive()' properlyGravatar Linus Torvalds
2011-09-09Rename 'cylinder.c' as 'equipment.c'Gravatar Linus Torvalds
2011-09-07Do output unit conversion in the dive info window tooGravatar Linus Torvalds
2011-09-06Start "output unit management" supportGravatar Linus Torvalds
2011-09-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Sanitize and fix cylinder pressure overviewGravatar Linus Torvalds
2011-09-04Parse uemis cylinder dataGravatar Linus Torvalds
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Add placeholder for cylinder type descriptionGravatar Linus Torvalds
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
2011-09-01Save and parse notes and locationsGravatar Linus Torvalds
2011-09-01Add ability to 'save' divesGravatar Linus Torvalds
2011-09-01gasmix: stop tracking nitrogen percentagesGravatar Linus Torvalds
2011-09-01Start parsing gas mixesGravatar Linus Torvalds
2011-08-31Start cleaning up dive accessorsGravatar Linus Torvalds
2011-08-31Split up profile frame generation into its own file.Gravatar Linus Torvalds
2011-08-30Generate a default name for a dive, if it doesn't have one alreadyGravatar Linus Torvalds
2011-08-30Start moving some of the non-parsing stuff out of 'parse.c'Gravatar Linus Torvalds
2011-08-30Split up dive data structure declarations into 'dive.h'Gravatar Linus Torvalds