aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/compatibility/QtQuickUltralite/Layers/SpriteLayer.qml
Commit message (Collapse)AuthorAgeFilesLines
* Move QtQuickUltralite items directly to compatibilityThomas Hartmann2023-01-261-41/+0
| | | | | | | | | This shortens the path and avoids building issues on Windows. Removing QtAndroidAutomotive for now. Change-Id: I76a4ba4269b626ec9ae31d735bc2eef244760d1f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QUL Compatibility: Fix for 1.9 and selectorsAleksei German2021-09-031-2/+2
| | | | | | | | | | | | - Fixes 3 puppet windows issue for Screen item - Updates enums and default values - Adds new properties to Screen - Caption fix for Sprite Layer - Deactivated rotation and scale for ImageLayer Task-numbers: QDS-3774, QDS-4710, QDS-4756 Change-Id: If606950a90aa360c0ff4afb2122edd7487092405 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Fix for QUL CompatibilityAleksei German2021-04-071-1/+1
| | | | | | | | Fixes: QDS-3999 Fixes: QDS-4000 Fixes: QDS-4001 Change-Id: I6783b0d56dc1b8fa2da5241c302690b3743f1a7a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Use GPL3 for all modulesThomas Hartmann2021-03-091-6/+15
| | | | | | | | The Qt Quick Ultralite modules had a commercial only license before. Since those are only mockups for MCU items we should use GPL3 instead. Change-Id: I63439c742a5bb7977b122ae708d3a19ddf92ebf2 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
* QmlDesigner: Add QUL Extras and LayersAleksei German2021-02-181-0/+32
Task: QDS-3622 Change-Id: Iaf9728320e5b03ba1ad86536ed8b44eaecf018f5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>