aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Tooling: Fix integer range checksUlf Hermann2018-06-062-10/+5
| * Add changes file for Qt 5.9.6Antti Kokko2018-06-051-0/+43
| * Add changes file for Qt 5.9.5Antti Kokko2018-06-051-0/+69
| * Add binary compatibility files for Qt 5.11Milla Pohjanheimo2018-06-054-0/+57946
| * Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
| * Bump versionOswald Buddenhagen2018-05-311-1/+1
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-302-0/+24
| * Formals come after locals in the CallContextLars Knoll2018-05-292-4/+37
| * Fix a crash in the modulus operationLars Knoll2018-05-282-1/+11
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-177-16/+59
* | TableView: invalidate the table upon model changesRichard Moe Gustavsen2018-06-091-9/+2
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-096-33/+79
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-092-10/+14
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-086-31/+62
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-045-37/+145
* | 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-042-2/+2
* | Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-0410-27/+27
* | skip Symbol properties in for-in loopsLars Knoll2018-06-042-3/+2
* | Fix creation of object literalsLars Knoll2018-06-0413-209/+117
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-045-20/+26
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-043-4/+7
* | The length property of RegExp should be configurableLars Knoll2018-06-042-2/+1
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-042-3/+7
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-042-25/+16
* | Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-047-21/+48
* | Add the start of a Map from ES7Robin Burchell2018-06-0111-137/+717
* | Add the start of a Set from ES7Robin Burchell2018-05-3017-200/+663
* | Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivateShawn Rutledge2018-05-304-29/+127
* | qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-304-52/+169
* | qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-303-25/+72
* | Fail early if process crashes in QQmlProfilerService testUlf Hermann2018-05-301-0/+2
* | Memory manager: Track icAllocator as part of used and allocated memoryUlf Hermann2018-05-301-3/+4
* | QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
* | fix a crash in QQuickEventPoint::setGrabberPointerHandlerShawn Rutledge2018-05-291-1/+1
* | 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-285-21/+145
* | The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-282-2/+1
* | Add comment about use of memfd for JIT memory allocations on AndroidSimon Hausmann2018-05-281-0/+3
* | Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-288-47/+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
* | TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-287-28/+61