Version: (using KDE 4.4.3) Compiler: GCC 4.5.0 OS: Linux Installed from: Archlinux Packages If setEnabled(false) is called on an indeterminate QProgressBar, the progress bar is not animated under the Oxygen style. On other styles included with Qt, the progress bar is animated.
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