aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* 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