aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-146-42/+75
* Fix locale exampleFabian Kosmale2023-02-131-14/+15
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-02-131-5/+5
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-114-2/+128
* QQuickDeliveryAgent: fix downcast to QQuickItemVolker Hilsheimer2023-02-101-32/+25
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-02-101-5/+5
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-093-1/+35
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-083-6/+108
* quicktextinput: Update IM state after clearing selection with IM eventJarkko Koivikko2023-02-071-0/+1
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-02-021-5/+5
* Fix QQuickImageParticle in case of QRhi re-createThomas Senyk2023-02-013-0/+10
* Fix QQuickCanvasItem in case of invalidateSceneGraph()Thomas Senyk2023-02-011-0/+4
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-02-014-133/+72
* Doc: Disambiguate description of module URIsUlf Hermann2023-02-012-2/+12
* Doc: improve grabToImage snippetsMitch Curtis2023-01-313-57/+44
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-311-5/+5
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* Binding: Accept local signal handlers againUlf Hermann2023-01-263-1/+21
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-264-2/+71
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-253-0/+3
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-251-5/+5
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-244-0/+31
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-242-0/+17
* Fusion, HeaderView: use colors from the styleRichard Moe Gustavsen2023-01-243-15/+21
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-241-5/+5
* Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-241-1/+1
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-237-1/+119
* Fix content position of table view controlSanthosh Kumar2023-01-232-10/+18
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-231-5/+5
* qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-211-2/+2
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-211-4/+0
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-201-5/+5
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-183-9/+95
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-181-5/+5
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-183-6/+109
* Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-181-0/+4
* HeaderView: Use Label instead of Text in the delegatesRichard Moe Gustavsen2023-01-1710-10/+10
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-171-5/+5
* Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-161-5/+5
* QmlDesigner: Update tooltips for item libraryThomas Hartmann2023-01-131-0/+40
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-131-5/+5
* Fix Animators in case of node recreateThomas Senyk2023-01-121-2/+3
* Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-111-4/+1
* Ignore DPR for image providers if the requested size is not setPeter Varga2023-01-101-1/+3
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-01-091-5/+5
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-055-8/+61
* Use inline component in sidebar example rather than LoaderShawn Rutledge2023-01-051-64/+57
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-053-33/+89