aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/tst_qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlComponent: Do not load qrc file paths as file:// URLsUlf Hermann2022-12-151-1/+16
* Fix two "could be override" warnings in tst_qqmlcomponent.cppEdward Welbourne2022-12-071-2/+2
* QQmlComponent/QQmlIncubator: Support C++ based typesFabian Kosmale2022-11-231-0/+24
* QQmlComponent::loadFromModule: Support inline componentsFabian Kosmale2022-11-101-1/+2
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-101-1/+0
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-101-0/+103
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-1/+48
* Show QJSValue::toMap() is a valid input for createWithInitialPropertiesAndrei Golubev2022-06-151-0/+26
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-0/+52
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-12/+14
* Allow custom named value types in QMLUlf Hermann2022-01-251-0/+1
* qmltc: Support Component rootsAndrei Golubev2021-12-271-0/+17
* qqmlcomponent: Test interesting Component-based typesAndrei Golubev2021-12-231-0/+42
* Test that a signal is created for QML property when using QQmlComponentAndrei Golubev2021-11-161-0/+18
* Provide a non-QQmlV4Function version of Component::createObject()Ulf Hermann2021-10-211-0/+38
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-0/+39
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-221-24/+27
* tst_qqmlcomponent: add more tests for required propertiesAndrei Golubev2021-09-221-3/+152
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+3
* Add some more verbose output to tst_qqmlcomponentUlf Hermann2021-07-021-3/+5
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-1/+1
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-1/+1
* Print encountered errors from QQmlTypeData::done()Andrei Golubev2021-02-231-0/+28
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-0/+10
* tst_qqmlcomponent: Fix test failureFawzi Mohamed2020-08-171-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-1/+1
* Required properties: Allow required default propertiesFabian Kosmale2020-01-291-0/+16
* 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-091-24/+77
|/
* Introduce functions to set properties during creationFabian Kosmale2019-08-191-0/+96
* 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
|/
* Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-0/+18
|\
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-0/+18
* | 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-061-0/+24
|\
| * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-0/+24
* | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/
* 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-191-0/+59
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-0/+59