aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: Add qml PointerDevice, pointingDeviceUniqueId and PointerEventShawn Rutledge2023-03-031-0/+134
* qt_add_qml_module: Error out if singleton is marked as internalFabian Kosmale2023-03-021-0/+6
* ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-021-1/+6
* doc: remove docs for PinchHandler.acceptedButtonsShawn Rutledge2023-03-021-0/+7
* doc: remove docs for HoverHandler.dragThresholdShawn Rutledge2023-03-021-0/+7
* Work around GCC 13 bogus warning about use-after-freeThiago Macieira2023-03-011-3/+3
* Doc: fix grammar of PropertyAnimation section titleMitch Curtis2023-03-011-1/+1
* Avoid setting INSTALL_RPATH if it was set beforeAlexey Edelev2023-02-281-1/+7
* QmlCompiler: Drop broken line comments in generated C++Ulf Hermann2023-02-285-39/+6
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-222-7/+17
* 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