aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-044-10/+30
|\
| * Revert "Fix "white line on top and left side of screen" issue"Morten Sørvig2023-03-012-13/+11
| * Doc: Mention QDS and UI files in Best PracticesLeena Miettinen2023-02-141-3/+24
| * Fix "white line on top and left side of screen" issueMorten Sørvig2023-01-302-11/+13
| * Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-202-6/+3
| * Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-115-4/+13
|\|
| * doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-12-011-0/+3
| * Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-181-1/+5
| * Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-10-311-2/+0
| * QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
| * Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* | 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