summaryrefslogtreecommitdiff
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-212-2/+4
* TapHandler: ignore untracked moving points; treat touchpad as mouseShawn Rutledge2023-02-212-0/+139
* Fix and test PinchHandler native-gesture scalingShawn Rutledge2023-02-171-0/+99
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-171-19/+19
* TableView: deprecate positionViewAtCell(column, row) in favor of positionView...Richard Moe Gustavsen2023-02-131-9/+10
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-132-12/+12
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-134-32/+32
* tst_FlickableInterop: use QScopedPointer for touchscreen deviceShawn Rutledge2023-02-101-30/+29
* tst_QQuickMultiPointTouchArea::inFlickable: make synth-mouse realisticShawn Rutledge2023-02-091-6/+26
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-094-11/+131
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-092-0/+30
* Fix qml warnings for qquickmousearea test casesSanthosh Kumar2023-02-089-14/+14
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-082-0/+60
* MultiPointTouchArea: rename signal arguments in Qt 7; test with formalsShawn Rutledge2023-02-038-20/+34
* 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