aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-212-24/+2
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-211-6/+6
* Rework unwind handlingLars Knoll2018-06-211-1/+1
* tst_qquickpositioners::createView: replace qDebugs, fix warningShawn Rutledge2018-06-201-5/+11
* macOS: tst_qquickpositioners::test_mirroring: use basic render loopShawn Rutledge2018-06-201-0/+4
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-198-2/+58010
|\
| * QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
| * Add binary compatibility files for Qt 5.11Milla Pohjanheimo2018-06-054-0/+57946
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
| * Formals come after locals in the CallContextLars Knoll2018-05-291-0/+32
| * Fix a crash in the modulus operationLars Knoll2018-05-281-0/+10
* | Ensure we read context properties before the global objectLars Knoll2018-06-174-1/+31
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-092-1/+48
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-9/+13
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-2/+42
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-042-0/+89
* | Show property name in error messageRainer Keller2018-06-041-1/+1
* | skip Symbol properties in for-in loopsLars Knoll2018-06-041-2/+0
* | Fix creation of object literalsLars Knoll2018-06-041-30/+0
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-041-6/+0
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-041-2/+0
* | The length property of RegExp should be configurableLars Knoll2018-06-041-1/+0
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-1/+0
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-041-22/+0
* | Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-11/+0
* | Add the start of a Map from ES7Robin Burchell2018-06-012-135/+1
* | Add the start of a Set from ES7Robin Burchell2018-05-302-183/+1
* | qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-301-37/+0
* | qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-301-25/+0
* | Fail early if process crashes in QQmlProfilerService testUlf Hermann2018-05-301-0/+2
* | Fix language change support for qsTr in ListElementSimon Hausmann2018-05-282-0/+10
* | The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-281-1/+0
* | Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-33/+0
* | TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-285-10/+10
* | qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-271-12/+0
* | Fix multi line string literals using backquotesLars Knoll2018-05-261-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-263-224/+286
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-1/+62
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-0/+1
| * tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
| * tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* | qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-251-20/+0
* | qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-251-13/+0
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-252-0/+45
* | Implement Object.is and Object.getOwnPropertySymbolsLars Knoll2018-05-241-24/+0
* | Fix the inheritance structure for typed arraysLars Knoll2018-05-241-124/+0
* | Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-1/+0
* | Fix Function.prototype.nameLars Knoll2018-05-241-1/+0
* | Fix the length property of various functionsLars Knoll2018-05-241-32/+0
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-2418-3/+209
|\|