aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-284-0/+36
* Prevent crashes when profiling translation bindingsUlf Hermann2017-11-113-1/+31
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-0/+39
|\
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
* | Update to new QRandomGenerator APIThiago Macieira2017-11-031-8/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-251-29/+17
|\|
| * Fix outdated BSD license header in tests to use GPL-EXCEPTKai Koehne2017-10-231-29/+17
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2414-10/+246
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-5/+5
|\|
| * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-5/+5
* | 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-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
* | 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
* | 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
* | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-143-0/+61
* | Add support for enum declarations in QMLMichael Brasser2017-07-1313-0/+98
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+44
|\|