summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.4.3' in qt/qtdeclarativev6.4.36.4.3Qt Submodule Update Bot2023-03-111-5/+5
* Update dependencies on '6.4.3' in qt/qtdeclarativeQt Submodule Update Bot2023-03-111-5/+5
* Update dependencies on '6.4.3' in qt/qtdeclarativeQt Submodule Update Bot2023-03-081-5/+5
* Avoid crash updating source of shader-less effectEskil Abrahamsen Blomfeldt2023-03-072-1/+13
* Update dependencies on '6.4.3' in qt/qtdeclarativeQt Submodule Update Bot2023-03-031-5/+5
* Update dependencies on '6.4.3' in qt/qtdeclarativeQt Submodule Update Bot2023-03-011-5/+5
* Update dependencies on '6.4.3' in qt/qtdeclarativeQt Submodule Update Bot2023-02-231-5/+5
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-225-9/+50
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2023-02-211-5/+5
* Simplify dragNDrop example and remove unneeded aliasThomas Zander2023-02-211-11/+1
* Use SequentialAnimation.loops in FlashAnimation in handlers exampleShawn Rutledge2023-02-211-7/+1
* doc: Rename QML type HandlerPoint to handlerPointShawn Rutledge2023-02-204-18/+18
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-201-19/+20
* doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-201-0/+7
* Doc: How to combine custom singletons and qt_generate_foreign_qml_typesUlf Hermann2023-02-172-1/+12
* Drop useless extra QQmlContext from QQuickDialogButtonBoxPrivateUlf Hermann2023-02-171-3/+1
* Use QStringDecoder::decoderForHtml()Lars Knoll2023-02-161-5/+2
* Defining QML Types from C++: Add CMake documentationFabian Kosmale2023-02-161-20/+49
* tst_dialog: Fix testing for implicitWidth and wait for enter transitionsDoris Verria2023-02-161-0/+4
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-152-0/+15
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2023-02-157-65/+60
* 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