Update change log for 10.0

Change-Id: I39929f6a5947f6c164e5b2dd3802b54539b1190b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-02-17 13:44:03 +01:00
parent 6bb756ba1c
commit 463090db03

View File

@@ -29,6 +29,7 @@ Editing
### C++ ### C++
* Updated LLVM to version 16.0.0
* Added renaming of includes when renaming `.ui` files (QTCREATORBUG-14259) * Added renaming of includes when renaming `.ui` files (QTCREATORBUG-14259)
* Added automatic refactoring of C++ code when forms in `.ui` files are renamed * Added automatic refactoring of C++ code when forms in `.ui` files are renamed
(QTCREATORBUG-1179) (QTCREATORBUG-1179)
@@ -78,6 +79,7 @@ Editing
Projects Projects
-------- --------
* Moved the preference page for `Devices` to below `Kits`
* Added `Build > Run Generator` for exporting projects to other build systems * Added `Build > Run Generator` for exporting projects to other build systems
(QTCREATORBUG-28149) (QTCREATORBUG-28149)
* Added the option to browse remote file systems for remote builds and targets * 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 * Added the option to use `cmake-format` for CMake files
([cmake-format Documentation](https://cmake-format.readthedocs.io/en/latest/)) ([cmake-format Documentation](https://cmake-format.readthedocs.io/en/latest/))
* Added the option to show advanced configure items by default * 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 * Moved `Autorun CMake` to global settings
* Changed the environment for running CMake to be based on the build environment * Changed the environment for running CMake to be based on the build environment
by default (QTCREATORBUG-28513) by default (QTCREATORBUG-28513)
@@ -121,6 +125,15 @@ Debugging
(QTCREATORBUG-25865) (QTCREATORBUG-25865)
* Fixed highlighting in the `Disassembler` view * Fixed highlighting in the `Disassembler` view
* Fixed skipping `std::function` details when stepping * 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 Analyzer
-------- --------
@@ -165,11 +178,7 @@ Platforms
### Android ### Android
* Removed service management from the manifest editor (QTCREATORBUG-28024) * Removed service management from the manifest editor (QTCREATORBUG-28024)
* Fixed `Open package location after build` (QTCREATORBUG-28791)
### Remote Linux
* Fixed that opening a file dialog unnecessarily asks for passwords for
remote devices
### Docker ### Docker