aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-154-0/+31
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* tst_qqmlcomponent: Fix test failureFawzi Mohamed2020-08-171-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-1/+1
* 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-126-0/+39
|\
| * Required properties: Allow required default propertiesFabian Kosmale2020-01-296-0/+39
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | Regenerate testsAlexandru Croitor2019-11-141-11/+7
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1415-30/+183
|\|
| * 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
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-113-0/+126
|\|
| * Introduce functions to set properties during creationFabian Kosmale2019-08-193-0/+126
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+61
|/
* 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