mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Extract user manual web view into a separate class
Provide search functionality which addresses ticket #391 Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e5ae3fca7f
commit
8b00f8ffe6
4 changed files with 296 additions and 3 deletions
|
|
@ -56,7 +56,8 @@ HEADERS = \
|
|||
webservice.h \
|
||||
qt-ui/divelogimportdialog.h \
|
||||
qt-ui/tagwidget.h \
|
||||
qt-ui/groupedlineedit.h
|
||||
qt-ui/groupedlineedit.h \
|
||||
qt-ui/usermanual.h
|
||||
|
||||
SOURCES = \
|
||||
deco.c \
|
||||
|
|
@ -105,7 +106,8 @@ SOURCES = \
|
|||
uemis-downloader.c \
|
||||
qt-ui/divelogimportdialog.cpp \
|
||||
qt-ui/tagwidget.cpp \
|
||||
qt-ui/groupedlineedit.cpp
|
||||
qt-ui/groupedlineedit.cpp \
|
||||
qt-ui/usermanual.cpp
|
||||
|
||||
linux*: SOURCES += linux.c
|
||||
mac: SOURCES += macos.c
|
||||
|
|
@ -124,7 +126,8 @@ FORMS = \
|
|||
qt-ui/shifttimes.ui \
|
||||
qt-ui/webservices.ui \
|
||||
qt-ui/tableview.ui \
|
||||
qt-ui/divelogimportdialog.ui
|
||||
qt-ui/divelogimportdialog.ui \
|
||||
qt-ui/usermanual.ui
|
||||
|
||||
RESOURCES = subsurface.qrc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue