Commit Graph

88 Commits

Author SHA1 Message Date
Leena Miettinen
99b66f6238 Doc: Update info about managing item hierarchy in Design mode
Task-number: QDS-2056
Change-Id: I0786d01dcde48e056450ea70b498abcdd204e381
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-05-12 07:08:47 +00:00
Leena Miettinen
c370d345f1 Doc: Remove obsolete \contentspage command
This prints a QDoc warning when building with QDoc 5.15.

Change-Id: Id6f4646738f3e09956a243dc0da639f5567470f3
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-05-11 08:43:31 +00:00
Leena Miettinen
d86c2a1ba9 Doc: Remove obsolete info about selecting items with content
The button has been removed.

Task-number: QDS-2056
Change-Id: I7495107e68920f02effef0618461f5ed6c88bfa8
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-05-11 06:36:24 +00:00
Leena Miettinen
c1781320f3 Doc: Describe using Alt and Shift modifiers in Form Editor
...when resizing items

Fixes: QDS-2034
Change-Id: I4b4589a19c3c0ca96d6f8a80c7e4a3cc03731690
Reviewed-by: Aleksei German <aleksei.german@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-05-11 06:35:59 +00:00
Leena Miettinen
993a628859 Doc: Describe setting initial root item size in Qt Quick Designer options
Task-number: QDS-2056
Change-Id: I82fc86b748d72b180e2e503a7d80754d61682abd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-05-11 06:35:01 +00:00
Leena Miettinen
9179743464 Doc: Fix terms used for Design mode views
The "canvas"/"scene"/"stage"/"working area" is called "Form Editor view".
Library, Navigator, Projects, Properties, States, Text Editor,
and Timeline are also their own views that can be organized as
workspaces and open from the Windows menu.

There are "tabs" only within views, and "panes" refers to
output panes.

Change-Id: I55898eef99b87245e4ab9b0163943725a90615a3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-05-06 16:27:14 +00:00
Venugopal Shivashankar
91f696b3f3 Doc: Fix the new project template's group name
Task-number: QTCREATORBUG-23858
Fixes: QTCREATORBUG-23858
Change-Id: If4493b9c5e3b017097c52797f14f3bc507275e61
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-29 08:33:44 +00:00
Christian Kandeler
ab840d0043 Doc: Fix description of how to get to global "lib search path" setting
Change-Id: I7598f91a77c27578f1e6b106f6ae9b0f84481746
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-27 09:10:02 +00:00
Leena Miettinen
aad05dde54 Doc: Fix links in Qt Design Studio Manual
Change-Id: Ie5a218fcdb8ed4823ce8caac655cc3081236f07f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-24 11:23:59 +00:00
Leena Miettinen
7bf3024a56 Doc: Update info about the Timeline view and curve editors
- Remove information about enabling the Timeline view, because it
  is now enabled by default
- Update the screenshot to show the animation curve editor icon
- Show information about previewing, which is now enabled
- Fix UI text for the animation curve editor

Change-Id: I288b45f521945aadf76475871f422ccb41cd1ac1
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-23 06:10:11 +00:00
Leena Miettinen
4df0e1f4af Doc: Add missing dot
Change-Id: I20c6f4709eea0e9e7cbf04401b4499d403deaedb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-22 14:05:32 +00:00
Leena Miettinen
677fdb78c1 Doc: Fix references to projects-related UI strings
We now have a "Projects mode" and "Projects view",
but "Build & Run" options category.

Change-Id: I5bf1829cb3f9bd47bbbf06c5898e3efd417cb796
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-22 07:28:53 +00:00
Leena Miettinen
f21f7e97fc Doc: Move information about using Form Editor to separate topic
Rewrite information about the Qt Quick Editor to take new
workspace concept and 3D editor into account.

Task-number: QTCREATORBUG-23364
Change-Id: I053685b5e603ad75af3f7314c30e627fac5c6207
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-22 07:12:30 +00:00
Leena Miettinen
6c8c501d6b Doc: Update screenshot of kit debugger options
To use the Design theme.

Change-Id: I2b25bc7d3baf51b3430b0aaff848a2be8e180540
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-21 10:49:42 +00:00
Leena Miettinen
d0e72c10da Doc: Update screenshots
Change-Id: I749f009c785243e9434f5ecc8885f9f7c0210392
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-21 06:20:43 +00:00
Leena Miettinen
e4ba8327ab Doc: Describe setting default line endings
For all projects or for the current project.

Change-Id: Ie29c4ad42e62810a5c51e950b0d764e906308bda
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-21 06:20:23 +00:00
Leena Miettinen
faa8547b12 Doc: Fix links to QtAndroid functions
Add a dependency to the Qt Android Extras module to the
doc configuration file to enable linking to the module.

Change-Id: I69271554f78a0d73fc44032f9310e9670b06961e
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2020-04-20 11:56:50 +00:00
Leena Miettinen
b7e5362e8f Doc: Update info about run settings
Task-number: QTCREATORBUG-23364
Change-Id: I5753db6a82e62a371b9d5fb89c01d3ec87676ad3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-20 11:06:29 +00:00
Leena Miettinen
6579505b4b Doc: Update info about build settings
Task-number: QTCREATORBUG-23364
Change-Id: I0b929771ca0d11d5ab0eaa19d99f4003783480e3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-17 08:36:08 +00:00
Kai Koehne
e85c074621 Doc: Remove mentioning of Madde, Blackberry support
These are arguably not relevant anymore to explicitly mention
when support got dropped more than 5 years ago.  People
can still find this information in the change log ...

Change-Id: Ib38fa40d7e0200977930bf21925d9b9b975fd8ab
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-16 14:32:27 +00:00
Leena Miettinen
9c2393fa69 Doc: Add Python to list of supported languages
Change-Id: I01eed043b951162375d580e7b39dc5af40fec858
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-16 09:15:09 +00:00
Leena Miettinen
475a0bd044 Doc: Update info about adding libraries to projects
Task-number: QTCREATORBUG-23364
Change-Id: Iafe73f867891c95fef20ed5681ab10957f30ecf6
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-15 15:10:01 +00:00
Leena Miettinen
07350edf44 Doc: Update screenshots to use the Design theme
Change-Id: I5656fa899df7c228ad478de1ed9cf195e534aedc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-15 13:09:17 +00:00
Leena Miettinen
a80c43a9d5 Doc: Update info about creating Qt Quick Application projects
All of them now have the same dialogs and settings, so describe
them only once. Use a shorter version for tutorials.

Task-number: QTCREATORBUG-23364
Change-Id: I2f71f7016aa02b98dcbe1551680dc27737db93f7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-15 13:01:33 +00:00
Leena Miettinen
bba0dbc02f Doc: Update Opening projects topic
Check terminology and update screenshots to use the
Design theme.

Change-Id: I4e62bf2f9af4f93afddfd12801cf2e299a8f9cff
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-15 06:42:45 +00:00
Leena Miettinen
d973823dbb Doc: Describe selecting the help viewer backend
You can switch the help viewer backend if you have issues
with the current one.

Change-Id: I0b0697980259a4d14b6e694faff0afed14040556
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-14 13:54:23 +00:00
Leena Miettinen
3f513799b4 Doc: Update info about using Git
Update text and screenshots.

Task-number: QTCREATORBUG-23364
Change-Id: Id936d35374fca7ababbbfa35fef507d1cc371786
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: André Hartmann <aha_1980@gmx.de>
2020-04-14 13:02:37 +00:00
Leena Miettinen
fc879d196f Doc: Update widget-based app tutorial
Task-number: QTCREATORBUG-23364
Change-Id: Iedc02d8e774093d176e6ccd881f096d9b3163a60
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-04-14 10:54:55 +00:00
Leena Miettinen
631da01be2 Doc: Describe locking and pinning curves in curve editor
Change-Id: I6bd580683b3430cc5c2e3ec40e3e25234c5de462
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-09 06:56:23 +00:00
Leena Miettinen
34e8645645 Doc: Update screenshot in Selecting Modes
Change-Id: Ifd8ed029c0eda3e76b28cadd32c985a9868fbb00
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-08 14:09:09 +00:00
Leena Miettinen
fdf25cc79b Doc: Update info about opening example projects
If you select a Qt for Android or Qt for iOS version, only
examples tested for Android or iOS are listed.

Task-number: QTCREATORBUG-23364
Change-Id: Id47265f8057a5b199813f3de0811749eeb348a29
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-08 13:35:07 +00:00
Leena Miettinen
013e794ec0 Doc: Update Qt Quick app tutorial
Task-number: QTCREATORBUG-23364
Change-Id: Ib5fc260219a2e29c0762456e8b3c8d7e82954043
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-08 11:50:33 +00:00
Leena Miettinen
b2ca79836b Doc: Describe Qt Quick Animation types
They are now available in Library > Qt Quick - Animation

Change-Id: I67c3c9299c80fb464cbfca3523843807127a5250
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-06 06:41:53 +00:00
Leena Miettinen
0f1d0082aa Doc: Fix path to project wizards
Update screenshot

Task-number: QTCREATORBUG-23364
Change-Id: I3b1c56eed1603fac60f884f4685ce3da8263a4b3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-04-06 06:41:34 +00:00
Leena Miettinen
86b16b6b7d Doc: Update info about the WebAssembly plugin
The installer now automatically creates build and
run kits.

Change-Id: I75093fb0d06efdb20b4987b456c2a451ce0dce8a
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-03 15:07:29 +00:00
Leena Miettinen
ab188df276 Doc: Describe changes in Clang diagnostigs
Change-Id: I40dc02d3a4b18d352d0834033ab5ec67252f928d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-04-03 07:29:36 +00:00
Eike Ziller
708f84cce8 Doc: Fix style for menu hierarchies
Use \uicontrol for the individual components individually

Change-Id: Idf62db7c37e94a55a988792f13aaa8c49cb1ac07
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-03 06:10:16 +00:00
Leena Miettinen
7f558b983d Doc: Describe the Restrict to Threads button
Update screenshots.

Task-number: QTCREATORBUG-23364
Change-Id: I8e79ad4682024862a05f4529a828464125bd639b
Reviewed-by: hjk <hjk@qt.io>
2020-04-02 07:06:44 +00:00
Leena Miettinen
f75e54160d Doc: Update info about debugging
- Describe GDB server init and reset command fields
- Update screenshot
- Describe hiding and showing columns in views

Change-Id: Ifdbec54f7f9f5c07e82c9c6915cd267a031c0c25
Reviewed-by: hjk <hjk@qt.io>
2020-04-01 10:02:20 +00:00
Leena Miettinen
c80fc180a3 Doc: Describe the command to run Cppcheck on selected files
Task-number: QTCREATORBUG-23364
Change-Id: If21f647e5d7bbafae1d14b489aadd57d423cc663
Reviewed-by: Sergey Morozov <dev@gres.biz>
Reviewed-by: hjk <hjk@qt.io>
2020-04-01 08:18:07 +00:00
Leena Miettinen
5bb880aa67 Doc: Describe managing Heob settings profiles
Task-number: QTCREATORBUG-23364
Change-Id: I2ebb9291f36c593074f58c701eee1e434710007b
Reviewed-by: Hannes Domani <ssbssa@yahoo.de>
Reviewed-by: hjk <hjk@qt.io>
2020-04-01 06:56:47 +00:00
Venugopal Shivashankar
704d0eb882 Doc: Update the MCU options screenshot
In addition, replaced the explicit list
of hardware platforms with a link to the
Qt for MCUs documentation.

Task-numger: QTCREATORBUG-23764
Change-Id: I11b7a35a8307e3dbe832a77b43213c5049b73793
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-31 07:31:50 +00:00
Assam Boudjelthia
96e5eca1c3 Docs: update Android docs to reflect the latest changes
Docs affected:
* Connecting Android Devices
* Deploying Applications to Android Devices
* Specifying Run Settings for Android Devices

Task-number: QTBUG-80390
Change-Id: I17fecd4d947644d8cc6071af68addbc2199ad82e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-30 18:57:41 +00:00
Kai Koehne
df1152dd95 Doc: Warn about using emsdk --embedded
The Qt installation instructions for WebAssembly so far recommended
using emsdk --embedded. Anyhow, this does mean that the .emscripten
file will _not_ be put into the user's home directory, as Qt Creator
expects.

Change-Id: I0301d97e96baf0976b93ff7fc80e4f0cb058ea2e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-30 12:12:52 +00:00
Kai Koehne
c3fca6e718 Doc: Fix MinGW link
Change-Id: Iff955512f1a4032304f37391d27c6fd4d732cb19
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-30 08:27:32 +00:00
Kai Koehne
39297fecb4 Doc: Do not suggest to put sed in PATH
Later on it is suggested to put it in the Kit's environment.

Change-Id: I8268dac16bd03b9e7b1474cfece91f9e403d72bb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-30 08:27:10 +00:00
Venugopal Shivashankar
68b6b0dd4d Doc: Update the project template screen capture
Also, reorganized the list of project templates
based on the latest UI.

Change-Id: I72f903909946d29ee3c181c926c2857a6da25a5e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-03-27 16:21:43 +00:00
Leena Miettinen
582b4bd0ae Doc: Update images on the front page
Store the source files in SVG format.

Task-number: QDS-1851
Change-Id: Ife601967b4dffe10c8e48f31365da2d8df9357f9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-03-27 15:59:27 +00:00
Leena Miettinen
e7fcfb74c6 Doc: Describe GDB settings
Fixes: QTCREATORBUG-10831
Change-Id: I68a68f0949c5015ad7642c9e5e005759e7412823
Reviewed-by: hjk <hjk@qt.io>
2020-03-27 08:26:03 +00:00
Thomas Hartmann
9414961206 Fix example
Task-number: QTCREATORBUG-23045
Change-Id: I2cf54a4b6ede3a19d0e5273683f4969d397028ba
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2020-03-26 10:12:56 +00:00