aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-029-102/+138
* Doc: Qt QML: Fix documentation warningsTopi Reinio2018-11-024-34/+57
* Don't crash when compiling with QT_FORCE_ASSERTS enabledLars Knoll2018-11-021-1/+1
* Fix a crash when allocating huge memory segmentsLars Knoll2018-11-021-3/+2
* Extend QQmlElement with empty placement delete operatorFredrik Orderud2018-11-021-0/+4
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-017-12/+16
* Doc: Use input handlers and controls wherever appropriateVenugopal Shivashankar2018-11-013-198/+199
* Doc: make QML type naming rules more searchableMitch Curtis2018-11-011-1/+12
* Make sure not to clobber tail call arguments when unrolling stackErik Verbruggen2018-11-011-3/+6
* Clarify documentation about throwError and the specific error typesSimon Hausmann2018-10-312-6/+22
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-1/+10
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-306-1/+157
* Add a brief section about security of JavaScript with QtSimon Hausmann2018-10-301-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-0/+2
|\
| * Document that aliases cannot point to attached propertiesMitch Curtis2018-10-091-0/+2
* | Hold internal reference to incubator object while incubatingMichael Brasser2018-10-261-7/+11
* | Add missing "We mean it." warningLiang Qi2018-10-241-0/+11
* | Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-5/+24
* | Fix lookup of methods in the scope objectSimon Hausmann2018-10-221-5/+9
* | INTEGRITY: Fix build failures on 64-bit ARMPasi Petäjäjärvi2018-10-224-12/+12
* | Export QQmlInstantiator and QQmlInstantiatorPrivate privatelyMitch Curtis2018-10-182-2/+6
* | qtlite: qml-preview depends on features.filesystemwatcherLiang Qi2018-10-181-0/+1
* | JS: Fix stack buffer overflow in the QML/JS parserLars Knoll2018-10-181-15/+10
* | QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-171-1/+1
* | QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-173-44/+56
* | JS: Check if the rhs of an assignment had errors before using itErik Verbruggen2018-10-151-1/+4
* | JS: Check lhs of an 'in' expression to be an lvalueErik Verbruggen2018-10-151-0/+4
* | Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-15/+13
* | Store the instruction pointer in more instructionsErik Verbruggen2018-10-151-0/+4
* | Remove useless assertErik Verbruggen2018-10-151-2/+0
* | Revert "BaselineJIT: slightly improve arm codegen for shifts"Lars Knoll2018-10-151-3/+6
* | Abort parsing on errorLars Knoll2018-10-151-17/+14
* | BaselineJIT: slightly improve arm codegen for shiftsv5.12.0-beta2Erik Verbruggen2018-10-121-6/+3
* | Make the function name printing the same when dumping bytecodeErik Verbruggen2018-10-121-1/+1
* | V4: Conform method_objectLiteral arguments to equal other methodsErik Verbruggen2018-10-124-5/+5
* | JS: Check expressions inside template literals for validityErik Verbruggen2018-10-121-0/+4
* | Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-115-4/+28
* | JS: Check array subscripts for validity when generating codeErik Verbruggen2018-10-111-0/+2
* | QML Engine: Support for JavaScript PromisesValery Kotov2018-10-116-2/+1308
* | Fix possibly uninitialized use of unionErik Verbruggen2018-10-091-2/+2
* | qmlplugindump: Properly handle extension typesKai Koehne2018-10-092-0/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-0/+4
|\|
| * Mark QML captured scope/context loads as having side effectsErik Verbruggen2018-10-041-0/+4
* | Make Codegen::Reference movableErik Verbruggen2018-10-072-67/+4
* | Trim some #includesErik Verbruggen2018-10-073-14/+4
* | ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-0511-31/+174
* | ES7: Detect Tail Position Calls and pass that to the runtimeErik Verbruggen2018-10-0411-34/+180
* | Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* | Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-032-11/+11
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-011-1/+1
|\ \