aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-0917-124/+149
|\
| * Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-15/+17
| * Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
| * Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-09-131-3/+6
| * Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-082-7/+25
| * A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
| * doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
| * QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warningsMarc Mutz2022-07-212-0/+4
| * Android: Fix crash on tap handler with a S-PenSamuel Mira2022-07-201-0/+2
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-241-13/+22
| * Stop using the same buffer for vertex and index dataLaszlo Agocs2022-06-154-68/+18
| * 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
| * MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-182-14/+19
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-2439-18/+423
|\|
| * Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-091-1/+1
| * MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-091-2/+5
| * Quick: includemocsMarc Mutz2022-05-0624-0/+50
| * QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-05-062-2/+1
| * PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told toShawn Rutledge2022-05-061-2/+12
| * Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-041-0/+1
| * MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-031-1/+2
| * Avoid -Wclass-memaccess warningFabian Kosmale2022-05-031-1/+1
| * doc: Fix inherited property docs in HoverHandlerShawn Rutledge2022-04-285-0/+306
| * Set depth mask correctly for clearAntti Määttä2022-03-301-0/+1
| * Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-292-2/+23
| * QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-212-7/+20
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-2336-53/+282
|\|
| * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
| * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
| * Update the window cursor on mouse releaseShawn Rutledge2022-03-171-0/+3
| * Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2022-03-081-1/+1
| * Fix crash with NativeRendering on RHIEskil Abrahamsen Blomfeldt2022-03-0812-0/+0
| * A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-062-3/+9
| * QQuickWindow: improve docs for activeFocusItemRichard Moe Gustavsen2022-02-181-0/+2
| * Support ' in styled textAlbert Astals Cid2022-02-182-1/+3
| * Doc: add example snippets for containmentMaskMitch Curtis2022-02-175-4/+171
| * Correctly handle QQuickState::whenFabian Kosmale2022-02-101-1/+8
| * Fix indices alignment problemHatem ElKharashy2022-02-071-3/+18
| * doc: Fix QQuickItem point/rect mapping methods signaturesIvan Tkachenko2022-02-031-10/+10
| * Doc: Fix QtQuick::Loader::item typeIvan Tkachenko2022-02-031-1/+1
| * Doc: fix incorrect type name on focus pageMitch Curtis2022-02-031-1/+1
| * Fix incorrect behavior after displace transitionTony Leinonen2022-02-031-0/+2
| * Fix edge cases in arcToDelf Neumärker2022-02-032-18/+13
| * Treat unknown tablet device as stylus and create QTabletEventShawn Rutledge2022-01-032-1/+5
| * GridView: Set content position when changing cell sizeTony Leinonen2022-01-031-0/+2
| * QQuickItemViewTransitionAttached: Avoid dangling pointersUlf Hermann2021-12-172-3/+9
| * Bound animatorjob value to the given rangeAntti Määttä2021-12-152-2/+20
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1023-100/+190
|\|
| * deliverSinglePointEventUntilAccepted(): skip items that aren't shownShawn Rutledge2021-12-101-0/+2