aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-282-0/+65
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-0/+2
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-202-0/+212
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-0/+119
* Avoid infinite loop in designer supportThomas Hartmann2021-07-223-0/+68
* Make tst_examples target uniqueKai Köhne2021-07-161-1/+1
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-142-0/+74
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-061-4/+38
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-06-012-0/+88
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-272-0/+105
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-0/+4
* mingw: Skip segfaulting testsOliver Wolff2021-05-251-0/+15
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Blacklist tst_QQuickGridView::snapToRow for Win 10 MinGW Developer buildHeikki Halmet2021-05-111-0/+1
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-20/+94
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-052-0/+136
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-305-0/+189
* Use QKeyCombination to fix compiler warningVolker Hilsheimer2021-04-281-1/+1
* tst_qquickcanvas: Verfiy that canvas.context existsFabian Kosmale2021-04-231-0/+2
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-162-0/+82
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-2/+2
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-121-1/+1
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-272-0/+99
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-253-12/+12
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-0/+74
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-241-0/+33
* Don't discard return values from no-discard functionsVolker Hilsheimer2021-03-181-2/+2
* Use logical OR to test boolsVolker Hilsheimer2021-03-181-1/+1
* Blacklist tst_qquickitem::hoverEvent on boot2qtShawn Rutledge2021-03-041-0/+3
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-254-16/+25
* tst_qquickdesignersupport: skip crashing testsSamuli Piippo2021-02-193-7/+10
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-122-0/+60
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-123-24/+24
* tst_qquickitemlayer: skip tests when running on offscreen platformSamuli Piippo2021-02-051-12/+40
* tst_qquickdesignersupport: blacklist tests that segfault on QEMUSamuli Piippo2021-02-051-0/+7
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-0/+4
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-211-0/+2
* tst_qquickloader: Make message matching less stringentFabian Kosmale2021-01-201-1/+1
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-183-1/+23
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-1590-1375/+0
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-17/+106
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-152-0/+113
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-0/+37
* Do not revert properties of deleted objectsAlexey Edelev2021-01-142-0/+116
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33