Open ykeara opened 6 months ago
This is a very rough first try of an upgrade of the codebase to qt6. ATM, it contains the following:
CMakeLists.txt
AUTORCC
src/overlaycontroller.cpp
QQuickWindow::setGraphicsApi
vr:VROverlay()->SetOverlayFromFile
src/tabcontrollers/AudioTabController.cpp
src/tabcontrollers/RotationTabController.cpp
src/tabcontrollers/UtilitiesTabController.cpp
src/tabcontrollers/VideoTabController.cpp
src/res/img/icons/
src/res/img/audio/microphone/ptt_notification.svg
src/res/img/rotation/noautoturn.svg
Bugs:
This list is not exhaustive and might change/grow later.
This is a very rough first try of an upgrade of the codebase to qt6. ATM, it contains the following:
CMakeLists.txt
with theAUTORCC
feature in cmakesrc/overlaycontroller.cpp
to use Qt's new rendering pipeline (use this as inspiration)QQuickWindow::setGraphicsApi
; see this)vr:VROverlay()->SetOverlayFromFile
with something qrc compatiblesrc/tabcontrollers/AudioTabController.cpp
src/tabcontrollers/RotationTabController.cpp
src/tabcontrollers/UtilitiesTabController.cpp
src/tabcontrollers/VideoTabController.cpp
src/res/img/icons/
into seperate directorysrc/res/img/audio/microphone/ptt_notification.svg
src/res/img/rotation/noautoturn.svg
Bugs:
This list is not exhaustive and might change/grow later.