mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add initial skeleton for the Statistics Redesign
The statistics widget is a beast, one of the parts that I dislike most on the current subsurface implementation. This is the initial work to change that to something amazing. This first commit adds the first bunch of files that I think are needed, and the correct setup for the qmake and cmake buildsystems. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1a92ccedf
commit
537b42e3f7
10 changed files with 21 additions and 2 deletions
|
@ -95,7 +95,11 @@ HEADERS = \
|
|||
qt-ui/configuredivecomputerdialog.h \
|
||||
configuredivecomputer.h \
|
||||
configuredivecomputerthreads.h \
|
||||
devicedetails.h
|
||||
devicedetails.h \
|
||||
qt-ui/statistics/monthstatistics.h \
|
||||
qt-ui/statistics/statisticswidget.h \
|
||||
qt-ui/statistics/statisticsbar.h \
|
||||
qt-ui/statistics/yearstatistics.h
|
||||
|
||||
android: HEADERS -= \
|
||||
qt-ui/usermanual.h \
|
||||
|
@ -180,7 +184,11 @@ SOURCES = \
|
|||
qt-ui/configuredivecomputerdialog.cpp \
|
||||
configuredivecomputer.cpp \
|
||||
configuredivecomputerthreads.cpp \
|
||||
devicedetails.cpp
|
||||
devicedetails.cpp \
|
||||
qt-ui/statistics/statisticswidget.cpp \
|
||||
qt-ui/statistics/yearstatistics.cpp \
|
||||
qt-ui/statistics/statisticsbar.cpp \
|
||||
qt-ui/statistics/monthstatistics.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: linux*: SOURCES += linux.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue