aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blacklist tst_qquicktextinput on WindowsRobin Burchell2017-04-281-0/+3
* Blacklist tst_qquickwindow::attachedProperty on macOS 10.11Tony Sarajärvi2017-04-101-0/+2
* Blacklist tst_QQuickMultiPointTouchArea::nested on Ubuntu 16.04Tony Sarajärvi2017-04-061-0/+2
* tst_qquickflickable: remove bogus ItemAcceptsDrops flagShawn Rutledge2017-04-051-3/+1
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping in Ubuntu 16.04Tony Sarajärvi2017-04-051-0/+2
* Adapt tst_qquickflickable::nestedSliderUsingTouch for slow CIShawn Rutledge2017-04-041-4/+4
* Blacklist nestedSliderUsingTouch in Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+2
* Blacklist tst_qquickwindows::requestActivate in macOS 10.11Tony Sarajärvi2017-04-041-0/+2
* Blacklist tst_qquickapplication::active on OS X 10.11Tony Sarajärvi2017-03-301-0/+2
* tst_qquickimage::mirror(): Ensure screenshots are in the correct formatFriedemann Kleint2017-03-291-1/+1
* Add tst_qquickflickable::nestedSliderUsingTouchShawn Rutledge2017-03-272-0/+197
* tst_qquickflickable: clean up touch event handlingShawn Rutledge2017-03-271-17/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+0
|\
| * Fix building with -no-feature-processUlf Hermann2017-03-021-1/+0
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-0/+258
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-013-7/+73
* | Add TouchMouse::implicitUngrab autotestJan Arve Saether2017-02-281-0/+32
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-0/+87
|\|
| * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-082-0/+33
| * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-032-0/+54
* | QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-223-0/+111