aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-162-0/+93
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-052-0/+93
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-022-0/+37
* Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-282-0/+49
* QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-263-0/+145
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-0/+130
* Fix QQuickPathView autotest: update expected warning messagesEirik Aavitsland2019-06-031-4/+4
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-0/+56
* TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-152-0/+57
* Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-1/+36
* Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-072-3/+61
* Blacklist tst_qquickwindow::openglContextCreatedSignal on opensuseUlf Hermann2019-04-261-0/+3
* Blacklist tst_qquickapplication::active() on opensuseUlf Hermann2019-04-171-0/+3
* Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* Blacklist tst_QQuickListView::contentHeightWithDelayRemove on macos10.12Ulf Hermann2019-04-161-0/+3
* Extend blacklisting of qquickmultiponttoucharea to SLESTony Sarajärvi2019-04-111-0/+2
* If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
* In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-042-0/+63
* Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-272-0/+88
* Try to stabilize qquickrectangle testSimon Hausmann2019-03-221-4/+2
* Fix some memory leaksSimon Hausmann2019-03-211-9/+9
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping for openSuseUlf Hermann2019-03-211-0/+2
* Blacklist tst_QQuickMultiPointTouchArea::nested on opensuseUlf Hermann2019-03-211-0/+2
* Blacklist tst_QQuickListView::enforceRange_withoutHighlight on opensuseUlf Hermann2019-03-201-0/+2
* Blacklist tst_TouchMouse::buttonOnFlickable() on mingwUlf Hermann2019-03-201-0/+4
* Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
* Try to fix tst_qquickrectangle::gradient_separate()Ulf Hermann2019-03-151-4/+2
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-042-1/+38
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
* Blacklist tst_QQuickShortcut shortcuts and multiple on opensuseUlf Hermann2019-02-261-0/+7
* Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+99
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
* Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-0/+35
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
* Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
* Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
* Canvas: Guard context pointer against external deletionUlf Hermann2019-01-232-1/+88
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-227-0/+570
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-214-0/+221
|\