aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Align qmllint default property handling with QQmlComponent modelAndrei Golubev2021-07-2115-18/+44
* Fix qmldir cache inconsistencyJaeyoon Jung2021-07-217-0/+44
* Add test for Q_IMPORT_QML_PLUGINFabian Kosmale2021-07-205-0/+25
* CMake: Add missing dependencies for tst_qmlbasicappCraig Scott2021-07-201-0/+1
* CMake: Remove OUTPUT_DIRECTORY option from qt6_qml_type_registration()Craig Scott2021-07-201-1/+5
* Make tst_qmlcompiler_manual into a QML moduleAndrei Golubev2021-07-193-524/+620
* CMake: Rename FILES keyword to QML_FILES for qt6_target_qml_sources()Craig Scott2021-07-121-21/+20
* Allow multiple imports with the same URI for the same BlobUlf Hermann2021-07-071-1/+2
* qmllint: Ignore "QML" importsMaximilian Goldstein2021-07-052-0/+3
* CMake: Always add the qmldir to the resource file systemUlf Hermann2021-07-017-1/+47
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+24
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-302-2/+1
* QQmlListModel: Guard QObject pointers in the listUlf Hermann2021-06-301-0/+27
* qqmllistmodel: Fix QObjects getting garbage collectedMaximilian Goldstein2021-06-301-0/+31
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-292-2/+3
* CMake: Add qmldir classname entry only if there is a pluginUlf Hermann2021-06-241-0/+28
* CMake: Copy RESOURCES files to the build directory, tooUlf Hermann2021-06-241-1/+0
* Add basic QML application to test CMake API for QML modulesUlf Hermann2021-06-2412-0/+344
* Ensure model is in context if required properties are not usedFabian Kosmale2021-06-223-0/+62
* qmllint: Ignore unqualified access in custom parser componentsMaximilian Goldstein2021-06-223-0/+16
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-191-3/+3
* qmlcompiler: Fully support required propertiesMaximilian Goldstein2021-06-175-2/+85
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-174-0/+77
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-113-1/+20
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-0/+31
* qmltyperegistrar: Do not generate namespace metatypes for non-namespacesUlf Hermann2021-06-082-0/+115
* qmlformat: use QmlDomFawzi Mohamed2021-06-0522-196/+267
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+155
* Refactor and update qml CMake APICraig Scott2021-06-043-12/+39
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-032-3/+3
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-033-10/+34
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-032-0/+25
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-025-0/+172
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-022-0/+62
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-0/+48
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-275-15/+46
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-272-0/+6
* Evaluate type assertions in QMLUlf Hermann2021-05-264-23/+62
* Clean up various QML test-case scriptsEdward Welbourne2021-05-2614-212/+209
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-262-0/+28
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-213-19/+5
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-192-0/+21
* qmllint: Fix inline components getting overwritten by componentsMaximilian Goldstein2021-05-192-0/+12
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-1943-1327/+0
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1823-234/+167
* qmllint: Add inline component supportMaximilian Goldstein2021-05-143-0/+25
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-142-0/+21
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-122-3/+18