aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2270-151/+1083
|\
| * Blacklist tst_QQuickListView::flickBothDirections() temporarilyLiang Qi2017-10-201-0/+3
| * Blacklist tst_qquickmousearea::pressedMultipleButtons() temporarilyLiang Qi2017-10-191-0/+3
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-256-11/+11
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2231-49/+437
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2025-33/+424
| | |\
| | | * 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
| | * | rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-125-12/+12
| * | | Fix support for creating QWidgets in QMLSimon Hausmann2017-09-213-1/+297
| * | | Enable tests for boot2qtSami Nurmenniemi2017-09-2128-85/+320
| * | | In tst_qqmlimport, import from the source directoryUlf Hermann2017-09-201-3/+3
| * | | Make qmlplugindump work in shadow buildsUlf Hermann2017-09-204-4/+9
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-113-3/+360
| |\ \ \
* | | | | Fix delayed loading of arguments in binary expressionsErik Verbruggen2017-09-201-0/+8
* | | | | Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-123-3/+357
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-111-4/+1
| | |/ / | |/| |
| * | | Add test for mouse event propagation and filteringJan Arve Sæther2017-09-081-0/+349
| * | | Blacklist tst_QQuickShape tests on macOS CI runsTor Arne Vestbø2017-09-071-0/+8
| * | | rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-052-3/+3
* | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0828-283/+575
|\ \ \ \ | | |/ / | |/| |
| * | | Fix remaining race conditions in QQmlDebugProcessUlf Hermann2017-09-0610-20/+220
| * | | Add some style to QQmlDebugProcessUlf Hermann2017-09-061-13/+32
| * | | Move QQmlDebugProcess into its own header and source filesUlf Hermann2017-09-0611-248/+332
| |/ /
| * | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-045-151/+52
| * | Merge dev into 5.10Frederik Gladhorn2017-09-025-52/+151
| |\ \
| | * | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-305-52/+151
| * | | Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-301-2/+0
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-236-11/+4
| |\|
| | * Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
| * | Use QRandomGenerator instead of q?randThiago Macieira2017-08-233-21/+19
* | | Make tst_qmlplugindump run with shadow buildsErik Verbruggen2017-09-081-1/+2
* | | Fix function offset check in compiled data cached on diskErik Verbruggen2017-09-081-4/+6
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-12/+12
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-3/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-22142-925/+62718
|\| |