Commit Graph

172 Commits

Author SHA1 Message Date
Tim Jenssen
453f4996db use "qml" as QML runtime
Since Qt 6.2 qmlscene is deprecated by Qt.

This patch also removes QMLViewer as a last
QtQuick 1 artifact in external tools.

Task-number: QDS-639
Task-number: QDS-4535
Task-number: QTCREATORBUG-22385
Change-Id: I5f67040954f8ef438961f7166a53bd96d5b73f4d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-07-13 15:38:46 +00:00
Leena Miettinen
c7ee8b5504 Doc: Update info about image properties
- Fix changed field labels
- Update screenshots

Task-number: QDS-4561
Change-Id: I12c4db163e5dfcdd9aa9140b569e2fc2660355c8
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-07-09 11:51:55 +00:00
Leena Miettinen
fee0a5a74a Doc: Describe copying and pasting property values in Design mode
Fixes: QDS-4693
Change-Id: I2c1cb5cf1d00738c38a926d70e5b1089ce82880b
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-07-09 07:05:23 +00:00
Johanna Vanhatapio
518b25063d Doc: Fix a typo
Change-Id: I82d9fe5dd1fd34b0450084d677d49a18c9d20977
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-07-02 13:18:31 +00:00
Leena Miettinen
0ef56472b7 Doc: Describe the properties of Animation components
Fixes: QDS-4465
Change-Id: I42cdad8694feb612946a95d1bca77ddd1d6f5982
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-06-30 06:44:00 +00:00
Leena Miettinen
525219e848 Doc: Update contents of Motion Design chapter
Add information about new topics in the chapter.
Add animation.

Change-Id: Idce4c1cad796d8df011afc16413126dba6f2583c
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-06-30 06:43:50 +00:00
Leena Miettinen
2de96b84e1 Doc: Describe fine-tuning animation quality
Fixes: QDS-4500
Change-Id: Ibb3d203210898a5c0fbdee67e30f7e148a4b1e22
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-06-30 06:43:43 +00:00
Leena Miettinen
279bf1e1f3 Doc: Describe optimizing animations
Fixes: QDS-4502
Change-Id: I3b7c2a64384d00cd55a75a7c4df4e4c3e49471e9
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-06-30 06:43:36 +00:00
Leena Miettinen
e12783326b Doc: Update info about easing curves
The Easing Curve editor can be used to attach easing curves
to transitions and animation components, in addition to
keyframes in timeline animations.

Change-Id: I5b3ae0c1818516d02e6cfacf0c87e2e4f4926f08
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-06-30 06:43:25 +00:00
Leena Miettinen
e539ac263a Doc: Fix QDoc errors introduced by restructuring the manuals
- Remove an obsolete file
- Fix link targets
- Fix navigation link targets
- Fix conditional text

Change-Id: I2421be9867c350ec04b7a09489b0655de9bafa53
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-06-28 11:51:25 +00:00
Johanna Vanhatapio
f1eaf25dff Doc: Decribe multiselection of assets
Task-number: QDS-4595
Change-Id: Ibc7a40af147416ac36f0b5436470906df6039329
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-06-24 12:16:02 +00:00
Leena Miettinen
a3fbc85ced Doc: Create a Prototyping chapter
Restructure existing information and fix navigation links.

Fixes: QDS-4470
Change-Id: I4a1118a4620527b461b99bf05b8b06d947018c80
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-06-24 07:54:20 +00:00
Leena Miettinen
00d1a03b09 Doc: Update info on installing QDS components and Qt Quick Timeline
Link to the subsections with more information.

Change-Id: Id139ef10cd30693b5685a94af13906f99e8bde5d
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2021-06-23 12:09:49 +00:00
Leena Miettinen
fee82ed2c2 Doc: Restructure the Wireframing chapter
Renamed from "Creating UIs"

Fixes: QDS-4469
Change-Id: Iabf436a7ed9aa87c144c29fbe39d4d5923a29ae7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-06-16 08:12:57 +00:00
Leena Miettinen
b6f6ce9753 Doc: Add information about property aliases
Change-Id: I8b016ef91064458d463cca6cde6b11c8c3c82f0b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-06-14 09:18:56 +00:00
Leena Miettinen
0df7796d60 Doc: Add an overview of creating UI logic in Qt Quick
Fixes: QDS-4499
Change-Id: I5a095d31988f114d29aa20c35c5edf02891bb824
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Jarko Vihriala <jarko.vihriala@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
2021-06-14 08:58:11 +00:00
Leena Miettinen
6a9a58941e Doc: Restructure the QDS Manual Getting Started chapter
- Add the Use Cases topic
- Move text from other topics as necessary
- Fix the navigation links to match the new structure

Fixes: QDS-4468
Change-Id: Ic67dbe073c5be2420795c1f5049217319ab0a202
Reviewed-by: Jarko Vihriala <jarko.vihriala@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-06-11 10:48:46 +00:00
Leena Miettinen
684c5f7529 Doc: Add an introduction to animation techniques
Also adding a new top level page for the "Motion Design" chapter.

Fixes: QDS-4459
Change-Id: I31d7809e18fa735d8896d7cbf6d511c0aaddbbce
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-06-07 11:00:35 +00:00
Eike Ziller
2485c31a48 Merge remote-tracking branch 'origin/4.15'
Conflicts:
	doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc

Change-Id: I906330addb7de31e6ed88f88af3fd2adbbe53e1f
2021-05-31 16:13:47 +02:00
Leena Miettinen
0ae67dc83f Doc: Add GIF images of custom controls generated by QDS wizards
Fix the location of the controls in Library.

Fixes: QDS-4379
Change-Id: I998950722d1068fd5eadc974664bf8f8d759f8f6
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-05-28 07:54:32 +00:00
Leena Miettinen
4b551f6e0a Doc: Move remaining Qt Quick Studio Component docs to appropriate places
...and remove the QML module and type docs from the qtcreator repository.
They are now in the qtquickdesigner-components repository.

Also use "Qt Quick Studio Components" as the component category and
module name everywhere.

Change-Id: Icf0e8dfec38c533a822aa6d90750de17a067ef6a
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-05-26 14:18:58 +00:00
Leena Miettinen
3f31cd654d Doc: Make it clearer that Qt Quick Timeline module must be installed
If you want to use Timeline view in Qt Creator or if you installed
Qt Design Studio using the Qt Installation Tool.

Change-Id: I33c0f3709fc8f3b37c9630e0030b8a64ffa2093f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-05-21 06:33:59 +00:00
Leena Miettinen
2512d1970f Doc: Move information about exporting and importing under one topic
The new "Exporting and Importing" topic contains information about
exporting and importing 2D and 3D assets, as well as exporting QML
types.

Fixes: QDS-4369
Change-Id: Ie98ede4b0bcec4b872778fa7b2f054f1af4175fd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-05-20 14:03:18 +00:00
Leena Miettinen
b04981e482 Doc: Separate basic user interaction method docs from controls docs
...to make the topics shorter and to make it easier to find the
controls docs.

Fixes: QDS-4377
Change-Id: I14177e08630805c0b958c73320d1767ecb2862d8
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-05-20 07:01:16 +00:00
The Qt Project
6e0eb666c4 Merge "Merge remote-tracking branch 'origin/4.15'" 2021-05-19 09:57:02 +00:00
Johanna Vanhatapio
cf6d9b587e Doc: Add a note for a known issue
...regarding the Library context menu commands.

Change-Id: I17049d30e527f8396312346cb44cd14767f96307
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-05-19 09:06:18 +00:00
Tim Jenssen
99cc306e0f qdoc: no need to use ssh here
Change-Id: I09b1995cb1d029158a808afd54f4842ced4350f5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2021-05-17 12:14:35 +00:00
Leena Miettinen
288763d541 Doc: Update terminology and screenshots in Form Editor topic
Make the difference between components and component instances
clearer.

Task-number: QDS-3407
Change-Id: Ibb808696b49ccd465b3cb6706c8d76675fdd0b6e
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-26 09:38:24 +00:00
Johanna Vanhatapio
2043b91ebe Doc: Add more links to topics covering views
Also some miscellaneous fixes.

Task-number: QDS-3407
Change-Id: If47cdb0b7bc16f3fc624b96c2e0dabfde2d2f2db
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-23 14:40:14 +00:00
Johanna Vanhatapio
a4d1beca2d Doc: Update info about Component
... in Concepts and Terms topic. Also added some links to Creating
Components.

Task-number: QDS-3407
Change-Id: Iea2314c40ec5edb906ca0e23b9d7dea48cf6c597
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-23 13:34:41 +00:00
Leena Miettinen
5bf2bfedb0 Doc: Update Connection View name in Backends topic
Update screenshots.

Task-number: QTCREATORBUG-25162
Change-Id: I57dab115a5fca8830e867b57a31ff38fc1b6d20d
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-23 09:06:37 +00:00
Johanna Vanhatapio
ac36a9616d Doc: Fix the spelling of Connection View
...and add links to the Connection View topic.

Task: QDS-3407

Change-Id: I48c2fa8e4ebbed8c8b8ddd0b68da80527d602a1d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-22 17:27:03 +00:00
Johanna Vanhatapio
0b4362b326 Doc: Update info about positioner properties
Task-number: QDS-4167
Change-Id: I618910ab0e31084c4e9b67858842b461421b9f8a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-22 11:17:59 +00:00
Leena Miettinen
554eac5382 Doc: Fix text about radio buttons in Timeline Settings dialog
Fixes: QDS-4116
Change-Id: I4761211fc5af1c0f6f0839087b7d46ca90490163
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-21 15:13:40 +00:00
Johanna Vanhatapio
1ba196a6da Doc: Remove the obsolete image command
Change-Id: I229a141e8684580674f56eef2aa89386abf07962
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-21 13:48:36 +00:00
Leena Miettinen
accc951ef8 Doc: Update the Qt Quick mobile app example
Task-number: QTCREATORBUG-25162
Change-Id: I727d0f5520c4db729a8ffc63937a12cc099b1157
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-21 13:02:57 +00:00
Leena Miettinen
32538c8a2d Doc: Update docs for Transitions example
Use the new terminology and update screenshots.

Task-number: QTCREATORBUG-25162
Change-Id: Ibef385fd7f4710ec418a549899b29fd91ab7240b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-21 08:59:23 +00:00
Johanna Vanhatapio
dc898cbf98 Doc: Update pictures in the Navigator topic
Task-number: QDS-3407
Change-Id: I78bd9878d5cfe664a977db9f956355092d49afad
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-21 08:53:35 +00:00
Leena Miettinen
3138229a20 Doc: Describe changes in QDS project wizard templates
The application templates now import Qt Quick Controls in
addition to Qt Quick types.

Task-number: QDS-3407
Change-Id: I696de75701d9299cce93c527993a27fa04e07dc7
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-21 07:15:04 +00:00
Johanna Vanhatapio
06d70b1488 Doc: Update pictures of Properties View
- mostly pictures for Lists and Other Data Models and Properties.

Task-number: QDS-4167
Change-Id: Ia7bd27bb4cec682b42e2c2bc232913b3ed7a0ab3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-20 12:09:13 +00:00
Johanna Vanhatapio
ee9d4b3d61 Doc: Update info about Text and Control properties
Task-number: QDS-4167
Change-Id: Ic691d848e93b964dad89bd1196ee86cdbd3956be
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-20 12:08:47 +00:00
Johanna Vanhatapio
f89b1ff497 Doc: Update more info about Library
Task-number: QDS-4007
Change-Id: Iede5ff19c55ea99453ad67b7f1782032779a77af
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-16 12:10:34 +00:00
Johanna Vanhatapio
381bb68265 Doc: Update info about Shapes
- Updated mainly pictures due to changes in the Properties view

Task-number: QDS-4167
Change-Id: I0ce5f83dc5d353eb7061761505454677d79aeb3b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-16 11:42:33 +00:00
Leena Miettinen
dc636b63e6 Doc: Remove obsolete keyboard shortcut for Add Timeline
Task-number: QDS-4116
Change-Id: Ic7695ffea5cb6b1d1b224135660a4b9b5b4b06e9
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-15 10:48:28 +00:00
Johanna Vanhatapio
39d4577d76 Doc: Update the Creating Components topic
Fixes: QDS-4110
Change-Id: I6fde0e36a8c74a0c9e1f56b9ce225444c921b74f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-14 06:40:29 +00:00
Johanna Vanhatapio
fef8ebf46b Doc: Describe Context Menu Commands in Library
Fixes: QDS-4061
Change-Id: I4f19450cd03f7f2da7e9064a1bf8519e4ccfc3c4
Reviewed-by: Miina Puuronen <miina.puuronen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-13 16:33:32 +00:00
Leena Miettinen
485aad6e9e Doc: Add a reference topic for the Text Editor view
Add links to the new topic.

Change-Id: I92640385feba70a56bacfe24497eeba3d8409567
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-12 07:06:13 +00:00
Leena Miettinen
03c48cfe2a Doc: Create topics for Projects, File System, and Open Documents
Move the information about these views to separate topics and
describe the differences between using them in Design mode or
in the sidebar.

Change-Id: Ie71edb7d270bf5c4e020f2818f9f8e0e9e505094
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-04-12 07:06:01 +00:00
Johanna Vanhatapio
c7fa8ba8f5 Doc: Update the Design Views topic
- Updated pictures
- Updated some info on the main toolbar actions based on the tooltips

Task-number: QDS-4007
Change-Id: I49ba9e281d1248dfca564698f8b0ca2bd381ffe1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-07 11:51:59 +00:00
Johanna Vanhatapio
4bf879a770 Doc: Update info on the Library view
Task-number: QDS-4007
Change-Id: I981dfa54b4497b0517f1348aff8cc2d992a2cb2a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-04-07 11:30:23 +00:00