diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2019-03-31 09:50:24 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-02 07:47:11 -0700 |
commit | 043d07213a60103b0b86fc37591e891a787c00ea (patch) | |
tree | 2793bcd646a59b75ffbfe16711ef11df7a22ff03 /subsurface.qrc | |
parent | 30230dce1027a6a0d0bad5e09581e6130cc78a62 (diff) | |
download | subsurface-043d07213a60103b0b86fc37591e891a787c00ea.tar.gz |
Initial support for Mares import
This import is based on one sample I received. It was exported from some
Mares software. Imported data is somewhat limited, but we do get the
depth and temperature profiles. (I would love to receive some more
sample logs to validate the import and to enhance the data we are
grabbing.)
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 20dd9236b..a549f12b3 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -41,6 +41,7 @@ <file>xslt/divelogs-export.xslt</file> <file>xslt/divelogs.xslt</file> <file>xslt/DivingLog.xslt</file> + <file>xslt/Mares.xslt</file> <file>xslt/jdivelog2subsurface.xslt</file> <file>xslt/MacDive.xslt</file> <file>xslt/SuuntoDM4.xslt</file> |