aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Blacklist tst_QQmlProfilerService::translationBinding()Liang Qi2018-01-081-0/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-088-1/+106
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-208-1/+106
| |\| |
| | * | 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
* | | | Avoid warning about comparing QVariant::Bool to QMetatype::BoolUlf Hermann2018-01-081-1/+1
* | | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-062-8/+0
* | | | Fix decoding of bytecode instructions on ARM generated on x86-64Simon Hausmann2018-01-051-0/+34
* | | | Fix failed assertions coming from the QML list modelLars Knoll2017-12-292-6/+4
|/ / /
* | | V4: Only start JITting after a minimum of 3 callsErik Verbruggen2017-12-141-2/+23
* | | Fix QJSEngine::evaluate regressionErik Verbruggen2017-12-141-0/+18
* | | Fix iterator assignment for for-in loopsErik Verbruggen2017-12-131-0/+33
* | | Update to new QRandomGenerator APIThiago Macieira2017-12-051-8/+8
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-218-83/+88
|\ \ \
| * | | Temporarily disable the widgetsinqml autotestLars Knoll2017-11-141-1/+1
| * | | Set Jump locations for loopsUlf Hermann2017-11-081-6/+5
| * | | V4 debugger: re-enable some more testsUlf Hermann2017-11-081-2/+0
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0821-45/+308
| |\ \ \
| * | | | V4 debugger: Fix tests for function expressionsUlf Hermann2017-11-071-10/+5
| * | | | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-13/+6
| * | | | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-1/+0
| * | | | Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
| * | | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
| * | | | Get rid of JSCallData::call()Lars Knoll2017-11-071-12/+12
| * | | | Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
| * | | | Codegen: Set source location for return instructionUlf Hermann2017-11-061-1/+0
| * | | | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-062-34/+14
| * | | | Fix JavaScript profilingUlf Hermann2017-11-061-1/+0
| * | | | Re-enable tests/auto/qml/debuggerUlf Hermann2017-10-244-4/+39
| * | | | Never truncate the JS stackLars Knoll2017-10-231-0/+12
| * | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2232-57/+656
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \