aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2012-12-27When a dive computer is deleted also clear its modelGravatar Lubomir I. Ivanov
2012-12-27Small changes in the memory management when dive-mergingGravatar Lubomir I. Ivanov
2012-12-16Properly remove redundant dive computer informationGravatar Linus Torvalds
2012-12-16Use dive computer model/ID when trying to merge divesGravatar Linus Torvalds
2012-12-11Correctly merge cns, ndl and deco informationGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Display maximum CNS in the divelistGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-07Tune the dive joining surface event insert codeGravatar Linus Torvalds
2012-12-07When merging downloaded dives, strive to keep old dive in 'a'Gravatar Linus Torvalds
2012-12-06Fix SIGSEGV when joining dives without dive computer informationGravatar Linus Torvalds
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-04Improve automatic dive merging logicGravatar Linus Torvalds
2012-11-26Fix dive trip selection for mergingGravatar Linus Torvalds
2012-11-25Don't compile unused code to determine offset between samplesGravatar Dirk Hohndel
2012-11-25Be much saner about merging dive computer dataGravatar Linus Torvalds
2012-11-25Start merging dives by keeping the dive computer data from both divesGravatar Linus Torvalds
2012-11-25Fix "prefer downloaded" dive sample merging caseGravatar Linus Torvalds
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-21Fix "prefer download" behaviorGravatar Dirk Hohndel
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