aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bump versionTarja Sundqvist2021-06-071-1/+1
| * a11y: make links have pressAction firstMorten Johan Sørvig2021-06-031-0/+1
| * Set a11y role for QQuickTextInput to EditableTextMorten Johan Sørvig2021-06-011-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1649-164/+819
|\|
| * doc: Improve QQuickItem::ItemChangeData docsShawn Rutledge2021-05-261-5/+11
| * Remove tst_pixelMitch Curtis2021-05-262-66/+0
| * Give a warning when StyledText encounters a non supported entityAlbert Astals Cid2021-05-261-0/+4
| * docs: Clarify EventPoint propertiesShawn Rutledge2021-05-261-7/+3
| * Bump versionTarja Sundqvist2021-05-201-1/+1
| * Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-05-136-39/+38
| * Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-123-4/+95
| * Doc: Fix the Shapes table to reflect realityAndy Shaw2021-05-121-3/+4
| * Doc: Clarify preconditions for using QML_ELEMENT et alUlf Hermann2021-05-111-0/+15
| * Do full overlap checks within the alpha render list when rebuildingLaszlo Agocs2021-05-105-3/+122
| * MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
| * TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
| * qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-062-30/+126
| * V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-054-3/+87
| * Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-053-1/+143
| * Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
| * V4 debugger: Properly count break pointsUlf Hermann2021-05-044-19/+88
| * Fix build with GCC 11: include <limits>Jarek Kobus2021-04-291-0/+1