aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-2615-80/+69
* Move special handling of getOwnProperty for StringObject where it belongsLars Knoll2018-06-263-10/+23
* Remove obsolete optionSimon Hausmann2018-06-261-3/+0
* QSGAdaptationLayer: Remove QLinkedList usageRobin Burchell2018-06-262-11/+10
* Fix string memory leak in JavaScript ASTSimon Hausmann2018-06-257-20/+27
* QQuickTableView: make functions constRichard Moe Gustavsen2018-06-252-4/+4
* MultiPointHandler::hasCurrentPoints: OK if event has more pointsShawn Rutledge2018-06-252-4/+4
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-255-63/+165
* Add test init function for C++ partsRainer Keller2018-06-252-0/+10
* doc: Remove hint to use not recommended constructorRainer Keller2018-06-251-3/+0
* Improve error messageRainer Keller2018-06-252-2/+3
* Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-256-9/+86
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-25154-316/+723
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-25154-316/+723
| |\
| | * Remove dead test - compilerwarningsLiang Qi2018-06-221-38/+0
| | * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-226-12/+116
| | * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-226-25/+220
| | * PacketProtocol: Explicitly transmit packet sizes in little endianUlf Hermann2018-06-221-5/+15
| | * Doc: Correct QML type for FolderListModel.folderPaul Wicking2018-06-211-4/+4
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
| | * Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
| | * Fix transitive includeUlf Hermann2018-06-201-0/+2
| | * CMake: fix bad argument quoting when calling rccRolf Eike Beer2018-06-191-1/+1
| | * revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-195-18/+3
| | * qmlcachegen: Remove superfluous semicolons from generated codeJoerg Bornemann2018-06-191-2/+2
| | * Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-198-10/+88
| | * Attempt to stabilize tst_qquickwindow::openglContextCreatedSignalSimon Hausmann2018-06-191-1/+1
| | * Fix support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2018-06-191-0/+12
| | * Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Simon Hausmann2018-06-191-0/+56
| | |\
| | | * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+56
| | | |\
| | | | * Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-151-0/+56
| | * | | Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-19121-192/+192
| | * | | Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | | | | Fix compiler warningSimon Hausmann2018-06-251-1/+1
* | | | | Fix running the test suite on WindowsSimon Hausmann2018-06-251-0/+1
* | | | | Fix a smaller spec incompatibility in ProxyLars Knoll2018-06-251-7/+7
* | | | | Add Proxy support for prototype handlingLars Knoll2018-06-2524-136/+206
* | | | | Support preventExtensions in Proxy handlersLars Knoll2018-06-257-9/+47
* | | | | Add support for isExtensible in proxy handlersLars Knoll2018-06-255-11/+41
* | | | | Fix length properties of global constructorsLars Knoll2018-06-256-9/+5
* | | | | Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-253-15/+109
* | | | | Add virtual interface for hasPropertyLars Knoll2018-06-256-45/+32
* | | | | Fix a source of potential bugs in the Identifier tableLars Knoll2018-06-251-0/+6
* | | | | Implement a virtual interface for getOwnPropertyLars Knoll2018-06-2521-191/+135
* | | | | Partial Proxy supportLars Knoll2018-06-2510-138/+401
|/ / / /
* | | | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
* | | | Clean up finally code genSimon Hausmann2018-06-231-5/+4
* | | | Add run time assertion for local handlingSimon Hausmann2018-06-231-0/+2
* | | | Fix remaining failues with qjstest --jitSimon Hausmann2018-06-223-2/+24
* | | | Fix language/expressions/equals/coerce-symbol-to-prim-return-prim.js with JITSimon Hausmann2018-06-222-129/+122