aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes/designhelpers
Commit message (Collapse)AuthorAgeFilesLines
* Remove hideLine flag from QQuickEllipseShapeAlexey Zerkin13 days3-24/+10
| | | | | | | | | After migration from QML version hideLine flag became useless in EllipseShape Task-number: QTBUG-142557 Pick-to: 6.11 Change-Id: I95b6407908385e4a406a15d3f36d5049e2725314 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* quickshapes: Fix Unity buildFriedemann Kleint14 days1-0/+2
| | | | | | | | | | | Amends a783420505f1b68f2b8a4333d516bfa51bfb2a47. Task-number: QTBUG-141530 Task-number: QTBUG-115140 Pick-to: 6.11 Change-Id: Iab7c6bf19e1180b9a146ceb6d0b25b5234613ca9 Reviewed-by: Alexey Zerkin <alexey.zerkin@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Update default values for {Ellipse,Star,Rectangle,RegularPolygon}ShapeAlexey Zerkin2025-12-064-10/+13
| | | | | | | | | Set the same width, height, fillColor, strokeColor and strokeWidth values for rectangle, star, ellipse and regular polygon shapes Task-number: QTBUG-142450 Change-Id: I1920d22e80944ee4f220b927b4c1fcbbe2bb077a Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
* Add RegularPolygonShape to QtQuick.ShapesAlexey Zerkin2025-12-044-0/+674
| | | | | | | | [ChangeLog][QtQuick.Shapes.DesignHelpers] Added RegularPolygonShape Fixes: QTBUG-141530 Change-Id: Ifc1b9d54cb89f90d8032e44e269e6207c4e2d87f Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* Add StarShape to QtQuick.ShapesAlexey Zerkin2025-12-044-0/+680
| | | | | | | | [ChangeLog][QtQuick.Shapes.DesignHelpers] Added StarShape. Fixes: QTBUG-141531 Change-Id: Ifcce36d3bbac7f59612c3d056e8bcbbcea034137 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* QQuickRectangleShape doesn't update on size changesAlexey Zerkin2025-12-032-4/+13
| | | | | | | | | | Update rectangle's shape whenever size has changed Task-number: QTBUG-142203 Pick-to: 6.10 Change-Id: I4495c0ffb90b781329c0e3f322b9a141d3c04bd6 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Doc: Mark internal APIs with \internal commandJerome Pasion2025-11-071-0/+6
| | | | | | | | | | | These internal APIs have function documentation but are missing class documentation. Adding an internal class documentation fixes QDoc warnings. Task-number: QTBUG-141697 Change-Id: Iecb289d39e34ddaa964fbe0a1404830cd2269caa Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Resolve documentation build warningsAlexei Cazacov2025-10-032-2/+2
| | | | | | Pick-to: 6.10 Change-Id: I3b0fb5f4f734d3b2a3315479655f6434e8d85b16 Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
* Add EllipseShape to QtQuick.ShapesAlexey Zerkin2025-09-175-0/+1318
| | | | | | | | | [ChangeLog][QtQuick.Shapes.DesignHelpers] Added EllipseShape. Fixes: QDS-14729 Fixes: QDS-15302 Change-Id: I0df4d6da0eb3a7cab210210fa3c695f0fe29a412 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* Merge BorderShape API into RectangleShapeMitch Curtis2025-07-223-105/+851
| | | | | | | | | This takes the code that was originally going to be BorderShape and merges it into RectangleShape. Fixes: QDS-15299 Change-Id: I8c1133ee5d916b46ba37b852a069b2034eee5a03 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* Add RectangleShape to QtQuick.Shapes.DesignHelpersMitch Curtis2025-03-048-0/+881
[ChangeLog] Added new QtQuick.Shapes.DesignHelpers module. [ChangeLog][QtQuick.Shapes.DesignHelpers] Added RectangleShape. Fixes: QDS-13283 Change-Id: I736e4062d5b618495cce336edb77f7b7915b7d62 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>