]> git.tdb.fi Git - ext/subsurface.git/commit
Start re-organizing the cylinder entry in equipment.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 20:13:27 +0000 (13:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Oct 2011 20:13:27 +0000 (13:13 -0700)
commit9afcee3b17059fbe7947ec55fb9ed413848b0186
tree0115cfb8b1b852d4c30adefb7193dc482561b308
parent8d82c57e4674cacc42e66e2af903142cf80607c6
Start re-organizing the cylinder entry in equipment.c

This leaves the actual editing code unconnected, so now you can only see
the cylinder information, not actually edit it.  However, with the big
re-organization I really do want to have this as a half-way point where
I have created the new cylinder tree-view.

I now need to connect the "add/edit" buttons to dialogs that then use
the editing widgets - so I've left that widget code around, because I'll
be able to reuse a lot of it.  Not all, but the cylinder type model code
in particular will be re-used pretty much as-is.

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