aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2014-03-21Add current time and adjusted time to gui when adjusting dive's timestampGravatar Gehad
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-28Fix negative value for depths in Information BoxGravatar Nicu Badescu
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-16Fix missed "+0.5" rounding - use rint() insteadGravatar Linus Torvalds
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-15Remove unused variableGravatar Anton Lundin
2014-01-11Don't show tanks that aren't used during a diveGravatar Dirk Hohndel
2014-01-11Properly handle user dive merge requestsGravatar Linus Torvalds
2014-01-07Add a unique id to every diveGravatar Dirk Hohndel
2013-12-20Silence a few warningsGravatar Dirk Hohndel
2013-11-29Editing air or water temperature should modify dive computer, not diveGravatar Dirk Hohndel
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