aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* | TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-102-31/+0
* | Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-103-20/+76
* | QQuickTableViewPrivate::modelIndexAtCell(): print count when assertingMitch Curtis2018-07-091-1/+2
* | QQuickTableViewPrivate::dumpTable(): print absolute path of imageMitch Curtis2018-07-091-3/+5
* | Prefix vtable methods with virtualLars Knoll2018-07-031-6/+6
* | Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+7
* | 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
* | Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-294-11/+26
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-293-3/+7
|\|
| * 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-283-1/+38
* | QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-262-14/+9
* | QQuickTableView: make functions constRichard Moe Gustavsen2018-06-252-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-2541-80/+74
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2541-80/+74
| |\|
| | * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-221-5/+1
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1940-71/+71
| | * 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
* | 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
* | 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
* | 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
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-251-3/+5
* | TableView: update viewport rect from within updatePolish()Richard Moe Gustavsen2018-05-251-8/+9
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-243-9/+8
|\|
| * setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
| * Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* | TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-232-21/+39
* | TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-232-37/+51
* | Add an assert to avoid null pointer dereferenceJesus Fernandez2018-05-221-0/+1
* | TableView: ensure we don't update viewport rect while loading edgesRichard Moe Gustavsen2018-05-161-2/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-155-4/+34
|\|
| * Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7