Add Gtk dialog to select the dives tags for which dives are shown

This literally just creates the dialog and does not hook things up with
the dive list.

The idea is to abstract out the idea behind the invalid dives to allow the
user to select / deselect all kinds of dives and then do statistics on
the selected ones.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-04-21 17:12:35 -07:00
parent e4a31e1e41
commit 2aabcf398a
2 changed files with 35 additions and 0 deletions

1
dive.h
View file

@ -52,6 +52,7 @@
#define DTAG_NR 19
/* defined in statistics.c */
extern char *dtag_names[DTAG_NR];
extern int dtag_shown[DTAG_NR];
/*
* Some silly typedefs to make our units very explicit.