aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-212-19/+19
* Rework unwind handlingLars Knoll2018-06-2113-430/+349
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-194-14/+9
|\
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+2
| * Formals come after locals in the CallContextLars Knoll2018-05-291-4/+5
| * Fix a crash in the modulus operationLars Knoll2018-05-281-1/+1
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-173-15/+28
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-093-31/+30
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-29/+20
* | QQmlDelegateModelAttached: factor out resetCurrentIndex()Richard Moe Gustavsen2018-06-042-8/+16
* | QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-042-4/+9
* | Fix typoRainer Keller2018-06-041-1/+1
* | Show property name in error messageRainer Keller2018-06-041-1/+1
* | Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-0410-27/+27
* | skip Symbol properties in for-in loopsLars Knoll2018-06-041-1/+2
* | Fix creation of object literalsLars Knoll2018-06-0412-179/+117
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-044-14/+26
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-042-2/+7
* | The length property of RegExp should be configurableLars Knoll2018-06-041-1/+1
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-2/+7
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-041-3/+16
* | Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-046-10/+48
* | Add the start of a Map from ES7Robin Burchell2018-06-019-2/+716
* | Add the start of a Set from ES7Robin Burchell2018-05-3015-17/+662
* | qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-303-15/+169
* | qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-302-0/+72
* | Memory manager: Track icAllocator as part of used and allocated memoryUlf Hermann2018-05-301-3/+4
* | Simplify with context runtime handlingSimon Hausmann2018-05-294-19/+14
* | Fix possibly unaligned reads in interpreterErik Verbruggen2018-05-291-1/+3
* | Minor cleanup with bytecode pointer typesSimon Hausmann2018-05-287-8/+8
* | Remove unused QV4::Function::code memberSimon Hausmann2018-05-284-7/+3
* | Fix language change support for qsTr in ListElementSimon Hausmann2018-05-283-21/+135
* | The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-281-1/+1
* | Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-287-14/+68
* | Rename qv4jit* to qv4baselinejitErik Verbruggen2018-05-284-4/+4
* | Move bytecode handler into a separate file, so it can be re-usedErik Verbruggen2018-05-286-529/+650
* | Fix build with QT_NO_THREADSimon Hausmann2018-05-281-1/+1
* | qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-272-0/+46
* | Fix multi line string literals using backquotesLars Knoll2018-05-261-1/+1
* | Cleanup JS stack allocationsLars Knoll2018-05-268-30/+65
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-262-4/+3
|\|
| * Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* | qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-254-1/+57
* | qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-253-0/+55
* | V4: Peephole optimize LoadReg/MoveRegErik Verbruggen2018-05-252-1/+31
* | Don't use empty values anymore to store internal freelistsLars Knoll2018-05-245-69/+37
* | Implement Object.is and Object.getOwnPropertySymbolsLars Knoll2018-05-242-8/+41