aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * Clear delivery agent delegated focusJere Tuliniemi2022-10-061-1/+5
| * Doc: link to QQuickPaintedItem examplesMitch Curtis2022-10-031-0/+2
| * Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-15/+17
| * DA: don't exit early from deliverHoverEvents when we have hovered itemsRichard Moe Gustavsen2022-09-201-6/+11
| * Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
| * DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-162-14/+30
| * QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-09-152-1/+4
| * PinchArea: Keep the touch/mouse grab when pinch activatedSeokha Ko2022-09-151-0/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-0141-29/+169
|\|
| * Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-062-7/+25
| * Optimize QQuickMultiPointHandler::grabPoints slightlyShawn Rutledge2022-09-021-1/+1
| * PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-021-0/+1
| * Doc: fix typo in QQuickAccessibleOliver Eftevaag2022-08-261-1/+1
| * Flickable: don't grab on press if already movingShawn Rutledge2022-08-261-2/+3
| * Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
| * Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
| * A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
| * doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-161-0/+2
| * PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-161-0/+6
| * Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5
| * Clarify QSGRenderNode docsLaszlo Agocs2022-08-041-7/+8
| * Quick: includemocsMarc Mutz2022-07-2128-0/+58
| * Avoid use-after-free in QQuickPathViewUlf Hermann2022-07-212-3/+13
| * Fix memory leak in QQuickItemViewTransitionableItem::completeTransitionUlf Hermann2022-07-141-1/+2
| * Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-132-2/+12
| * Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-07-121-3/+7
| * Consistently set and reset QQuickPointerHandler's currentEventVolker Hilsheimer2022-07-121-3/+4
| * Delete transition when it's canceledBumjoon Park2022-07-071-0/+2
| * QQuickWindow: Implement QWindowPrivate::clearFocusObject()Richard Moe Gustavsen2022-07-052-0/+8
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-24473-10223/+10223
* | Flickable: don't grab on press if already movingShawn Rutledge2022-07-011-2/+3
|/
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-271-10/+10
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-231-2/+21
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-181-8/+10
* Fix alpha with native text renderingLaszlo Agocs2022-06-161-1/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-131-13/+22
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-06-082-4/+9
* QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-06-082-3/+2
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-06-081-3/+11
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-06-081-1/+1
* QSGBatchRenderer: look for ShaderManager by type only, ignore nameMarc Mutz2022-06-041-1/+1
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-06-042-5/+19
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-041-3/+20
* doc: Fix inherited property docs in HoverHandlerShawn Rutledge2022-06-045-0/+306
* QQuickStateGroup: Check "when" binding for context before evaluatingUlf Hermann2022-06-041-3/+7
* Doc: link to SystemPalette in more placesMitch Curtis2022-06-043-2/+4
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-06-041-1/+2
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-06-041-2/+3
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-06-041-1/+3