Summary: | Oxygen style - disabled indeterminate QProgressBar not animated | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Jonathan Liu <net147> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to animate progress bar even when disabled
Patch to animate progress bar even when disabled |
Description
Jonathan Liu
2010-05-21 07:33:19 UTC
Created attachment 43767 [details]
Patch to animate progress bar even when disabled
Created attachment 43769 [details]
Patch to animate progress bar even when disabled
SVN commit 1129205 by hpereiradacosta: Allow "disabled" "busy" progressBars to be animated. Also, reviewed the logic to start busy scrollbar animations This is based on (but not identical to) the patch provided by Jonathan Liu. BUG: 238360 M +4 -33 animations/oxygenprogressbarengine.cpp M +8 -3 animations/oxygenprogressbarengine.h M +3 -0 oxygenstyle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129205 SVN commit 1129208 by hpereiradacosta: Backport r1129205 Allow "disabled" "busy" progressBars to be animated. Also, reviewed the logic to start busy scrollbar animations This is based on (but not identical to) the patch provided by Jonathan Liu. CCBUG: 238360 M +5 -33 animations/oxygenprogressbarengine.cpp M +8 -3 animations/oxygenprogressbarengine.h M +3 -0 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129208 |