aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0839-292/+617
|\
| * 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-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
* | | 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-22196-927/+66455
|\| |
| * | 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
| * | | Move QQmlProfilerService test connect failures to outer functionUlf Hermann2017-08-171-33/+54
| * | | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-1723-30/+4
| * | | Avoid leaking resources on test failures in QQmlDebugService testUlf Hermann2017-08-171-11/+12
| * | | Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+37
| |/ /
| * | Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-1/+1
| * | Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-133-1/+373
| * | Build testapp first, since the test depends on thatJan Arve Saether2017-08-111-2/+4
| * | Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-101-0/+43
| * | Rename shape example files to get rid of the old pathitem termLaszlo Agocs2017-08-091-2/+2
| * | Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-0976-28/+6632
| |\ \
| | * \ Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0876-28/+6632
| | |\ \
| | | * | Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-081-0/+80
| | | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-0845-10/+57093
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-11111-643/+2532
| | | |\ \ \