]> git.tdb.fi Git - ext/subsurface.git/commit
Make double-clicking on the dive list bring up the dive editor
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2011 15:11:56 +0000 (10:11 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2011 15:11:56 +0000 (10:11 -0500)
commit1efcf4538b8a034e8b288d5b9c375ba99b1d845f
tree71f9227a97e3311fd2cc1e32033f33b7d1a04fed
parent842b05415fac862e73cdbf3446dc801dbd2c156a
Make double-clicking on the dive list bring up the dive editor

Now that the dive info window is read-only, we need to edit the dives
some other way.  We bring up a dive info edit dialog when you
double-click on the dive list entry for that dive.

I do want to have an "edit" button or keyboard shortcut or something
too, though.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
dive.h
divelist.c
equipment.c
info.c
main.c