aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-141-0/+2
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-072-0/+75
* QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-062-0/+37
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
* stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
* Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
* 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
* Fix outdated BSD license header in tests to use GPL-EXCEPTKai Koehne2017-10-231-29/+17
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-203-0/+52
* 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
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-192-0/+32
* Fix execution of deferred propertiesJ-P Nurmi2017-10-185-0/+102
* Fix outdated BSD license headerKai Koehne2017-10-1777-216/+986
* ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-5/+5
* Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-223-0/+33
* Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-9/+52
* Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-0/+23
* QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-0/+13
* Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-131-0/+10
* Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-121-2/+33
* Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+61
* 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
* Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-0/+23
* Get rid of the root object index variableSimon Hausmann2017-09-082-3/+3
* Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-065-0/+49
* Fix crashes with closures created in QML componentsLars Knoll2017-09-063-0/+47
* Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
* tst_qquickmultipointtoucharea nonOverlapping: add visual feedbackShawn Rutledge2017-09-051-5/+35
* Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-0/+43
* 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
* Bump tests262 submodule to include .gitattributes fixSimon Hausmann2017-08-071-0/+0
* Fix flaky failure in attachedProperty() autotestJan Arve Saether2017-08-032-1/+1
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-12/+6
* Use QQmlType by valueLars Knoll2017-08-023-57/+57
* 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
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-1/+45
* Add a unit-test for QQuickWidget::grab()Sérgio Martins2017-07-141-0/+10