aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* QQuickApplication: fix typo in code snippetAurélien Brooke34 hours1-1/+1
* QtQuick: Optimize path element handlingUlf Hermann4 days3-21/+121
* Fix handling of animations in QQuickTransitionUlf Hermann6 days1-19/+48
* QQuickPixmapReader: Trigger typeloader creation before thread startUlf Hermann12 days1-0/+5
* Doc: Fix self-referencing "see also" linksDavid Boddie2025-06-211-1/+1
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann2025-06-171-1/+1
* Fix for global position in hover eventsPaul Olav Tvete2025-06-041-4/+8
* TextEdit and TextInput: map QContextMenuEvent to text cursor posShawn Rutledge2025-05-021-1/+4
* Support fill-opacity and stroke-opacity in VectorImageEskil Abrahamsen Blomfeldt2025-04-302-6/+22
* Doc: Make list items easier to readAndreas Eliasson2025-04-281-26/+52
* QQuickPathRectangle: Merge corner radius and bevel flags into a bitsetMagdalena Stojek2025-04-252-27/+38
* DeliveryAgent: clear deviceDeliveryTargets before hover deliveryShawn Rutledge2025-04-161-0/+1
* Abort QQuickPixmap::load if the QQmlEngine is nullTian Shilin2025-04-151-4/+4
* Port away from QPairZhao Yuhang2025-04-124-26/+26
* Suppress unused parameter warning when tabletevent feature is disabledJuha Vuolle2025-04-101-0/+2
* Fix division by zero in QQuickSvgParserMitch Curtis2025-04-092-2/+12
* SwipeDelegate: Compare against QLastCursorPosition for default mouse posShawn Rutledge2025-04-012-13/+0
* Add 16-bit/32-bit floating point support for QSGPlainTextureKristoffer Skau2025-03-241-2/+20
* Add trimming functionality to ShapePathEirik Aavitsland2025-03-241-5/+5
* Fix divide by zero when processing invalid arcsEskil Abrahamsen Blomfeldt2025-03-191-0/+2
* SwipeDelegate: check for believable mouse pos rather than qInfShawn Rutledge2025-03-192-0/+13
* QQuickPathRectangle: Align corner radius behavior with QQuickRectangleMagdalena Stojek2025-03-182-10/+15
* QQuickDeliveryAgentPrivate: fix performance regression in eventTargets()Aurélien Brooke2025-03-182-10/+11
* qquickpath_p.h: remove leftoversMitch Curtis2025-03-171-4/+0
* Mark QQuickSvgParser as security-criticalShawn Rutledge2025-03-121-0/+1
* Mark text-related Qt Quick items as security-sensitiveShawn Rutledge2025-03-111-0/+1
* Add RectangleShape to QtQuick.Shapes.DesignHelpersMitch Curtis2025-03-043-84/+71
* PathRectangle: add bevel propertiesMitch Curtis2025-03-042-15/+200
* QQuickFontInfo: de-inline dtorMarc Mutz2025-03-012-0/+7
* QQuickProfiler: don't use QThreadStorage for trivial typesThiago Macieira2025-02-281-2/+2
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-281-0/+4
* Doc: Add example to QML IntValidator and DoubleValidatorDheerendra Purohit2025-02-241-0/+12
* Doc: Move documentation about enumerations into a separate pageUlf Hermann2025-02-201-1/+1
* FontMetrics: Add revision marker to new propertyFabian Kosmale2025-02-151-1/+1
* Quick: #include mocsThiago Macieira2025-02-072-0/+3
* QtQml: Move network access manager factory into type loaderUlf Hermann2025-01-081-1/+1
* DeliveryAgent isTabletEvent: false if configured without tablet supportShawn Rutledge2025-01-081-1/+4
* Add DAPrivate::eventTargets: shared pointer and context menu event logicShawn Rutledge2024-12-252-77/+76
* Add ContextMenuMitch Curtis2024-12-242-0/+80
* Correct the spelling and style in the DoubleValidator class descriptionAlexei Cazacov2024-12-201-16/+17
* Doc: fix linking warningsVolker Hilsheimer2024-12-161-2/+2
* Docs: Use QML types in the Application QML Type documentationAlexei Cazacov2024-12-101-5/+8
* FontLoader: code cleanupVolker Hilsheimer2024-12-051-23/+27
* doc: Fix string, real, point and size QML property documentationDavid Boddie2024-12-052-4/+4
* doc: Fix string, vector2d and matrix4x4 QML property documentationDavid Boddie2024-12-051-5/+5
* QtQml: Do not use ExecutableCompilationUnit in verifyBindings()Ulf Hermann2024-12-042-7/+19
* QQuickApplication: do not leak screen info on updateScreens()Vladimir Belyavsky2024-11-062-17/+26
* QtQuick: Improve safety and ergonomics of value typesUlf Hermann2024-11-012-244/+254
* Quick: Fix QQuickColorValueTypeUlf Hermann2024-11-013-73/+68
* QQDA: fix assert when hovered items are removed during event processingVolker Hilsheimer2024-10-211-3/+12