mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Support for aquadivelog UDDF import
This implements limited support for importing dives from a Palm divelog software called aquadivelog. Basic depth graph is imported but most of the metadata is currently discarded. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
00d5ab1bdc
commit
e504742dc8
2 changed files with 60 additions and 17 deletions
|
@ -1913,6 +1913,7 @@ static struct xslt_files {
|
|||
{ "dives", "MacDive.xslt" },
|
||||
{ "DIVELOGSDATA", "divelogs.xslt" },
|
||||
{ "uddf", "uddf.xslt" },
|
||||
{ "UDDF", "uddf.xslt" },
|
||||
{ "profile", "udcf.xslt" },
|
||||
{ "Divinglog", "DivingLog.xslt" },
|
||||
{ NULL, }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue