mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
321c8d92dc
Instead of adding all gases read from a dive computer as part of a dive log as 'OC-gas', add gases as 'diluent' if the dive has a dive mode of 'CCR'. This creates consistency with the ppO2 for CCR dives being tracked as sensor readings or a fixed setpoint, and not as the ppO2 of the current gas ad depth. A follow up question from this is whether gas use in the cylinders list on the Equipment tab should be user editable. This seems to be inconsistent at the moment, with gas constituent percentages downloaded from the dive computer being editable, but gas use not. Signed-off-by: Michael Keller <github@ike.ch>
14 lines
753 B
Markdown
14 lines
753 B
Markdown
equipment: Use 'diluent' as default gas use type if the dive mode is 'CCR'
|
|
htmlexport: fix search in HTML export
|
|
statistics: fix value axis for degenerate value ranges
|
|
profile: Show correct gas density when in CCR mode
|
|
statistics: show correct color of selected scatter items when switching to unbinned mode
|
|
statistics: fix display of month number in continuous date axis
|
|
statistics: fix range of continuous date axis
|
|
desktop: fix dive time display in time shift dialog
|
|
libdivecomputer: garmin: relax string parsing sanity checks
|
|
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
|
# vim: textwidth=100
|