summaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2012-11-19When merging non-overlapping dives, add surface events in betweenGravatar Linus Torvalds
2012-11-11Add special download modes to force updates from the divecomputerGravatar Dirk Hohndel
2012-11-11Fix selection and trip expansion logic after merging divesGravatar Linus Torvalds
2012-11-11Support merging of two adjacent divesGravatar Linus Torvalds
2012-11-11Prepare to merge non-overlapping divesGravatar Linus Torvalds
2012-11-11Trim the dive to exclude surface time at beginning and endGravatar Dirk Hohndel
2012-11-11Don't simplify 'bookmark' and 'heading' eventsGravatar Linus Torvalds
2012-11-11Simplify and clean up dive trip managementGravatar Linus Torvalds
2012-11-10Add support for obtaining salinity from libdivecomputerGravatar Dirk Hohndel
2012-11-10Try to find optimal dive sample merge offsetGravatar Linus Torvalds
2012-11-10Merge branch 'ceiling-plot'Gravatar Dirk Hohndel
2012-11-10Improve logic handling eventsGravatar Dirk Hohndel
2012-11-09Fix dive trip merging logicGravatar Linus Torvalds
2012-10-29Fix merging of weight systemsGravatar Linus Torvalds
2012-10-17dive.c: set some of units for localizationGravatar Lubomir I. Ivanov
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-02fixup_dive(): move the add_* calls before a possible returnGravatar Lubomir I. Ivanov
2012-09-29Correctly handle merging dives that are part of a tripGravatar Dirk Hohndel
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-18Fix some of the problems reported by cppcheckGravatar Dirk Hohndel
2012-08-29Fix profile and average depth for freedivesGravatar Mikko Rasa
2012-08-18Make fixup_divep robust against insane dive timesGravatar Linus Torvalds
2012-08-17Merge branch 'misc-fixes' of git://github.com/DataBeaver/subsurfaceGravatar Linus Torvalds
2012-08-14Add exposure protection trackingGravatar Dirk Hohndel
2012-08-07Add total weight column to divelistGravatar Dirk Hohndel
2012-08-06Fill the list of weightsystems from data in existing divesGravatar Dirk Hohndel
2012-07-31Improved depth info for dives without samplesGravatar Mikko Rasa
2012-01-05Oddly, finishing a sample doesn't require a sampleGravatar Dirk Hohndel
2011-12-30Move the gasmix cleanups from XML parsing to the generic dive fixup stageGravatar Linus Torvalds
2011-12-07Add typical 0 to 5 star rating for divesGravatar Dirk Hohndel
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