mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
HTML list exporter
Exporting the raw dive list into JSON format for later viewing with html and js files. Also some worldmap code organizations. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b37422c447
commit
a3dbb5865c
6 changed files with 232 additions and 98 deletions
|
|
@ -28,6 +28,7 @@ HEADERS = \
|
|||
helpers.h \
|
||||
libdivecomputer.h \
|
||||
planner.h \
|
||||
save-html.h \
|
||||
worldmap-save.h \
|
||||
worldmap-options.h \
|
||||
pref.h \
|
||||
|
|
@ -104,6 +105,7 @@ SOURCES = \
|
|||
profile.c \
|
||||
divecomputer.cpp \
|
||||
worldmap-save.c \
|
||||
save-html.c \
|
||||
qt-gui.cpp \
|
||||
qthelper.cpp \
|
||||
qt-ui/about.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue