subsurface/subsurface-core/subsurface-qt
Tomaz Canabrava 2d96139566 Changed quite a few shorts to bool on the c++ implementtion
The shorts where being used on the preferences since a long
while and we cannot just simply change them to bool since this
could break the preferences files, so work around that by
changing them to booleans, since it's the correct type for a
true / false answer.

Also, move some plot curves to the new settings style

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-01-25 13:04:16 -08:00
..
DiveObjectHelper.cpp Return a value when getting SAC rate 2016-01-21 12:41:40 -08:00
DiveObjectHelper.h Simplify: remove weigths and cylinders. 2016-01-11 15:47:07 -08:00
SettingsObjectWrapper.cpp Changed quite a few shorts to bool on the c++ implementtion 2016-01-25 13:04:16 -08:00
SettingsObjectWrapper.h Changed quite a few shorts to bool on the c++ implementtion 2016-01-25 13:04:16 -08:00