Update change log for 12.0.0

Change-Id: Ia105b80002652f9f37b2e41cb13afe439713af9f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-11-08 14:49:23 +01:00
parent e48d365b19
commit a02766431b

View File

@@ -145,6 +145,12 @@ Editing
### QML ### QML
* Fixed multiple crashes when updating the `Outline` view
([QTCREATORBUG-28862](https://bugreports.qt.io/browse/QTCREATORBUG-28862),
[QTCREATORBUG-29653](https://bugreports.qt.io/browse/QTCREATORBUG-29653),
[QTCREATORBUG-29702](https://bugreports.qt.io/browse/QTCREATORBUG-29702))
* Fixed that reformatting QML code removed type annotations
([QTCREATORBUG-29061](https://bugreports.qt.io/browse/QTCREATORBUG-29061))
* Fixed invalid `M325` warnings * Fixed invalid `M325` warnings
([QTCREATORBUG-29601](https://bugreports.qt.io/browse/QTCREATORBUG-29601)) ([QTCREATORBUG-29601](https://bugreports.qt.io/browse/QTCREATORBUG-29601))
* Language Server * Language Server
@@ -237,6 +243,8 @@ Projects
* Fixed issues with the subdirectory structure of the project tree * Fixed issues with the subdirectory structure of the project tree
([QTCREATORBUG-23942](https://bugreports.qt.io/browse/QTCREATORBUG-23942), ([QTCREATORBUG-23942](https://bugreports.qt.io/browse/QTCREATORBUG-23942),
[QTCREATORBUG-29105](https://bugreports.qt.io/browse/QTCREATORBUG-29105)) [QTCREATORBUG-29105](https://bugreports.qt.io/browse/QTCREATORBUG-29105))
* Fixed an issue with source file specific compiler flags
([QTCREATORBUG-29707](https://bugreports.qt.io/browse/QTCREATORBUG-29707))
* Presets * Presets
* Fixed that variables were not expanded for `cmakeExecutable` * Fixed that variables were not expanded for `cmakeExecutable`
([QTCREATORBUG-29643](https://bugreports.qt.io/browse/QTCREATORBUG-29643)) ([QTCREATORBUG-29643](https://bugreports.qt.io/browse/QTCREATORBUG-29643))
@@ -258,6 +266,11 @@ Projects
* Fixed the project tree structure in case of some subfolder structures * Fixed the project tree structure in case of some subfolder structures
([QTCREATORBUG-29733](https://bugreports.qt.io/browse/QTCREATORBUG-29733)) ([QTCREATORBUG-29733](https://bugreports.qt.io/browse/QTCREATORBUG-29733))
### Qbs
* Fixed the importing of builds on macOS
([QTCREATORBUG-29829](https://bugreports.qt.io/browse/QTCREATORBUG-29829))
### vcpkg ### vcpkg
* Added the generation of code for `CMakeLists.txt` * Added the generation of code for `CMakeLists.txt`
@@ -279,6 +292,11 @@ Debugging
* Added support for remote Linux debugging with LLDB * Added support for remote Linux debugging with LLDB
* Fixed warnings about index cache permissions * Fixed warnings about index cache permissions
([QTCREATORBUG-29556](https://bugreports.qt.io/browse/QTCREATORBUG-29556)) ([QTCREATORBUG-29556](https://bugreports.qt.io/browse/QTCREATORBUG-29556))
* Pretty Printers
* Fixed `QDateTime` with a time zone offset
([QTCREATORBUG-29737](https://bugreports.qt.io/browse/QTCREATORBUG-29737))
* Fixed `std::unique_ptr` on macOS
* Fixed `QImage`
Analyzer Analyzer
-------- --------
@@ -325,10 +343,17 @@ Test Integration
* Added an option for the number of threads used for scanning * Added an option for the number of threads used for scanning
([QTCREATORBUG-29301](https://bugreports.qt.io/browse/QTCREATORBUG-29301)) ([QTCREATORBUG-29301](https://bugreports.qt.io/browse/QTCREATORBUG-29301))
* Improved the wizards for `GTest` and `Catch2` * Improved the wizards for `GTest` and `Catch2`
* CTest
* Enabled colored test output
Platforms Platforms
--------- ---------
### macOS
* Fixed running and debugging in an external terminal
([QTCREATORBUG-29246](https://bugreports.qt.io/browse/QTCREATORBUG-29246))
### Android ### Android
* Fixed issues when `LIBRARY_OUTPUT_DIRECTORY` is set in the CMake build files * Fixed issues when `LIBRARY_OUTPUT_DIRECTORY` is set in the CMake build files