aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1512-1/+205
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1212-1/+205
| |\ \
| | * | 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
* | | | Use QOverload instead of static_cast for connectJesus Fernandez2018-02-151-1/+1
* | | | Fix memory leak with ListModel.getSimon Hausmann2018-02-121-0/+28
* | | | Windows: Fix tst_QQmlDebugProcess failureFriedemann Kleint2018-02-121-0/+1
|/ / /
* | | QQmlProfilerService: Don't crash test if client is never createdUlf Hermann2018-02-081-0/+3
* | | QmlDebug: Use EngineControl to hold engines until we're done with themUlf Hermann2018-02-082-13/+4
* | | QmlDebug: Don't lie about blocked engines in EngineControlUlf Hermann2018-02-081-0/+7
* | | blacklist qmlprofiler autotests which depend on AUT terminatingShawn Rutledge2018-02-061-0/+10
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0616-5/+147
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0216-5/+147
| |\| |
| | * | 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
* | | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-025-77/+0
* | | | Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-023-346/+331
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-025-41/+27
|/ / /
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-284-1/+35
* | | FolderListModel: add status propertyIlya Kotov2018-01-281-0/+16
* | | Match QQmlEngineDebugServiceTest to the serviceUlf Hermann2018-01-252-5/+17
* | | QQmlEngineDebugService: Output better diagnostics on test failureUlf Hermann2018-01-251-3/+7
* | | Minor data structure cleanupSimon Hausmann2018-01-222-25/+1
* | | Fix license headersJani Heikkinen2018-01-161-17/+12
* | | Get rid of BuiltinFunctionLars Knoll2018-01-151-3/+3
* | | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-125-0/+46
* | | Arguments passed to functions should shadow the function nameLars Knoll2018-01-121-0/+15
* | | Add setContextProperties()Thomas Hartmann2018-01-121-0/+27
* | | Revert "Blacklist tst_QQmlProfilerService::translationBinding()"Ulf Hermann2018-01-091-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0910-4/+696
|\| |
| * | 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