aboutsummaryrefslogtreecommitdiffstats
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-0418-78/+113
|\
| * 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
| * Revert "Add listing of the components and scripts that belongs to the qml mod...Alexey Edelev2023-02-081-54/+12
| * Revert "Trim file names before adding them to qml components and scripts"Alexey Edelev2023-02-081-2/+2
| * Fix "white line on top and left side of screen" issueMorten Sørvig2023-01-302-11/+13
| * StateMachine: Don't crash if no signal is passed to SignalTransitionUlf Hermann2023-01-261-1/+5
| * QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-242-0/+17
| * Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-211-4/+0
| * Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-181-0/+4
| * QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-131-2/+2
| * Qml: Don't crash when as-casting to type with errorsUlf Hermann2023-01-034-2/+35
| * Bump version to 5.15.13Tarja Sundqvist2022-12-221-1/+1
| * Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-203-7/+10
| * Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
| * Revert "Blacklist 1 tests in tst_qquickflickable on macos"Jan Arve Sæther2022-12-161-3/+0
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-1130-35/+674
|\|
| * QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-12-055-9/+44
| * Blacklist 1 tests in tst_qquickanimations on macosCI Insignificant Platforms Monitor Bot2022-12-011-0/+3
| * doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-12-011-0/+3
| * Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-252-17/+8
| * QML: Check for stack overflows when creating objectsUlf Hermann2022-11-224-3/+41
| * Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-213-11/+14
| * Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-181-1/+5
| * Handle missing stops gracefully in Shape gradientsLaszlo Agocs2022-11-141-3/+5
| * Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-091-1/+1
| * Blacklist 1 tests in tst_qquickbehaviors on macosCI Insignificant Platforms Monitor Bot2022-11-081-0/+3
| * Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-10-313-2/+58
| * QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
| * Qml: Don't crash on bad grouped propertiesUlf Hermann2022-10-284-1/+46
| * Fix TypeError in dynamicview1 exampleSami Varanka2022-10-181-1/+5
| * Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-112-1/+29
| * Trim file names before adding them to qml components and scriptsAlexey Edelev2022-10-071-2/+2
| * masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-072-8/+17
| * Bump version to 5.15.12Tarja Sundqvist2022-10-061-1/+1
| * Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-301-0/+414
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-0994-793/+1892
|\|
| * Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-232-15/+33
| * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-215-4/+51
| * Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-202-1/+25
| * Blacklist 1 tests in tst_qquickflickable on macosCI Insignificant Platforms Monitor Bot2022-09-151-0/+3
| * Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-09-131-3/+6
| * qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-122-0/+66
| * V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-092-8/+9
| * Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04CI Insignificant Platforms Monitor Bot2022-09-081-0/+1
| * Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-084-8/+153
| * Blacklist 1 tests in tst_QParallelAnimationGroupJob on macosCI Insignificant Platforms Monitor Bot2022-09-061-0/+3
| * StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-063-4/+61
| * V4: Mark InternalClass parents when running GCUlf Hermann2022-08-2910-76/+341
| * A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12