Skip to content

Port implicit default content items to use contentItem: property (and some other stuff)

ivan tkachenko requested to merge work/ratijas/patches into master

applets/systemtray: Guard against nullable background

The whole point of not binding it declaratively was that some QQC2 styles might have null ScrollView background. So it makes sense to check for null before trying to assign anything to its properties.

See also: frameworks/kdeclarative!180 (merged)

applets/systemtray: Fix UI issues with the table in ConfigEntries

Header does nothing on press or click, so it should not be interactive. And Icon should not cross-fade in a reusable ListView delegate.

Port implicit default content items to use contentItem: property

See also frameworks/kirigami!1338 (merged) and frameworks/kirigami!1340 (closed)

Edited by ivan tkachenko

Merge request reports