Skip to content

ExpandableListItem: Deprecate custom isEnabled property and alias it to enabled

ivan tkachenko requested to merge work/ratijas/disable-expandong into master

It was never really intended to behave like that. It is only ever used in one applet (namely, Vaults) under some specific conditions (Error or DeviceMissing state), and even then it allows too much interactions for such a disabled list item.

BUG: 449539

When Preview
Before (video) https://bugsfiles.kde.org/attachment.cgi?id=146207
Before Plasma_Vaults_applet_-_wrong_disabled_state
After Plasma_Vaults_applet_-_correct_disabled_state

CC/Review? @mart @davidedmundson

Merge request reports