]> git.tdb.fi Git - ext/subsurface.git/commit
Change default behavior for Stats to show selected dives
authorDirk Hohndel <dirk@hohndel.org>
Sun, 19 Aug 2012 01:08:54 +0000 (18:08 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sun, 19 Aug 2012 01:08:54 +0000 (18:08 -0700)
commitd7ea559d8b590beda174d7d8d2d06a257e879f65
treecfae5b08182d64dd3c28e03c1bedd07e58692c1f
parented1ce8ebc8590533291a9c5d6460f8d1c9f857dd
Change default behavior for Stats to show selected dives

Previously when only one dive was selected, the Stats notebook page would show
the statistics for all dive. That creates a very illogical behavior when
clicking on the different dive groups in the dive list. The stats page would
always show how many dives where in a group when the group was selected, except
when there was only one dive in the group, in which case the statistics for all
the dives were shown.

With this change we also show the statistics for the selected dives, even if it
is just one. If you want the statistics for all dives, simply select them all
(Ctrl-A or Command-A on a Mac).

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