aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * Fix rendernode example wrt stackingLaszlo Agocs2022-06-161-1/+5
| * Bump versionTarja Sundqvist2022-06-151-1/+1
| * 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-203-1/+67
| * MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-184-14/+63
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-2499-41/+983
|\|
| * Fix tst_QQuickText::fontSizeModeEskil Abrahamsen Blomfeldt2022-05-121-1/+1
| * (manual) includemocsMarc Mutz2022-05-112-0/+2
| * Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-094-1/+86
| * MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-093-2/+97
| * QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2022-05-072-0/+25
| * 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
| * Qml: includemocsMarc Mutz2022-05-064-0/+8
| * QuickTest: includemocsMarc Mutz2022-05-061-0/+2
| * 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
| * QQmlTableModelColumn: remove unused field mIndexMarc Mutz2022-05-041-2/+0
| * MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-033-1/+49
| * Avoid -Wclass-memaccess warningFabian Kosmale2022-05-031-1/+1