aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* MouseArea: don't ignore double-click eventsShawn Rutledge2023-06-204-21/+78
* QML: Try QML conversion before metatype conversionUlf Hermann2023-06-173-0/+26
* QML: Allow creating constructible value types from variant objectsUlf Hermann2023-06-173-0/+103
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-173-45/+41
* QQuickTextEdit: Fix rendering issues when selecting in long textPiotr Wierciński2023-06-122-11/+231
* Reset touchPoint position after it was remapedMatthias Rauter2023-06-122-0/+77
* tst_stackview.qml: rename "component" idMitch Curtis2023-06-121-70/+70
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-124-0/+22
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-094-0/+105
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-093-0/+18
* Qml: Construct value types by properties from any object-likesUlf Hermann2023-06-092-0/+120
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-094-2/+12
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-094-0/+38
* QQuickLabsPlatformMenuItem: accept KeySequence in shortcutSami Shalayel2023-06-072-0/+35
* QObjectWrapper: Use metaTypeFromJS for call argumentsUlf Hermann2023-06-063-1/+15
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-06-061-16/+44
* V4: Unify type conversions for date and time valuesUlf Hermann2023-06-061-9/+12
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-06-061-0/+155
* Allow anonymous value types to be constructedUlf Hermann2023-06-064-0/+57
* Disable flaky test in tst_qqmlecmascriptUlf Hermann2023-06-051-5/+8
* QtQml: Recognize local inline components when clearing property cachesUlf Hermann2023-06-051-8/+27
* tst_focus: remove BLACKLISTMitch Curtis2023-06-051-3/+0
* TextEdit: fix wrong RTL text alignment when used with a ColumnLayoutVladimir Belyavsky2023-06-022-0/+46
* Fix mouse handling issue in modal popupSanthosh Kumar2023-05-311-0/+12
* Fix delegate loading issue when valid size is specifiedSanthosh Kumar2023-05-302-0/+43
* QQuickSinglePointHandler: reset pointinfo on a stray TouchBeginAxel Spoerl2023-05-271-0/+17
* Fix qmllint warnings in tst_stackview.qmlMitch Curtis2023-05-261-56/+64
* Reset active focus item of content item when popup closesSanthosh Kumar2023-05-252-0/+130
* qmllint (quickplugin): PropertyChanges: handle invalid targetFabian Kosmale2023-05-232-0/+9
* Avoid "conflicting properties" warning with bound Window.visibilityShawn Rutledge2023-05-204-0/+57
* Fix SplitView orientation bugIgor Bugaev2023-05-181-0/+69
* QQuickMaterialPlaceholderText: fix code checker complaintMitch Curtis2023-05-171-1/+1
* qt_add_qml_module: Set QT_QML_MODULE_QML_FILES correctlyFabian Kosmale2023-05-164-0/+50
* Rename qmlimageprovideplugin test to qmlhighdpiimageproviderpluginAmir Masoud Abdol2023-05-164-19/+6
* NinePatchImage: support the compressed texture imageJaehak Lee2023-05-155-5/+60
* qmllint: Separate logic by import type in QQmlJSImportVisitor::visitOlivier De Cannière2023-05-154-0/+31
* Examples: Move Qml plugin example to manual testsOlivier De Cannière2023-05-1517-1/+370
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-132-1/+22
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-122-0/+51
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-113-0/+45
* Allow a layout with width or height == 0 to resize its child itemsJan Arve Sæther2023-05-111-1/+11
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-114-0/+88
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-114-2/+29
* Fix duplicate data tag warning in tst_tumbler.qmlMitch Curtis2023-05-111-1/+4
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-103-0/+27
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-101-0/+150
* Material: fix clipped floating placeholder textMitch Curtis2023-05-091-0/+64
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-082-1/+28
* QmlCompiler: Improve method overload selectionUlf Hermann2023-05-083-0/+20
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-062-0/+32