]> git.tdb.fi Git - ext/subsurface.git/commit
Allow multiple selections in the dive list
authorDirk Hohndel <dirk@hohndel.org>
Fri, 21 Oct 2011 03:59:13 +0000 (20:59 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 21 Oct 2011 03:59:13 +0000 (20:59 -0700)
commit19a1693f580223a9b4e8bd35c3980f20e69c2f13
tree933abb6e8b63c9aa414216a7209c9b011e2accdc
parent312eaed464f9a569575c36226b77c9299d3bf38a
Allow multiple selections in the dive list

At this point we don't do anything with this - the commit just provides
the infrastructure changes so that this becomes possible. Subsurface
behaves the same if exactly one dive is selected and simply keeps the last
selected dive if zero or more than one dives are selected.

The goal is to be able to select multiple dives and then do actions on
them. For example pick a tank used for all of them. Or edit the location
or (yet to be implemented) other equipment data like weight carried.
And also to be able to merge multiple dives.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
divelist.c