aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken dash pattern editor layoutandroid-automotiveHenning Gruendl2023-01-131-5/+5
| | | | | Change-Id: Ie09281401a70957f28e5bd880f628e63223f088f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* fix commentTim Jenssen2023-01-121-1/+1
| | | | | Change-Id: I808acd4aade0e12038455514d7cd16df40612188 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Fix error when re-configuring the already installed componentsTim Jenssen2023-01-121-0/+6
| | | | | | | | | | | | error was: add_library cannot create ALIAS target ... because another target with the same name already exists. fix: We pretend to be a Qt repository build of qtdeclarative. Change-Id: Ib1e20a0d12e7a0e3467e650f4e1ae63a9a24fa70 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Remove design studio left oversHenning Gruendl2023-01-1114-105/+0
| | | | | Change-Id: I4cb32825ebb228e69a17c8542af3b847b5f31b1d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* chore: file name typo in readme.mdBurak Hancerli2023-01-051-0/+0
| | | | | Change-Id: I577a33ed438df5ddc78fa1a777e53672b97e859f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Remove design studio left oversHenning Gruendl2022-12-139-54/+0
| | | | | | Change-Id: I9b2ca097a1a17eafa5c54b6344963420125f1a72 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Store previous strokeWidth to re-use when shownHenning Gruendl2022-11-288-74/+129
| | | | | | | | | | Store the previously set strokeWidth on all ShapePath related item specifics. This allows to revert to the previous value when stroke is hidden and shown again. Task-number: QDS-8191 Change-Id: Iea68e6dd726ce3fea8aedbe268b1822e0d7d19ea Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Use Qt5Compat.GraphicalEffects for Qt 6Thomas Hartmann2022-11-141-1/+1
| | | | | | | | The dev branch is Qt 6 only. Change-Id: Icd65f5d0a6c07205ab43a91e7abe3af89a09033f Reviewed-by: Tuomo Pelkonen <tuomo.pelkonen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix property sheet for ellipse itemBrook Cronin2022-09-191-1/+1
| | | | | | Change-Id: I9166ff9eb33b4dae1ce42139bc794743222b47b5 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: <pranta.dastider@qt.io>
* CMake: add qmldir to resourcesSamuli Piippo2022-05-241-0/+2
| | | | | | | | | Amend f1b989bb5940c486f7e63b2bd1be00e355e1c0be and include qmldir to resources. Fixes: QDS-6989 Change-Id: Ifc2c43a89fa470f138eddd13d044bd4d283f70bd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Do not generate qmldir file for FlowViewThomas Hartmann2022-05-192-5/+24
| | | | | Change-Id: I9a24da02d988d622004c97813d2e2ff7226d94e4 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix qrc case when resolving url to local pathThomas Hartmann2022-05-111-7/+24
| | | | | | | | | | | | | | A url containing a qrc path ("qrc:/content/fonts") is not a local file and we have to handle this as a special case. If the url is empty we skip any font loading, since we do not want to scan complete disks. I also replaced qCInfo with qCDebug. Task-number: QDS-6912 Change-Id: Iae8292547abc1811243ea33a63550e54aa02a6a8 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* PropertyEditor: Fix SVGPathItem hide CheckBoxHenning Gruendl2022-04-291-8/+4
| | | | | | Task-number: QDS-6828 Change-Id: I607546ddfa9dace0f4308a1d21c836dff8825ef6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Remove all .pri filesThomas Hartmann2022-04-2717-351/+0
| | | | | Change-Id: I1484d3784853930997ba55882e02321159eb2244 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QtAndroidAutomotive: Update ActivityView interfacePiotr Mikolajczyk2022-04-261-43/+1
| | | | | | | | Removed the screenshot function Change-Id: I3346e7a07bd2a9df0cf39b200fb35fc87849f5a6 Reviewed-by: Michał Cieślak <michal.cieslak@siili.com> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* CMake: lower required CMake version to 3.16Samuli Piippo2022-04-051-1/+1
| | | | | | | ... which is the default version required by Qt. Change-Id: I82238850d9ecf81c2b234be65c7b6e3b9b87c63c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Remove .pro files from devThomas Hartmann2022-03-3017-281/+0
| | | | | | | The qmldir files are not compatible with qmake. Change-Id: I08682773ad8ad4e102327693a92bb61c2e0e843c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add readme file for cmakeThomas Hartmann2022-03-301-0/+20
| | | | | Change-Id: I218a39dba18cc3c1e85c41f18032870877564382 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add QtAndroidAutomotive.ActivityView to CMakeThomas Hartmann2022-03-285-0/+40
| | | | | | Change-Id: I1fab36425fb79f48a0c13138324e098e9918ae35 Reviewed-by: Piotr Mikolajczyk <piotr.mikolajczyk@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add QtQuick.Studio.StudioApplicationThomas Hartmann2022-03-235-0/+175
| | | | | | | | | | This class allows loading fonts into the application "in time". This will replace the DirectoryFontLoader Task-number: QDS-1142 Change-Id: Ibc801b8450f503af4b964740d0b009222c21b9b7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Create CMake build filesTapani Mattila2022-03-21170-6670/+456
| | | | | | | Task-number: QDS-6324 Change-Id: Ic20fde733cb752b858d8f05b8816fc9702f8ed0b Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QtAndroidAutomotive: Fix license headerPiotr Mikolajczyk2022-03-213-3/+3
| | | | | Change-Id: I3a7c79d491a32a5204e8d46ec827fe52652b1caf Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QtAndroidAutomotive: Add ActivityView componentPiotr Mikolajczyk2022-03-1713-1/+456
| | | | | | Task-number: QAA-1013 Change-Id: I9b87eab17e70f81eaf9140aba6fd63b68da0547c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QULExtras: Remove imageCheckerAleksei German2022-03-034-189/+2
| | | | | | | | | Usage of the singleton is already removed from qml, seemingly nothing depends on it. Task-number: QDS-6400 Change-Id: If3a7b5ac76e174dc461bd8a8bdeef7b3ffd0baf8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Remove duplicate QML file listingSamuli Piippo2022-02-071-1/+0
| | | | | | | | | Duplicate file caused qmlcachegen to fail with error: Multiple resource paths for file ... Task-number: QDS-6130 Change-Id: Ie12617ceb1649e027075aa8789425f4c0224daf7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix RadialBlurEffectThomas Hartmann2022-02-031-1/+0
| | | | | | Task-number: QDS-6130 Change-Id: I2a6965a177e58569c63fce5bc4a7662e2c2ce1d0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Use samples when antialiasing enabledHenning Gruendl2022-01-128-12/+11
| | | | | | | | | Use layer.samples: 4 whenever antialiasing is enabled on a component. Remove bigger textureSize due to performance implications. Task-number: QDS-5781 Change-Id: If73f136e21f70d76c58193545d657a9b52b0c38a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add specifics for ArcArrow and StraightArrowHenning Gruendl2022-01-053-0/+313
| | | | | | Task-number: QDS-5911 Change-Id: I325ac94da3409150942f61575c33d7ffdd7ef4b7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Add EllipseItemHenning Gruendl2021-11-249-30/+349
| | | | | | | | | | * Add item library images * Add new EllipseItem Task-number: QDS-5179 Change-Id: I0b7df2d405b64acc30f02810a0382be328d21f4d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Add RegularPolygonItemHenning Gruendl2021-11-249-10/+497
| | | | | | | | | | * Add item library images * Add new RegularPolygonItem Task-number: QDS-5143 Change-Id: I34e8a6359cde2b1fc76557521df41ddb2700146c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Fix update issues for ArcItemHenning Gruendl2021-10-042-125/+131
| | | | | | Task-number: QDS-5171 Change-Id: I13c27e28b38613356304f2941373be665e091c9b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Fix update issues for BorderItemHenning Gruendl2021-10-041-92/+100
| | | | | | Task-number: QDS-5170 Change-Id: I214a1d445c23a20eb6124e9cadb19da3a0cd5d8d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Fix update issues for TriangleItemHenning Gruendl2021-10-041-24/+49
| | | | | | | | | * Fix update issue * Cleanup Task-number: QDS-5175 Change-Id: Ie3a565d84a215cde79c8742dad02f896f59645f6 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QULExtras: Fix for Colorized ImageAleksei German2021-09-301-8/+19
| | | | | | Task-number: QDS-5125 Change-Id: I2d71071c0f92451494202b539f503e300737ae62 Reviewed-by: Aleksei German <aleksei.german@qt.io>
* Components: Cleanup PieItemHenning Gruendl2021-09-301-31/+29
| | | | | Change-Id: Ib4b96831cec94095204a52cc26a84f3f5d338b7d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Cleanup RectangleItemHenning Gruendl2021-09-301-16/+16
| | | | | Change-Id: Iede60c694e9925b54efbfe704b9c70d626644b64 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix ArcItem outlineThomas Hartmann2021-09-272-134/+33
| | | | | | | | | | | | | | | | | | | The outline mode works again. I removed: * radiusOuterAdjust * radiusInnerAdjust * arcWidthBegin * arcWidthEnd The associated functionality never fully worked and there are principal reasons for that. Task-number: QDS-5131 Change-Id: I510db8ee715dd5a232ad9ac243ce6e870e7a6a12 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
* PropertyEditor: Remove LinkIndicator TriangleItemHenning Gruendl2021-09-271-1/+3
| | | | | Change-Id: Ibe35f0f08b79cea672a6e2e19188d2b702024e7d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Components: Remove console outputHenning Gruendl2021-09-271-2/+0
| | | | | Change-Id: Iabbca331e9f0a77d33abb51ef92ee0f1c68925cb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Clamp corner radius to item sizeHenning Gruendl2021-09-245-98/+111
| | | | | | | | | | | Clamp corner radius to item size for RectangleItem, BorderItem and TriangleItem. Clamp the values in the backend and adapt the SpinBox ranges in the frontend. Task-number: QDS-4797 Change-Id: I9d4e504a8920aefbdc2292e5695cf7ec9a088af2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* QUL Compatibility: Fix for 1.9 and selectorsAleksei German2021-09-0315-33/+156
| | | | | | | | | | | | - 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>
* PropertyEditor: Fix logic helper SpinBox rangesHenning Gruendl2021-08-302-10/+10
| | | | | | Task-number: QDS-4963 Change-Id: I545e073d20553bf95fd035eecec2ac6bc44dbb7e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Remove Types for missing effectsThomas Hartmann2021-08-301-135/+0
| | | | | | | | We did not inlcude the PNGs for the type icon and therefore this creates a warning. Change-Id: I995b0b4dbaf17abde93bce7a743ef8439eaffa16 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
* QmlDesigner: Update effects specificsHenning Gruendl2021-08-2642-1272/+1680
| | | | | | | | | Update studio components effects specifics for the property editor Task-number: QDS-4945 Change-Id: Ie4f910eb4480edd07bc434d6f450ef1d69172a9e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix console.logThomas Hartmann2021-08-2316-16/+16
| | | | | Change-Id: I73adc6a5bab074a13ac188c5f9d444bd5dc302a1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add metainfo for arrowsThomas Hartmann2021-08-201-1/+130
| | | | | Change-Id: Ia0552e5e8d13160e5c8c5847fb0935471f323fb7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix Qt DirectionalBlurThomas Hartmann2021-08-131-1/+2
| | | | | Change-Id: I08ed9af0753fd229e1e1d129d18c54c3a530605f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix .pri file for arrowsThomas Hartmann2021-08-111-2/+2
| | | | | | Change-Id: Id6b314e7c8cd737d97c9bbc90a16ed15279f15e4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Minor fixes for Qt 6 effectsThomas Hartmann2021-08-104-6/+9
| | | | | Change-Id: I731038eeefa10d609d07aa7a3e0dbc430090428b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Actually remove effects from defaultThomas Hartmann2021-08-051-3/+2
| | | | | | | This was breaking the Qt 6 based builds. Change-Id: Ie76c5d6148537ceadecc916d3caff5375e66b927 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>