aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2232-57/+656
|\
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-5/+5
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2218-28/+313
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2018-28/+313
| | |\
| | | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-9/+52
| | | * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-0/+23
| | | * 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
| | | * 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
| * | | Fix support for creating QWidgets in QMLSimon Hausmann2017-09-213-1/+297
| * | | Enable tests for boot2qtSami Nurmenniemi2017-09-215-15/+29
| * | | In tst_qqmlimport, import from the source directoryUlf Hermann2017-09-201-3/+3
| * | | Make qmlplugindump work in shadow buildsUlf Hermann2017-09-204-4/+9
* | | | Fix delayed loading of arguments in binary expressionsErik Verbruggen2017-09-201-0/+8
* | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0825-276/+569
|\| | |
| * | | 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
| |/ /
| * | 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-231-16/+13
* | | 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-2274-839/+1301
|\| |
| * | 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-184-67/+61
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-184-67/+61
| | |\|
| | | * Bump tests262 submodule to include .gitattributes fixSimon Hausmann2017-08-071-0/+0
| | | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-12/+6
| | | * Use QQmlType by valueLars Knoll2017-08-022-55/+55
| * | | 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-1719-27/+3
| * | | Avoid leaking resources on test failures in QQmlDebugService testUlf Hermann2017-08-171-11/+12
| |/ /
| * | 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
| * | Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-023-3/+64
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2811-3/+53
| |\|
| | * Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53