| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace QSequentialIterable with QMetaSequence::Iterable | Ulf Hermann | 2025-12-05 | 1 | -1/+1 |
| * | Doc: Mark internal APIs with \internal command | Jerome Pasion | 2025-11-07 | 1 | -0/+12 |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | Doc: Add some notes about PathText usage in Quick Shapes | Eirik Aavitsland | 2025-09-05 | 1 | -0/+7 |
| * | Merge BorderShape API into RectangleShape | Mitch Curtis | 2025-07-22 | 1 | -9/+3 |
| * | QtQuick: Optimize path element handling | Ulf Hermann | 2025-07-02 | 1 | -20/+66 |
| * | Doc: Fix self-referencing "see also" links | David Boddie | 2025-06-21 | 1 | -1/+1 |
| * | QQuickPathRectangle: Merge corner radius and bevel flags into a bitset | Magdalena Stojek | 2025-04-25 | 1 | -22/+30 |
| * | Fix division by zero in QQuickSvgParser | Mitch Curtis | 2025-04-09 | 1 | -2/+0 |
| * | Add trimming functionality to ShapePath | Eirik Aavitsland | 2025-03-24 | 1 | -5/+5 |
| * | Fix divide by zero when processing invalid arcs | Eskil Abrahamsen Blomfeldt | 2025-03-19 | 1 | -0/+2 |
| * | QQuickPathRectangle: Align corner radius behavior with QQuickRectangle | Magdalena Stojek | 2025-03-18 | 1 | -9/+12 |
| * | Add RectangleShape to QtQuick.Shapes.DesignHelpers | Mitch Curtis | 2025-03-04 | 1 | -84/+58 |
| * | PathRectangle: add bevel properties | Mitch Curtis | 2025-03-04 | 1 | -14/+160 |
| * | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -16/+16 |
| * | QQuickPath: Add API to set QPainterPath directly | Kaj Grönholm | 2024-07-16 | 1 | -0/+13 |
| * | Make QQuickPath asynchronous a public property | Kaj Grönholm | 2024-07-05 | 1 | -0/+10 |
| * | Support asynchronous path processing in QQuickPath | Kaj Grönholm | 2024-07-03 | 1 | -1/+33 |
| * | Process QQuickPath when points are cleared | Owais Akhtar | 2024-06-24 | 1 | -0/+2 |
| * | Introduce preferTypoLineMetrics property to Qt Quick fonts as well | Eskil Abrahamsen Blomfeldt | 2024-06-04 | 1 | -1/+8 |
| * | Add PathRectangle, a PathElement for optionally rounded rectangles | Eirik Aavitsland | 2024-05-26 | 1 | -6/+274 |
| * | Match QFont::ContextFontMerging with Qt Quick API | Eskil Abrahamsen Blomfeldt | 2024-05-08 | 1 | -0/+7 |
| * | QtQml: Make QQmlNullableValue somewhat safer | Ulf Hermann | 2024-01-08 | 1 | -18/+18 |
| * | Implement variable axes API in QML | Eskil Abrahamsen Blomfeldt | 2023-12-05 | 1 | -0/+7 |
| * | Rename Path.simplified to simplify | Shawn Rutledge | 2023-09-06 | 1 | -8/+8 |
| * | Doc: Fix documentation for font.features QML property | Topi Reinio | 2023-07-05 | 1 | -59/+1 |
| * | Add font.features API to match the one in QFont | Eskil Abrahamsen Blomfeldt | 2023-05-26 | 1 | -0/+64 |
| * | Introduce hardware accelerated curve renderer for Shapes | Eskil Abrahamsen Blomfeldt | 2023-05-26 | 1 | -0/+29 |
| * | doc: Use \value rather than \li for enumeration values and constants | Shawn Rutledge | 2023-03-28 | 1 | -19/+17 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -4/+4 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -22/+22 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Remove documentation references to NVPR renderer | Andy Shaw | 2021-04-19 | 1 | -18/+1 |
| * | Doc: Use \qmldefault instead of \default | Paul Wicking | 2021-03-24 | 1 | -1/+1 |
| * | QQmlListProperty: Use qsizetype rather than int for sizes | Ulf Hermann | 2020-11-09 | 1 | -2/+2 |
| * | Fix vertical position of PathText | Eskil Abrahamsen Blomfeldt | 2020-01-29 | 1 | -2/+2 |
| * | Introduce PathText path element | Eskil Abrahamsen Blomfeldt | 2020-01-21 | 1 | -0/+223 |
| * | Replace QVariant::type with QVariant::userType | Olivier Goffart | 2020-01-17 | 1 | -3/+3 |
| * | Doc: Fix documentation warnings | Topi Reinio | 2019-11-11 | 1 | -4/+4 |
| * | PathMultiline: handle directly-bound QVector<QPolygonF> | Shawn Rutledge | 2019-09-03 | 1 | -7/+13 |
| * | PathMultiline: allow lists/vectors of polygons or point lists/vectors | Shawn Rutledge | 2019-09-02 | 1 | -32/+38 |
| * | Enable PathPolyline to take a QPolygonF or QVector<QPointF> path | Shawn Rutledge | 2019-09-02 | 1 | -15/+25 |
| * | Add QQuickPathMultiLine | Paolo Angelelli | 2019-07-18 | 1 | -3/+154 |
| * | Expose QQuickPath::pointAtPercent as Q_INVOKABLE | Paolo Angelelli | 2019-06-25 | 1 | -2/+21 |
| * | Add QQuickPathPolyline | Paolo Angelelli | 2019-05-28 | 1 | -4/+104 |
| * | Add scale property to QQuickPath | Paolo Angelelli | 2019-06-04 | 1 | -2/+43 |
| * | Fix deprecation warnings in 5.14 | Friedemann Kleint | 2019-05-29 | 1 | -2/+2 |
| * | Fix typo in notify signal emission | Robert Griebl | 2018-12-10 | 1 | -1/+1 |
| * | Doc: Add missing dots (qtdeclarative) | Paul Wicking | 2018-06-19 | 1 | -12/+12 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |