Create a how-to category for SDKs and also add the
Android SDK and NDK topics there.
Task-number: QTCREATORBUG-32016
Change-Id: I2731662e58a7b34c871ad1e0825e8868058ebe82
Reviewed-by: Morteza Jamshidi <morteza.jamshidi@qt.io>
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
- Sentry sets a file size limit for crash reports
- Users are not notified about sending reports or whether
it succeeds or fails
- Describe the location of the reports
- Add a note encouraging users to still report crashes in JIRA
Fixes: QTCREATORBUG-32061
Change-Id: I1a5ca5f24463cbad846d55f279f4bd02ec1d61ad
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
- Use the same topic as for remote Linux devices, with variables.
- Update information and screenshots of adding compilers.
Change-Id: I0b1695ec649e9780b68e57cff989b96ada92f0da
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
- Add some information about what users can see in the
Expressions view.
- Add debugger backend limitations.
- Add subtitles.
- Move the list of context menu commands to the end.
Fixes: QTCREATORBUG-31953
Change-Id: I11aafde8eaebe888981611fc201a693add7de051
Reviewed-by: hjk <hjk@qt.io>
- For screen readers (accessibility)
- So that users know the cells are not empty by mistake
Change-Id: Ibea5dcd42a5bae7e0fa4f614610b6e7fe258e237
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
It was mentioned in "Connect remote Linux devices", but users
could not find it.
Fixes: QTCREATORBUG-31992
Change-Id: Id425276b180d7eed883ce62f0af59697910684b6
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
The status checks and indicators are now off by default
because they decrease performance.
Task-number: QTCREATORBUG-31510
Change-Id: I001b8618c15ff5af3f1afdec13a33aff061c971b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
- Replaces the old screenshot
- Added SDK and NDK topics to the How To - Develop for Devices
- SDKs category
Task-number: QTCREATORBUG-32016
Change-Id: I6b2af44152079d29f51c1ef34606ee522b80f378
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
A user found our information on ClangFormat lacking, but we
usually link to 3rd-party information instead of repeating it.
Move related links to the external-resources file and use them
from there.
Change-Id: I48d7cee3118618db64146da088bdbd6e4e6fc1f9
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
The options are gone; users can just turn data collection
on or off.
Moved the QDS info into the qtdesignstudio folder and remove
Qt Creator specific information.
Updated screenshots.
Task-number: QTCREATORBUG-31510
Change-Id: Ie9f252b972bd7ee176723afd8a2328b301e65a2e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
"Devices" was never the right place for them, and now we have a proper
location.
Change-Id: I3c74d7f5a8bc06e058c91a17c88b6cb4bb91da89
Reviewed-by: hjk <hjk@qt.io>
"New Subprojects" and "Add Existing Projects" now also work
when building with CMake.
Task-number: QTCREATORBUG-31510
Change-Id: Ia3ba43f68de063cf0864367f93e5f736d20c39e8
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Replace them with a link to the latest version of the
"Getting Started with Qt Creator" course.
Task-number: QTCREATORBUG-31510
Change-Id: If3ecdba3c1b593e0ccc72ea3d2bc1468013e7041
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
- Add "A when condition cannot contain an object." and fix the
typo in the user-visible text.
- Remove M325, which has been removed from the sources.
Task-number: QTCREATORBUG-31510
Change-Id: Iec793c0625496e50456a8b998ca12b2f37cd36ad
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
- Update the instructions for installing plugins
- Use the instructions for installing plugins also for
installing extensions
- Describe seraching and sorting extensions, as well as
opening the preferences
Task-number: QTCREATORBUG-31510
Change-Id: I8f5d770f28bebc8925f6d2338c7c78704291a444
Reviewed-by: hjk <hjk@qt.io>
This replaces all occurrences of
value('Plugins').indexOf('MyPlugin') >= 0
with
isPluginRunning('myplugin')
And combines OR'ed sequences with AnyPluginRunning.
Tests for (Boot2Qt || Boot2QtQdb) are reduced to just boot2qt, since the
other one is history.
Change-Id: I21206116e2263579349c77ba3914f8ebfe1f089e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This reverts commit 6ec3c8f9c9.
The reason for introducing the function in Utils was already reverted in
91d0bf1993 .
The call of the function was broken, because of instead of passing a
list of includes as a single argument, it passed each include
as a separate argument (the subtle difference between
`${_include_dirs}` and `"${_include_dirs}"` for lists...).
Which subtly breaks the translation update.
Just go back to the original.
Change-Id: If745c434a9ff808e08703c3c1bf1393eb0183236
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
The Coco plugin now can also configure QMake and CMake projects for
the use with Coco. (COCO-1782)
* There is a new global preferences page to set the Coco
directory. (But the plugin also searches automatically for the active
Coco installation, so using the page should rarely be necessary.)
* There is a project settings page where the code coverage can be
configured, especially CoverageScanner options set.
* Code coverage is enabled by changing the build settings of a project
so that the build tool reads a special file at the
beginning (cocoplugin.prf or cocoplugin.cmake), which replaces the
normal compiler calls with calls of the Coco compiler wrappers. The
CoverageScanner options are part of this file.
* An additional, ficticious build step appears in the build menu of
QMake and CMake projects, with a button to switch coverage on or off.
* Added documentation
* The class CMakeBuildSystem has been made publicly accessible and
some member functions added so that the build settings chanbe chenged.
[ChangeLog][coco]
Added to the existing Coco plugin the ability to configure CMake and
QMake projects for code coverage.
Change-Id: I70a351b79b89bef3c25f81bb4b62ac59dc787645
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: hjk <hjk@qt.io>
- Remove a link to the topic itself
Task-number: QTCREATORBUG-31510
Change-Id: I6b3d103a511b18625a81d2ccb7eb1e52f864aa0c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
It now shows just files if the session doesn't include projects.
Change-Id: I4d4294f6773fadfdd56652e1bf2fd6372c4c513a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Add links to existing overview pages in the left side bar
Task-number: QDS-13385
Change-Id: I1ae626532219d96f9b29ddaa8022a8fc1935a279
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>