aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Add QQuickTest::showView(); give QQuickTest::initView() default argsShawn Rutledge2020-11-172-13/+46
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-171-2/+0
* Add tst_qquickflickable::parallelTouchShawn Rutledge2020-11-172-0/+110
* Add tst_qquicktextedit::inFlickable testsShawn Rutledge2020-11-172-0/+126
* Fix incorrect assumptions with Metal in tst_qquickwindowLaszlo Agocs2020-11-171-4/+8
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-175-146/+126
* Stabilize tst_QQuickMultiPointTouchArea::inFlickableWithPressDelayShawn Rutledge2020-11-161-9/+17
* Blacklist tst_qquickpointhander::tabletStylus on macOSShawn Rutledge2020-11-161-0/+2
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-164-570/+756
* QQuickViewTestUtil: mark QAIM method overridesShawn Rutledge2020-11-121-6/+6
* Fix QQWinPriv::deliverSinglePointEventUntilAccepted for wheel, gesturesShawn Rutledge2020-11-121-3/+0
* Mostly un-blacklist Flickable and MultiPointTouchArea testsShawn Rutledge2020-11-112-25/+2
* blacklist tst_QQuickListView::sectionsSnap in CI on macOSShawn Rutledge2020-11-111-0/+2
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-114-47/+51
* DesignerSupport: Add more tests for QQuickDesignerSupportThomas Hartmann2020-11-113-1/+185
* tst_qquickloader: Test setting source from component worksMaximilian Goldstein2020-11-114-0/+26
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Fix misuses of the implicit QChar(int) constructorDavid Faure2020-11-071-2/+2
* Stabilize tst_QQuickDropArea::containsDrag_internalShawn Rutledge2020-11-061-5/+2
* Fix tst_QQuickText::fontSizeModeEskil Abrahamsen Blomfeldt2020-11-061-1/+1
* Update MetaType things in testsDavid Skoland2020-11-041-2/+2
* Speed up tst_QQuickListView; round coordinate displayShawn Rutledge2020-11-032-3/+15
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-1/+1
* Update tests to use new metaType systemDavid Skoland2020-11-025-7/+7
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-2/+0
* Fix tst_qquickitem::touchEventAcceptIgnoreShawn Rutledge2020-10-292-70/+24
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-2/+0
* Fix and improve parts of tst_qquickitemShawn Rutledge2020-10-292-80/+43
* Add tst_qquickitem::mousePropagationToParent() testShawn Rutledge2020-10-291-5/+59
* Improve tst_TouchMouse::pinchOnFlickableShawn Rutledge2020-10-281-40/+23
* Make touchmouse pinch test qml manually testable and visually sensibleShawn Rutledge2020-10-282-14/+21
* Fix tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2020-10-272-3/+3
* Fix tst_PointerHandlers::mouseEventDeliveryShawn Rutledge2020-10-272-9/+17
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-272-20/+34
* Fix tst_MouseAreaInterop::dragHandlerInSiblingStealing…ViaTouch()Shawn Rutledge2020-10-272-7/+8
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-263-0/+14
* Fix some compiler warnings in testsVolker Hilsheimer2020-10-262-17/+9
* Fix compiler warning: mark overrides as such, remove virtualVolker Hilsheimer2020-10-231-6/+6
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-231-0/+37
* Make tst_QQuickMultiPointTouchArea::inFlickable() more debuggableShawn Rutledge2020-10-222-102/+97
* Fix compile warnings from testsVolker Hilsheimer2020-10-223-7/+9
* Update and activate tst_animatorsShawn Rutledge2020-10-226-20/+63
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-211-10/+86
* Remove some compiler warningsLars Knoll2020-10-211-3/+3
* Do grabs out of orderLaszlo Agocs2020-10-191-0/+28
* tests: Port qquickitemlayer and remove direct GL checksLaszlo Agocs2020-10-1625-166/+132
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-156-0/+164
* Speed up tst_qquickflickableShawn Rutledge2020-10-145-3/+51
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-133-0/+163
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-082-0/+33