Make Ctrl+A work regardless of focus and visualize active selection in search heading
ClosedPublic

Authored by hein on Mar 4 2019, 4:15 PM.

Diff Detail

Repository
R119 Plasma Desktop
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 9158
Build 9176: arc lint + arc unit
hein created this revision.Mar 4 2019, 4:15 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 4 2019, 4:15 PM
hein requested review of this revision.Mar 4 2019, 4:15 PM
broulik added a subscriber: broulik.Mar 4 2019, 6:41 PM
broulik added inline comments.
applets/kicker/package/contents/ui/DashboardRepresentation.qml
287

This change will change to QtRendering (which could be sensible on that large font size, though, but just so you're aware)

hein added inline comments.Mar 4 2019, 7:15 PM
applets/kicker/package/contents/ui/DashboardRepresentation.qml
287

I was debating this. If I use QQC2.TextField, I have to do stuff to remove the default background and for proper sizing. If I use PlasmaComponents.TextArea it's similar. If I set renderType, it won't benefit from what PlasmaComponents and qqc2-desktop-style do wrt/ switching to QtRendering on non-integer scale factors.

mart accepted this revision.Mar 11 2019, 2:54 PM
This revision is now accepted and ready to land.Mar 11 2019, 2:54 PM
This revision was automatically updated to reflect the committed changes.