aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent
Commit message (Expand)AuthorAgeFilesLines
* Required properties: Allow required default propertiesFabian Kosmale2020-01-296-0/+39
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-6/+6
|\
| * Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-6/+6
* | Introduce required properties to QMLFabian Kosmale2019-09-0915-24/+177
|/
* Introduce functions to set properties during creationFabian Kosmale2019-08-193-0/+126
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-0/+12
|\
| * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* | Don't run the testcases for local files on AndroidJan Arve Sæther2019-07-031-0/+2
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-221-1/+1
* | QML: Special case null as binding typeUlf Hermann2019-01-211-1/+1
|/
* Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-243-0/+31
|\
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-233-0/+31
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-181-0/+24
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-18/+18
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-064-0/+32
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-0/+32
| |\
| | * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-044-0/+32
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ /
* / Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
|/
* Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-0/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-0/+1
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-0/+75
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-183-0/+75
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-3/+3
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Force completion of asynchronously loaded components.Robert Griebl2015-06-231-0/+30
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-6/+4
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-6/+4
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-163-21/+128
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-4/+4
* fix whitespaceOswald Buddenhagen2014-01-221-2/+2
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-10/+0
* Improve reliability of tst_qqmlcomponent::onDestructionLookup auto test on Wi...Simon Hausmann2013-08-122-1/+18
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-0/+39
|\
| * Tests: add qmlCreateWindow in tst_qqmlcomponentLiang Qi2013-05-042-0/+39
* | Fix tst_qqmlcomponent::onDestructionLookupSimon Hausmann2013-06-211-1/+6
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-201-17/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-6/+6
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-094-0/+68
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-2/+0