Commit Graph

530 Commits

Author SHA1 Message Date
Eike Ziller
8cd00498c3 Merge remote-tracking branch 'origin/5.0' into 6.0
Change-Id: I0667f8a4f4376569ea8458399e711c28d8ba02b3
2021-10-05 16:10:52 +02: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
Orgad Shaneh
75cff21e42 Doc: Improve description of p4config.txt usage
Fixes: QTCREATORBUG-25041
Change-Id: I05ad3f4dc4e19bec2a4bd6b5049061db55be7d09
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-09-27 10:24:25 +00:00
Orgad Shaneh
74713e5ef1 Merge remote-tracking branch 'origin/5.0'
Change-Id: I7ca9791b95032a1f276c520f8eefde3801510eb9
2021-09-27 13:22:58 +03: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
Leena Miettinen
0e1ce368b9 Doc: Fix QDoc error by making link to QDS example conditional
Change-Id: Idda2614cddc24e2019c39590b1de8222632738c5
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-09-23 15:01:51 +00:00
Leena Miettinen
fe62385361 Doc: Fix the Qt Quick Application tutorial
- Keep the Window, but move the page into a separate QML file
  to which you add states
- Explain how to bind the icon to the rectangles in the states
  to make the UI scalable
- Update the transparent icon and instructions for setting the border
  transparent
- Add and update screenshots

Fixes: QTCREATORBUG-26291
Change-Id: I68c6b7b897c7824b43b9e0fa719e37864841ba9b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-09-23 14:05: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
Eike Ziller
6a02aa2574 Merge remote-tracking branch 'origin/5.0'
Change-Id: I75aab10a066ce0e2d322663db7723825043fa9c8
2021-09-22 13:31:25 +02:00
Eike Ziller
56d346018a Acknowledgments: Fix path to cpluscplus lib
Change-Id: Id1a2f9797bff6b07d75d40c3ce5e6541aeea585e
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2021-09-21 07:35:30 +00:00
Christian Stenger
c141b0d8f9 AutoTest: Support some ctest settings
Add some useful settings for ctest based testing. Adapt output
parser accordingly to get at least relevant output and display
significant information inside the visual display.
Current implementation loses or mixes some information when
running jobs in parallel.
Complete output is still available inside the text display.

Fixes: QTCREATORBUG-26029
Change-Id: Id040f83900a6cfd89f5c2aff987278a297aa14c4
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2021-09-21 04:31:34 +00:00
Eike Ziller
6a99368979 Merge remote-tracking branch 'origin/5.0'
Conflicts:
	cmake/QtCreatorIDEBranding.cmake
	qbs/modules/qtc/qtc.qbs
	qtcreator_ide_branding.pri
	src/libs/utils/processreaper.cpp
	src/plugins/android/androidbuildapkstep.cpp
	src/plugins/cmakeprojectmanager/cmakeprocess.cpp

Change-Id: I353a445b5862f63362ea954749b5565360951283
2021-09-20 13:43:20 +02:00
Leena Miettinen
b32728b99f Doc: Update Stack Layout screenshot
To display the new Properties view.

Task-number: QDS-4561
Change-Id: Icc297441439013e094a1325102e6651f34789bd4
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-17 12:09:24 +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
9283f74bed Doc: Update screenshots about custom properties
Add an example of where custom properties should be used.

Task-number: QDS-4561
Change-Id: Idf99f63bc4c4a04b8b7912c98f15274ec7544b10
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-17 08:42:03 +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
2413aac32b Doc: Add notes about Iso Icon not being supported on Qt 6
Change-Id: If479873bd4da2b991ec27688a65b51187cb34184
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-16 08:02:42 +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
Eike Ziller
342a24d56a Merge remote-tracking branch 'origin/5.0'
Change-Id: I0ef7cd302ba7cba64fec401f3426dd682b8dc036
2021-09-15 11:18:11 +02: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
Eike Ziller
3d4d7c7e14 Merge remote-tracking branch 'origin/5.0'
Conflicts:
	src/plugins/clangtools/clangtoolssettings.cpp
	src/plugins/clangtools/executableinfo.cpp
	src/plugins/clangtools/executableinfo.h

Change-Id: Id8caf63e3e594792467d3447870086bd2d8f73b9
2021-09-13 17:03:55 +02: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
9168110572 Doc: Fix link to next page
Change-Id: I991c80f6e282061aa05a8a456a6d995b124276b7
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-09-07 09:45:12 +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
Eike Ziller
8e51295959 Merge remote-tracking branch 'origin/5.0'
Conflicts:
	src/libs/utils/processreaper.cpp
	src/plugins/clangcodemodel/clangmodelmanagersupport.cpp
	src/plugins/cmakeprojectmanager/cmakeprocess.cpp

Change-Id: Ie248bcb02a80f3e02ab19d73033ce2ba31e7fd83
2021-09-07 11:05:40 +02: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
Leena Miettinen
35d1acf457 Doc: Fix changed UI text in docs
- Settings is now Actions
- Origin and Rotation were moved to Geometry - 2D

Change-Id: I03dc91a202ef5c90e03011b8983abbe6b3d919a9
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-06 13:35:39 +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
8db873a8c3 Doc: Add recommendation for optimizing large asset files
Building apps with large asset files added to .qrc files
requires huge amounts of memory, so they should be avoided
or included as external binary resources.

Fixes: QDS-4943
Change-Id: I8e4b3630b0543a33547c3477145adf3b2f47b758
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-09-01 14:18:33 +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
Eike Ziller
987ad3fe9c Merge remote-tracking branch 'origin/5.0'
Conflicts:
	cmake/QtCreatorIDEBranding.cmake
	qbs/modules/qtc/qtc.qbs
	qtcreator_ide_branding.pri
	src/plugins/android/androidconfigurations.cpp

Change-Id: Icd2b0fda2b2653656285bbbe457c30c9cd414d3f
2021-08-30 12:15:37 +02:00
Leena Miettinen
396a1ed555 Doc: Fix overview topic contents after content was moved around
The Best Practices were moved to the appropriate topics.

Change-Id: I0e525d9e2119158e2c3c8c971e72c062b7f03ca0
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-27 06:45:22 +00:00
Eike Ziller
0777b65db3 Merge remote-tracking branch 'origin/5.0'
Conflicts:
	qbs/modules/qtc/qtc.qbs
	src/plugins/android/androidconfigurations.cpp

Change-Id: If8dc2cdf131811e08ca147c6f58dbb3ed3bf7227
2021-08-26 11:09:08 +02:00
Leena Miettinen
0b81fcafc6 Doc: Clarify the use of the distribution buttons in Properties
Task-number: QDS-4139
Change-Id: Ie657b78ee3a4e5c3222efae4b1499d00ac55133b
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-25 08:52:36 +00:00
Eike Ziller
13123fede6 Update information about supported platforms
Change-Id: Ic6e2de15f07133dd60896a82f27280272db0e860
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-08-25 07:05:26 +00:00
Johanna Vanhatapio
4c6d7c63b7 Doc: Describe Joint and Skeleton components
Task-number: QDS-4888
Change-Id: I9a9664cb327f2ddad2025d5c38bb2f3b1bebb887
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Inho Lee <inho.lee@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2021-08-24 13:00:58 +00:00
Leena Miettinen
858757a31f Doc: Arrange wizard templates in tables
This takes less space than lists and enables easier browsing
for a suitable template.

Fix links to the preview topic (the title changed).

Change-Id: Ife914ee5ce6bb45446e6044000e53b949746f2f8
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-08-23 12:26:52 +00:00
Leena Miettinen
4d430753fe Doc: Update images to show the new Properties view layout
Task-number: QDS-4561
Change-Id: I3df1bb880aeea69e174e16eef9c9027eb1b60b5a
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-20 09:26:44 +00:00
Leena Miettinen
a4a3b65ac6 Doc: Update Navigator screenshot to show new export icon
Change-Id: I3aff102e4611fc6f736c6dd1edfdf2f9707803bd
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-20 09:25:51 +00:00
Leena Miettinen
3b2bd641ee Doc: Update info about how MCU support is indicated in Properties view
Strikethrough text is now used instead of square brackets.

Task-number: QDS-4561
Change-Id: I83b7d2e3090c6b69465645c1844ca9a148ebbb4f
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-20 09:15:50 +00:00
Leena Miettinen
85f34d50fc Doc: Describe how to set default run target in CMakeLists.txt
Task-number: QTCREATORBUG-25642
Change-Id: Idfeb2499e27e4b854a3c18e9b7d7c5dd53fc291b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2021-08-18 11:57:55 +00:00
Leena Miettinen
668a4b59bf Doc: Describe adding several accepted buttons for a mouse area
Task-number: QDS-4561
Change-Id: Iadb128c64c42383ddd899a389498e19514068cfa
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-18 11:37:50 +00:00
Leena Miettinen
b72545dffb Doc: Fix capitalization of an image file name
On Linux, the capitalization apparently needs to match that of the
actual filename, so the image is missing from the snapshot.

Task-number: QDS-4561
Change-Id: I01920ee99e3ae43250efa5f81394881c1a729efb
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-18 09:11:44 +00:00
Johanna Vanhatapio
f9a24b8c0a Doc: Update info about the color picker
Task-number: QDS-4637
Change-Id: I2c031e4294c786bc8d908bbe91b2e43f7fb62fe5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-18 08:50:36 +00:00
Leena Miettinen
d9c1b21fd4 Doc: Update properties related to positioning components
Add a table that summarizes the buttons in the Alignment section
in Properties.

Task-number: QDS-4561
Change-Id: Ieeae56206cc5126eb519297fbe4d0e9043775a7d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-18 08:08:07 +00:00
Leena Miettinen
773d0fdcc5 Doc: Add Mouse Area properties and update Flickable properties
Fixed the navigation link targets to match the TOC.

Task-number: QDS-4561
Change-Id: Ieca619f7f5e8bd3110f774cc75dbe224216b96e1
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-17 16:04:40 +00:00
Leena Miettinen
2aed13529b Doc: Update properties for Grid View, List View, and Path View
Task-number: QDS-4561
Change-Id: I80b33d38d9aa234aa05f172ee815773927802e31
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-17 16:04:26 +00:00
Leena Miettinen
3637830793 Doc: Update Qt Quick Controls properties
According to the changes in the Properties view.

Task-number: QDS-4561
Change-Id: I1b75b5388350fc0dadb9f7b7c1532bdc6c97e32b
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
2021-08-17 16:04:14 +00:00