aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-11-08 14:49:23 +0100
committerEike Ziller <eike.ziller@qt.io>2023-11-08 15:02:44 +0000
commita02766431b92ef847a76a331f7a56328248d571b (patch)
tree3e1d97ec4e51afb1c782eb623ea79e23ba3faf5b
parente48d365b199c6a6264c4ae28978d7798b6467ca5 (diff)
Update change log for 12.0.0
Change-Id: Ia105b80002652f9f37b2e41cb13afe439713af9f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changelog/changes-12.0.0.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changelog/changes-12.0.0.md b/dist/changelog/changes-12.0.0.md
index dd6606dcca..69ab50ee43 100644
--- a/dist/changelog/changes-12.0.0.md
+++ b/dist/changelog/changes-12.0.0.md
@@ -145,6 +145,12 @@ Editing
### 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
([QTCREATORBUG-29601](https://bugreports.qt.io/browse/QTCREATORBUG-29601))
* Language Server
@@ -237,6 +243,8 @@ Projects
* Fixed issues with the subdirectory structure of the project tree
([QTCREATORBUG-23942](https://bugreports.qt.io/browse/QTCREATORBUG-23942),
[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
* Fixed that variables were not expanded for `cmakeExecutable`
([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
([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
* Added the generation of code for `CMakeLists.txt`
@@ -279,6 +292,11 @@ Debugging
* Added support for remote Linux debugging with LLDB
* Fixed warnings about index cache permissions
([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
--------
@@ -325,10 +343,17 @@ Test Integration
* Added an option for the number of threads used for scanning
([QTCREATORBUG-29301](https://bugreports.qt.io/browse/QTCREATORBUG-29301))
* Improved the wizards for `GTest` and `Catch2`
+* CTest
+ * Enabled colored test output
Platforms
---------
+### macOS
+
+* Fixed running and debugging in an external terminal
+ ([QTCREATORBUG-29246](https://bugreports.qt.io/browse/QTCREATORBUG-29246))
+
### Android
* Fixed issues when `LIBRARY_OUTPUT_DIRECTORY` is set in the CMake build files