aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimatorcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Quick: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-2/+4
* QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-071-0/+5
* virtual QQuickAnimatorJob::afterNodeSync()J-P Nurmi2015-10-291-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-4/+40
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-091-5/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-0/+1
|\
| * Fix crash with cleanup of animators.Gunnar Sletta2014-08-301-0/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
|/
* Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-4/+38
* Fix crash in animation controller upon destructionSimon Hausmann2013-11-091-0/+2
* Refactored Animator internalsGunnar Sletta2013-11-061-66/+119
* Make sure we apply the last transformation step.Gunnar Sletta2013-10-031-7/+6
* Fix crash in tst_qmltest with the new animators.Gunnar Sletta2013-09-281-5/+14
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-261-28/+12
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+202