aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-072-0/+20
|\
| * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-026-0/+157
|\|
| * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+18
| * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-024-0/+131
| * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-316-1/+28
|\|
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-312-1/+11
| * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-274-0/+17
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2417-5/+149
|\|
| * Fix crash when accessing a deleted objectMitch Curtis2018-01-112-0/+36
| * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-1/+2
| * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-043-0/+8
| * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-044-0/+32
| * 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0410-4/+696
|\|
| * 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
* | 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
|\|