Commit Graph

4817 Commits

Author SHA1 Message Date
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
Eike Ziller
47de984972 Merge remote-tracking branch 'origin/5.0'
Change-Id: I712fce3cc0171327de122a1cd53b5bae67541084
2021-09-01 10:10:33 +02: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
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
Leena Miettinen
5f432f347b Doc: Update flow component property docs
- Describe new properties
- Update screenshots

Task-number: QDS-4561
Change-Id: I22b33a90581408060871c6d3c09b687796ef26a6
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-26 10:49:18 +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
Eike Ziller
e017eaa3fd Doc: Update information about Qt Creator plugin wizard
After the switch to CMake.
Extends 29f3be1a6e

Change-Id: I626bc7393d290710d7e5d1f2907e6fa1f25a7d21
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-08-24 09:34:27 +00:00
Leena Miettinen
5c8564015e Doc: Fix term used for angle brackets in coding style topic
Change-Id: I73f21a9fd8fbf2e4388b501edbc27371d907b166
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-08-24 07:04:59 +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
29f3be1a6e Doc: Update info about Qt Creator plugin wizard template
Update screenshots

Fixes: QTCREATORBUG-26153
Change-Id: I3dddbc1b8b8f6989a9afd445f1df3e868fd72e0f
Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-08-23 12:14:42 +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
Johanna Vanhatapio
0318def56e Doc: Update info about 3D models
- Screenshots
- Info about tessellation properties
- 3D Materials not available in Qt6

Task-number: QDS-4888
Change-Id: I045fb9b760b21dba4a86a9d1f2e6efc6722cef35
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-08-20 09:00:40 +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
Leena Miettinen
7409168929 Doc: Describe checking out an appropriate qtquicktimeline branch or tag
The instructions are for using qmake, but qmake configuration files were
removed from the 6.1 branch.

Fixes: QDS-4722
Change-Id: I525c5042396576029d575c767dcaa37333b809f5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-08-11 14:30:46 +00:00
Leena Miettinen
8139031f2d Doc: Fix check box name that changed from Mirrored to Mirror
Task-number: QDS-4561
Change-Id: I3052f91dd79738c97a14873a50d617b27c6f62f5
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-11 12:08:42 +00:00
Leena Miettinen
b852c8f0cd Doc: Update properties of Rectangle and Studio Components
- Check section captions and field labels
- Update screenshots

Task-number: QDS-4561
Change-Id: I4b2bbd8fc14ad659eb075e01b6e2d53e48b7e5fa
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-11 11:12:53 +00:00
Leena Miettinen
d66754b376 Doc: Update info about basic and text properties
- Move information around to fit the new sections in the
  Properties view
- Add screenshot
- Describe new fields
- Fix changed field names

Task-number: QDS-4561
Change-Id: Ia4ded8d7f7c6358e050fee8d92c5eebb5ff0d65c
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
2021-08-11 11:03:28 +00:00
Eike Ziller
c36d55cef8 Doc: Add information on what to do if Silver Searcher is not found
even though it is installed.

Task-number: QTCREATORBUG-26044
Change-Id: I45056fcbdb5217c4f8e8534ca7fa24369e8290db
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-08-10 14:15:35 +00:00
Leena Miettinen
f719ae57ee Doc: Update screenshots to improve their legibility
Task-number: QTCREATORBUG-25642
Change-Id: Ifb60ae63a2eea85d05a67dcfee7614ff3c256992
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-08-09 11:15:33 +00:00
Leena Miettinen
2dfe37f1cf Doc: Remove description of obsolete Run field in Android Manifest
Task-number: QTCREATORBUG-25642
Change-Id: If70772a79f0aae5990ca962112e00da7b9c7f3ec
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
2021-08-09 08:06:55 +00:00
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
hjk
e429aaa43b Debugger: Remove the extra server start script setting
This was part of very original gdbserver support where normal
remote debugging did not start the server on the device.

The effect can still be achieved by a custom deploy step.

Change-Id: I8763ea131700115065693bd8a8a5382f0e02a113
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2021-07-12 12:48:36 +00:00
Leena Miettinen
1325be78d9 Doc: Describe Boot2Qt Plugin
- Add connecting to Boot2Qt devices topic
- Move information about deploying to the generic
  embedded Linux devices topic to a Boot2Qt topic

Fixes: QTCREATORBUG-25946
Change-Id: I72f12ceece133f4a4efe303e82d25a3b5e9b9135
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-07-09 14:36:17 +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
Leena Miettinen
42141fed26 Doc: Describe "MCU dependencies" option in Kit options
Task-number: QTCREATORBUG-25642
Change-Id: I9b4be0682381dc886487b4c70d8bc9e79d8620b5
Reviewed-by: Erik Verbruggen <erik.verbruggen@me.com>
2021-07-07 13:52:44 +00:00
Leena Miettinen
916fc90b44 Doc: Describe Show Source and Header Groups filter in Projects view
Task-number: QTCREATORBUG-25642
Change-Id: Ic3243d0be5c15e1ff853b52271ba31e3c3b148b4
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-07-07 09:03:20 +00:00
Leena Miettinen
93be13bfc1 Doc: Describe new GDB options
Task-number: QTCREATORBUG-25642
Change-Id: I32b5d9bffd0eab2dbc1f6afd1f05be149fe1a10e
Reviewed-by: hjk <hjk@qt.io>
2021-07-07 07:33:14 +00:00
Leena Miettinen
100c5f5c26 Doc: Update screenshot of text editor color schemes
The code elements for which users can define colors are not
listed in the docs, but the updated screenshot shows the new
parameters setting.

Task-number: QTCREATORBUG-25642
Change-Id: I5cd640b85f16d3bcd8be9c4b61f93c0da80c3d98
Reviewed-by: David Schulz <david.schulz@qt.io>
2021-07-05 11:28:55 +00:00
Leena Miettinen
baf222af3f Doc: Describe creating QRC and RCC files
Fixes: QDS-4566
Change-Id: I1a1e95e64f5196776d2205d66d59120e8d3412d7
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2021-07-02 14:18:11 +00:00
Leena Miettinen
271ddaa510 Doc: Describe "Force logging to console" Debugger option
Task-number: QTCREATORBUG-25642
Change-Id: Iee1ad389294aadd372720bd3ddc8b4ebd07e7404
Reviewed-by: hjk <hjk@qt.io>
2021-07-02 13:52:43 +00:00
Leena Miettinen
32f67f6c83 Doc: Describe "Use target extended-remote to connect" option
Task-number: QTCREATORBUG-25642
Change-Id: I6b40f0f900db5eb8a80ed21710a7ce57df2a9eda
Reviewed-by: hjk <hjk@qt.io>
2021-07-02 13:51:12 +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
51e5616a28 Doc: Update info about generic highlighting
- You can select from several applicable definition files and
  save your selection
- Update Definitions was renamed as Download Definitions
- Reload Definitions and Reset Remembered Definitions we added
- Fixed a broken link to Kate docs

Task-number: QTCREATORBUG-25642
Change-Id: I7b3b62f4e4e7935e2e008f974036aaa5177229bf
Reviewed-by: David Schulz <david.schulz@qt.io>
2021-07-02 06:29:53 +00:00
Leena Miettinen
79ca424782 Doc: Describe code indentation options
- Describe the related menu options in Edit > Advanced
- Describe showing (context-sensitive) right margin in editor

Task-number: QTCREATORBUG-25642
Change-Id: I6377488d2417faedb58ae7dce65158b7d62c3f9d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-07-01 10:51:00 +00:00