aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QmlDebugPrivate: includemocsMarc Mutz2022-05-017-0/+14
| * QmlModels: includemocsMarc Mutz2022-05-011-0/+2
| * QQmlInspectorServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * QQmlDebuggerServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * QQmlProfilerServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * QQmlNativeDebugServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * QuickShapesPrivate: includemocsMarc Mutz2022-05-011-0/+2
| * QtPacketProtocolPrivate: includemocsMarc Mutz2022-05-011-0/+2
| * QDebugMessageServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * QQuickProfilerAdapterFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
| * Build fixes for GCC 11Ville Voutilainen2022-04-291-2/+2
| * doc: Fix inherited property docs in HoverHandlerShawn Rutledge2022-04-285-0/+306
| * Bump versionTarja Sundqvist2022-04-061-1/+1
| * tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-04-061-5/+3
| * Set depth mask correctly for clearAntti Määttä2022-03-301-0/+1
| * Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-292-2/+23
| * Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtouchareaHeikki Halmet2022-03-291-2/+2
| * V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-282-3/+75
| * QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-261-3/+15
| * QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-214-7/+67
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-2380-158/+858
|\|
| * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
| * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
| * Update the window cursor on mouse releaseShawn Rutledge2022-03-173-1/+17
| * Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2022-03-153-4/+43
| * Blacklist: test cases blacklisted in tst_QQuickListView:CI Insignificant Platforms Monitor Bot2022-03-141-0/+2
| * Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:CI Insignificant Platforms Monitor Bot2022-03-141-0/+4
| * Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2022-03-083-1/+146
| * Fix crash with NativeRendering on RHIEskil Abrahamsen Blomfeldt2022-03-0812-0/+0
| * A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-063-3/+10