summaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-02-09Move duration to dive structure and replace accessor functionGravatar Dirk Hohndel
2013-02-09Add a meandepth to the dive structureGravatar Dirk Hohndel
2013-02-09Initialize variables in helper functionsGravatar Dirk Hohndel
2013-02-08Add maxdepth back to the dive structureGravatar Dirk Hohndel
2013-02-08Improve calculation of maxtemp and mintemp of diveGravatar Dirk Hohndel
2013-02-08Walk over each divecomputer entry in fixup_dives()Gravatar Linus Torvalds
2013-02-08Do more dive fixup for each dive computerGravatar Linus Torvalds
2013-02-08Simplify/clarify the get_surface_pressure_in_mbar() functionGravatar Linus Torvalds
2013-02-09Clean up the handling of surface pressureGravatar Dirk Hohndel
2013-02-08Fix duration calculationGravatar Dirk Hohndel
2013-02-08Duration of a dive is the maximum duration from all divecomputersGravatar Dirk Hohndel
2013-02-04Fix dive computer interleaving so it works againGravatar Linus Torvalds
2013-02-04Get rid of dive->{start,end}Gravatar Linus Torvalds
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-24Use actual min and max temperatures in statistics.Gravatar Henrik Brautaset Aronsen
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-22Improve on the "prefer downloaded" dive computer modelGravatar Linus Torvalds
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Allow overlapping (and disjoint) dive tripsGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-28Added some extra space for the "or" word when merging two stringsGravatar Lubomir I. Ivanov
2012-12-27Clear redundant "description" when merging two cylinder typesGravatar Lubomir I. Ivanov
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