aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-052-0/+102
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-0/+153
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-9/+9
* Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-282-0/+76
* Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
* Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
* Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-4/+4
* stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-072-0/+75
* stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-0/+152
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-032-3/+34
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-032-0/+60
* QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-0/+8
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-032-0/+125
* QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-0/+18
* skip part of tst_qquickwindow::testWindowVisibilityOrder on UnityShawn Rutledge2017-10-231-4/+9
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-202-4/+12
* Extract QSizeChangeListener from tst_quickview to shared test utilsAlexandr Akulich2017-10-205-24/+97
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-1/+1
* Fix outdated BSD license headerKai Koehne2017-10-1720-53/+253
* Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-223-0/+33
* QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-0/+13
* Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-131-0/+10
* Add missing math.h include for math functionsJake Petroules2017-09-122-0/+4
* Fix issue with programmatic flicking at boundsMichael Brasser2017-09-082-0/+49
* tst_qquickmultipointtoucharea nonOverlapping: add visual feedbackShawn Rutledge2017-09-051-5/+35
* QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+75
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-092-0/+55
* Fix flaky failure in attachedProperty() autotestJan Arve Saether2017-08-032-1/+1
* tst_QQuickDropArea: Pass with High DPI scalingFriedemann Kleint2017-08-021-10/+14
* tst_qquickwindow: Make touch tests pass with High DPI scalingFriedemann Kleint2017-08-021-40/+61
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-1/+45
* Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
* tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-0/+50
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-023-0/+73
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-11/+0
* Revert "Blacklist tst_qquickwindow::attachedProperty on macOS 10.11"Tony Sarajärvi2017-05-191-2/+0
* Revert "Blacklist tst_qquickwindows::requestActivate in macOS 10.11"Tony Sarajärvi2017-05-161-2/+0
* QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-0/+11
* Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Frederik Gladhorn2017-05-103-6/+24
|\
| * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-3/+3
| * Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-3/+0
| * Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-072-0/+21
* | Remove unused variableFrederik Gladhorn2017-05-101-1/+0
|/
* Remove unneeded BLACKLIST of tst_qquickapplicationTony Sarajärvi2017-05-051-2/+0
* Fix licensingJani Heikkinen2017-05-044-68/+48
* Blacklist tst_qquickfocusscope::canvasFocus on macOS 10.11Tony Sarajärvi2017-05-021-0/+2
* Polish the shared image providerEirik Aavitsland2017-04-284-1/+117