aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-1913-182/+260
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-067-0/+77
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-095-5/+5
* Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-022-3/+4
* Update copyright headersJani Heikkinen2015-02-1213-89/+89
* Update license headers and add new licensesJani Heikkinen2014-08-2513-245/+141
* Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-312-1/+5
* Append the start time of the current loop to the animation time.Gunnar Sletta2014-04-241-1/+1
* Reset loop counters when animations are started.Gunnar Sletta2014-04-242-1/+4
* Fix sequential animations with uncontrolled looped children.Gunnar Sletta2014-04-241-2/+6
* Fix nested parallel/sequential animations combined with animators.Gunnar Sletta2014-04-241-5/+10
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-0812-0/+72
* Don't start continuing animation when it doesn't have children.Gunnar Sletta2014-04-071-2/+5
* Stop the animation driver when no animations are ticking.Gunnar Sletta2014-04-041-1/+2
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-131-14/+15
* Make SmoothedAnimation and SpringAnimation smoothly transition again.Michael Brasser2014-02-205-9/+194
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-265-29/+101
* Animators - Render thread animation systemGunnar Sletta2013-09-212-0/+8
* Animations: Avoid accessing invalid memory if stop() triggers deletionKai Koehne2013-05-291-2/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-285-20/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1011-11/+11
* Do not crash on some animation changesAlbert Astals Cid2012-12-201-1/+1
* Add designer support for animations and componentCompleteMarco Bubke2012-11-221-1/+12
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-295-10/+0
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-242-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2311-265/+265
* Avoid using previously declared variablesCharles Yin2012-05-291-3/+3
* Avoid using previously declared variablesCharles Yin2012-05-291-2/+2
* Add more RETURN_IF_DELETED checking in animation codeCharles Yin2012-05-251-1/+1
* Only preallocate 1 change listener per animation instanceCharles Yin2012-05-231-1/+1
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-232-5/+38
* Remove unnecessary exportsMatthew Vogt2012-05-185-7/+7
* More defense programming in animation codeCharles Yin2012-05-171-2/+5
* Add a new running property to QQuickTransitionCharles Yin2012-04-162-2/+0
* Rewrite QAnimationGroupJob::clear() methodCharles Yin2012-04-051-5/+11
* More refactoring on animation controllerCharles Yin2012-03-132-9/+40
* Return early if animationjob was deleted in all callback methods.Charles Yin2012-03-121-6/+9
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2412-0/+2059