Christian Kandeler
ecafdb7543
ClangCodeModel: Add experimental clangd support
...
If the user has enabled clangd (default is off), we start up one instance
per project when it is opened/changed (including build config switches),
and trigger background indexing.
So far, the index is used to provide results for locators and "Find
Usages".
Per-document functionality such as semantic highlighting and completion
is still provided by libclang.
Change-Id: I12532fca1b9c6278baab560e7238cba6189cde9f
Reviewed-by: David Schulz <david.schulz@qt.io >
2021-04-22 07:32:58 +00:00
Leena Miettinen
554eac5382
Doc: Fix text about radio buttons in Timeline Settings dialog
...
Fixes: QDS-4116
Change-Id: I4761211fc5af1c0f6f0839087b7d46ca90490163
Reviewed-by: Tanja Remes <tanja.remes@qt.io >
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-21 15:13:40 +00:00
Johanna Vanhatapio
1ba196a6da
Doc: Remove the obsolete image command
...
Change-Id: I229a141e8684580674f56eef2aa89386abf07962
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-21 13:48:36 +00:00
Leena Miettinen
c4c7ce15e1
Doc: Update screenshots of Qt Quick Designer and workspaces
...
Task-number: QTCREATORBUG-25162
Change-Id: Id8a281a2117799fa75e6b0d03d65bd38ef170b09
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-21 13:48:32 +00:00
Leena Miettinen
accc951ef8
Doc: Update the Qt Quick mobile app example
...
Task-number: QTCREATORBUG-25162
Change-Id: I727d0f5520c4db729a8ffc63937a12cc099b1157
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-21 13:02:57 +00:00
Leena Miettinen
32538c8a2d
Doc: Update docs for Transitions example
...
Use the new terminology and update screenshots.
Task-number: QTCREATORBUG-25162
Change-Id: Ibef385fd7f4710ec418a549899b29fd91ab7240b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-21 08:59:23 +00:00
Johanna Vanhatapio
dc898cbf98
Doc: Update pictures in the Navigator topic
...
Task-number: QDS-3407
Change-Id: I78bd9878d5cfe664a977db9f956355092d49afad
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-21 08:53:35 +00:00
Leena Miettinen
3138229a20
Doc: Describe changes in QDS project wizard templates
...
The application templates now import Qt Quick Controls in
addition to Qt Quick types.
Task-number: QDS-3407
Change-Id: I696de75701d9299cce93c527993a27fa04e07dc7
Reviewed-by: Tanja Remes <tanja.remes@qt.io >
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io >
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-21 07:15:04 +00:00
Eike Ziller
9c2980f65d
Merge remote-tracking branch 'origin/4.15'
...
Change-Id: Ide723c45dcd7e39e4e54432f2dc265c5d53c38eb
2021-04-21 08:41:20 +02:00
Christiaan Janssen
27b4383b31
McuSupport: Update documentation
...
Task-number: QTCREATORBUG-25587
Change-Id: Ida9fb5449818c1c4b78318a6e9d85672153c19ad
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-20 14:28:33 +00:00
Johanna Vanhatapio
06d70b1488
Doc: Update pictures of Properties View
...
- mostly pictures for Lists and Other Data Models and Properties.
Task-number: QDS-4167
Change-Id: Ia7bd27bb4cec682b42e2c2bc232913b3ed7a0ab3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-20 12:09:13 +00:00
Johanna Vanhatapio
ee9d4b3d61
Doc: Update info about Text and Control properties
...
Task-number: QDS-4167
Change-Id: Ic691d848e93b964dad89bd1196ee86cdbd3956be
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-20 12:08:47 +00:00
Eike Ziller
3d1ad9db60
Merge remote-tracking branch 'origin/4.15'
...
Change-Id: I1d13f3543ab4bb17f0cbfe26bbea3f154f856ca6
2021-04-20 10:42:55 +02:00
Leena Miettinen
6040adf85c
Doc: Make info about menu paths on macOS more visible
...
We get a lot of user questions about where things are
on macOS.
Also, describe high DPI scaling after the other user
interface options.
Task-number: QDS-3407
Change-Id: If157b9afc70d82944ef9ce8d7b5fa419b3271ef2
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2021-04-19 15:08:00 +00:00
Leena Miettinen
73459785f2
Doc: Describe switching themes on QDS side, too
...
Added a screenshot of the Interface options.
Moved the description of the Language field up,
because it is right below the Theme field in the tab.
Task-number: QDS-3407
Change-Id: I0bd898852a318ee87427a39c002a3ecc889e6207
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-19 13:51:37 +00:00
Leena Miettinen
67ce4243ee
Doc: Describe opening QDS examples from Qt Creator
...
If users have QDS installed, QDS examples are listed
in QC Examples tab and users can open them in QDS.
Task-number: QTCREATORBUG-25162
Change-Id: I279135225fa000ed07e3f956d8a96bf1b5c50be1
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
Reviewed-by: Aleksei German <aleksei.german@qt.io >
2021-04-19 13:51:22 +00:00
Leena Miettinen
dfadc17cb5
Doc: Describe Sort Alphabetically option in Outline view
...
And add screenshots for all sidebar views.
Task-number: QTCREATORBUG-25162
Change-Id: I7890d57adf04517c534a9b36de89170039f3de93
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2021-04-19 11:04:09 +00:00
Leena Miettinen
2ae36b9e26
Doc: Describe quick fix options
...
Fixes: QTCREATORBUG-25581
Change-Id: If1e2434f36c71ebc2ff484f3f4c2c94cdd362c98
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-19 09:08:56 +00:00
Johanna Vanhatapio
5bf5cc0d50
Doc: Add info about the user feedback prompt
...
Fixes: QDS-3601
Change-Id: Ie7ceb09f142d233c4335e1445dac1618c8b00211
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-16 12:20:58 +00:00
Johanna Vanhatapio
f89b1ff497
Doc: Update more info about Library
...
Task-number: QDS-4007
Change-Id: Iede5ff19c55ea99453ad67b7f1782032779a77af
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-16 12:10:34 +00:00
Johanna Vanhatapio
381bb68265
Doc: Update info about Shapes
...
- Updated mainly pictures due to changes in the Properties view
Task-number: QDS-4167
Change-Id: I0ce5f83dc5d353eb7061761505454677d79aeb3b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-16 11:42:33 +00:00
Leena Miettinen
67e264b619
Doc: Describe CMake multi-config support
...
Fixes: QTCREATORBUG-25595
Change-Id: I8b7c5ea64ba150c8bd5e8909c50bbaf716d89118
Reviewed-by: Cristian Adam <cristian.adam@qt.io >
2021-04-16 10:36:40 +00:00
Eike Ziller
872660fcc5
Merge remote-tracking branch 'origin/4.15'
...
Conflicts:
cmake/QtCreatorIDEBranding.cmake
qbs/modules/qtc/qtc.qbs
qtcreator_ide_branding.pri
Change-Id: Ibc60debb3c409ae27e99df6071cf6115b272d6d8
2021-04-15 15:48:30 +02:00
Leena Miettinen
dc636b63e6
Doc: Remove obsolete keyboard shortcut for Add Timeline
...
Task-number: QDS-4116
Change-Id: Ic7695ffea5cb6b1d1b224135660a4b9b5b4b06e9
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io >
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-15 10:48:28 +00:00
Leena Miettinen
4e834d549a
Doc: Update info about configuring WebAssembly
...
Fixes: QTCREATORBUG-25571
Change-Id: Id6a7aae453e1e27ef261c11265663108426b133f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2021-04-14 15:46:12 +00:00
Eike Ziller
555dbac851
Merge remote-tracking branch 'origin/4.15'
...
Change-Id: I613b60f7d5cfca19ed611b3777548738d7bd7d67
2021-04-14 11:33:16 +02:00
Johanna Vanhatapio
39d4577d76
Doc: Update the Creating Components topic
...
Fixes: QDS-4110
Change-Id: I6fde0e36a8c74a0c9e1f56b9ce225444c921b74f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-14 06:40:29 +00:00
Johanna Vanhatapio
fef8ebf46b
Doc: Describe Context Menu Commands in Library
...
Fixes: QDS-4061
Change-Id: I4f19450cd03f7f2da7e9064a1bf8519e4ccfc3c4
Reviewed-by: Miina Puuronen <miina.puuronen@qt.io >
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-13 16:33:32 +00:00
Leena Miettinen
1057942d00
Doc: Describe option for selecting ABI:s for Qbs Android builds
...
Task-number: QTCREATORBUG-25162
Change-Id: I385556b2ec94bf10d7432886880fcbba96239eb9
Reviewed-by: Raphaël Cotty <raphael.cotty@gmail.com >
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-13 15:35:22 +00:00
Leena Miettinen
5b219abe9e
Doc: Fix link to B2Qt Installation Guides
...
Fixes: QTCREATORBUG-25566
Change-Id: Iabaaa4537a3d4cc02956407068e65e68629cef04
Reviewed-by: Robert Löhning <robert.loehning@qt.io >
2021-04-12 14:17:47 +00:00
Eike Ziller
8b2c9c4596
Merge remote-tracking branch 'origin/4.15'
...
Change-Id: I23d25ad32c396811acad88873ac556ee13372ee3
2021-04-12 09:18:06 +02:00
Leena Miettinen
485aad6e9e
Doc: Add a reference topic for the Text Editor view
...
Add links to the new topic.
Change-Id: I92640385feba70a56bacfe24497eeba3d8409567
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-12 07:06:13 +00:00
Leena Miettinen
03c48cfe2a
Doc: Create topics for Projects, File System, and Open Documents
...
Move the information about these views to separate topics and
describe the differences between using them in Design mode or
in the sidebar.
Change-Id: Ie71edb7d270bf5c4e020f2818f9f8e0e9e505094
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-12 07:06:01 +00:00
Eike Ziller
2800f3b51f
Merge remote-tracking branch 'origin/4.15'
...
Change-Id: I0afcf51d354ffd73a8f2956a7f78b1e4f032677b
2021-04-09 12:42:03 +02:00
Leena Miettinen
74c1e6ae6d
Doc: Describe running apps as root user on Linux
...
Task-number: QTCREATORBUG-25162
Change-Id: I5db639a3cb77e1b2504b38cfda739e6892722a19
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-08 15:56:44 +00:00
Eike Ziller
d01c86d36d
Fix label inconsistency in options
...
Fixes: QTCREATORBUG-25540
Change-Id: I9c710dce916569813347ca60d70a1a410f4f410b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-08 07:08:18 +00:00
Johanna Vanhatapio
7d03ffdc93
Doc: Add links to new videos
...
Fixes: QDS-3986
Change-Id: I259109d124eca7d825d8bd5f02698d90f546fff2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-07 14:51:43 +00:00
Johanna Vanhatapio
c7fa8ba8f5
Doc: Update the Design Views topic
...
- Updated pictures
- Updated some info on the main toolbar actions based on the tooltips
Task-number: QDS-4007
Change-Id: I49ba9e281d1248dfca564698f8b0ca2bd381ffe1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-07 11:51:59 +00:00
Johanna Vanhatapio
4bf879a770
Doc: Update info on the Library view
...
Task-number: QDS-4007
Change-Id: I981dfa54b4497b0517f1348aff8cc2d992a2cb2a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2021-04-07 11:30:23 +00:00
Leena Miettinen
8215518279
Doc: Describe opening terminal windows from Projects view context menu
...
Task-number: QTCREATORBUG-25162
Change-Id: I0f0939ce98c1de54577b4a67c9097bad9fafecf4
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-07 09:24:49 +00:00
Eike Ziller
c0cfafdd3d
Merge remote-tracking branch 'origin/4.15'
...
Conflicts:
cmake/QtCreatorIDEBranding.cmake
qbs/modules/qtc/qtc.qbs
qtcreator_ide_branding.pri
src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
Change-Id: I403b236c40d73a61ae22304e289e9d4374366395
2021-04-06 15:17:40 +02:00
Leena Miettinen
16cb026b8b
Doc: Add info about finding type alias definitions
...
Task-number: QTCREATORBUG-25162
Change-Id: I05f0d602b2949b37edad54e32e9e17cdc3e93154
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-06 06:18:26 +00:00
Leena Miettinen
44cd41a85b
Doc: Update info about Figma export options
...
Update the name of the "SVG Path Item" Studio Component.
Change-Id: Ic7bfd96d89a2c8291f778f3cf8b60f879ac178c8
Reviewed-by: <kama.wojcik@qt.io >
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
2021-04-01 07:25:08 +00:00
Leena Miettinen
919b46d9b9
Doc: Update info about Qbs build configuration
...
Task-number: QTCREATORBUG-25162
Change-Id: Ifa419041d1633058d12a7b7bf04de4a0bd312f3a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-04-01 07:19:24 +00:00
Leena Miettinen
943f468762
Doc: Update screenshots and UI text capitalization for IncrediBuild
...
Change-Id: Ibc58a1dea78fdaabf1ebcef48d4f307556f962f0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-03-31 10:25:56 +00:00
Leena Miettinen
d241832e07
Doc: update info about qmake build configuration
...
Change-Id: I40e7491b079ae879d97b595fb2d440b92a11d66b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-03-31 10:25:45 +00:00
Leena Miettinen
49c7f21891
Doc: Reorganize info about build settings by build system
...
Change-Id: Iaee9cc581f76a45cc10c9ae8cba601889320be86
Reviewed-by: hjk <hjk@qt.io >
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io >
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2021-03-31 06:53:14 +00:00
Leena Miettinen
8d00e04f24
Doc: Update info about Flow View and related items
...
Task-number: QDS-3824
Change-Id: Id036f5643fd30204c212944d26ac05b8f3a0b692
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io >
Reviewed-by: <kama.wojcik@qt.io >
2021-03-30 09:25:39 +00:00
Leena Miettinen
30c5fd6599
Doc: Update info about building with CMake
...
Reorganize tool-specific information into separate topics.
The other build systems will be added in follow-up commits.
Fixes: QTCREATORBUG-25460
Change-Id: I324f66a464d7ab799e351e77ebe20f29fb091622
Reviewed-by: Cristian Adam <cristian.adam@qt.io >
2021-03-29 06:59:16 +00:00
Leena Miettinen
9d0c3dc3d6
Doc: Describe new Language Client options
...
Fixes: QTCREATORBUG-25530
Change-Id: Ia59e476cdd6a1d655f269293c8e6ef97c5b084b5
Reviewed-by: David Schulz <david.schulz@qt.io >
2021-03-26 07:53:07 +00:00