aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2013-11-20Remove duplicate of add_gas_switch_event in dive.cGravatar Anton Lundin
2013-11-20Use get_cylinder_index in per_cylinder_mean_depthGravatar Anton Lundin
2013-11-20Fix potential crash in the per tank sac calculationGravatar Dirk Hohndel
2013-11-19Collect per tank SAC rateGravatar Dirk Hohndel
2013-11-19Only translate default tagsGravatar Maximilian Güntner
2013-11-18Shift times of selected divesGravatar Robert Helling
2013-11-16Removed duplicated method.Gravatar Tomaz Canabrava
2013-11-08Be consistent when passing around gas data in the plannerGravatar Dirk Hohndel
2013-11-07Include the cylinder information in a dive added with "Add Dive"Gravatar Dirk Hohndel
2013-11-02Fix warning about ambiguous if / else nestingGravatar Dirk Hohndel
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-11Fix dive planner sidebar depth unitsGravatar Linus Torvalds
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Remove info.c/info.hGravatar Dirk Hohndel
2013-10-07dive.c: fix compile error for missing INT_MAXGravatar Lubomir I. Ivanov
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-09-19Hook up adding a diveGravatar Dirk Hohndel
2013-09-18Use the right event typeGravatar Anton Lundin
2013-06-05Merge dive tags when merging divesGravatar Linus Torvalds
2013-05-22Get the math right for cylinder model setData functionGravatar Dirk Hohndel
2013-05-02Added code to Select a dive, fixed minor annoyances.Gravatar Tomaz Canabrava
2013-04-23Retain event sort order on restartGravatar Miika Turkia
2013-03-28Use the new get_o2()/get_he() helper functions more widelyGravatar Linus Torvalds
2013-03-28When merging dives, match up the cylinders to each other using gasmixGravatar Linus Torvalds
2013-03-17Manually add gas changes to a diveGravatar Dirk Hohndel
2013-03-08Don't strdup(NULL)Gravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-26Another update to DivingLog importGravatar Dirk Hohndel
2013-02-25Take incompressibility of gas into account at higher pressuresGravatar Linus Torvalds
2013-02-24Use the improved duration and average depth for everythingGravatar Linus Torvalds
2013-02-24Fix SAC calculations for dives without any samplesGravatar Linus Torvalds
2013-02-24Fix up SAC calculations for ATM/bar confusionGravatar Linus Torvalds
2013-02-17Fix ordering issue in fixupGravatar Linus Torvalds
2013-02-16Skip mean depth comparison when no such data existGravatar Miika Turkia
2013-02-15Improve the code handling air temperatureGravatar Linus Torvalds
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-12Fix gas handling in plannerGravatar Dirk Hohndel
2013-02-12Set maxdepth correctly for dives with no samplesGravatar Dirk Hohndel
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