Add total weight column to divelist

This adds the total weight carried on the dive in different weight systems
to the divelist. The column is by default not shown, which can be changed
in the preferences. The column is sortable.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-08-07 11:24:40 -07:00
parent 39f606350b
commit 19621bf481
5 changed files with 74 additions and 3 deletions

View file

@ -14,6 +14,7 @@ typedef struct {
typedef struct {
gboolean cylinder;
gboolean temperature;
gboolean totalweight;
gboolean nitrox;
gboolean sac;
gboolean otu;