aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* QQmlProperty: Implement DontRemoveBinding support for QPropertyFabian Kosmale2021-05-121-0/+27
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-121-0/+15
* qquickaccessible: Use QML_EXTENDED_NAMESPACE instead of Q_ENUMSMaximilian Goldstein2021-05-121-6/+1
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-122-0/+24
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-112-0/+67
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-112-28/+61
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* qmllint: Fix unknownBuiltins not being ignored in all casesMaximilian Goldstein2021-05-112-0/+6
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-112-27/+82
* Move tools to libexecKai Köhne2021-05-113-4/+8
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-102-0/+16
* V4: Do not write back value type references on const method callsUlf Hermann2021-05-101-1/+7
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-063-2/+42
* V4: Write back value type references after function callsUlf Hermann2021-05-051-0/+60
* tst_qmlcompiler_manual: fix QSKIPsAndrei Golubev2021-05-051-50/+79
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-043-2/+83
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-042-0/+55
* Blacklist and fix failing tests on ARM macOSTor Arne Vestbø2021-05-042-0/+5
* Fix warning about override in tst_qqmldebugtranslationserviceAndreas Buhr2021-05-041-1/+1
* QV4 Debugger: Show some diagnostics on malformed JSUlf Hermann2021-05-041-1/+6