]> git.tdb.fi Git - ext/subsurface.git/commit
First cut at working cylinder editing dialog
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 23:41:17 +0000 (16:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 23:41:17 +0000 (16:41 -0700)
commited157e4288d10cd5e42cce8afe4498bcefc15b6a
tree909e2c64ab85dd6aeccb662ba45a8bbff0223ad2
parent3c7218287bf79ac808435efd627cc1b1e7bbca01
First cut at working cylinder editing dialog

This currently only does the same old things we used to do (so still no
start/end pressure or trimix support), but despite that this is already
more flexible than the old model:

 - we can now add new cylinders, rather than just edit the information of
   the first two cylinders of the dive

 - because the cylinder editing is being done in a edit dialog, it is
   now much more reasonable to use multiple lines and expand all the
   things we can edit.

But to actually make this fully fledged, we'll need to add all the other
info to the cylinder edit dialog, and probably add a confirmation dialog
for the "delete cylinder" case too.

Oh, and right now deleting a cylinder doesn't mark the dive info changed.

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