aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle duration of zero in QML animatorsDavid Edmundson2016-03-171-6/+11
* QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
* | Make sure we stop animators if they are yet to be started.Gunnar Sletta2015-04-151-3/+2
|/
* Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-021-0/+15
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-9/+2
|\
| * Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-9/+2
* | Remove the "groupNode"Gunnar Sletta2014-10-171-9/+21
|/
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-091-1/+13
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-4/+10
|\
| * Fix crash with cleanup of animators.Gunnar Sletta2014-08-301-4/+10
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-2/+4
|\|
| * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-6/+6
|/
* Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-5/+21
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
* Refactored Animator internalsGunnar Sletta2013-11-061-67/+36
* Track size changes from transform animators.Gunnar Sletta2013-10-291-2/+3
* Several smaller fixes to Animators.Gunnar Sletta2013-10-081-1/+11
* Make sure to markDirty the node from UniformAnimator.Gunnar Sletta2013-10-031-0/+4
* Make transform and opacity animators work when layer.enabled: trueGunnar Sletta2013-10-031-0/+12
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-261-18/+49
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-261-1/+0
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+532