summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyleanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+5
|\
| * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+5
* | Reduce the default frame rate of style animationsJ-P Nurmi2014-07-301-3/+22
|/
* Promote the scrollbar style animation to qstyleanimation_p.hJ-P Nurmi2014-02-111-0/+42
* Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-041-10/+5
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+0
|\|
| * QStyleAnimation: use QAbstractAnimation::DeleteWhenStoppedJ-P Nurmi2013-01-121-1/+0
* | QStyleAnimation: remove obsolete workaround for threaded renderingJ-P Nurmi2013-01-151-5/+1
|/
* Introduce QBlendStyleAnimation (based on QWindowsVistaAnimation)J-P Nurmi2012-11-021-1/+104
* Add QNumberStyleAnimation for fading out scroll bars on MacJ-P Nurmi2012-10-301-0/+45
* QStyleAnimation: writable duration & delay propertiesJ-P Nurmi2012-10-251-10/+27
* Add QStyleAnimation::updateTarget()J-P Nurmi2012-10-231-4/+8
* QStyleAnimation: fix threaded renderingJ-P Nurmi2012-10-231-1/+6
* Fix potential crash in QStyleAnimation::updateCurrentTime()J-P Nurmi2012-10-171-9/+11
* Styles: revise indeterminate progress bar animationsJ-P Nurmi2012-10-171-15/+5
* Introduce (private) QStyleAnimationJ-P Nurmi2012-10-161-0/+148