aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations
Commit message (Expand)AuthorAgeFilesLines
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-058-115/+92
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Remove the qmake project filesFabian Kosmale2021-01-151-18/+0
* Rely on default parameter in QUnifiedTimer::updateAnimationTimerVolker Hilsheimer2020-10-151-1/+1
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-132-0/+4
* Remove unused defineNorihito Tohge2020-03-121-2/+0
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-195-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-193-11/+28
|\
| * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-11/+28
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-132-8/+6
|\|
| * QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-7/+3
* | Animation: Avoid dangling pointersUlf Hermann2018-12-133-1/+9
|/
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-5/+0
* Fix build with QT_NO_THREADSimon Hausmann2018-05-281-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-032-2/+2
|\
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-272-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-278-31/+29
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-265-13/+11
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-264-19/+19
* | Add a feature for qml-animationUlf Hermann2018-02-157-0/+14
|/
* Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-222-43/+41
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-074-20/+20
* Qml: add missing 'override'Anton Kudryavtsev2016-10-072-7/+7
* Fix compilationSimon Hausmann2016-05-241-0/+1
* Replace QPODVector with a std::vector in QAbstractAnimationJobFrank Meerkoetter2016-04-072-14/+11
* 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