Commit Graph

485 Commits

Author SHA1 Message Date
Eike Ziller
d62d0f305b Merge remote-tracking branch 'origin/6.0'
Change-Id: I71b19dd8ecd96a7a2a58622f68283b8635264e48
2021-12-01 09:24:05 +01:00
Eike Ziller
536c31fd89 Doc: "New File or Project" was split into "File" and "Project"
For Design Studio

Change-Id: Ie6246e3c3f3527702c4562ec6f8fcbf5fae6c6ad
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-11-30 15:37:54 +00:00
Mats Honkamaa
1f1faaf3f0 Doc: Improve All Topics link visability
Move the All Topics link from the topics table to the preceding paragraph.

Task-number: QDS-5603
Change-Id: I15893c4fc77f3bb21bcbb74977813661dee11df8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
2021-11-26 07:55:50 +00:00
Thomas Hartmann
10d6bab932 QmlDesigner: Remove ZXP section from documentation
The ZXP installer did stop working and the instructions simply confuse users.
_If_ the ZXP installer gets fixed we can bring the instructions back.

Change-Id: I7e69fd4beea13656a284b93f7994b8cb90720d34
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-11-25 11:02:18 +00:00
hjk
56009b8b15 Merge remote-tracking branch 'origin/6.0'
Change-Id: I0eae76ecff1a315877e4fdd471f0de3a3a55f180
2021-11-24 11:37:12 +01:00
Leena Miettinen
6124bd4124 Doc: Document the designer-developer workflow
Fixes: QDS-4506
Change-Id: Iff581a36c699764b91788e166af82faee282f2d4
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-11-23 08:07:13 +00:00
Eike Ziller
eba4115b82 Merge remote-tracking branch 'origin/6.0'
Change-Id: I3bab4e31bc5993c59c7025ebde0846bf6c75810e
2021-11-19 10:44:15 +01:00
Vikas Pachdha
ccf2e920dc Doc: Update Qt-Bridge plugin doc for adobe XD
Document Text Rendering, XD Component support and limitations

Task-number: QDS-5256
Change-Id: I6a83b0ee5e67db60392cd5dbe17a3feb70564b7e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-11-15 16:04:28 +00:00
Eike Ziller
164aae53d2 Merge remote-tracking branch 'origin/6.0'
Conflicts:
	src/libs/utils/theme/theme_mac.mm
	src/plugins/android/androiddeployqtstep.cpp
	src/plugins/debugger/lldb/lldbengine.cpp

Change-Id: I5f2c62e0bce6c91a53a554b3278dbe23ff7dde36
2021-11-11 13:04:42 +01:00
Johanna Vanhatapio
32e1d2f2d0 Doc: Describe dragging external assets
Fixes: QDS-5244
Change-Id: Ib8ba9c9a7142f650e7dabac411641061129dbc70
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-11-09 10:50:20 +00:00
Topi Reinio
1c729b931f Doc: Qt Design Studio: Fix missing search results page in online builds
The qt-html-templates-online include adds a source for the results page,
but because it was included before the main project .qdocconf, the latter
overrode this setting.

Pick-to: 6.0
Change-Id: I10d9491aa481eec958bdb8744e1c0bbd36e4763c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-11-08 14:42:21 +00:00
Eike Ziller
af7d9d6f8e Merge remote-tracking branch 'origin/5.0' into 6.0
Change-Id: I27fa20e040003188aec3e60c607dd0758c6906cd
2021-11-08 09:34:26 +01:00
Thomas Hartmann
525d70647c QmlDesigner: Update documentation for arc
Change-Id: Ic039b97041745671697206165276ec94d6a69968
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-11-05 13:05:28 +00:00
Leena Miettinen
2654f74c3b Doc: Remove obsolete image files
Task-number: QTCREATORBUG-26483
Change-Id: I48ead2908f8f3b6555f2d91a2906c5bf65976d95
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-10-27 13:40:08 +00:00
Leena Miettinen
60b9a4aa39 Doc: Move a file back from doc\qtdesignstudio\images
...to doc\qtcreator\images.

The image was accidentally moved.

Change-Id: I8929b70225e524bbe50b1f1359cf4f9c1956057f
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-10-27 13:39:51 +00:00
Leena Miettinen
1a84cdab84 Doc: Hide ADS (workspaces) information from Qt Creator Manual
ADS is used only in Qt Design Studio, even though the Debug mode
also has "workspaces".

Move the topic source file and image files to doc\qtdesignstudio\.

Task-number: QTCREATORBUG-26321
Change-Id: I72b0011a6c8258df8a5e938f3f33d44c39ccfa4c
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-10-27 13:30:24 +00:00
Leena Miettinen
14a81406e3 Doc: Update the Qt Quick Application tutorial
- Remove references to Qt Quick Designer plugin
- Remove obsolete screenshots
- Promote code completion and Qt Quick Toolbars
- Describe using wizards to create custom QML types
- Describe adding resources to CMakeLists.txt files

Task-number: QTCREATORBUG-26483
Change-Id: I804870b962e0d1daa6ba7c988425f14ad87fe888
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-10-27 11:42:48 +00:00
Eike Ziller
e8ba5b75cf Merge remote-tracking branch 'origin/5.0' into 6.0
Conflicts:
	src/plugins/android/androidpackageinstallationstep.cpp
	src/plugins/cppeditor/cppmodelmanager.cpp

Change-Id: I3bad38e1cfe717e98209d49461c9813a8e555eff
2021-10-26 09:13:24 +02:00
Leena Miettinen
75bdc64d44 Doc: Move images that only appear in QDS Manual
...from doc/qtcreator/images to doc/qtdesignstudio/images

Change-Id: Iaa49fbb4d620a833edd41b97874aad631b7c25b5
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-10-21 14:23:12 +00:00
Johanna Vanhatapio
f40aa23d93 Doc: Update the Scene Environment Topic
Task-number: QDS-4888
Change-Id: I63d17e02054a2a475e43f1e0ac9c5691422cf703
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-10-21 07:55:15 +00:00
Leena Miettinen
a99bd10860 Doc: Fix links to QDS tutorial images
Change-Id: I31315c9512e9fbad5f7462e5e82ba72666bb5719
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-10-20 13:14:13 +00:00
Vikas Pachdha
dc43cd5236 Doc: Remove SVG format from Photoshop Bridge docs
Qt-Bridge plugin for Photoshop does not support SVG generation

Task-number: QDS-4783
Change-Id: I527faef82ea889fede6309e1d66974e0cf41cca1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-10-19 07:56:30 +00:00
Leena Miettinen
73fa76f776 Doc: Remove info about Qt Quick Designer plugin from Qt Creator Manual
Fixes: QTCREATORBUG-26321
Change-Id: I8738cbdc56d6469a4d133b17741871787e0cba9f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-10-18 07:21:39 +00:00
Johanna Vanhatapio
7c2121bcfd Doc: Fix the file name for directional light
Change-Id: Idd70918270f12371cf6dc6215047ef612616b4ec
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-10-08 12:34:02 +00:00
Leena Miettinen
53a4bc3544 Doc: Document particle system component properties
Fixes: QDS-5040
Change-Id: I47f0f159c1eb15cb6fbeb001fcb5987b5f430d0e
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-10-05 12:14:11 +00:00
Johanna Vanhatapio
5d843fc4f7 Doc: Update info about the light components
Task-number: QDS-4888
Change-Id: I2a25ab5c6e8c8ce985ad73d3f52a638857d0e127
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit c75df591ed)
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-10-01 07:40:03 +00:00
Johanna Vanhatapio
34cdffa89b Doc: Update info about camera components
Task-number: QDS-4888
Change-Id: I7fe351d34953d3a5a59397818b92d93139aa81c6
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-09-29 11:07:30 +00:00
Vikas Pachdha
624df6ec44 Doc: Add Qt-Bridge plugin docs for adobe XD
Task-number: QDS-4615
Change-Id: Ie3c7d814fbf59841f112315cf71553076ec7e0d7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-09-29 10:02:06 +00:00
Leena Miettinen
077a807f01 Doc: Update View 3D, Node, and Group properties
- Update screenshots
- Add missing properties
- Divide the Group topic into Node and Group topics because
  the Node properties are common to all components that inherit
  Node.

Task-number: QDS-4888
Change-Id: Iaf114cd09ead755c9754423fb6b47eff0292cb3f
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-09-27 08:18:21 +00:00
Johanna Vanhatapio
d5cb1e81a2 Doc: Update info on custom shaders
Task-number: QDS-4888
Change-Id: I64481edd0a8bb6553c657754ea5392a19a15cf27
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-09-27 06:40:00 +00:00
Leena Miettinen
a6f29a5f31 Doc: Describe porting Qt 5-based QDS projects into Qt 6
Task-number: QDS-4720
Change-Id: If368bb19c98016761fbebfd9c81780dbf5f75705
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-22 11:46:29 +00:00
Leena Miettinen
9aa3a20c16 Doc: Update info about custom control wizards
- Update GIF images, because some of them were looping and some not
- Also, the Custom Button styling has changed
- Add note about how to disable misbehaving hover effects

Change-Id: If8ad75d734ab2a8b87359122c041fbbdcfe00b8a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-17 08:57:43 +00:00
Leena Miettinen
b1e67bc230 Doc: Update screenshots
Fixes: QDS-4561
Change-Id: Ie70227cd6873d603e2049e31aadfd43e66d9bdbd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-17 08:57:32 +00:00
Leena Miettinen
0efe414100 Doc: Update fourth part of entry-level tutorial
Task-number: QDS-5001
Change-Id: Iab790f9141424ef848ddeaa2566108bf7a75d18a
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-16 14:36:49 +00:00
Leena Miettinen
d8c1dfc789 Doc: Update third part of entry-level tutorial
Task-number: QDS-5001
Change-Id: Id1c8dc919f09846a3e7d7b257e9b974f9eeecbda
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
2021-09-16 14:17:11 +00:00
Leena Miettinen
40cfd78435 Doc: Update the second part of entry level tutorial
Task-number: QDS-5001
Change-Id: If171a47c5aee4c8e6f5622e8217cc137de7bb6bb
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
2021-09-16 14:16:27 +00:00
Johanna Vanhatapio
eea23a83f6 Doc: Describe the Loader3D component
Task-number: QDS-4888
Change-Id: Ia05b374f79030613ce68bfa70950e503cd83d454
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
2021-09-16 11:49:43 +00:00
Leena Miettinen
4b678f50bb Doc: Update first part of entry-level tutorial
Task-number: QDS-5001
Change-Id: I2520d843a292f80473411ee94df8253bb097b22f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-15 16:11:25 +00:00
Leena Miettinen
2c5672a3c7 Doc: Remove Cluster Tutorial docs
The videos were removed.

Change-Id: If6812255fada581ca98aecbc4c5079e21bd1677e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-15 07:14:45 +00:00
Johanna Vanhatapio
8448b7821c Doc: Describe the Repeater3D Component
Task-number: QDS-4888
Change-Id: I7fc2398949caf06fe0cd00334424998e786619e0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-09-10 10:57:14 +00:00
Leena Miettinen
9ecbb3e4ee Doc: Fix the sidebar TOC in the online version
...to match the new structure.

Change-Id: I7b4ffe8f6ae7993906bb79bf470fc1883ca0a122
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-09-07 14:01:23 +00:00
Johanna Vanhatapio
f67974e1d5 Doc: Fix a link
Change-Id: Ie1c3996fb50ba5d357697adb2fe53ad46e20d75f
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-09-07 13:48:34 +00:00
Johanna Vanhatapio
43c5558653 Doc: Describe the Morph Target Component
Task-number: QDS-4888
Change-Id: I091490e2649e4aae34cd9c5f929b38b8b9e10792
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-09-07 09:19:10 +00:00
Leena Miettinen
f3d6f7542c Doc: Fix the QDS Manual front page
- Create missing top level topics for Inplementing Applications and
  Developer Topics
- Update Advanced Designer Topics and Help topics
- Fix links to next and previous pages
- Fix TOC and front page (hide missing topics and remove NEW markers)

Fixes: QDS-4503
Change-Id: If4ab683bf4628de73c0b37e2c0c69859e1e99f13
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-09-07 09:12:05 +00:00
Leena Miettinen
93857c279c Doc: Update example docs
- Update screenshots to show the new Properties view
- Update UI text
- Add links to term definitions and topics the describe views
- Add notes about limited support for 2D effects on Qt 6

Task-number: QDS-4561
Change-Id: I0e4a94cafd968f31aae6e540cd636e03dc300cc6
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-07 06:26:46 +00:00
Johanna Vanhatapio
1a3da3a06d Doc: Describe Instancing Components
New components in the QtQuick3D module:
- Instancing (FileInstancing QML Type)
- Instancing List
- Instancing List Entry

Task-number: QDS-4888
Change-Id: Iadf3bd75aee8fad3444681bd07eb1c26ddb7b554
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-09-06 11:09:51 +00:00
Leena Miettinen
b02b2b3da8 Doc: Update info about creating components from scratch
The name of the wizard template has changed in QDS and there
is now a Qt Quick UI File option.

Remove an obsolete screenshot and update the one that shows
a custom dial.

Task-number: QDS-4561
Change-Id: I189297b6dac949d32e013fe2401eb620642f662d
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-01 14:18:18 +00:00
Leena Miettinen
74bfae6a4a Doc: Describe selecting Qt version when creating projects
- Describe the "Custom screen width" and "Custom screen height"
  fields.
- Format wizard template descriptions as tables instead of lists.
- Add and update screenshots.

Fixes: QDS-4889
Change-Id: Ib2db26355d08565c04c60ad52192fcf8561e8f65
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-01 11:22:52 +00:00
Leena Miettinen
7c71f37130 Doc: Indicate which 2D effects are available in Qt 6
Fix field names that were changed in the Properties view.

Task-number: QDS-4561
Change-Id: Ib0190ae50ba127be0667d4a4a649bd5d6cd88882
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-01 10:51:11 +00:00
Leena Miettinen
40217517b8 Doc: Update docs about Logic Helper properties
Update screenshots and GIF animations.

Task-number: QDS-4561
Change-Id: I52a41709b21cfb4ba00e07706046501c18a0800b
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-08-31 12:07:28 +00:00