aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-1243-101/+580
|\
| * Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-1314-40/+155
| * Stop using QHash::unite() in storage model manual testShawn Rutledge2021-10-121-11/+14
| * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-10-112-1/+17
| * Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-10-071-0/+10
| * Doc: Replace return `0` with nullptrIvan Tkachenko2021-10-073-6/+6
| * Doc: Fix QtQuick::Keys::forwardTo generic list typeIvan Tkachenko2021-10-071-1/+1
| * Doc: QQmlContext: make it more readableIvan Tkachenko2021-10-071-9/+9
| * Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-10-063-0/+38
| * QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-304-0/+46
| * Fix documentation on JavaScript importsUlf Hermann2021-09-282-7/+9
| * doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-09-251-12/+12
| * tst_grabImage: Fix the cases were visually comparing invisible itemsAlexander Akulich2021-09-251-0/+5
| * Reinitialize shader data structure when effect changesVolker Hilsheimer2021-09-201-1/+4
| * Doc: mention that clipping can affect performance and link to pageMitch Curtis2021-09-171-0/+3
| * Ensure init of m_current_projection_matrix in single-clipped-item sceneShawn Rutledge2021-09-171-3/+5
| * Bump versionTarja Sundqvist2021-09-071-1/+1
| * Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-301-2/+9
| * Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-263-1/+225
| * qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-233-6/+10
| * QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-203-11/+22
| * Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-1659-215/+1177
|\ \
| * | QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-233-11/+22
| |/
| * Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-131-0/+38
| * Doc: fix AnchorChanges typoJeremy Katz2021-08-121-1/+1
| * Avoid crash for deep aliasesMaximilian Goldstein2021-08-104-0/+20
| * doc: Improve the Input Handlers index pageShawn Rutledge2021-08-063-17/+133
| * DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-08-041-0/+1
| * QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-023-1/+23
| * Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-023-15/+16
| * Avoid infinite loop in designer supportThomas Hartmann2021-07-275-7/+86
| * Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-244-5/+124
| * Update QQuickImage's DPR if re-loading the image didn'tVolker Hilsheimer2021-07-231-2/+6
| * Doc: Document matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+67
| * Add tests of matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+54
| * Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-211-3/+9
| * Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-07-193-8/+107
| * Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-07-193-1/+27
| * Resolve data race on QQmlPropertyCache's arguments objectUlf Hermann2021-07-155-25/+21
| * Resolve data race in QQmlPropertyData in a minimally invasive wayUlf Hermann2021-07-154-85/+138
| * Register the QML builtin sequence metatypes only onceUlf Hermann2021-07-151-2/+9
| * doc: Improve QQuickItem::containmentMask() docsShawn Rutledge2021-07-141-9/+35
| * When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-142-1/+35
| * Fix QtQtuickImage docs: correct properties' signaturesIvan Tkachenko2021-07-021-2/+4
| * crash fix - avoid wrong gcc optimizationTim Jenssen2021-07-022-9/+8
| * Fix warningsAndreas Buhr2021-06-291-2/+2
| * doc: Use DragHandler rather than MouseArea in the externaldrag snippetShawn Rutledge2021-06-231-10/+10
| * Ensure model is in context if required properties are not usedFabian Kosmale2021-06-234-0/+87
| * QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-06-103-0/+92