summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-02-17 13:44:03 +0100
committerEike Ziller <eike.ziller@qt.io>2023-02-28 07:57:49 +0000
commit463090db0399e30732d64abb4300564c592ac9d9 (patch)
treedf838b89903c9a3b97b14d486ab8307bfc6bca2e /dist
parent6bb756ba1c671cf6a5276f31140589ca9481ddd0 (diff)
downloadqt-creator-463090db0399e30732d64abb4300564c592ac9d9.tar.gz
Update change log for 10.0
Change-Id: I39929f6a5947f6c164e5b2dd3802b54539b1190b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changelog/changes-10.0.0.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/dist/changelog/changes-10.0.0.md b/dist/changelog/changes-10.0.0.md
index db90fc30e5..53bcd7e162 100644
--- a/dist/changelog/changes-10.0.0.md
+++ b/dist/changelog/changes-10.0.0.md
@@ -29,6 +29,7 @@ Editing
### C++
+* Updated LLVM to version 16.0.0
* Added renaming of includes when renaming `.ui` files (QTCREATORBUG-14259)
* Added automatic refactoring of C++ code when forms in `.ui` files are renamed
(QTCREATORBUG-1179)
@@ -78,6 +79,7 @@ Editing
Projects
--------
+* Moved the preference page for `Devices` to below `Kits`
* Added `Build > Run Generator` for exporting projects to other build systems
(QTCREATORBUG-28149)
* Added the option to browse remote file systems for remote builds and targets
@@ -92,6 +94,8 @@ Projects
* Added the option to use `cmake-format` for CMake files
([cmake-format Documentation](https://cmake-format.readthedocs.io/en/latest/))
* Added the option to show advanced configure items by default
+* Added support for the `external` strategy for the architecture and toolset of
+ presets (QTCREATORBUG-28693)
* Moved `Autorun CMake` to global settings
* Changed the environment for running CMake to be based on the build environment
by default (QTCREATORBUG-28513)
@@ -121,6 +125,15 @@ Debugging
(QTCREATORBUG-25865)
* Fixed highlighting in the `Disassembler` view
* Fixed skipping `std::function` details when stepping
+* Fixed an out of memory issue when debugging long lists (QTCREATORBUG-26416)
+* CDB
+ * Fixed the printing of addresses of pointers with multiple base classes
+ (QTCREATORBUG-28337)
+
+### Python
+
+* Fixed that the debugger always interrupted at the first line in Python scripts
+ (QTCREATORBUG-28732)
Analyzer
--------
@@ -165,11 +178,7 @@ Platforms
### Android
* Removed service management from the manifest editor (QTCREATORBUG-28024)
-
-### Remote Linux
-
-* Fixed that opening a file dialog unnecessarily asks for passwords for
- remote devices
+* Fixed `Open package location after build` (QTCREATORBUG-28791)
### Docker