aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-144-0/+65
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-132-0/+46
* TableView: don't rebuild everything if row count changedRichard Moe Gustavsen2023-11-131-4/+9
* Material: respect horizontalAlignment in placeholder textHatem ElKharashy2023-11-111-5/+6
* Consider the major version when registering singletonsAlexey Edelev2023-11-113-0/+37
* QmlCompiler: Always record original types for equality comparisonUlf Hermann2023-11-103-0/+71
* Popup: fix fading in and out of the dimmerVolker Hilsheimer2023-11-092-0/+80
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-093-0/+177
* Destroy overlay in Popup destructorMatthias Rauter2023-11-081-3/+13
* Allow tapping to deselect in TextInput/TextField with pre-6.4 APIShawn Rutledge2023-11-081-0/+14
* QQuickOverlay: don't reset rotation during resize if we don't have toVolker Hilsheimer2023-11-081-0/+19
* StackView: guard against destruction of previous item during transitionVolker Hilsheimer2023-11-071-0/+38
* QmlCompiler: Extend shadow-checkingUlf Hermann2023-11-045-0/+77
* QQmlScriptString: Guard operator== against nullptrFabian Kosmale2023-11-021-0/+11
* Fix crash when calling QQmlIncubator::abort()Jan Arve Sæther2023-11-021-0/+10
* Localize Flickable delayed release to scene, not to grabberShawn Rutledge2023-11-022-49/+63
* QmlCompiler: Generate jump code also when skipping an instructionUlf Hermann2023-11-013-0/+53
* Skip some QQuickPopup tests on androidUlf Hermann2023-10-261-0/+8
* QQuickFlickable: release drag if receiving QEvent::TouchCancelRichard Moe Gustavsen2023-10-251-0/+29
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-252-0/+37
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-254-0/+116
* QmlCompiler: Reject calls to one of multiple fuzzy overloadsUlf Hermann2023-10-253-0/+6
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-244-3/+11
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-246-4/+57
* Fix manual tests broken by moving threading example thereEdward Welbourne2023-10-241-1/+1
* QML: Add missing metaType-s to ExecutionEngine::metaTypeFromJSDmitrii Akshintsev2023-10-241-0/+4
* QQuickCheckBox: make nextCheckState property non-privateSami Shalayel2023-10-242-0/+7
* QmlCompiler: Disallow reading enums from instancesUlf Hermann2023-10-235-4/+91
* QtQml: Register function type annotations as mandatory type referencesUlf Hermann2023-10-233-0/+40
* Increase CTest timeout for tst_qmlformatDimitrios Apostolou2023-10-201-0/+1
* QmlCompiler: Prohibit writing to readonly propertiesUlf Hermann2023-10-182-0/+4
* QtQml: Correctly convert to QQmlListProperty<QObject>Ulf Hermann2023-10-181-0/+8
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-114-0/+59
* QML diskcache: Verify cache file sizeFabian Kosmale2023-10-062-0/+783
* codegenerator: Convert to the original type of registers for unary opsOlivier De Cannière2023-10-064-0/+32
* TypeResolver: Change the way member types of scopes are searched forOlivier De Cannière2023-09-293-0/+21
* QmlCompiler: Error out when writing to property of unknown typeUlf Hermann2023-09-291-0/+8
* QQmlObjectCreator: Don't crash when installing bindingsOlivier De Cannière2023-09-282-0/+29
* QtQml: Check for isReference() before trying to write backUlf Hermann2023-09-263-0/+10
* QML TableView: resizable{Rows|Columns} scroll fixJonas Karlsson2023-09-211-0/+49
* Fix accept button enabled state in non-native file dialogEirik Aavitsland2023-09-211-0/+17
* Fix default button label for non-native file dialog in SaveFile modeEirik Aavitsland2023-09-211-7/+9
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-211-1/+1
* qmllint: Use settings name as settings nameFabian Kosmale2023-09-213-0/+12
* QQuickTableView: let the subclass decide which model to use for selectionsRichard Moe Gustavsen2023-09-202-11/+60
* HeaderView: fix custom role names not being usedMitch Curtis2023-09-192-0/+81
* Material: allow setting background to nullMitch Curtis2023-09-191-0/+14
* tst_qquickheaderview: fail on warningsMitch Curtis2023-09-191-1/+5
* Make sure to listen for itemDestroyed when using QQuickDeferredPointerAndy Nichols2023-09-182-0/+182
* Settings: Allow settings locations in resource file systemUlf Hermann2023-09-174-0/+32