index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quickshapes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add trimming functionality to ShapePath
Eirik Aavitsland
2025-03-24
9
-24
/
+154
*
Add RectangleShape to QtQuick.Shapes.DesignHelpers
Mitch Curtis
2025-03-04
13
-75
/
+953
*
QuickShapes: Handle removals of ShapePaths correctly
Eirik Aavitsland
2025-01-31
4
-1
/
+26
*
QSGCurveProcessor: Replace bool isLine with TriangleFlags
Shawn Rutledge
2024-12-05
1
-3
/
+3
*
doc: Add note about assigning items directly to fillItem
Eskil Abrahamsen Blomfeldt
2024-11-21
1
-0
/
+16
*
Curve renderer: Avoid keeping unneeded QuadPath object
Eirik Aavitsland
2024-10-14
2
-25
/
+19
*
Curve renderer: Avoid losing updates during async processing
Eirik Aavitsland
2024-09-27
2
-29
/
+41
*
Curve renderer: Fix crash when root node is replaced
Eirik Aavitsland
2024-09-04
2
-0
/
+10
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-6
/
+6
*
Curve renderer: cleanup and optimize fill node computation
Eirik Aavitsland
2024-08-16
1
-35
/
+42
*
Curve renderer: fix crash in wireframe debug visualization
Eirik Aavitsland
2024-08-08
1
-0
/
+3
*
Avoid leaking nodes in when curve renderer is destroyed
Eirik Aavitsland
2024-08-08
2
-3
/
+18
*
Doc: Fix linking issues
Topi Reinio
2024-07-29
1
-2
/
+3
*
Shape: Add Q_DECLARE_OPERATORS_FOR_FLAGS for PathHints
Kaj Grönholm
2024-07-16
1
-0
/
+2
*
Tweak curve renderer code
Kaj Grönholm
2024-07-15
2
-7
/
+3
*
QuickShapes: Unify the renderers' handling of 0 strokeWidth
Eirik Aavitsland
2024-07-12
2
-5
/
+5
*
Add QPainterPath API to all quick shape renderers
Matthias Rauter
2024-07-11
6
-3
/
+16
*
Use best practices in the Quick Shapes example
Eirik Aavitsland
2024-07-03
1
-3
/
+14
*
Shapes: Straighten out some logging categories
Ulf Hermann
2024-06-14
1
-1
/
+1
*
Remove the use of GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-06-11
1
-1
/
+0
*
Curve renderer: avoid unnecessary re-triangulation
Eirik Aavitsland
2024-05-31
2
-36
/
+27
*
Don't update transform if it hasn't changed
Eskil Abrahamsen Blomfeldt
2024-05-30
1
-1
/
+4
*
Texture fill for shapes
Eskil Abrahamsen Blomfeldt
2024-05-27
12
-23
/
+517
*
Add fillTransform property to ShapePath
Eirik Aavitsland
2024-05-14
15
-23
/
+132
*
doc: Fix mismatching enum names in property docs
Eskil Abrahamsen Blomfeldt
2024-05-14
1
-2
/
+2
*
Add missing revisions for new 6.7 APIs
Volker Hilsheimer
2024-03-01
1
-1
/
+1
*
Add optimizations and simplifications for curve renderer fill
Eirik Aavitsland
2024-02-24
1
-0
/
+3
*
Add performance benchmark test for curve renderer
Eirik Aavitsland
2024-02-24
2
-8
/
+15
*
Partially revert "Make some properties in Qt Quick Shapes FINAL"
Fabian Kosmale
2024-02-14
1
-31
/
+31
*
doc: Add missing \since tags; wrap and indent
Shawn Rutledge
2024-01-26
1
-4
/
+8
*
Curve renderer: Optimize overlap handling
Paul Olav Tvete
2024-01-23
1
-3
/
+1
*
Use shape hints in the curve renderer
Paul Olav Tvete
2024-01-17
2
-3
/
+9
*
scenegraph: Add plumbing for enabling multiview
Laszlo Agocs
2024-01-15
12
-53
/
+108
*
Add new weatherforecast example for Qt Quick Shapes
Eskil Abrahamsen Blomfeldt
2024-01-15
1
-9
/
+13
*
Remove the use of GENERATE_PRIVATE_CPP_EXPORTS
Alexey Edelev
2024-01-11
1
-2
/
+1
*
Remove the use of Q_QUICKSHAPES_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
4
-13
/
+13
*
Remove "tech preview" note for CurveRenderer API
Eskil Abrahamsen Blomfeldt
2024-01-08
1
-21
/
+6
*
Fix z-ordering of curve renderer stroke
Eirik Aavitsland
2024-01-08
1
-9
/
+6
*
Detect and remove self intersections of QQuadPath
Matthias Rauter
2024-01-07
2
-0
/
+4
*
QtQuick.Shapes: Mark boundingRect property as readonly
Ivan Tkachenko
2023-12-26
1
-0
/
+1
*
QtQuick.Shapes: Mark Shape properties as readonly
Ivan Tkachenko
2023-12-26
1
-0
/
+2
*
Maintain z order of shapepaths during update in CurveRenderer
Eirik Aavitsland
2023-11-29
1
-7
/
+31
*
Shapes: Add optimization flags
Paul Olav Tvete
2023-11-23
3
-0
/
+69
*
Remove all QML_DECLARE_TYPE from src and tools
Ulf Hermann
2023-11-18
1
-2
/
+0
*
Shapes: extend boundingRect for SquareCap
Paul Olav Tvete
2023-11-16
1
-1
/
+2
*
Implement async mode for QuickShapes curve renderer backend
Eirik Aavitsland
2023-11-16
3
-99
/
+219
*
Fix uninitialized read in Qt Quick Shapes
Eskil Abrahamsen Blomfeldt
2023-11-15
1
-2
/
+2
*
Shapes: take strokeWidth into account for boundingRect
Paul Olav Tvete
2023-11-13
1
-1
/
+2
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
22
-3984
/
+104
*
Make the resource_name more unique in qt_add_shaders call
Laszlo Agocs
2023-11-09
1
-7
/
+7
[next]