]> git.tdb.fi Git - ext/subsurface.git/commit
Add depth entry to new dive edit dialog
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2012 21:29:29 +0000 (14:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2012 21:29:29 +0000 (14:29 -0700)
commita2c2c7e1a84a98bd05505f699c3c17baf50304ce
tree041b386c0c0a60cd47e76e4cc7557e995183c9f1
parente3bdfc2dc357e362a695632a3e0ee24095bb5b5a
Add depth entry to new dive edit dialog

Christ, if you look up "Ugly dialog" on Wikipedia, I think it has a
picture of this "New dive" thing.  Or it should have.

But it kind of works.  Although with only a "max depth" entry, you can't
currently set average depths etc, so SAC-rates etc cannot be calculated
for these kinds of dives.

And the dive numbering is wrong.  We do auto-number new dives that get
added at the end, but we do it as we add them, so when you *edit* the
dive information (before it has been added) the dive number shows up as
"#0".

So there's certainly room for improvement here.

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