]> git.tdb.fi Git - ext/subsurface.git/commit
Separate out single dive statistics and total statistics
authorDirk Hohndel <dirk@hohndel.org>
Sun, 15 Jan 2012 21:19:39 +0000 (13:19 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Sun, 15 Jan 2012 21:57:25 +0000 (13:57 -0800)
commit68a1ff9cf56576ee3e3f32e08bc7f7ad2b03697f
treed0a1a175008a7bfb9619bd11f4e65d69439151ef
parentc544226334ec1bfaac1c8d649722bb17728606e1
Separate out single dive statistics and total statistics

Right now this just changes the infrastructure - nothing outside of
statistics.c is modified. This is simply in preparation to split out the
single dive info and the total dive statistics in the future (as we are
creating more info and more stats and they will overflow the screen area
available - so this will turn into two notebook tabs).

This commit does not change any functionality.

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