]> git.tdb.fi Git - ext/subsurface.git/commit
divelist: show/sort nitrox dive oxygen percentage as a range
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2011 17:20:22 +0000 (09:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2011 17:20:22 +0000 (09:20 -0800)
commitd3f1a30364878d0eb155a7d9ab7a58419e8690a3
treeebcf75a91366cd6694c8cdb8f9801394c2341b61
parent51176cb0897c04340d831a6a9f967933c5f7f059
divelist: show/sort nitrox dive oxygen percentage as a range

If you are diving multiple nitrox cylinders, we now show them as a range
instead of just the max.  We'll still sort by max O2 (and for the same
max, by min O2).

So now with trimix dives, we'll show the bottom gas (we assume that
"highest He percentage" is that bottom gas), for nitrox dives we'll show
the range of Oxygen percentage, and for all-air dives we'll show just
"air".

For simple nitrox dives (only a single mix), we'll obviously show just
that single percentage.  This should hopefully conclude the whole "show
multiple cylinders in dive list" mess.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
divelist.c