https://bugs.kde.org/show_bug.cgi?id=465054

--- Comment #6 from ratijas <m...@ratijas.tk> ---
Git commit 84f0a295b9aaa7c2b37e2b3f4677a7a5aee31818 by ivan tkachenko.
Committed on 17/02/2023 at 09:24.
Pushed by ratijas into branch 'master'.

Revert "use again the palette coming from Kirigami.Theme"

This reverts commit 03da9da594de0cbf2aa74b68c4a213b2755c5529.

It doesn't work in Qt6, because they broke import versions compatibility
for the palette property in, which was uplifted to QQuickItem and
marked as "since 6.0", even though it was available in controls since
QQC 2.3 (Qt 5.10). Simply removing import versions does not help
either, as the whole thing just crashes deep inside QtQuick runtime,
which is because they changed palette type from QPalette to QtQuick's
own private thing, and they somehow fail to covert between each other.

M  +0    -1    org.kde.desktop/Button.qml
M  +0    -1    org.kde.desktop/ComboBox.qml
M  +0    -1    org.kde.desktop/DelayButton.qml
M  +0    -1    org.kde.desktop/Dial.qml
M  +0    -2    org.kde.desktop/ProgressBar.qml
M  +0    -1    org.kde.desktop/RoundButton.qml
M  +0    -2    org.kde.desktop/ScrollBar.qml
M  +0    -2    org.kde.desktop/SpinBox.qml
M  +0    -1    org.kde.desktop/TabBar.qml
M  +0    -4    org.kde.desktop/TabButton.qml
M  +0    -1    org.kde.desktop/TextArea.qml
M  +0    -1    org.kde.desktop/TextField.qml
M  +0    -1    org.kde.desktop/ToolButton.qml
M  +0    -1    org.kde.desktop/ToolTip.qml

https://invent.kde.org/frameworks/qqc2-desktop-style/commit/84f0a295b9aaa7c2b37e2b3f4677a7a5aee31818

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to