aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-1/+1
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-265-0/+38
* | 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-129-19/+19
* | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-111-4/+1
* | FakeFlickable: returnToBounds only on axes which need itShawn Rutledge2017-09-111-34/+21
* | singlePointHandlerProperties manual test fixesShawn Rutledge2017-09-081-1/+2
* | 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
* | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-045-151/+52
* | Merge dev into 5.10Frederik Gladhorn2017-09-028-52/+182
|\ \
| * | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-305-52/+151
| * | pointerhandler manual tests: enable hi-dpi scaling by defaultShawn Rutledge2017-08-251-0/+1
| * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-252-0/+30
* | | Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-301-2/+0
* | | Update import to 2.10 in tests for Text.advanceEskil Abrahamsen Blomfeldt2017-08-296-6/+6
|/ /
* | 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-235-24/+24
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-1811-0/+66
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-08-1811-120/+269
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-1811-120/+269
| |\|
| | * 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
* | | Base QQmlDebuggingEnabler test on QQmlDebugTestUlf Hermann2017-08-181-118/+34
* | | Use centralized initialization also for QDebugMessageService testUlf Hermann2017-08-181-77/+7
* | | Tests: Unify debugger tests' connection mechanismsUlf Hermann2017-08-1811-620/+454
* | | Move QQmlDebugJs test init failures to outer functionUlf Hermann2017-08-171-93/+69