aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Update opensource license to .frag and .vert filesv5.15.17-lts-lgpl5.15.17Tarja Sundqvist2025-06-09127-2540/+2540
* Merge tag 'v5.15.17-lts' into tqtc/lts-5.15-opensourceTarja Sundqvist2024-11-20131-5/+4962
|\
| * Flickable: don't allow dragging with mouse buttons other than leftMohammadHossein Qanbari2024-03-262-4/+6
| * doc: Fix type of fontInfo.pixelSize propertyKai Uwe Broulik2024-01-091-1/+1
| * doc: Mention that Window.visible is false by defaultShawn Rutledge2023-12-251-0/+2
| * Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-11-14127-0/+4953
* | Merge tag 'v5.15.16-lts' into tqtc/lts-5.15-opensourcev5.15.16-lts-lgplTarja Sundqvist2024-11-0811-50/+75
|\|
| * Accessibility: respect value in attached Accessible in controlsLiang Qi2023-10-063-6/+16
| * Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2023-10-021-1/+3
| * QQuickItemView: avoid leaking of highlights and animatorsUlf Hermann2023-09-294-33/+34
| * Doc: Fix unqualified access in PathView exampleSze Howe Koh2023-09-281-2/+7
| * QQuickState::when: handle QJSValue properties correctlyFabian Kosmale2023-09-091-2/+10
| * pixmapcache: avoid deadlock when canceling async image loadNick Shaforostov2023-09-091-2/+4
| * Fix positioning of text decoration with some fontsVladimir Belyavsky2023-09-081-4/+1
* | Merge tag 'v5.15.15-lts' into tqtc/lts-5.15-opensourcev5.15.15-lts-lgplTarja Sundqvist2024-07-237-16/+39
|\|
| * Fix pointer delivery to child items of items with clip:trueJan Arve Sæther2023-07-121-1/+1
| * Fix "white line on top and left side of screen" issueMorten Sørvig2023-07-053-12/+18
| * doc: Remove Calendar Example linkShawn Rutledge2023-07-041-1/+0
| * PointerHandler: cancel all grabs when item changes sceneVolker Hilsheimer2023-06-302-0/+18
| * Doc: Fix mislabelled diagram for Context2D.arc()Sze Howe Koh2023-06-072-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.14' into tqtc/lts-5.15-ope...v5.15.14-lts-lgplTarja Sundqvist2024-05-081-1/+6
|\|
| * QQuickItem: Guard against cycles in nextPrevItemInTabFocusChainFabian Kosmale2023-03-091-1/+6
| * Revert "Fix "white line on top and left side of screen" issue"Morten Sørvig2023-02-282-13/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgplTarja 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
|\|