aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-0965-748/+1250
|\
| * Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-15/+17
| * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-211-4/+1
| * 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
| * qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-121-0/+39
| * V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-091-6/+9
| * Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-082-7/+25
| * StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-062-4/+11
| * V4: Mark InternalClass parents when running GCUlf Hermann2022-08-296-63/+212
| * 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-042-18/+23
| * 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
| * 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-2416-218/+298
| * 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
| * QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-2420-110/+117
| * Fix Qt build with Python being in path with spacesJoerg Bornemann2022-06-221-1/+1
| * Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-181-1/+2
| * qqw: Invalidate and reinitialize the scenegraph correctlyLaszlo Agocs2022-06-171-0/+7
| * Stop using the same buffer for vertex and index dataLaszlo Agocs2022-06-154-68/+18
| * Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-094-4/+6
| * qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-06-091-1/+0
| * QQmlDebug: reliably print the debugger warningMarc Mutz2022-06-091-1/+10
| * QQmlListCompositor: suppress GCC 12 -Warray-bounds warningsMarc Mutz2022-06-031-0/+5
| * 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-2484-32/+619
|\|
| * (manual) includemocsMarc Mutz2022-05-112-0/+2
| * 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
| * QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2022-05-071-0/+11
| * Modify m_compareRegister bitfieldTang Haixiang2022-05-071-1/+1
| * Add a TU for QQmlDebugServerMarc Mutz2022-05-066-2/+54
| * QmlModels: includemocsMarc Mutz2022-05-062-0/+4
| * Add a TU for QQmlProfilerEventReceiverMarc Mutz2022-05-063-1/+52
| * Quick: includemocsMarc Mutz2022-05-0624-0/+50
| * QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-05-062-2/+1
| * QQmlPreviewServiceFactoryPlugin: includemocsMarc Mutz2022-05-065-0/+10