aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-71/+0
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-133-0/+163
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Blacklist QQuickAnimations' reparent testUlf Hermann2020-07-171-0/+2
* CMake: Regenerate qtdeclarative/testsAlexandru Croitor2020-05-291-1/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-1/+1
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-222-0/+57
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-0/+57
| |\
| | * OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-072-0/+57
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-093-0/+80
|\| |
| * | Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-313-0/+80
* | | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-0/+2
|\ \ \
| * | | Mark simplePath as flakey test on macOS in the CISimon Hausmann2020-02-121-0/+2
| |/ /
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-93/+125
|\| |
| * | tst_qquickanimations: Avoid memory leaksUlf Hermann2020-01-101-93/+125
| |/
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-9/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+56
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-013-0/+145
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-283-0/+145
| |\
| | * QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-263-0/+145
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-203-0/+130
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-193-0/+130
| |\|
| | * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-0/+130
* | | Move model types into their own libraryUlf Hermann2019-05-022-2/+2
|/ /
* / QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-1/+1
|/
* Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-101-2/+0
* [Quick] Make sure an transition instance is stopped when replacedErik Verbruggen2018-07-182-0/+88
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-172-88/+0
|\
| * Revert "[Quick] Make sure an transition instance is stopped when destroyed"Simon Hausmann2018-07-172-88/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-162-0/+88
|\|
| * [Quick] Make sure an transition instance is stopped when destroyedErik Verbruggen2018-07-132-0/+88
* | Animation: add finished() signalMitch Curtis2018-03-092-0/+169
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-34/+0
* Add NOTIFY signals for QtQuick Animation classes to/from propertiesKevin Krammer2017-12-161-0/+27
* QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-0/+18
* PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-0/+97
* Updated license headersJani Heikkinen2016-01-203-51/+36
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-0/+112
|\
| * Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-0/+34
| * QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-0/+78
* | Add some necessary files to qquickanimations.proUlf Hermann2015-09-151-0/+55
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-29/+29
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-3/+3