aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
* Update binary compatibility files for Qt 5.9.0 for QtDeclarativeMilla Pohjanheimo2017-06-304-0/+56607
* Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-0/+44
* tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
* qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+62
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-133-0/+64
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-0/+50
* tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-082-6/+26
* Also run the ecmascript testsuite in the interpreterErik Verbruggen2017-06-081-1/+1
* 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
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-318-153/+99
|\
| * QML Settings: fix JS array handlingJ-P Nurmi2017-05-194-153/+65
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
* | Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+33
* | Set LC_TIME in ecmascripttests/test262.pyJüri Valdmann2017-05-231-0/+1
* | Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-4/+4
* | Move the prototype into the internal classLars Knoll2017-05-191-1/+1
* | Run GC between different benchmark runsLars Knoll2017-05-191-0/+3
* | Revert "Blacklist tst_qquickwindow::attachedProperty on macOS 10.11"Tony Sarajärvi2017-05-191-2/+0
* | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-172-0/+32
* | 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-104-6/+25
|\ \
| * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Frederik Gladhorn2017-05-104-6/+25
| |\|
| | * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-3/+3