aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adapt to changes in QFont::features APIv6.6.0-beta2Eskil Abrahamsen Blomfeldt2023-07-071-8/+5
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2023-07-071-5/+5
* QQuickTableViewResizeHandler: don't accept events outside of usMitch Curtis2023-07-063-3/+56
* PassManager: Remove setter for category enabledFabian Kosmale2023-07-063-12/+0
* QML: Check result when constructing object from metaobjectUlf Hermann2023-07-062-3/+28
* QmlCompiler: Do not generate code that shadows argumentsUlf Hermann2023-07-062-2/+7
* qmltyperegistrar: Respect namespaces when generating qmltypesUlf Hermann2023-07-067-69/+230
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-065-13/+20
* QQmlSA::Element: Make prettyName a member functionFabian Kosmale2023-07-063-8/+13
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-064-7/+63
* qmllint: Improve handling of QQmlSA::Element in quicklintpluginUlf Hermann2023-07-061-14/+8
* Doc: Fix documentation for font.features QML propertyTopi Reinio2023-07-055-185/+13
* Doc: Fix documentation issues for Affector and PathView QML typesTopi Reinio2023-07-052-7/+8
* Doc: Fix linking issuesTopi Reinio2023-07-055-31/+34
* doc: Add note about Window.color translucencyShawn Rutledge2023-07-051-0/+4
* Doc: Fix linking to QtCore.Settings QML typeTopi Reinio2023-07-052-3/+4
* Make key event forwarding functional with QQuickRenderControlLaszlo Agocs2023-07-052-1/+11
* Doc: explain how to always show ScrollBar when neededMitch Curtis2023-07-053-1/+32
* doc: Remove Calendar Example linkShawn Rutledge2023-07-041-1/+0
* Doc: Fix a link in QQmlContext documentationKai Köhne2023-07-041-1/+1
* Don't crash when using unshift on a states groupVolker Hilsheimer2023-07-042-12/+23
* doc: Add docs for AnimatedImage.sourceSizeShawn Rutledge2023-07-041-0/+20
* Pass render mode correctly to material for all casesEskil Abrahamsen Blomfeldt2023-07-041-1/+1
* QQmlListWrapper: throw type errors or warnings if append failsVolker Hilsheimer2023-07-043-5/+80
* Fix primary screen changeJoni Poikelin2023-07-041-0/+1
* Merge externaldraganddrop example into the draganddrop exampleOliver Eftevaag2023-07-0419-216/+89
* doc: add Pointer Handlers, remove MouseArea from Examples pageShawn Rutledge2023-07-041-1/+1
* QQmlSA: mark module as TPFabian Kosmale2023-07-041-0/+2
* Add test case for reparenting item while handler holds grabVolker Hilsheimer2023-07-042-0/+129
* move righttoleft example to manual test, and revamp itOliver Eftevaag2023-07-0334-524/+609
* Move touchinteraction examples to pointerhandlers and manual testShawn Rutledge2023-07-0342-420/+226
* QQuickAbstractButton: Don't allow unchecking buttons in exclusive ActionGroupsIvan Tkachenko2023-07-032-2/+142
* StackView: add tests to check that Qt.binding works with push()Mitch Curtis2023-07-031-0/+23
* doc: Rename to Qt Quick Examples - Pointer HandlersShawn Rutledge2023-07-0311-13/+13
* Overlay: clean up grabbers on touch releaseVolker Hilsheimer2023-07-036-20/+292
* Stabilize tst_TouchMouse::hoverEnabled; add cat. loggingShawn Rutledge2023-07-023-7/+13
* Replace qobject_cast with static_castVolker Hilsheimer2023-07-021-2/+2
* Update windows application API change in quick windows styleSanthosh Kumar2023-06-301-1/+1
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2023-06-301-5/+5
* Doc: Use \qml instead of \code for qml code snippetAndreas Eliasson2023-06-301-2/+2
* Fix stop bound behavior in Flickable during mouse wheel eventSanthosh Kumar2023-06-301-11/+45
* tst_qqmlecmascript: Increase animation duration for reset testUlf Hermann2023-06-301-1/+1
* Make views example more in line with our guidelinesOliver Eftevaag2023-06-3016-194/+605
* Doc: Don't use versioned Qt imports in QML snippetsKai Köhne2023-06-30235-261/+261
* Docs: Change font.style to font.styleNameSafiyyah Moosa2023-06-291-1/+1
* Apply Q_UNREACHABLE-in-constexpr workaround for GCC 8 (QNX)Marc Mutz2023-06-291-4/+24
* Improve qml file copy command log outputAlexey Edelev2023-06-281-0/+1
* Fix crash while positioning zero sized table viewSanthosh Kumar2023-06-282-2/+16
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-283-1/+35
* LoadHelper: Output load errorsFriedemann Kleint2023-06-281-1/+3