aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimators
Commit message (Collapse)AuthorAgeFilesLines
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-2618-1287/+90
| | | | | Change-Id: I5ba663ba0fa089ea786cf43cb4dfa40cbc955342 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
* Animators - Render thread animation systemGunnar Sletta2013-09-2118-0/+1384
This introduces 6 new QML types for animating state in the scene graph when the UI thread is blocked. The QObject property being animated is updated after the animation completes. It works also with the "windows" and "basic" render loops, but offer litte benefit then compared to in the "threaded" case. Change-Id: Ic19e47c898c0b8bd53e457db922b3c9c457c8147 Reviewed-by: Lars Knoll <lars.knoll@digia.com>