aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
* Stop codegen after errorErik Verbruggen2018-11-131-0/+1
* Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+18
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-2/+2
* Fix a crash when allocating huge memory segmentsLars Knoll2018-11-021-0/+12
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-313-1/+16
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-3/+60
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-4/+30
|\
| * Qt Labs Settings: warn if failed to initialize internal QSettings instanceMitch Curtis2018-10-111-4/+30
* | Hold internal reference to incubator object while incubatingMichael Brasser2018-10-262-0/+49
* | Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-1/+1
* | Fix lookup of methods in the scope objectSimon Hausmann2018-10-222-0/+27
* | Add test for importing let/const variables from scriptsJüri Valdmann2018-10-228-0/+120
* | Add sortCaseSensitive property so the sorting can ignore the caseAndy Shaw2018-10-193-7/+38
* | JS: Fix stack buffer overflow in the QML/JS parserLars Knoll2018-10-181-0/+1
* | JS: Check if the rhs of an assignment had errors before using itErik Verbruggen2018-10-151-0/+1
* | JS: Check lhs of an 'in' expression to be an lvalueErik Verbruggen2018-10-151-0/+1
* | Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-0/+69
* | Abort parsing on errorLars Knoll2018-10-151-0/+1
* | JS: Check expressions inside template literals for validityErik Verbruggen2018-10-121-0/+1
* | Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-114-1/+22
* | JS: Check array subscripts for validity when generating codeErik Verbruggen2018-10-111-0/+20
* | QML Engine: Support for JavaScript PromisesValery Kotov2018-10-1136-146/+2228
* | QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-1/+1
* | QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-103-1/+90
* | qmlplugindump: Properly handle extension typesKai Koehne2018-10-098-1/+233
* | Merge qmlplugindump testsKai Koehne2018-10-0929-11/+742
* | Fix qmlplugindump autotestKai Koehne2018-10-092-1/+3
* | ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-31/+0
* | QmlPreview: Add the language file to TESTDATAUlf Hermann2018-10-051-1/+2
* | QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+1
* | Fix test262 submodule sha1Simon Hausmann2018-09-241-0/+0
* | Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-233-1/+19
* | Better inheritance structure for functionsLars Knoll2018-09-231-2/+0
* | Fix tst_qmldiskcache::cacheResources() and cacheModuleScripts() on WindowsFriedemann Kleint2018-09-201-22/+30
* | Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-0/+0
* | Qml Preview: Record more detailed frame statisticsUlf Hermann2018-09-101-7/+17
* | Bump tests262 submodule to include .gitattributes fixJani Heikkinen2018-09-101-0/+0
* | Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-101-6/+0
* | Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-1/+0
* | Include symbols in getOwnPropertyKeysLars Knoll2018-09-091-2/+0
* | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+0
* | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-4/+0
* | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-081-3/+0
* | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-081-1/+0
* | Skip all realm related testsLars Knoll2018-09-082-105/+14
* | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-081-3/+0
* | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+0
* | Fix test failures in NumberLars Knoll2018-09-081-9/+0
* | Fix a corner case in Math.max()Lars Knoll2018-09-071-1/+0