aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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