aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-0246-292/+260
* Unify put and putIndexedLars Knoll2018-07-0237-263/+195
* Add basic support for subclassingLars Knoll2018-07-021-6/+16
* Improve error messageRainer Keller2018-07-021-1/+3
* Always use commit sha1 for QML_COMPILE_HASHSamuli Piippo2018-07-021-1/+1
* Add QJSEngine::throwError() method to report run-time errorsRichard Weickelt2018-07-022-0/+70
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-292-4/+4
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-292-6/+6
* Internal naming cleanupSimon Hausmann2018-06-294-9/+9
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-291-1/+4
* Move QQSinglePointHandler::acceptedButtons to QQPointerDeviceHandlerShawn Rutledge2018-06-295-46/+51
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-299-44/+72
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-299-35/+75
|\
| * Doc: Fix broken linksVenugopal Shivashankar2018-06-282-2/+2
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-263-21/+48
| * 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-251-0/+5
* | Introduce a private API version to faciliate API changesSimon Hausmann2018-06-281-0/+2
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-2810-5/+257
* | Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-279-225/+370
* | PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-272-10/+26
* | PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-272-6/+8
* | 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-262-14/+9
* | Add a MemberFunction function objectLars Knoll2018-06-265-10/+46
* | Various fixes for class supportLars Knoll2018-06-267-44/+112
* | throw a type error when trying to write to a const variableLars Knoll2018-06-265-33/+55
* | Properly distinguish between class expressions and declarationsLars Knoll2018-06-269-4/+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-2620-22/+376
* | Implement defineProperty for proxy objectsLars Knoll2018-06-262-0/+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
* | 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-251-1/+2
* | Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-254-6/+62
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-25131-241/+544
|\ \