summaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2011-11-19Remove redundant linear sample tank pressure dataGravatar Dirk Hohndel
2011-11-17Remove redundant duplicate pressure samplesGravatar Linus Torvalds
2011-11-10Make the sample-vs-cylinder pressure check more liberalGravatar Linus Torvalds
2011-11-09Don't save cylinder start/end pressures unless set by handGravatar Linus Torvalds
2011-11-01Use unit functions to get column headers, add unit function for pressureGravatar Dirk Hohndel
2011-11-01More consistency improvementsGravatar Dirk Hohndel
2011-11-01Add new helper function to get temperature and unitGravatar 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-19Don't overwrite the end pressure with sample data if one already existsGravatar Linus Torvalds
2011-10-04Make the dive merging code more tolerantGravatar Dirk Hohndel
2011-09-29Yes Linus, gas pressure can indeed go up during a diveGravatar Dirk Hohndel
2011-09-22Merge latitude and longitude data properlyGravatar Linus Torvalds
2011-09-22Merge dive events correctly tooGravatar Linus Torvalds
2011-09-22Start handling dive eventsGravatar Linus Torvalds
2011-09-22Properly merge dive buddies and divemaster informationGravatar Linus Torvalds
2011-09-21Add helper function for doing depth unit calculationsGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-12Plot a sick kind of temperature curveGravatar 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-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Sanitize and fix cylinder pressure overviewGravatar Linus Torvalds
2011-09-04Clean up 'fixup_dive()' a bitGravatar Linus Torvalds
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Merge branch 'compiler-warning' of https://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-04Remove redundant temperature readingsGravatar Linus Torvalds
2011-09-04Removed the unused startemp and enttemp calculations. This fixes a compiler w...Gravatar Nathan Samson
2011-09-03Merge https://github.com/mrjbq7/diveclogGravatar Linus Torvalds
2011-09-03Do better cylinder information managementGravatar Linus Torvalds
2011-09-03dive.c: Fix spelling.Gravatar John Benediktsson
2011-09-03Only update mean/max depths with computed ones if they are way offGravatar Linus Torvalds
2011-09-03Add various dive fixups, and show pressure (if any) in the plotGravatar Linus Torvalds