[kcmkwin/compositing] Hide animation speed slider on Plasma
ClosedPublic

Authored by davidedmundson on Sep 19 2019, 1:04 PM.

Details

Summary

Hide the animation speed slider on Plasma as this becomes duplicated
with the global "animation speed" slider.

Also port to the new format for the config option which stores the
actual multiplier, not a magic number.

Test Plan

Didn't appear normally
Manually modified env; slider appeared
Tested load/save of defaults and the two extremes

Diff Detail

Repository
R108 KWin
Branch
master
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 16774
Build 16792: arc lint + arc unit
davidedmundson created this revision.Sep 19 2019, 1:04 PM
Restricted Application added a project: KWin. · View Herald TranscriptSep 19 2019, 1:04 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
davidedmundson requested review of this revision.Sep 19 2019, 1:04 PM
zzag added a subscriber: zzag.Sep 19 2019, 3:50 PM
zzag added inline comments.
kcmkwin/kwincompositing/compositing.cpp
378

Style: { goes on the next line.

kcmkwin/kwincompositing/main.cpp
33

Where is it used?

34–35

Keep them sorted alphabetically please.

90

Delete qDebug.

davidedmundson marked 3 inline comments as done.

update

davidedmundson marked an inline comment as done.Sep 23 2019, 8:39 PM
zzag accepted this revision.Sep 23 2019, 9:37 PM
zzag added inline comments.
kcmkwin/kwincompositing/compositing.cpp
383

stay new line

This revision is now accepted and ready to land.Sep 23 2019, 9:37 PM
zzag added inline comments.Sep 23 2019, 9:44 PM
kcmkwin/kwincompositing/compositing.cpp
72–76

stray new line

This revision was automatically updated to reflect the committed changes.