Update change log

Change-Id: I055bfba24ea4610540dab930a30a998acba1b25e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-07-22 10:00:44 +02:00
parent ec735c3a2a
commit e9856ad138

View File

@@ -17,6 +17,8 @@ General
([Documentation](https://doc-snapshots.qt.io/qtcreator-extending/lua-extensions.html)) ([Documentation](https://doc-snapshots.qt.io/qtcreator-extending/lua-extensions.html))
* Added a mode for managing extensions * Added a mode for managing extensions
* Added `Clear` and `Save Contents` to context menus of all output views * Added `Clear` and `Save Contents` to context menus of all output views
* Fixed the tab focus order in the search toolbar
([QTCREATORBUG-30791](https://bugreports.qt.io/browse/QTCREATORBUG-30791))
* Locator * Locator
* Added the option to show results relative to project root * Added the option to show results relative to project root
([QTCREATORBUG-29462](https://bugreports.qt.io/browse/QTCREATORBUG-29462)) ([QTCREATORBUG-29462](https://bugreports.qt.io/browse/QTCREATORBUG-29462))
@@ -46,6 +48,14 @@ Editing
([QTCREATORBUG-31116](https://bugreports.qt.io/browse/QTCREATORBUG-31116)) ([QTCREATORBUG-31116](https://bugreports.qt.io/browse/QTCREATORBUG-31116))
* Fixed the unindenting with backspace when multiple cursors are active * Fixed the unindenting with backspace when multiple cursors are active
([QTCREATORBUG-31158](https://bugreports.qt.io/browse/QTCREATORBUG-31158)) ([QTCREATORBUG-31158](https://bugreports.qt.io/browse/QTCREATORBUG-31158))
* Fixed the `Save` shortcut after closing a document while the document's
drop-down menu is shown
([QTCREATORBUG-31205](https://bugreports.qt.io/browse/QTCREATORBUG-31205))
* Fixed the highlighting of matches for `Whole Words Only` searches
([QTCREATORBUG-31020](https://bugreports.qt.io/browse/QTCREATORBUG-31020))
* Fixed that the documents chooser did not close when releasing `Ctrl` in
some setups
([QTCREATORBUG-31228](https://bugreports.qt.io/browse/QTCREATORBUG-31228))
### C++ ### C++
@@ -79,6 +89,9 @@ Editing
([QTCREATORBUG-29943](https://bugreports.qt.io/browse/QTCREATORBUG-29943)) ([QTCREATORBUG-29943](https://bugreports.qt.io/browse/QTCREATORBUG-29943))
* Fixed the handling of system headers * Fixed the handling of system headers
([QTCREATORBUG-30474](https://bugreports.qt.io/browse/QTCREATORBUG-30474)) ([QTCREATORBUG-30474](https://bugreports.qt.io/browse/QTCREATORBUG-30474))
* Fixed a warning when adding an empty session to the list of sessions with
a single Clangd instance
([QTCREATORBUG-31186](https://bugreports.qt.io/browse/QTCREATORBUG-31186))
* Built-in * Built-in
* Added the `Enable indexing` option in `Preferences` > `C++` > `Code Model` * Added the `Enable indexing` option in `Preferences` > `C++` > `Code Model`
to turn off the built-in indexer to turn off the built-in indexer
@@ -101,6 +114,8 @@ Editing
([Documentation](https://doc.qt.io/qtcreator/creator-quick-ui-forms.html)) ([Documentation](https://doc.qt.io/qtcreator/creator-quick-ui-forms.html))
* Fixed that the color preview did not work on named colors * Fixed that the color preview did not work on named colors
([QTCREATORBUG-30594](https://bugreports.qt.io/browse/QTCREATORBUG-30594)) ([QTCREATORBUG-30594](https://bugreports.qt.io/browse/QTCREATORBUG-30594))
* Fixed the default path to `qmlformat` on Windows
([QTCREATORBUG-31257](https://bugreports.qt.io/browse/QTCREATORBUG-31257))
* Language Server * Language Server
* Switched on by default for Qt 6.8 and later * Switched on by default for Qt 6.8 and later
* Added an option for generating `qmlls.ini` files for CMake projects in * Added an option for generating `qmlls.ini` files for CMake projects in
@@ -206,6 +221,8 @@ Projects
([QTCREATORBUG-30836](https://bugreports.qt.io/browse/QTCREATORBUG-30836)) ([QTCREATORBUG-30836](https://bugreports.qt.io/browse/QTCREATORBUG-30836))
* Added support for custom build types * Added support for custom build types
([QTCREATORBUG-30014](https://bugreports.qt.io/browse/QTCREATORBUG-30014)) ([QTCREATORBUG-30014](https://bugreports.qt.io/browse/QTCREATORBUG-30014))
* Fixed issues with cross-compilation setups
([QTCREATORBUG-31249](https://bugreports.qt.io/browse/QTCREATORBUG-31249))
([Documentation](https://doc-snapshots.qt.io/qtcreator-14.0/creator-build-settings-cmake-presets.html)) ([Documentation](https://doc-snapshots.qt.io/qtcreator-14.0/creator-build-settings-cmake-presets.html))
@@ -317,6 +334,9 @@ Platforms
* Improved the performance of the generic deployment method * Improved the performance of the generic deployment method
* Fixed that the file size check that is performed before parsing C++ files * Fixed that the file size check that is performed before parsing C++ files
could freeze Qt Creator until finished for remote projects could freeze Qt Creator until finished for remote projects
* Fixed that the deployment of a directory deployed only its contents instead
of the directory itself
([QTCREATORBUG-31136](https://bugreports.qt.io/browse/QTCREATORBUG-31136))
### Qt Application Manager ### Qt Application Manager
@@ -333,8 +353,9 @@ Ahmad Samir
Aleksei German Aleksei German
Alessandro Portale Alessandro Portale
Alexander Drozdov Alexander Drozdov
Alexandre Laurent
Ali Kianian Ali Kianian
Andre Hartmann André Hartmann
André Pönitz André Pönitz
Artem Sokolovskii Artem Sokolovskii
Assam Boudjelthia Assam Boudjelthia
@@ -364,6 +385,7 @@ Mats Honkamaa
Michael Weghorn Michael Weghorn
Miikka Heikkinen Miikka Heikkinen
Orgad Shaneh Orgad Shaneh
Pino Toscano
Pranta Dastider Pranta Dastider
Ralf Habacker Ralf Habacker
Robert Löhning Robert Löhning