aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-0/+119
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-232-4/+17
* Avoid infinite loop in designer supportThomas Hartmann2021-07-223-0/+68
* Fix building tst_basicapp in toplevel buildsFabian Kosmale2021-07-211-2/+2
* Add tests of matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+54
* 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
* Fix compiler warning about unused variablesVolker Hilsheimer2021-07-191-2/+0
* Make tst_qmlcompiler_manual into a QML moduleAndrei Golubev2021-07-193-524/+620
* Make tst_examples target uniqueKai Köhne2021-07-161-1/+1
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-152-0/+67
* tst_example: blacklist failing testsMitch Curtis2021-07-151-0/+19
* tst_examples: use relative paths for data tagsMitch Curtis2021-07-151-12/+30
* Ensure that tst_examples is actually run by CIMitch Curtis2021-07-151-0/+1
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-132-0/+74
* Propagate LocaleChange events down the item treeVolker Hilsheimer2021-07-131-2/+37
* QtTest: use delay properly in mouseWheel()Shawn Rutledge2021-07-121-1/+1
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-122-1/+38
* CMake: Rename FILES keyword to QML_FILES for qt6_target_qml_sources()Craig Scott2021-07-121-21/+20
* Respect PinchHandler min/maximumPointCount props with native gesturesShawn Rutledge2021-07-091-1/+2
* Allow multiple imports with the same URI for the same BlobUlf Hermann2021-07-071-1/+2
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-052-2/+46
* qmllint: Ignore "QML" importsMaximilian Goldstein2021-07-052-0/+3
* Make QQuickItem containmentMask be dependent on positionIgor Bugaev2021-07-022-0/+82
* Stabilize tst_HoverHandler::movingItemWithHoverHandler()Shawn Rutledge2021-07-021-1/+1
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-021-8/+8
* Fix up tst_QQuickItem::contains() test; cat. loggingShawn Rutledge2021-07-023-25/+30
* CMake: Always add the qmldir to the resource file systemUlf Hermann2021-07-017-1/+47
* QQuickItem change contains function behaviorIgor Bugaev2021-07-014-2/+10
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+24
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-302-0/+26
* QQuickItemPrivate: Make {width,height}Valid a functionFabian Kosmale2021-06-301-6/+6
* 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
* 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