aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
* Un-blacklist qsequentialanimationgroupjob testShawn Rutledge2018-12-131-2/+0
* Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-123-0/+31
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-071-0/+9
|\
| * QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
* | Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-12/+12
* | QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-303-0/+81
* | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-292-1/+6
* | JS: Limit expression and statement nesting levelErik Verbruggen2018-11-291-0/+24
* | Fix qmlplugindump version dump issueMichal Policht2018-11-234-0/+32
* | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-0/+40
* | Ensure our builtin constructors are subclassableLars Knoll2018-11-222-5/+43
* | QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-209-0/+105
* | JS: Check pattern target to be an lvalueErik Verbruggen2018-11-191-0/+1
* | JS: Handle check for dangling jump gracefullyErik Verbruggen2018-11-191-0/+1
* | QML: Use all available type information to find enum typesUlf Hermann2018-11-193-1/+83
* | Properly mark variables as unresolved when accessed from evalLars Knoll2018-11-161-1/+0
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-163-3/+33
|\|
| * 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
* | Qml Tooling: Test that trace events arrive in chronological orderUlf Hermann2018-11-151-0/+6
* | Qml Tooling: Fix crash in QQmlProfilerService testUlf Hermann2018-11-151-2/+2
* | QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-143-1/+32
* | Create proper template objects for tagged templatesLars Knoll2018-11-051-7/+1
* | Correctly read files with a \0 in themLars Knoll2018-11-052-3/+2
* | Create proper template objectsLars Knoll2018-11-021-16/+0
|/
* 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