aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix generation of names in qmldir filesUlf Hermann2021-09-095-0/+19
* CMake: Use modified target name as base name for internal qml pluginsAlexandru Croitor2021-09-0816-28/+28
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-081-2/+2
* Add all qml debug translation fixes and functionalities from 5.15Tuomo Pelkonen2021-09-081-0/+4
* Fix implicit size of TextAreaJan Arve Sæther2021-09-071-2/+0
* QQuickGrid: Warn if there are more items than rows*columnsAlbert Astals Cid2021-09-071-0/+2
* qmldom: DomItem::makeCopy also for elements of the universeFawzi Mohamed2021-09-071-0/+13
* Make TextField.implicitWidth fixedJan Arve Sæther2021-09-061-10/+0
* Use value type providers in metaTypeFromJSUlf Hermann2021-09-061-0/+26
* Add "As" function to symbol tableUlf Hermann2021-09-062-0/+28
* qmltyperegistrar: Properly resolve includes for foreign typesUlf Hermann2021-09-047-1/+73
* Fix wrong assumption about TextField in tst_QQuickPopup::cursorShape()Jan Arve Sæther2021-09-031-2/+2
* Update and re-enable the cmake qmlimportscanner auto test for Qt6Craig Scott2021-09-023-27/+27
* QQmlListModel: Fix C++ owned object getting destroyedJaeyoon Jung2021-09-022-0/+62
* Test Windows style in tests/auto/quickcontrols2/controlsMitch Curtis2021-08-315-0/+165
* qqmllistmodel: Fix QObjects setting indestructibleCathy Park2021-08-263-0/+54
* CMake: Fix tooling_imports test to pass with a static Qt buildAlexandru Croitor2021-08-251-1/+1
* Make qt6_qml_type_registration() internalCraig Scott2021-08-259-9/+9
* Disallow alias property and normal property having the same nameFabian Kosmale2021-08-243-0/+37
* Handle redirected rendering better in stylesLaszlo Agocs2021-08-232-0/+54
* Fix copy-paste error in tst_qquickimaginestyleMitch Curtis2021-08-231-1/+1
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-0/+2
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-2018-31/+92
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-202-0/+212
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-196-0/+174
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-191-3/+1
* qmlcompiler: handle script bindings on grouped/attached propertiesAndrei Golubev2021-08-198-0/+63
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-181-2/+2
* Add test for tooling invocations set up by CMake APICraig Scott2021-08-1811-3/+210
* Add NO_RESOURCE_TARGET_PATH option for executable backing targetsCraig Scott2021-08-181-4/+4
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-172-0/+64
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt()Shawn Rutledge2021-08-171-1/+1
* Unset mouseGrabberPopup if it's removed from childrenDavid Redondo2021-08-162-0/+106
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-162-0/+60
* RangeSlider: fix both handles being hoveredZhang Hao2021-08-136-0/+29
* qmllint: Process qmldir when importing directoriesMaximilian Goldstein2021-08-123-0/+8
* tst_qqmlimport: improve failure messagesMitch Curtis2021-08-121-7/+7
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-121-18/+0
* Blacklist flaky tst_QQuickDrawer::slider test on all platformsMitch Curtis2021-08-121-2/+2
* Fix typo in blacklistMitch Curtis2021-08-111-1/+1
* Update and re-add qtquickcompiler cmake testCraig Scott2021-08-115-23/+55
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* SelectionRectangle: ensure we track correctly which handle is being draggedRichard Moe Gustavsen2021-08-091-1/+30
* QQmlIRBuilder: Always preserve "undefined" stringFabian Kosmale2021-08-094-0/+201
* CMake: Add test to check backing lib resources are linkedAlexandru Croitor2021-08-094-0/+232
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-08-091-2/+6
* Remove Windows 7 codepathsOliver Wolff2021-08-094-10/+2
* CMake: Replace add_library with qt6_add_library where appropriateAlexandru Croitor2021-08-061-1/+1
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-063-0/+26
* Merge "Merge qtquickcontrols2 into qtdeclarative"Mitch Curtis2021-08-06786-0/+152171
|\