----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121085/ -----------------------------------------------------------
Review request for Plasma. Repository: plasma-framework Description ------- This also fixes a regression introduced in 7a5342e97067cffb316fd57e20f1ca326a0854ee where the devicePixelRatio was no longer taken into account. The test is enhanced to also cover vertical bars. The QtQuick.Controls ProgressBar just rotates the progress bar by 90° when vertical so I could remove a lot of the (vertical ? foo : bar) everywhere. I tried to migrate the indeterminate animation to Animators but after thinking about adding timers and having a dozen of bindings to reset the animation I stopped. Diffs ----- src/declarativeimports/plasmacomponents/qml/ProgressBar.qml 69b6df1 src/declarativeimports/plasmacomponents/qml/styles/ProgressBarStyle.qml PRE-CREATION tests/components/progressbar.qml 7098650 Diff: https://git.reviewboard.kde.org/r/121085/diff/ Testing ------- Battery monitor looks like it did before, used the progressbar test to spot regressions. The only regression I found was that minimumValue: -100 maximumValue: 100 value: 0 yields an empty 0% bar instead, value: 50 a 50%, seems minimumValue cannot go below 0? Thanks, Kai Uwe Broulik
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel