subsurface/subsurface-core/subsurface-qt
Lubomir I. Ivanov 1d06c383a2 DiveHelperObject: add the weightList and cylinderList properties
"weights" and "cylinders" are QStringList Q_PROPERTIES, and Grantlee
should be able to render them, but it doesn't.

To be able to print the whole list of weights and cylinders we
introduce two new QString properties "weightList" and "cylinderList".

The variable replacement in the previous patch deals with the
conversation of the user side HTML, e.g.:

USER                  ->   INTERNAL
"{{ dive.weights }}   ->   {{ dive.weightList }}"
"{{ dive.cylinders }} ->   {{ dive.cylinderList }}"

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-02-29 07:33:31 -08:00
..
DiveObjectHelper.cpp DiveHelperObject: add the weightList and cylinderList properties 2016-02-29 07:33:31 -08:00
DiveObjectHelper.h DiveHelperObject: add the weightList and cylinderList properties 2016-02-29 07:33:31 -08:00
SettingsObjectWrapper.cpp Fix bug on the visibility of the Ruler Graph 2016-01-25 13:04:39 -08:00
SettingsObjectWrapper.h Changed quite a few shorts to bool on the c++ implementtion 2016-01-25 13:04:16 -08:00