]> git.tdb.fi Git - ext/subsurface.git/commit
Add exposure protection tracking
authorDirk Hohndel <dirk@hohndel.org>
Tue, 14 Aug 2012 23:07:25 +0000 (16:07 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 15 Aug 2012 00:16:00 +0000 (17:16 -0700)
commite8ec3df371f0496a52ebdc463245d7b9df3be6ff
treeea3616f4779aed38c860fe0328ef41a6e4e06df1
parent3c542b5a418751f22511f6b1d554252c6e472a43
Add exposure protection tracking

For simplicity and shortness, throughout subsurface exposure protection is
simply referred to as "suit".

Add the fields to the data structures, add the column to the dive_list
and the preferences dialog (once again with it being turned invisible by
default). Support loading and saving of the suit information.

Display the suit information in the Dive Info pane (this may be a bit
controversial as people could argue this should be in the Equipment pane)
and allow editing of the suit info, with our usual support for completion
and drop down lists to pick from.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
display-gtk.h
dive.c
dive.h
divelist.c
gtk-gui.c
info.c
parse-xml.c
save-xml.c