aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Use blacklist instead of insignificant for tst_qquickanimationsCaroline Chao2015-04-102-1/+40
* Update copyright headersJani Heikkinen2015-02-122-13/+13
* Make tst_qquickanimations more reliableUlf Hermann2014-09-191-30/+37
* Update license headers and add new licensesJani Heikkinen2014-08-252-37/+21
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-132-0/+87
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-071-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-261-1/+1
| |\
| | * Mark tst_qquickanimations as insignificant on MinGWJ-P Nurmi2014-01-251-1/+1
* | | Skip animations tests for MinGW.Friedemann Kleint2014-01-281-0/+3
|/ /
* / fix whitespaceOswald Buddenhagen2014-01-221-1/+1
|/
* Do not crash when one of group animation's children is nullJacek Całusiński2013-11-153-0/+38
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Marking test qquickanimations insignificant on mac.Erik Verbruggen2013-01-111-0/+1
|/
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-1/+7
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-0/+84
* Remove superfluous DEFINE no longer used in source code.Toby Tomkins2012-07-111-3/+0
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-051-1/+1
* ScriptAction without scriptName shouldn't match a StateChangeScriptMichael Brasser2012-05-092-0/+30
* Emit runningChanged() signal after running count updatedCharles Yin2012-05-091-1/+4
* Fine-tune animation's pause()/resume() behaviorsCharles Yin2012-04-171-0/+26
* Add a new running property to QQuickTransitionCharles Yin2012-04-161-1/+2
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-232-0/+50