Commit Graph

4817 Commits

Author SHA1 Message Date
Leena Miettinen
f1bb1bf572 Doc: Describe using uniforms in custom effects and materials
Fixes: QDS-2723
Change-Id: Iea02261220026ab210fc82fb27ceee0277abb62d
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
2020-09-04 09:58:44 +00:00
Leena Miettinen
c11c09386c Doc: Fix link to Adding Dynamics from online doc sidebar TOC
Change-Id: I7e4de42079cde8c6b7b0315968e5f17c529648e6
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2020-09-04 08:53:57 +00:00
Vikas Pachdha
f6e013c80e Doc: Add asset export documentation
Task-number: QDS-2729
Change-Id: I0af45f22a49cf0a8a74bc6bd9a0b0c3fd4091e1f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-09-04 08:42:32 +00:00
Johanna Vanhatapio
c086c29872 Doc: Update the topic on editing 3D scenes
Task-number: QDS-2724
Change-Id: I4b9f4523e647edfafb7f052efcdf5c8c95f00687
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-09-03 13:50:26 +00:00
Venugopal Shivashankar
6d7abca41f Doc: Mention FreeRTOS sources for STM boards
'FreeRTOS Sources' is one of the required
fields if the chosen STM target supports
FreeRTOS.

Change-Id: Ib5074eda31cd73d64aa728751ef24a29957c3624
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-09-03 10:50:11 +00:00
Johanna Vanhatapio
6272039221 Doc: Describe 3D Materials
Fixes: QDS-2677
Change-Id: Ia0e617084e4614c194fce0f53c58a6013831cad2
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-09-03 10:07:19 +00:00
Johanna Vanhatapio
ac55948c76 Doc: Update topic on working in 3D Editor
Fixes: QDS-2655
Change-Id: If8e5e1051ceca8b405facdf36747c4d887d830bf
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2020-09-03 09:40:45 +00:00
Leena Miettinen
1074dab467 Doc: Update info about exporting 2D assets from Sketch
Change-Id: Iec58bb071cdde7eaab3d84f6d06f9d646f341524
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2020-09-03 08:49:15 +00:00
Leena Miettinen
32dfddbf78 Doc: Stop QDoc from automatically generating a broken link
Fixes: QDS-2714
Change-Id: I9ae35a4a7436c743e448c0167c21f1080b8afe79
Reviewed-by: Asmo Saarela <asmo.saarela@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-09-02 11:47:30 +00:00
Leena Miettinen
de38744bba Doc: Update topic on using Border Image to create buttons
Change-Id: Iaea732121a5dfbad9f5791efd47f947d0c0e6045
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-09-02 08:35:54 +00:00
Leena Miettinen
ed4704e0b4 Doc: Describe creating custom effects and materials
...using Qt Quick 3D custom shader utilities and commands

Fixes: QDS-2613
Change-Id: I5807c1617d2b54b3fba183c1278ec1266f899c70
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2020-09-02 07:17:50 +00:00
Leena Miettinen
2c36c737b7 Doc: Use \MinGW to prevent broken automatically generated links
Change-Id: Ib576e3be1035448905cc8c5bf23960450cf10057
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-09-02 06:18:29 +00:00
Johanna Vanhatapio
980ba0d83d Doc: Describe custom shader utilities
Using the utilities will be described in another change.

Task-number: QDS-2613
Change-Id: I41ca69f84df6e977e41ff30508c8a77d779e1c01
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2020-09-01 14:27:35 +00:00
Venugopal Shivashankar
e8eafd85ee Doc: Update the MCU options dialog screenshot
Also, fix the broken link to the Qt for MCUs
supported platforms page.

Change-Id: If0a0702b0821e2e46eca2ad57676c53cb20040e2
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2020-08-31 11:28:42 +00:00
Venugopal Shivashankar
5ac01be934 Doc: Drop BareMetal from the requirements list
In addition, drop the instructions to enable
or disable a plugin. It is already documented
else where and is less relevant in this
context.

Fixes: QTCREATORBUG-24531
Change-Id: Icd1f46333e1d1f64ff24ab0b2eb1e571d533e5ed
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-08-28 13:37:30 +00:00
Leena Miettinen
6181399187 Doc: Use local value for \QMLD macro in Qt Design Studio Manual
This enables us to get rid of the product name "Qt Quick Designer"
in Qt Design Studio context. However, the macro can no longer be
used for UI text. Actually, it does not make much sense, because the
UI text is not dynamic. It would be good to also replace it in the
UI with something more generic, or with "Form Editor", for example.

Change-Id: I5884f090f915d5ff0c64428239bfd324cd1941c2
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-28 10:06:06 +00:00
Leena Miettinen
8702f58a03 Doc: Update info about binding and connection editor
Change-Id: I95a77b700db341bb5e63a2052396904598b16dea
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-27 10:29:15 +00:00
Leena Miettinen
ce19b108d1 Doc: Add the folder where the Qt Bridge installers are found
The installers are copied to the QtDesignStudio folder by the
Qt online installer.

Task-number: QDS-2542
Change-Id: Ib5e9bbb3c7a2cf03a4abd3e8b39759173a37ad5a
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
2020-08-27 06:39:58 +00:00
Leena Miettinen
1bfd3bd8f2 Doc: Generalize info about sharing project settings
...to apply also to CMake projects

Change-Id: I5e42c15c273724c04ec9474a85cc36df8fb3069a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-08-25 07:57:38 +00:00
Leena Miettinen
2d12e6b119 Doc: Update Qt Quick Designer overview
Update screenshot.

Change-Id: I5be9abd2e741e738718b7dcbb589ad4425e54e67
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-25 06:59:41 +00:00
Leena Miettinen
470278dfe7 Doc: Fix some typos
Change-Id: Ice19099cb58acaef81cec5e34c62e61f54c0d13e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-08-24 15:18:46 +00:00
Leena Miettinen
048d6164cc Doc: Describe exporting and importing workspace settings
There are Import and Export buttons in View > Workspaces > Manage.
Update screenshots and add one of New Workspace Name dialog.

Change-Id: I679b7952e498576a58ebb4134d08c21fe2555fc7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-24 15:00:37 +00:00
Leena Miettinen
493000e211 Doc: Describe debugger general and CDB settings
Task-number: QTCREATORBUG-24500
Change-Id: I9085dfdca1b59796a1ccba6db379eaa8559e724c
Reviewed-by: hjk <hjk@qt.io>
2020-08-24 09:18:36 +00:00
Leena Miettinen
52622a036b Doc: Add info about supported property types
Also describe that custom properties are visible in the
Properties view, where their values can be set.

Change-Id: Ie82975116ae4de0ebb92050e7e2190315521ff8b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-24 08:01:47 +00:00
Leena Miettinen
de5858a5a8 Doc: Update information about developing for Bare Metal devices
Change-Id: I6bfbf01c5204f3bcf53375d84cb4604f91c0c7a2
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-08-21 14:34:01 +00:00
Leena Miettinen
daea5358c8 Doc: Link to the new platform topics from the front page
Change-Id: I3d7bb548a9edb3eca6f6a4bf8c7e9e1bd77f4f7e
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-08-21 14:15:22 +00:00
Leena Miettinen
2e0e0df290 Doc: Add info about Merge Tool menu item visibility
Tools > Git > Git Tools > Merge Tool is visible only when
the user has a merge conflict to resolve.

Change-Id: I1c08dae329152726139d075b03a98875b789e154
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-08-20 13:29:31 +00:00
Leena Miettinen
e15d457c18 Doc: Describe starting git bash
Change-Id: If8098f89240f6fdf655adce31734ca847bfec14b
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-08-20 13:25:55 +00:00
Leena Miettinen
ed74779a10 Doc: Update info about Clang Tools options
Change-Id: Id967798d3f1a0fc52c1f2c413e953d7324582e7b
Reviewed-by: David Schulz <david.schulz@qt.io>
2020-08-20 13:25:35 +00:00
Leena Miettinen
ff41175e8a Doc: Move info about GDB settings to "Specifying Debugger Settings"
...in "Setting Up Debugger"

Task-number: QTCREATORBUG-24500
Change-Id: Ibf5a35b642f9b372d9a48d5e1095678b81b246f7
Reviewed-by: hjk <hjk@qt.io>
2020-08-19 07:49:43 +00:00
Leena Miettinen
0b19885bb1 Doc: Describe the "Override SysRoot" option for launching debugger
Task-number: QTCREATORBUG-24500
Change-Id: I26f50ee57c0a7f453a3e72e4bb27aec27d9c97ca
Reviewed-by: hjk <hjk@qt.io>
2020-08-19 07:49:14 +00:00
Leena Miettinen
6d897b67dd Doc: Update info about CMake support
Fixes: QTCREATORBUG-24497
Change-Id: I524907e461ba91b18a6741690bef9ed27a40fb5f
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2020-08-19 06:52:51 +00:00
Leena Miettinen
d425710587 Doc: Update mobile app tutorial
- Use Qt Quick Application - Empty wizard template to create
  a simpler project
- Use Add New Assets button to add the Bluebubble.svg file to
  the project and QRC
- Use Connections View Properties tab to add custom properties
- Use Properties view and Binding Editor to specify values for
  the custom properties
- Add screenshots

Fixes: QTCREATORBUG-24478
Change-Id: Ic165684141b06dc1870054c8faa2f27f33162c20
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2020-08-18 07:03:33 +00:00
Leena Miettinen
3d68fa647c Doc: Update info on using Custom Button wizard template
...to create buttons in Qt Design Studio

Update some of the tutorial source files accordingly.

Change-Id: Id8afc9bf66c30129701bf7951cbc48068137e145
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-17 08:53:10 +00:00
Leena Miettinen
e6c063f877 Doc: Update the Transitions example to use Transition Editor
- Use the Qt Quick Application - Empty wizard template
- Change Window type to Rectangle type to be able to add
  states in States view
- Set State1 as default state
- Use Transition Editor to add transitions between states
- Use Easing Curve Editor to add easing curves

Change-Id: Ie68fc6fdd2e0cf3704692885209abf9027da8319
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-14 08:49:27 +00:00
Leena Miettinen
9347c23487 Doc: Update info about adding assets to projects
You can use the Add New Assets button.

Change-Id: I8e406061e456d761fca0fec5f5e74d999dc06bd8
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-14 08:48:25 +00:00
Johanna Vanhatapio
7634282896 Doc: Fix missing image
Fixes: QDS-2622
Change-Id: Ie9b8ec1f8a15e8be9c70e7f2ef65e8ee6b1c5470
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
2020-08-14 07:30:08 +00:00
Johanna Vanhatapio
3e1d204c32 Doc: Edit Maya export options
Fixes: QDS-2124
Change-Id: Iefc42fdcc168c7eb41220525a2ef061541fa066f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
2020-08-13 08:38:10 +00:00
Leena Miettinen
e45ddaa40f Doc: Describe the Transition Editor view in Design Mode
Fixes: QDS-2183
Change-Id: I1dac82af6b7d831d23fc7c93fa7750719f1578d1
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-12 07:41:44 +00:00
Leena Miettinen
501e7c2fdd Doc: Describe changing the name of a custom output parser
Change-Id: I5980f993f831de60910bea3986c2a01cdaed2dbb
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-08-11 13:51:16 +00:00
Johanna Vanhatapio
7d68707a01 Doc: Describe the 3D effects in QDS
Fixes: QDS-2224
Change-Id: I8d5737af34805e75eb74a3fe86591f86e99b6d4b
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>
2020-08-11 12:44:56 +00:00
Leena Miettinen
46d703274d Doc: Describe using custom output parsers
Change-Id: I423091cfa1d64f640ef6be62c86cf38cb82fe4d7
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-08-11 10:39:02 +00:00
Leena Miettinen
a85e5ce618 Doc: Update information about developing for Android devices
- Users can now add images to use as splash screens.
- Restructure the information to promote the automatic setup.
- Remove obsolete and duplicate information.
- Move external links to external-resources file.

Change-Id: I9578ff8615bb2a0db528f45276d16a838554b143
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2020-08-11 08:16:43 +00:00
Leena Miettinen
ed95b3e6a1 Doc: Add info about IncrediBuild plugin
Fixes: QTCREATORBUG-24217
Change-Id: I3e9023933db508f14139b719eae0191d4615eab7
Reviewed-by: hjk <hjk@qt.io>
2020-08-11 07:53:36 +00:00
Leena Miettinen
d59f22d000 Doc: Describe sorting the files in a QRC file in Qt Creator
Change-Id: Iba19105e3655e1c677188a9d9cecf786032d9f15
Reviewed-by: Federico Guerinoni <guerinoni.federico@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-08-03 05:52:59 +00:00
Leena Miettinen
6d67dc8515 Doc: Describe changing encoding if errors occur during diff
Change-Id: I54decf9aca700348134b96c6fd07172091a93dde
Reviewed-by: David Schulz <david.schulz@qt.io>
2020-08-03 05:52:26 +00:00
Assam Boudjelthia
def7615c81 Android: fix a title capitalization
Change-Id: I5b22d95b85543f110f7c292d06112c1b72c337bf
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2020-07-22 14:35:11 +00:00
Eike Ziller
b18711da91 Merge remote-tracking branch 'origin/4.12' into 4.13
Conflicts:
	share/qtcreator/debugger/lldbbridge.py

Change-Id: Ia444f6424fb35b9a539e157afcee868161535272
2020-07-06 16:23:13 +02:00
Leena Miettinen
7f436e23ac Doc: Add "Setting Up Meson" to "All Topics"
To display it correctly in the Help Contents.
Also exclude the topic from the Qt Design Studio Manual build.

Change-Id: I2536ef7214faf12c3e1ff533449db12f87a58aeb
Reviewed-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-07-03 06:20:33 +00:00
Johanna Vanhatapio
784420e911 Doc: Describe converting projects from Qt 3D Studio to Qt Design Studio
Draft of the migration guide describing the best practices and including
a step-by-step guide for the converting process.

Fixes: QDS-2252
Change-Id: I501b57450525cd3122510d5f9d784804996dd70f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
2020-07-01 12:50:48 +00:00