aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-292-2/+3
* Fix warningsAndreas Buhr2021-06-281-2/+2
* CMake: Restore CMake auto testsAlexandru Croitor2021-06-253-52/+69
* 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
* Add missing palette property to QQuickWindowMitch Curtis2021-06-176-8/+338
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-162-0/+76
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Make tst_qquickshadereffect::testConnection() more robustEskil Abrahamsen Blomfeldt2021-06-151-2/+9
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-112-0/+78
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-113-1/+20
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-1/+1
* Add missing Quick autotests to CMakeListsLaszlo Agocs2021-06-084-15/+26
* 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-0525-0/+962
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-057-1/+231
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-059-152/+706
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-044-23/+85
* Add support for hyperlinks in Text itemsJan Arve Sæther2021-06-042-1/+36
* Refactor and update qml CMake APICraig Scott2021-06-043-12/+39
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-035-10/+43
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-033-10/+34
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-032-2/+199
* Allow for accessing QQuickApplication via a singletonMaximilian Goldstein2021-06-031-132/+160
* 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
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-023-0/+265
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-0/+48
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-021-1/+12
* TapHandler: don't emit tapped() if non-filtering grabber on releaseShawn Rutledge2021-05-312-0/+107
* qmldom: improve PathFawzi Mohamed2021-05-311-2/+10
* Add the possibility of flipping vertically to ImageLaszlo Agocs2021-05-271-0/+41
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-275-15/+46
* Fuzzing: Ensure importing minimal plugin into static buildsRobert Löhning2021-05-272-6/+8
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-272-0/+6
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-272-0/+12
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-262-0/+61
* Add dynamically-created pointer handlers to parent's resourcesShawn Rutledge2021-05-261-0/+7
* 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