aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-3/+8
* Unify put and putIndexedLars Knoll2018-07-021-2/+6
* 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-291-3/+3
* 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-295-5/+9
|\
| * Doc: Fix broken linksVenugopal Shivashankar2018-06-282-2/+2
| * Build without the draganddrop featureAndy Shaw2018-06-252-3/+2
| * QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-251-0/+5
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-2810-5/+257
* | 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
* | QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-262-14/+9
* | QSGAdaptationLayer: Remove QLinkedList usageRobin Burchell2018-06-262-11/+10
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-2571-147/+398
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2571-147/+398
| |\|
| | * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-223-6/+58
| | * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-225-21/+220
| | * Fix transitive includeUlf Hermann2018-06-201-0/+2
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1962-116/+116
| | * Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-5/+5
|/ /
* | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
* | Add missing 'we mean it' warning to private headerKai Koehne2018-06-221-0/+11
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-211-0/+2
* | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-214-49/+21
* | Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-212-36/+41
* | Move wantsEventPoint() up from SinglePointHandler to QQPointerHandlerShawn Rutledge2018-06-205-7/+7
* | Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-202-0/+110
* | Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-202-124/+74
* | Fix non-initialized class memberJesus Fernandez2018-06-202-6/+5
* | Reduce warning frequency: missing point neither cancelled nor releasedShawn Rutledge2018-06-201-3/+8
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-5/+5
|\|
| * Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
* | TableView: invalidate the table upon model changesRichard Moe Gustavsen2018-06-091-9/+2
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-1/+1
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-1/+1
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-043-37/+56
* | Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivateShawn Rutledge2018-05-304-29/+127
* | QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
* | fix a crash in QQuickEventPoint::setGrabberPointerHandlerShawn Rutledge2018-05-291-1/+1
* | TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-282-18/+51
* | Make the PathView doc snippet match the animated gif betterShawn Rutledge2018-05-251-2/+2