aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: Rename QML type HandlerPoint to handlerPointShawn Rutledge2023-02-204-18/+18
* 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
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-151-0/+1
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2023-02-157-65/+60
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-144-18/+51
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-113-2/+20
* QQuickDeliveryAgent: fix downcast to QQuickItemVolker Hilsheimer2023-02-101-32/+25
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-091-1/+5
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-081-6/+48
* quicktextinput: Update IM state after clearing selection with IM eventJarkko Koivikko2023-02-071-0/+1
* 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-012-132/+30
* Doc: Disambiguate description of module URIsUlf Hermann2023-02-012-2/+12
* Doc: improve grabToImage snippetsMitch Curtis2023-01-313-57/+44
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* Binding: Accept local signal handlers againUlf Hermann2023-01-261-1/+2
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-261-2/+6
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-251-0/+1
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-241-0/+2
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-241-0/+5
* Fusion, HeaderView: use colors from the styleRichard Moe Gustavsen2023-01-242-8/+8
* Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-241-1/+1
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-231-0/+62
* Fix content position of table view controlSanthosh Kumar2023-01-232-10/+18
* qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-211-2/+2
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-181-3/+7
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-181-6/+36
* 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
* Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
* QmlDesigner: Update tooltips for item libraryThomas Hartmann2023-01-131-0/+40
* 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
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-8/+16
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-051-33/+40
* QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
* doc, QQuickTreeView: hasChildren should be bool, not intRichard Moe Gustavsen2022-12-231-1/+1
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-233-10/+20
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-221-2/+17
* Change asserts to runtime checkingKaj Grönholm2022-12-221-5/+10
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-6/+23
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-211-2/+6
* Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3