aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Fix build without features.gesturesTasuku Suzuki2018-05-143-1/+24
| * MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
* | TableView: keep a pointer to the delegate model to reduce the amount of castingRichard Moe Gustavsen2018-05-152-14/+20
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-151-6/+4
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-4/+4
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-143-11/+119
* | Improve ownership handling of Loader.sourceComponentSimon Hausmann2018-05-112-12/+6
* | BorderImage: fix binding loop warning when binding to border propertiesMitch Curtis2018-05-092-4/+12
* | TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-20/+40
* | TableView: release unused model object rather than delete itRichard Moe Gustavsen2018-05-091-3/+3
* | TableView: insert index into FxTableItemRichard Moe Gustavsen2018-05-091-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-091-5/+11
|\|
| * Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-5/+11
* | TableView: factor out private header into separate fileRichard Moe Gustavsen2018-05-043-265/+323
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-0/+6
|\|
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+6
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-033-5/+42
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-278-26/+66
|\|