Update changelog for 7.0.0

Change-Id: I51a2cbe1530fbcea4adbb0a429bac3021397d704
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2022-03-14 17:27:22 +01:00
parent 6c9ded9461
commit e7772949d2

57
dist/changes-7.0.0.md vendored
View File

@@ -22,6 +22,8 @@ General
* Added `Tools > Debug Qt Creator > Show Logs` for viewing Qt Creator debug logs * Added `Tools > Debug Qt Creator > Show Logs` for viewing Qt Creator debug logs
* Moved C++ code model and language client inspectors to `Tools > Debug Qt * Moved C++ code model and language client inspectors to `Tools > Debug Qt
Creator` Creator`
* Fixed persistence of `Show Folders on Top` in `File System`
(QTCREATORBUG-27131)
Editing Editing
------- -------
@@ -30,23 +32,33 @@ Editing
* Added support for choosing external editor as default editor * Added support for choosing external editor as default editor
(QTCREATORBUG-13880) (QTCREATORBUG-13880)
* Fixed copy action in text editing macros (QTCREATORBUG-26363) * Fixed copy action in text editing macros (QTCREATORBUG-26363)
* Fixed cursor position after backspace and going up or down
(QTCREATORBUG-27035)
### C++ ### C++
* Switched to LLVM 14 in binary packages
* Switched to Clangd by default (QTCREATORBUG-22917) * Switched to Clangd by default (QTCREATORBUG-22917)
* Fixed that compilation errors appeared below code model errors in `Issues` * Fixed that compilation errors appeared below code model errors in `Issues`
pane (QTCREATORBUG-23655) pane (QTCREATORBUG-23655)
* Fixed that duplication files did not adapt header guard (QTCREATORBUG-26654) * Fixed that duplication files did not adapt header guard (QTCREATORBUG-26654)
* Fixed highlighting and indentation of raw string literals (QTCREATORBUG-26211) * Fixed highlighting and indentation of raw string literals (QTCREATORBUG-26211)
* Fixed performance issue in global indexer (QTCREATORBUG-26841) * Fixed performance issue in global indexer (QTCREATORBUG-26841)
* Fixed tiny refactoring icon on HiDPI screens (QTCREATORBUG-26905)
* Fixed dot to arrow conversion with extra characters (QTCREATORBUG-27034)
* clang-format * clang-format
* Moved settings to `Code Style` editor * Moved settings to `Code Style` editor
* Added synchronization between `clang-format` settings and custom code style * Added synchronization between `clang-format` settings and custom code style
* Clangd * Clangd
* Added support for parse contexts (QTCREATORBUG-27009)
* Added memory usage inspector to language client inspector * Added memory usage inspector to language client inspector
* Added highlighting of `Q_PROPERTY` declarations * Added highlighting of `Q_PROPERTY` declarations
* Improved display of diagnostic messages * Improved display of diagnostic messages
* Fixed access type categorization for functions * Fixed access type categorization for functions
* Fixed highlighting issues (QTCREATORBUG-27059, QTCREATORBUG-27111)
* Fixed generating `Q_PROPERTY` members (QTCREATORBUG-27063)
* Fixed display of outdated diagnostics (QTCREATORBUG-26585)
* Fixed that `Unknown argument` diagnostics were shown (QTCREATORBUG-27113)
### QML ### QML
@@ -64,6 +76,7 @@ Editing
(QTCREATORBUG-26624) (QTCREATORBUG-26624)
* Fixed that outdated diagnostic could be shown (QTCREATORBUG-26585) * Fixed that outdated diagnostic could be shown (QTCREATORBUG-26585)
* Fixed issue with re-highlighting (QTCREATORBUG-26624) * Fixed issue with re-highlighting (QTCREATORBUG-26624)
* Fixed crash when rapidly closing documents (QTCREATORBUG-26534)
### FakeVim ### FakeVim
@@ -76,7 +89,11 @@ Projects
* Added multiple selection to `Issues` pane (QTCREATORBUG-25547, * Added multiple selection to `Issues` pane (QTCREATORBUG-25547,
QTCREATORBUG-26720) QTCREATORBUG-26720)
* Improved automatic (re-)detection of toolchains (QTCREATORBUG-26460) * Improved automatic (re-)detection of toolchains (QTCREATORBUG-26460)
* Changed default C++ standard for project wizards to C++17 (QTCREATORBUG-27045)
* Fixed unnecessary toolchain calls at startup * Fixed unnecessary toolchain calls at startup
* Fixed warning that file is not part of any project (QTCREATORBUG-26987)
* Fixed that leading spaces could break custom output parsers
(QTCREATORBUG-26892)
### CMake ### CMake
@@ -92,6 +109,12 @@ Projects
* Added context menu actions for resolving mismatches between kit, initial and * Added context menu actions for resolving mismatches between kit, initial and
current configuration current configuration
* Added `Help` to context menu for variable names * Added `Help` to context menu for variable names
* Fixed that CMake was unnecessarily run after Kit update
* Fixed crash when Kit has no toolchain (QTCREATORBUG-26777)
### Qbs
* Fixed that `cpp.cFlags` and `cpp.cxxFlags` were not considered for code model
### Generic ### Generic
@@ -101,6 +124,10 @@ Projects
* Fixed parsing of `SUBDIRS` * Fixed parsing of `SUBDIRS`
### Mercurial
* Fixed saving of settings (QTCREATORBUG-27091)
Debugging Debugging
--------- ---------
@@ -143,11 +170,23 @@ Test Integration
Platforms Platforms
--------- ---------
### Windows
* Fixed auto-detection of MinGW compiler (QTCREATORBUG-27057)
* Fixed missing compile `Issues` for MSVC (QTCREATORBUG-27056)
* Fixed wrong path separator when using `-client` (QTCREATORBUG-27075)
### Linux
* Added Wayland backend (QTCREATORBUG-26867)
### macOS ### macOS
* Fixed that macOS dark mode was not used for dark themes (QTCREATORBUG-22477) * Fixed that macOS dark mode was not used for dark themes (QTCREATORBUG-22477)
* Fixed that user applications inherited access permissions from Qt Creator * Fixed that user applications inherited access permissions from Qt Creator
(QTCREATORBUG-26743) (QTCREATORBUG-26743)
* Fixed key repeat (QTCREATORBUG-26925)
* Fixed environment when opening `Terminal` with `zsh`
### Android ### Android
@@ -159,10 +198,14 @@ Platforms
(QTCREATORBUG-26709) (QTCREATORBUG-26709)
* Fixed detection of available NDK platforms for recent NDKs * Fixed detection of available NDK platforms for recent NDKs
(QTCREATORBUG-26772) (QTCREATORBUG-26772)
* Fixed naming of devices that are connected via USB and WiFi at the same time
* Fixed deployment if Kit fails to determine ABI (QTCREATORBUG-27103)
### Remote Linux ### Remote Linux
* Fixed UI state after stopping remote applications (QTCREATORBUG-26848) * Fixed UI state after stopping remote applications (QTCREATORBUG-26848)
* Fixed missing error message in `Application Output` when remote application
crashes (QTCREATORBUG-27007)
### WebAssembly ### WebAssembly
@@ -181,20 +224,26 @@ Platforms
Credits for these changes go to: Credits for these changes go to:
-------------------------------- --------------------------------
Aaron Barany Aaron Barany
Aleksei German
Alessandro Portale Alessandro Portale
Alexander Drozdov Alexander Drozdov
Allan Sandfeld Jensen Allan Sandfeld Jensen
Andre Hartmann
André Pönitz André Pönitz
Anton Alimoff Anton Alimoff
Antti Määttä
Artem Sokolovskii Artem Sokolovskii
Assam Boudjelthia Assam Boudjelthia
Björn Schäpers
Christiaan Janssen Christiaan Janssen
Christian Kandeler Christian Kandeler
Christian Stenger Christian Stenger
Christian Strømme
Cristian Adam Cristian Adam
Cristián Maureira-Fredes Cristián Maureira-Fredes
David Schulz David Schulz
Eike Ziller Eike Ziller
Erik Verbruggen
Fawzi Mohamed Fawzi Mohamed
Henning Gruendl Henning Gruendl
Huixiong Cao Huixiong Cao
@@ -209,20 +258,28 @@ Knud Dollereder
Leena Miettinen Leena Miettinen
Mahmoud Badri Mahmoud Badri
Marco Bubke Marco Bubke
Mats Honkamaa
Maximilian Goldstein Maximilian Goldstein
Miikka Heikkinen Miikka Heikkinen
Morten Johan Sørvig Morten Johan Sørvig
Orgad Shaneh Orgad Shaneh
Oswald Buddenhagen
Petar Perisin Petar Perisin
Piotr Mikolajczyk Piotr Mikolajczyk
Piotr Mućko
Rafael Roquetto
Robert Löhning Robert Löhning
Samuel Ghinet Samuel Ghinet
Tapani Mattila
Tasuku Suzuki Tasuku Suzuki
Thiago Macieira
Thomas Hartmann Thomas Hartmann
Tim Jenssen Tim Jenssen
Tony Leinonen Tony Leinonen
Topi Reinio Topi Reinio
Tor Arne Vestbø Tor Arne Vestbø
Tuomo Pelkonen
Ulf Hermann Ulf Hermann
Ville Nummela Ville Nummela
Xiaofeng Wang
XutaxKamay XutaxKamay