Change preferences into a notebook and add second page for tec settings

Not sure this is the best naming scheme (General Settings / Tec Settings)
but it's a start.

The idea is to have the settings that a recreational diver might care
about on the first page, and all the other stuff on the second one. Let's
see how this works out long term. For now I moved OTU over and added
toggles for the different partial pressure graphs (only the pO2 one is
implemented so far).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-11-01 11:11:05 -07:00
parent 1b606ae226
commit bdc6b6ba24
3 changed files with 69 additions and 13 deletions

View file

@ -60,6 +60,7 @@ extern void quit(GtkWidget *w, gpointer data);
extern int is_default_dive_computer_device(const char *name);
extern visible_cols_t visible_cols;
extern enabled_graphs_t enabled_graphs;
extern const char *divelist_font;
extern void set_divelist_font(const char *);