Age | Commit message (Expand) | Author |
2013-11-20 | Remove duplicate of add_gas_switch_event in dive.c | Anton Lundin |
2013-11-20 | Use get_cylinder_index in per_cylinder_mean_depth | Anton Lundin |
2013-11-20 | Fix potential crash in the per tank sac calculation | Dirk Hohndel |
2013-11-19 | Collect per tank SAC rate | Dirk Hohndel |
2013-11-19 | Only translate default tags | Maximilian Güntner |
2013-11-18 | Shift times of selected dives | Robert Helling |
2013-11-16 | Removed duplicated method. | Tomaz Canabrava |
2013-11-08 | Be consistent when passing around gas data in the planner | Dirk Hohndel |
2013-11-07 | Include the cylinder information in a dive added with "Add Dive" | Dirk Hohndel |
2013-11-02 | Fix warning about ambiguous if / else nesting | Dirk Hohndel |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-10-11 | Fix dive planner sidebar depth units | Linus Torvalds |
2013-10-09 | Next step towards working translations | Dirk Hohndel |
2013-10-07 | Remove info.c/info.h | Dirk Hohndel |
2013-10-07 | dive.c: fix compile error for missing INT_MAX | Lubomir I. Ivanov |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-10-04 | Added configuration options for vertical speed units. | Patrick Valsecchi |
2013-09-19 | Hook up adding a dive | Dirk Hohndel |
2013-09-18 | Use the right event type | Anton Lundin |
2013-06-05 | Merge dive tags when merging dives | Linus Torvalds |
2013-05-22 | Get the math right for cylinder model setData function | Dirk Hohndel |
2013-05-02 | Added code to Select a dive, fixed minor annoyances. | Tomaz Canabrava |
2013-04-23 | Retain event sort order on restart | Miika Turkia |
2013-03-28 | Use the new get_o2()/get_he() helper functions more widely | Linus Torvalds |
2013-03-28 | When merging dives, match up the cylinders to each other using gasmix | Linus Torvalds |
2013-03-17 | Manually add gas changes to a dive | Dirk Hohndel |
2013-03-08 | Don't strdup(NULL) | Dirk Hohndel |
2013-03-03 | Try to capture some more potential buffer overflows caused by localization | Dirk Hohndel |
2013-02-26 | Another update to DivingLog import | Dirk Hohndel |
2013-02-25 | Take incompressibility of gas into account at higher pressures | Linus Torvalds |
2013-02-24 | Use the improved duration and average depth for everything | Linus Torvalds |
2013-02-24 | Fix SAC calculations for dives without any samples | Linus Torvalds |
2013-02-24 | Fix up SAC calculations for ATM/bar confusion | Linus Torvalds |
2013-02-17 | Fix ordering issue in fixup | Linus Torvalds |
2013-02-16 | Skip mean depth comparison when no such data exist | Miika Turkia |
2013-02-15 | Improve the code handling air temperature | Linus Torvalds |
2013-02-14 | Better handling of manually edited air temperature | Dirk Hohndel |
2013-02-12 | Fix gas handling in planner | Dirk Hohndel |
2013-02-12 | Set maxdepth correctly for dives with no samples | Dirk Hohndel |
2013-02-09 | Finish removing accesses to first divecomputer instead of dive | Dirk Hohndel |
2013-02-09 | Move duration to dive structure and replace accessor function | Dirk Hohndel |
2013-02-09 | Add a meandepth to the dive structure | Dirk Hohndel |
2013-02-09 | Initialize variables in helper functions | Dirk Hohndel |
2013-02-08 | Add maxdepth back to the dive structure | Dirk Hohndel |
2013-02-08 | Improve calculation of maxtemp and mintemp of dive | Dirk Hohndel |
2013-02-08 | Walk over each divecomputer entry in fixup_dives() | Linus Torvalds |
2013-02-08 | Do more dive fixup for each dive computer | Linus Torvalds |
2013-02-08 | Simplify/clarify the get_surface_pressure_in_mbar() function | Linus Torvalds |
2013-02-09 | Clean up the handling of surface pressure | Dirk Hohndel |