Backport 5.9/Master's GroupDialog code to 5.8.
ClosedPublic

Authored by hein on Apr 3 2017, 2:04 PM.

Details

Summary

This brings us to a common baseline on the three active branches
and addresses regressions on the 5.8 branch.

5.9's code added a scrollbar and improved keyboard nav.

BUG:378042

Diff Detail

Repository
R119 Plasma Desktop
Branch
Plasma/5.8
Lint
No Linters Available
Unit
No Unit Test Coverage
hein created this revision.Apr 3 2017, 2:04 PM
Restricted Application added a project: Plasma. · View Herald TranscriptApr 3 2017, 2:04 PM
mart accepted this revision.Apr 3 2017, 2:06 PM

fix it, then ship it

applets/taskmanager/package/contents/ui/GroupDialog.qml
20

try with import QtQuick 2.4

This revision is now accepted and ready to land.Apr 3 2017, 2:06 PM
hein updated this revision to Diff 13066.Apr 3 2017, 2:07 PM

Lower import to v2.4.

It's the earliest version with TextMetrics and meets the 5.8 branch
dep ceiling.

This revision was automatically updated to reflect the committed changes.