aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Item views: Don't create unnecessary QML contextsUlf Hermann2023-01-312-0/+25
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-272-2/+0
* AnimatedImage: Add ability to configure sourceSizeVladimir Belyavsky2023-01-262-6/+13
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-253-0/+65
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-245-41/+41
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-202-0/+135
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-2077-153/+153
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-172-0/+73
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-123-2/+73
* tst_QQuickListView2::flickDuringFlicking: allow flicking lessShawn Rutledge2023-01-111-2/+1
* tst_QQuickListView::QTBUG_38209: QTRY_COMPARE_GE instead of QTRY_VERIFYShawn Rutledge2023-01-111-1/+1
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-096-5/+61
* tst_QQuickListView::flickBothDirections: flick moreShawn Rutledge2023-01-051-1/+1
* tst_PointHandler::tabletStylus: see why velocity check sometimes failsShawn Rutledge2023-01-031-2/+2
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-21/+21
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-1/+1
* Blacklist tst_qquicktextedit::largeTextObservesViewportAxel Spoerl2022-12-201-0/+7
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-191-0/+15
* Stop using deprecated QQuickPinchHandler functions and signalsIvan Solovev2022-12-161-54/+60
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-163-0/+164
* QQuickStates: Handle more types as result of whenFabian Kosmale2022-12-152-1/+31
* Pointer handlers: don't emit canceled() when an extra button interruptsShawn Rutledge2022-12-151-0/+65
* PinchHandler: don't confine activeScale and activeRotation to min/maxShawn Rutledge2022-12-121-4/+8
* Stabilize tst_QQuickPinchHandler::scaleThreeFingers with dragThresholdShawn Rutledge2022-12-121-1/+2
* QQuickTableView: never start to edit from a modifier key aloneRichard Moe Gustavsen2022-12-121-0/+10
* Uncomment velocity check in tst_DragHandler::mouseDragShawn Rutledge2022-12-111-2/+2
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-103-13/+53
* Add PinchHandler.scaleAxis, rotationAxis; hold values in axesShawn Rutledge2022-12-102-45/+120
* Blacklist tst_qquicktextedit::pasteHtmlIntoMarkdown on Ubuntu 20.04Shawn Rutledge2022-12-101-0/+4
* Avoid memory leaks in tst_qquickloader.cppUlf Hermann2022-12-091-12/+12
* QML: Add an accurate stack bounds checkerUlf Hermann2022-12-092-2/+25
* QQQuickTreeView: double expand from TreeView, not TreeViewDelegateRichard Moe Gustavsen2022-12-091-0/+33
* Add {horizontal,vertical}StretchFactorJan Arve Sæther2022-12-081-0/+45
* QQuickTableView: let the edit delegate be a child of the cell delegateRichard Moe Gustavsen2022-12-072-0/+20
* QQuickTableView: add layoutChanged() signalRichard Moe Gustavsen2022-12-051-0/+47
* QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-013-0/+756
* QQuickItem: Fix effective visibility for items without parentVolker Hilsheimer2022-12-012-19/+3
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-011-3/+3
* Loader: Create bound components into their creation contextUlf Hermann2022-11-282-0/+22
* Add qCDebug to tst_QQuickPinchHandler::scaleThreeFingersShawn Rutledge2022-11-261-0/+1
* QQuickTableView: respect activeFocusOnTabRichard Moe Gustavsen2022-11-251-0/+46
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-225-25/+134
* QtQml: Clean up VME and interceptor metaobjects on destructionVolker Hilsheimer2022-11-222-0/+48
* Visible signal is not emitted when item is removed or added to parentVolker Hilsheimer2022-11-222-6/+148
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-181-0/+84
* Connect to the correct signal in unit testVolker Hilsheimer2022-11-171-2/+4
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-172-3/+81
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-172-75/+86
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13