aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-0249-296/+263
* Unify put and putIndexedLars Knoll2018-07-0238-264/+195
* Add basic support for subclassingLars Knoll2018-07-022-29/+16
* Improve error messageRainer Keller2018-07-022-3/+5
* Always use commit sha1 for QML_COMPILE_HASHSamuli Piippo2018-07-021-1/+1
* tst_qquicktestinput: Fix for test due to QIntValidator changeTuomas Heimonen2018-07-021-3/+0
* Add QJSEngine::throwError() method to report run-time errorsRichard Weickelt2018-07-023-0/+105
* Fix running the ES test suiteSimon Hausmann2018-07-023-6/+7
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-294-4/+13
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-294-26/+45
* Internal naming cleanupSimon Hausmann2018-06-294-9/+9
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-293-35/+23
* Move QQSinglePointHandler::acceptedButtons to QQPointerDeviceHandlerShawn Rutledge2018-06-295-46/+51
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-2911-44/+76
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-2915-61/+278
|\
| * Adapt floating point precision test to changes in QtBaseSimon Hausmann2018-06-281-11/+19
| * Clarify error message when using eval in signal handlersSimon Hausmann2018-06-282-6/+8
| * Doc: Fix broken linksVenugopal Shivashankar2018-06-282-2/+2
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-264-30/+53
| * Build without the draganddrop featureAndy Shaw2018-06-252-3/+2
| * Doc: Improve shared javascript resources phrasingPaul Wicking2018-06-251-9/+18
| * QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-253-0/+176
* | Introduce a private API version to faciliate API changesSimon Hausmann2018-06-281-0/+2
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-2811-5/+443
* | Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-2710-227/+370
* | PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-274-13/+35
* | PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-273-8/+10
* | QQmlInstanceModel: add virtual function to get abstractItemModelRichard Moe Gustavsen2018-06-273-0/+9
* | Move JIT helper functions into a reusable namespaceErik Verbruggen2018-06-274-106/+258
* | Simplify storeProperty runtime APISimon Hausmann2018-06-274-17/+9
* | Simplify storeElement runtime APISimon Hausmann2018-06-274-15/+8
* | Add inlinable fastpath for namedObjectsPerComponentErik Verbruggen2018-06-272-16/+21
* | Cleanups in FunctionObjectLars Knoll2018-06-272-24/+27
* | QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-263-54/+15
* | Add a MemberFunction function objectLars Knoll2018-06-265-10/+46
* | Various fixes for class supportLars Knoll2018-06-268-566/+120
* | throw a type error when trying to write to a const variableLars Knoll2018-06-266-43/+55
* | Properly distinguish between class expressions and declarationsLars Knoll2018-06-2610-6/+77
* | prototype can't be the name of a static class methodLars Knoll2018-06-261-13/+18
* | Add basic support for EcmaScript classesYulong Bai2018-06-2621-51/+377
* | Implement defineProperty for proxy objectsLars Knoll2018-06-263-7/+55
* | Cleanup defineOwnPropertyLars Knoll2018-06-268-148/+152
* | 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