aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix pri file for missing pngsThomas Hartmann2021-08-051-25/+1
| | | | | Change-Id: I755f6f72b0a10519077da367007d5938b8eaad77 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add version of effects for Qt6Thomas Hartmann2021-08-04111-0/+5774
| | | | | | | | | | | | | | | | | | | | | See https://doc-snapshots.qt.io/qt6-dev/graphicaleffects5.html Those effects are not supported anymore. Blend InnerShadow GaussianBlur MaskedBlur RecursiveBlur DirectionalBlur RadialBlur ZoomBlur Adding 'mocks' with error messages for missing effects. Task-number: QDS-4763 Change-Id: Iceac09c98a9a5e607198788e0579d486f0b9652d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* PropertyEditor: Update MultiText specificsHenning Gruendl2021-07-293-216/+115
| | | | | | Task-number: QDS-4754 Change-Id: Ia5481bb3e6e785aa626a40dbb8fe016ae05b4dc4 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* PropertyEditor: Make use of label blocked statesHenning Gruendl2021-07-146-360/+299
| | | | | | | | | | * Make use of blocked states in PropertyLabels, ControlsLabels and MultiIconLabels * Update Ultralite specifics Task-number: QDS-4692 Change-Id: Id6383f0327351069ab1dd530f5eb94f7267c98fe Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* PropertyEditor: Fix undefined warningsHenning Gruendl2021-07-142-2/+2
| | | | | Change-Id: I7fbafca4a560ab000e3d82c491f9bc4a8eccb711 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* PropertyEditor: Update flow specificsHenning Gruendl2021-07-0812-549/+811
| | | | | Change-Id: I98257f61a7ef69b7e62e9defc2d32ca29c9c9bee Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* PropertyEditor: Add logic helper specificsHenning Gruendl2021-07-088-48/+628
| | | | | Change-Id: Iede2bc9f95d7b6ca2caa4c002ee922b2fe0ad520 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* FlowView: Use function syntax in ConnectionsHenning Gruendl2021-07-082-9/+3
| | | | | Change-Id: I1e003eb625f5e7a6439fc8c1775c28b6ffa34187 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* PropertyEditor: Add GroupItemSpecificsHenning Gruendl2021-07-082-0/+33
| | | | | Change-Id: I6cc1e7b5c4e61903f9d16a2ec18d5892ef723b66 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* UI text: Fix UI text to follow the guidelines and edit tooltipsLeena Miettinen2021-07-0828-98/+186
| | | | | | | | Remove unnecessary text from tooltips. Change-Id: I160d5d9cbd5717ddffd5bfc178bdecc1216e3bc6 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* PropertyEditor: Fix broken component specificsHenning Gruendl2021-07-011-0/+1
| | | | | Change-Id: Iaadd281631a5970752348d1a23dfaf38d32ab290 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* PropertyEditor: Fix some issues and add new sectionKama Wójcik2021-06-288-424/+174
| | | | | | | | | | | * Create and reuse Stroke details section * Align Dash pattern label to the top * Fix label grammar * Fix word order in tooltips Change-Id: I48ce40201e0b9cf922469369d488227149279c5a Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Redesign of studio component specificsKama Wójcik2021-06-2214-849/+1001
| | | | | | | | | | * Redesign all existing studio component specifics * Make use of the new ColorEditor * Componentize CornerRadiusSection Task-number: QDS-4296 Change-Id: I6e0e856a564a5e5b5decdde80c16a4974643ac2b Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
* Add arrowsThomas Hartmann2021-06-1833-2/+214
| | | | | | | Task-number: QDS-2242 Change-Id: Id755795924dfb6ed57e8d6063b3ade4d7051c40f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Make TopRightCorner as the default option for labelpositionTuomo Pelkonen2021-06-081-0/+1
| | | | | Change-Id: I4fc8164bc893a00d955edcc8e56f7781638c1664 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Allow wildcards to activate nested flowsThomas Hartmann2021-05-316-9/+76
| | | | | | | | | | If a wildcard is triggered in a nested flow it can now also activate the flow it belongs to in the parent flow. Task-number: QDS-2235 Change-Id: I0e0cf3cf63a7b187b842206ad1caad5c27a9a9d8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Move component docs to QML filesLeena Miettinen2021-05-2625-1993/+1475
| | | | | | | | | | | Rename everything to use the module name Qt Quick Studio Components and the import QtQuick.Studio.Components. Remove the separate .qdoc files. Fixes: QDS-3485 Change-Id: I6449c87a3c2f895574dc587eabf79b5e7d466cb9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* add missing #include <QDebug>Tim Jenssen2021-05-171-0/+1
| | | | | Change-Id: Ieb1c9c0276741a2496d93afb217b94ed6691ac33 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* update MultiText/qmldirTim Jenssen2021-05-171-0/+1
| | | | | Change-Id: Iecc83a41b6f805c986f7656eb31cb62b02885872 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Qt Quick Studio EffectsLeena Miettinen2021-05-076-0/+631
| | | | | | | | | Add a documentation project and top level documentation for the effects. Fixes: QDS-4314 Change-Id: I449d20d358e12a27794e44964f5d2f72edab12d1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Effects: Fix ColorOverlay default colorHenning Gruendl2021-04-221-1/+1
| | | | | | Task-number: QDS-3217 Change-Id: Ieed709d8faa40f65ad6b4fc4631d662acdfbc31d Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Define default value to avoid warningsThomas Hartmann2021-04-193-3/+3
| | | | | Change-Id: I915bf94ec50c8c1233c8e03b7b5f5bd4bebd2679 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix warningThomas Hartmann2021-04-191-1/+0
| | | | | Change-Id: Ie80ffd2a5595c1242a0d4665b7453a98548041ce Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Fix for QUL CompatibilityAleksei German2021-04-0715-60/+71
| | | | | | | | Fixes: QDS-3999 Fixes: QDS-4000 Fixes: QDS-4001 Change-Id: I6783b0d56dc1b8fa2da5241c302690b3743f1a7a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Allow more than 360 degreesThomas Hartmann2021-03-311-4/+4
| | | | | | | This can be convenient if e.g. the start is already 200. Change-Id: Iee0992e2198b564a5f6a2bdc8ec3181adb716cc0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix SpinBox size for ArcThomas Hartmann2021-03-311-9/+0
| | | | | Change-Id: I349f6c4476c11cb9d3ffc6fb837dd97f9d8eb6e1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix ArcThomas Hartmann2021-03-311-2/+2
| | | | | | | | Limit the end at start + 360. Task-number: QDS-2703 Change-Id: I9edd041720546397f4447b4ea08e0fbba1bbf89b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Move SvgPathItem docs to the QML fileLeena Miettinen2021-03-302-206/+155
| | | | | | | | | | The docs were not generated correctly from a separate QML file after the type name used in the UI and docs was changed to SvgPathItem from SvgPath. Task-number: QDS-3485 Change-Id: I81d3a3a18be6db0340db381a8ef407d91d471861 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Rename 'Svg Path' to 'SVG Path Item' in the libraryThomas Hartmann2021-03-301-1/+1
| | | | | | | | 'Svg Path' is missleading because this is the type of the underlying shapes item. Change-Id: Ib1c284452ef8c820d72e2ba0eb745cfd0970ba3c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* FlowView: Fix UI text and tooltipsLeena Miettinen2021-03-239-76/+82
| | | | | Change-Id: I1d56e6d778ad439225e0ba46a54d4900809b227c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add missing pngsThomas Hartmann2021-03-163-0/+0
| | | | | Change-Id: Ic7ce8700965fab7b765eac7be2fe43244976ae91 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add group iconsThomas Hartmann2021-03-161-1/+4
| | | | | Change-Id: I0744da067b2e4617645b8df796b032c4f3dfeafe Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Allow children for MultiTextElementThomas Hartmann2021-03-151-1/+1
| | | | | | | This allows exceptions for them. Change-Id: I3742535290dea32d5b88aef44664d85856cad02f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Use GPL3 for all modulesThomas Hartmann2021-03-0921-99/+933
| | | | | | | | 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>
* Fix buildThomas Hartmann2021-03-051-1/+1
| | | | | | Change-Id: I29fc632467e685c56466adeb14bf9e524de74bda Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Deploy MultiTextExceptionThomas Hartmann2021-03-052-1/+3
| | | | | Change-Id: Ia0bed9b9839aad75d5f67b24b6d1177297313922 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix Linux and macOS buildThomas Hartmann2021-02-191-3/+2
| | | | | | | Including the .pro file directly to avoid capitalisation issues. Change-Id: I01e343587a579086c364e3a798fea0ac7ffb599a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: Add QUL Extras and LayersAleksei German2021-02-1838-1/+1375
| | | | | | | Task: QDS-3622 Change-Id: Iaf9728320e5b03ba1ad86536ed8b44eaecf018f5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix MultiTextThomas Hartmann2021-02-172-1/+22
| | | | | Change-Id: Id067fef952da9cdba25c07d3898c3f67f48947c6 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Don't allow MultiTextElement dropping on form editorMiikka Heikkinen2021-02-151-1/+1
| | | | | | | | | MultiTextElement is not a visual item, so it doesn't make sense to drop it on form editor. Fixes: QDS-3323 Change-Id: I721f7333fcebf66c094b7c2bb6eeb803bbf0bb7a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* MultiText: Add MultiTextExceptionThomas Hartmann2021-02-127-76/+342
| | | | | Change-Id: Ia6e6dfffbecc05e02e2e6c7a671abefc229193bc Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* LogicHelpers: API reviewThomas Hartmann2021-02-0311-60/+54
| | | | | | Task-number: QDS-3580 Change-Id: I5c547550114ca674205c2c0079d3ac1d3d2584de Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Add triggered signal to FlowActionAreaThomas Hartmann2021-01-061-0/+4
| | | | | Change-Id: Iab2e7a7ee6d6a918a1615e465db43342ed1c89f1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add documentation for Studio Logic Helper moduleLeena Miettinen2021-01-0613-2/+683
| | | | | | | | | Add the documentation configuration file, front page, overview, and module pages, and documentation for each QML type in the module. Task-number: QDS-3248 Change-Id: I3b4ef7e4339205cdf7d9e2b28e0da768be31c2c8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix typo in property nameThomas Hartmann2021-01-061-1/+1
| | | | | | | Change-Id: I4357179854d246f977a9ce62a54474bdb30a3894 Task-number: QDS-3362 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Fix typoThomas Hartmann2020-12-091-1/+1
| | | | | Change-Id: I4f9b2dc69090e57bf42541745688ee1a178c5763 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add documentation for the moduleLeena Miettinen2020-12-0825-0/+2404
| | | | | | Fixes: QDS-3156 Change-Id: I561155f1ffaff4f7f12b3c4170623745ab59fbe6 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Update legacy effectsThomas Hartmann2020-12-0424-74/+572
| | | | | Change-Id: Ib9c6b79aea454260889933322e9b16348ffb4af1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix typoThomas Hartmann2020-12-041-1/+1
| | | | | | Change-Id: I91d409c8b6e14fca5adcf23388f6b272293f8e9b Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix operatorsThomas Hartmann2020-12-032-5/+5
| | | | | Change-Id: If47709c48dba6b228ce3e44a3d6da92c010dbcfa Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>