]> git.tdb.fi Git - ext/subsurface.git/commit - statistics.c
Show statistics of selected dives
authorMiika Turkia <miika.turkia@gmail.com>
Wed, 14 Mar 2012 17:01:34 +0000 (19:01 +0200)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 16 Mar 2012 19:12:19 +0000 (12:12 -0700)
commit9933ccd7cf3a84ca60330a810e7763668ad882fb
tree2b20bb8d2c1c47ef205bb7d05d8c338d79888bbb
parent2d88353b5965853c01a9d394f96a5d0545d86b21
Show statistics of selected dives

If at least 2 dives are selected, show statistics of these dives on
Overall Stats. Otherwise, show the statistics of all dives. Temperature
is also added to the shown statistics.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Minor change to avoid adding statistics.h (moved the global variable and
external function declaration to display-gtk.h).
Another minor change to the text displayed for the "Stats" notebook page.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
display-gtk.h
divelist.c
gtk-gui.c
statistics.c