aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove extra addrefMichael Brasser2017-12-293-0/+44
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-212-0/+22
* Add the source directory as import paths in tst_qqmlimportUlf Hermann2017-12-111-3/+3
* Pass the source directory in the plugindump testUlf Hermann2017-12-112-1/+2
* Add a means to unregister custom qml typesAndy Shaw2017-12-013-0/+209
* More fine-grained deferred property executionJ-P Nurmi2017-11-251-0/+152
* Re-enable QML memory profilingUlf Hermann2017-11-233-1/+40
* Don't reject plugin-only qmldir filesUlf Hermann2017-11-222-12/+41
* Fix URL interception for qmldir filesUlf Hermann2017-11-223-0/+262
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
* Fix outdated BSD license header in tests to use GPL-EXCEPTKai Koehne2017-10-231-29/+17
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-203-0/+52
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-192-0/+32
* Fix execution of deferred propertiesJ-P Nurmi2017-10-185-0/+102
* Fix outdated BSD license headerKai Koehne2017-10-175-10/+60
* ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-5/+5
* 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
* Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
* 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
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
* Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-0/+44
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-133-0/+64
* tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-082-6/+26
* Also run the ecmascript testsuite in the interpreterErik Verbruggen2017-06-081-1/+1
* 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
* | 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
* | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-172-0/+32
|/
* Fix build of tst_qqmlengineSzabolcs David2017-05-091-0/+1
* Fix licensingJani Heikkinen2017-05-042-33/+23
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-031-0/+12
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-024-0/+35
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-272-0/+23
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-272-0/+23
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-182-0/+24
* | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-0/+19
|/ /
* | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39