qml: Update animation implementation
This MR adds speed and generic durations to our QML frontend.
This allows us to enable / disable animations and increase / decrease their speed from a single place. We are also adding generic properties with the most frequently used ones, like 150ms or 200ms.
As a best practice, contributors should ponder whether their animation fits into these before redeclaring a specifig timing. Maybe there is already a few that we could streamline to generic ones. But this MR does not change anything in that regard.
Merge request reports
Activity
added MRStatus::Reviewable label
added 1 commit
- a3afb8c8 - qml: Update to VLCStyle duration implementation
added MRStatus::Acceptable label and removed MRStatus::Reviewable label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, have votes and score > 0 -
MergeRequest should have no activity (threads/votes) for (72h/72h)
-
added 26 commits
-
a3afb8c8...e8df4b1d - 24 commits from branch
videolan:master
- 75470d89 - qml/VLCStyle: Add speed and duration(s)
- b83abff2 - qml: Update to VLCStyle duration implementation
-
a3afb8c8...e8df4b1d - 24 commits from branch
enabled an automatic merge when the pipeline for b83abff2 succeeds