aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-071-0/+3
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-221-15/+17
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
* PinchArea: Keep the touch/mouse grab when pinch activatedSeokha Ko2022-09-141-0/+4
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-022-7/+25
* Doc: fix typo in QQuickAccessibleOliver Eftevaag2022-08-281-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-272-2/+22
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-161-0/+6
* doc: fix spelling error in qquicktreeview.cppRichard Moe Gustavsen2022-08-091-1/+1
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-192-1/+4
* Avoid use-after-free in QQuickPathViewUlf Hermann2022-07-182-3/+13
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-151-2/+5
* Fix memory leak in QQuickItemViewTransitionableItem::completeTransitionUlf Hermann2022-07-141-1/+2
* QQuickItemPrivate::handlePointerEvent: avoid passive grabbers tooShawn Rutledge2022-07-132-7/+7
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if mouse eventShawn Rutledge2022-07-131-5/+11
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+2
* Flickable: don't grab on press if already movingShawn Rutledge2022-07-041-2/+3
* Repeater: Add cancel culling of item description info from ObjectModelLu YaNing2022-07-011-2/+3
* QQuickWindow: Implement QWindowPrivate::clearFocusObject()Richard Moe Gustavsen2022-07-012-0/+8
* Ensure that when an item resizes, its layer resizes immediatelyShawn Rutledge2022-06-301-1/+3
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-271-10/+10
* Repeater: uncull items that come from ObjectModelChen Bin2022-06-271-0/+5
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-2/+21
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-191-8/+10
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-181-0/+2
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-172-15/+32
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-081-1/+2
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-021-3/+20
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-201-1/+2
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-122-5/+19
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-111-1/+3
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-111-2/+4
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-101-2/+20
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-071-0/+1
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-071-2/+0
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-071-1/+1
* Quick: includemocsMarc Mutz2022-05-0710-0/+22
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-071-2/+5
* PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told toShawn Rutledge2022-05-071-2/+12
* Work around GCC 8 limitation in constexpr functionsRafael Roquetto2022-05-051-0/+6
* MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-051-1/+2
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-052-4/+9
* Flickable: if QWheelEvent scrollPhase is missing, use angleDeltaShawn Rutledge2022-05-011-1/+1
* Doc: link to SystemPalette in more placesMitch Curtis2022-04-202-2/+2
* Remove unused variables in src/quickAndrei Golubev2022-04-071-6/+0
* QQuickTableView, doc: fixup some documentation errorsRichard Moe Gustavsen2022-04-061-3/+3