aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Correct fragment stage related in QSGMaterial multiview docsLaszlo Agocs2024-04-161-5/+9
* Adds documentation for the qml_in_java_based_android_projects exampleNicholas Bennett2024-04-171-3/+6
* Fix crash in QQuickItem::mapToItemCarl Schwan2024-04-151-2/+3
* richtext formatting of numbered and bullet lists (<ol> and <ul>)Sami Shalayel2024-04-151-0/+6
* Docs: add font.variableAxes to the available font propertiesVolker Hilsheimer2024-04-151-0/+1
* Fix revisioning of the variableAxes property in the Quick Font typeVolker Hilsheimer2024-04-151-1/+1
* GridView: add missing properties and signals to the documentationHatem ElKharashy2024-04-131-0/+44
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-121-0/+1
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-1210-27/+22
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-121-1/+3
* Raise the dead in QSGRhiShaderMaterialTypeCacheLaszlo Agocs2024-04-121-2/+10
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-122-9/+15
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-111-14/+6
* Loader: keep control over resizingFabian Kosmale2024-04-111-3/+15
* ItemView: Avoid undesired repositioning in updateCurrentFabian Kosmale2024-04-111-1/+3
* Android: fix handling of InputMethodQueryIvan Solovev2024-04-111-1/+7
* QQuickPaintedItem: make the antialiasing property workEirik Aavitsland2024-04-112-12/+4
* Software backend: fix PaintedItem smooth xformEirik Aavitsland2024-04-111-0/+3
* Curverenderer: Cleanups & optimizations of intersection solvingEirik Aavitsland2024-04-112-43/+51
* wasm: document threaded render loop non-supportMorten Sørvig2024-04-101-3/+7
* Return masked characters for passwords during narrationPavel Dubsky2024-04-081-0/+2
* TextEdit: don't skip nested frames or their blocks in updatePaintNodeShawn Rutledge2024-04-082-5/+15
* Centralize string parsing for QPoint, QRectF and friendsSami Shalayel2024-04-051-47/+20
* Add a way to set a custom depth texture on a QQuickRenderTargetLaszlo Agocs2024-04-053-8/+264
* QML Profiler: Avoid reporting scene graph data out of orderUlf Hermann2024-04-041-1/+11
* QQuickTextEdit: Check QQuickAccessibleAttached for nullptrUlf Hermann2024-04-041-4/+5
* Curve renderer: Use a common QQuadPath iterator functionEirik Aavitsland2024-04-033-60/+45
* Fix assert for certain dashed strokes in curve rendererEirik Aavitsland2024-04-031-1/+1
* QQuickBorderImage: handle QFile failing to openGiuseppe D'Angelo2024-04-031-2/+4
* Make culled QQuickItemViewFxItems inaccessibleMorten Sørvig2024-03-301-1/+3
* SelectionRectangle: ensure we remove or update selection handles if selection...Richard Moe Gustavsen2024-03-263-8/+41
* DragHandler: don't skip passive grab if state includes releaseShawn Rutledge2024-03-261-1/+3
* QQuickRt: State the depthTexture is not to be written out when multiviewLaszlo Agocs2024-03-261-1/+2
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-2510-21/+21
* Curverenderer: Clean up and optimize QQuadPath utility classEirik Aavitsland2024-03-222-20/+20
* Correct license for documentation filesLucie Gérard2024-03-221-1/+1
* Correct doc snippet licenseLucie Gérard2024-03-2215-15/+15
* Remove revisioning of shadowed x/y properties in QQuickWindowQmlImplTor Arne Vestbø2024-03-211-4/+4
* Flickable: don't start flicking on release unless grabbedShawn Rutledge2024-03-201-2/+10
* Android: fix install path of Qt6AndroidQuick.jarAssam Boudjelthia2024-03-201-1/+3
* Document Rectangle's border.pixelAligned propertyEirik Aavitsland2024-03-181-0/+5
* Flickable: don't allow dragging with mouse buttons other than leftMohammadHossein Qanbari2024-03-182-4/+8
* Prevent infinite loop when setting activeFocusItem of the scene's rootDoris Verria2024-03-161-0/+20
* Fix PointHandler rejecting click events near window edge with HiDPIFushan Wen2024-03-161-3/+3
* Use QPlatformTheme::themeHint not QPlatformIntegration::styleHintShawn Rutledge2024-03-152-6/+6
* sg: QQuickRt: Fix enum class usage in Metal code pathLaszlo Agocs2024-03-151-3/+3
* QQuickRt: allow specifying a viewFormat where applicableLaszlo Agocs2024-03-153-603/+346
* Clean up and refactor hover event deliveryVolker Hilsheimer2024-03-142-28/+26
* Android: Fix missing qqmlengine.h includeSoheil Armin2024-03-141-0/+1
* ListView: allow binding on x and y in footer and header delegatesOliver Eftevaag2024-03-132-17/+27