aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-2/+2
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-051-2/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-251-1/+5
|\
| * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | Fix performance regression in animators since 5.6Gunnar Sletta2017-04-221-22/+3
|/
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-04-181-3/+11
* Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-101-1/+2
* Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+3
|\
| * Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-011-1/+3
* | Fix building with -no-openglAndy Nichols2016-11-111-3/+10
* | Fix assert with new animator codepathsGunnar Sletta2016-10-201-2/+7
* | Revert "Revert "Redo animator internals""Gunnar Sletta2016-10-201-176/+236
|/
* Make shader effects configurableLars Knoll2016-10-101-2/+6
* Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-9/+10
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-6/+11
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-6/+11
| |\
| | * Handle duration of zero in QML animatorsDavid Edmundson2016-03-171-6/+11
* | | D3D12: Fix Animators with non-GL backendsLaszlo Agocs2016-04-061-19/+4
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-5/+17
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-0/+2
|\|
| * QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* | QQuickAnimatorJob: Convert a regular connect to qmlobject_connect.Robin Burchell2015-09-271-1/+2
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
* | Make sure we stop animators if they are yet to be started.Gunnar Sletta2015-04-151-3/+2
|/
* Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-021-0/+15
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-9/+2
|\
| * Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-9/+2
* | Remove the "groupNode"Gunnar Sletta2014-10-171-9/+21
|/
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-091-1/+13
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-4/+10
|\
| * Fix crash with cleanup of animators.Gunnar Sletta2014-08-301-4/+10
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-2/+4
|\|
| * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-6/+6
|/
* 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