aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
| * Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-045-20/+52
| * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-07-211-3/+3
| * 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
| * masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-071-2/+2
| * Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2022-06-301-12/+54
| * QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-06-243-18/+23
| * QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-06-243-10/+17
| * QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-06-2410-35/+90
| * QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-06-243-21/+32
| * QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-06-243-24/+19
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-2420-231/+311
| * QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-06-245-34/+59
| * QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-06-246-48/+112
| * QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-06-243-15/+29