aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix links in contains/containmentMask docsMitch Curtis2023-03-091-4/+4
* openvg: Add missing breakKai Uwe Broulik2023-03-071-0/+1
* Fix scoping of index in SwipeDelegate snippetDaniel Smith2023-03-031-2/+1
* ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
* QQmlEngine: Improve import path method documentationFabian Kosmale2023-03-021-7/+8
* 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
* Doc: mention the order in which top-level transition animations are runMitch Curtis2023-03-011-0/+5
* QtQml: Fix coercion of undefined to float and doubleUlf Hermann2023-02-221-0/+6
* doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-171-0/+7
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-171-0/+4
* Defining QML Types from C++: Add CMake documentationFabian Kosmale2023-02-161-20/+49
* Doc: Mention QDS and UI files in Best PracticesLeena Miettinen2023-02-141-3/+24
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-113-2/+20
* Avoid crash updating source of shader-less effectEskil Abrahamsen Blomfeldt2023-02-082-1/+13
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-081-6/+48
* Fix QQuickCanvasItem in case of invalidateSceneGraph()Thomas Senyk2023-02-021-0/+4
* Fix QQuickImageParticle in case of QRhi re-createThomas Senyk2023-02-023-0/+10
* Doc: Disambiguate description of module URIsUlf Hermann2023-02-012-2/+12
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-312-132/+50
* Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-301-4/+1
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-271-2/+60
* Doc: explain how to manage currentIndex without breaking bindingsMitch Curtis2023-01-263-0/+13
* Fix content position of table view controlSanthosh Kumar2023-01-252-15/+29
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-251-0/+60
* Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-251-1/+1
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-241-0/+4
* qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-231-2/+2
* Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-171-19/+32
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-171-1/+1
* Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
* Ignore DPR for image providers if the requested size is not setPeter Varga2023-01-161-1/+3
* Fix connection leak in header proxy modelSanthosh Kumar2023-01-131-1/+1
* Fix Animators in case of node recreateThomas Senyk2023-01-131-2/+3
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-061-8/+16
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2023-01-041-2/+17
* QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-221-16/+40
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-211-2/+6
* Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
* Drawer: don't get stuck in open state after touches outsideShawn Rutledge2022-12-192-9/+9
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-171-0/+3
* Implement touch event handling for SplitViewVolker Hilsheimer2022-12-161-27/+50
* Don't override exclusive touch grab of filtered itemVolker Hilsheimer2022-12-161-2/+5
* Documentation: Make note about QSGGeometry storing a reference to the attribu...Friedemann Kleint2022-12-161-2/+4
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-161-1/+1
* doc: Fix up setGraphicsApi() since tagLaszlo Agocs2022-12-151-1/+1