aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlls highlighter: Avoid warnings6.8Fabian Kosmale2025-04-211-1/+4
* DeliveryAgent: clear deviceDeliveryTargets before hover deliveryShawn Rutledge2025-04-182-0/+12
* Fix division by zero in QQuickSvgParserMitch Curtis2025-04-184-2/+41
* qmltc: Cleanly reject custom parsed propertiesUlf Hermann2025-04-178-8/+57
* QQmlBind: Only restore previous state if current state is still activeUlf Hermann2025-04-173-0/+93
* QtQml: Reject uncreatable value types even if marked as QML_UNCREATABLEUlf Hermann2025-04-175-8/+40
* QtQml: Avoid maybe-uninitialized warnings in QJSPrimitiveValueUlf Hermann2025-04-171-1/+5
* Qml Tooling: Check for debug message service before using itUlf Hermann2025-04-172-9/+26
* qv4codegen: Track the correct location for assign instructionsOlivier De Cannière2025-04-172-0/+4
* Fix data race on QSGDistanceFieldGlyphNode::m_totalAllocationDavid Faure2025-04-172-5/+4
* Update dependencies on '6.8' in qt/qtdeclarativeQt Submodule Update Bot2025-04-171-5/+5
* Docs: Update contentItem info in qtquickcontrols-customizeZhang Hongyuan2025-04-171-29/+28
* qv4stacklimits.cpp: Add missing includeFabian Kosmale2025-04-151-0/+1
* Abort QQuickPixmap::load if the QQmlEngine is nullTian Shilin2025-04-152-5/+10
* qtdeclarative: fix tst_qqmlmoduleplugin when statically builtDmitrii Akshintsev2025-04-1542-216/+266
* qmllint: Do not warn about required properties in grouped property scopesFabian Kosmale2025-04-153-2/+14
* QQuickTableView: ensure focus transfer within the edit delegate worksRichard Moe Gustavsen2025-04-154-10/+57
* tst_Snippets: fail on warningsMitch Curtis2025-04-152-12/+20
* Doc: move Menu's detailed description snippets into snippet filesMitch Curtis2025-04-155-65/+98
* Correct drapanddrop arguments for conditional compilationSanthosh Kumar2025-04-142-7/+7
* Compiler: Use regular lookup for redundant optional lookupsOlivier De Cannière2025-04-144-0/+21
* Fix misbatching of scenegraph nodes using DrawLineStrip modeEirik Aavitsland2025-04-141-1/+3
* QQuickMaterialPlaceholderText: Add MEMBER to Q_PROPERTY declarationsBartlomiej Moskal2025-04-141-2/+2
* QQmlEngineExtensionPlugin: Clarify documentationFabian Kosmale2025-04-141-1/+5
* qmllint: complain about bad qmldirsSami Shalayel2025-04-142-1/+2
* Documentation should point to multiple bindings with new syntaxAlexei Cazacov2025-04-141-0/+35
* qqmljstypepropagator: don't crash on eval() callsSami Shalayel2025-04-144-0/+14
* tst_qmlformat: fix an uninitialized variable usageGiuseppe D'Angelo2025-04-141-1/+1
* Doc: Code snippet shows a function reference from inside ComponentAlexei Cazacov2025-04-141-5/+5
* Docs: Add code location instructions for Qt Quick for Android examplesNicholas Bennett2025-04-145-0/+19
* QtQml: Fix context traversal in QQmlPropertyUlf Hermann2025-04-112-5/+28
* QmlCompiler: Rename "unit" argument to the signature generatorUlf Hermann2025-04-112-2/+2
* Rearrange tst_qquicktextedit::mouseSelectionShawn Rutledge2025-04-111-75/+219
* Don't overwrite Accessible.description when it was explicitly setJan Arve Sæther2025-04-114-2/+103
* QmlPreview: Drop existing CUs when replacing a fileUlf Hermann2025-04-112-4/+36
* Examples: Fix chapter5 and chapter6 of extending-qml tutorialUlf Hermann2025-04-112-18/+32
* CMake: Force override while code signing qmltestrunnerAlexandru Croitor2025-04-111-1/+1
* Update dependencies on '6.8' in qt/qtdeclarativeQt Submodule Update Bot2025-04-111-5/+5
* Doc: De-nokia-fy QML import documentation snippetJoerg Bornemann2025-04-111-1/+1
* Avoid QWindowSystemInterfacePrivate use in QQuickControlsTestUtilsTor Arne Vestbø2025-04-111-2/+1
* Fix compilation when draganddrop support is disabledJuha Vuolle2025-04-114-5/+15
* Add arePopupWindowsSupported function to QQuickControlsTestUtilsMitch Curtis2025-04-115-40/+38
* vectorimage: Fix possible QML error with miterlimitEskil Abrahamsen Blomfeldt2025-04-091-2/+2
* vectorimage: Fix identical gradient stops in qml generatorEskil Abrahamsen Blomfeldt2025-04-091-2/+4
* CMake: Fix DESTDIR handling for Qml app deployment on WindowsAlexandru Croitor2025-04-091-1/+3
* CMake: Use qt_internal_add_example for advancedtextAlexandru Croitor2025-04-091-1/+1
* qmllint: warn about variable redeclarationSami Shalayel2025-04-092-13/+47
* tst_qmllint: add tests for snippetsSami Shalayel2025-04-091-3/+109
* qmlformat: don't make comments jump around functionsSami Shalayel2025-04-098-42/+131
* qmlformat: fix comments around class name and {}Sami Shalayel2025-04-095-5/+40