Slow down the busy indicator's rotation speed
ClosedPublic

Authored by ngraham on Jul 21 2019, 8:34 PM.

Details

Summary

The busy indicator spins really fast and it's kind of disorienting. Let's slow it down.

Test Plan

Before:
After:

Please excuse the slight choppiness of the video; it's not like that in real life.

Diff Detail

Repository
R858 Qt Quick Controls 2: Desktop Style
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ngraham created this revision.Jul 21 2019, 8:34 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 21 2019, 8:34 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ngraham requested review of this revision.Jul 21 2019, 8:34 PM
filipf accepted this revision.Jul 21 2019, 8:39 PM
filipf added a subscriber: filipf.

The FPS before was a little bit gamer-esque.

This revision is now accepted and ready to land.Jul 21 2019, 8:39 PM
cullmann accepted this revision.Jul 21 2019, 9:08 PM

Jup, looks less iritating.

*sigh*

Nothing's ever easy with you, is it, arc?

This revision was automatically updated to reflect the committed changes.

Also, Plasma's BusyIndicator should maybe get the same treatment?

Yup, See D22645 and D22646. Turns out that they were already using a different duration, so with those patch landed, all the busy indicators will use the same rotational speed.