mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: port picture code to qt-quick
This was very painful, because I had to implement rearranging the paint order of the QSGNodes. The resulting code appears quite brittle. Let's see where that brings us. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
d0c26f42d7
commit
ebf9ce6d86
22 changed files with 979 additions and 592 deletions
|
|
@ -178,6 +178,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
profile-widget/animationfunctions.cpp \
|
||||
profile-widget/divepixmapcache.cpp \
|
||||
profile-widget/divepixmapitem.cpp \
|
||||
profile-widget/pictureitem.cpp \
|
||||
profile-widget/tankitem.cpp \
|
||||
profile-widget/tooltipitem.cpp \
|
||||
profile-widget/divelineitem.cpp \
|
||||
|
|
@ -338,6 +339,7 @@ HEADERS += \
|
|||
profile-widget/diveprofileitem.h \
|
||||
profile-widget/profilescene.h \
|
||||
profile-widget/diveeventitem.h \
|
||||
profile-widget/pictureitem.h \
|
||||
profile-widget/tankitem.h \
|
||||
profile-widget/tooltipitem.h \
|
||||
profile-widget/animationfunctions.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue