aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent
Commit message (Expand)AuthorAgeFilesLines
* QQmlComponent::loadFromModule: Improve error handlingFabian Kosmale2024-04-171-0/+8
* Correct license for test filesLucie Gérard2024-03-221-1/+1
* Make loadFromModule compatible with QQmlParserStatusFabian Kosmale2024-03-143-1/+56
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Use a multihash to store executable CUsUlf Hermann2024-01-251-0/+36
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-1/+1
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-7/+0
* Add binding order regression test for QQmlObjectCreatorTor Arne Vestbø2023-10-191-0/+28
* Defer automatic Window transient parent until component completionTor Arne Vestbø2023-10-182-13/+11
* tst_qqmlcomponent: Clean up memory managementAmanda Hamblin-Trué2023-08-011-12/+6
* QML: Do convert objects with prototypes to QVariantMapUlf Hermann2023-07-272-3/+21
* Remove redundant warningAmanda Hamblin-Trué2023-07-051-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-122-1/+22
* Value types: Prefer assigning bindings instead of convertingFabian Kosmale2023-05-092-1/+19
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-093-0/+27
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-062-0/+32
* QtQml: Check CU for null on isBound()Ulf Hermann2023-03-171-0/+14
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-024-0/+16
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-1/+0
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QQmlComponent: Do not load qrc file paths as file:// URLsUlf Hermann2022-12-153-1/+23
* 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-103-1/+18
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-101-1/+0
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-103-0/+118
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-302-1/+61
* 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-234-0/+76
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-12/+14
* Android: various test fixesAssam Boudjelthia2022-03-021-1/+2
* Allow custom named value types in QMLUlf Hermann2022-01-251-0/+1
* qmltc: Support Component rootsAndrei Golubev2021-12-272-1/+20
* qqmlcomponent: Test interesting Component-based typesAndrei Golubev2021-12-233-0/+71
* 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-213-0/+63
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-0/+39
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-227-24/+48
* tst_qqmlcomponent: add more tests for required propertiesAndrei Golubev2021-09-2222-3/+257
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-7/+4
* 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