Skip to content

Small fixes to the style

Jack Hill requested to merge jackh/qqc2-breeze-style:small-fixes into master
  • Fix a typo so that kirigami theme files are found
  • Mark KQuickCharts as a requirement since we need it for BusyIndicator
  • Temporarily comment out all palette: Kirigami.Theme.palette lines since these properties are incompatible types. Revert this when it is fixed in Kirigami
  • Delete custom AbstractListItem and SwipeListItem styling. Note that the new styling is quite different from the old one. Unfortunately this means we've lost the highlight for the active swipe list item.
  • Fix BreezeDial is not a type
  • Removed KWidgetsAddons from ci since it didn't look needed
List items before After
breeze-style-old breeze-style-new

In both screenshots I'm holding the swipe handle for list item 7. The first item is selected by default when opening the page, so it should be highlighted.

If you already have qqc-breeze-style built then make sure to delete $KDEDIR/usr/lib64/qml/org/kde/kirigami/styles/org.kde.breeze/{Abstract,Swipe}ListItem.qml

Edited by Jack Hill

Merge request reports