forked from qt-creator/qt-creator
Update change log for 6.0
Change-Id: I3eb8f028ee9eef063101ac6938db7956333e9084 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
41
dist/changes-6.0.0.md
vendored
41
dist/changes-6.0.0.md
vendored
@@ -29,16 +29,24 @@ Editing
|
|||||||
* Added option for saving open files automatically after refactoring
|
* Added option for saving open files automatically after refactoring
|
||||||
(QTCREATORBUG-25924)
|
(QTCREATORBUG-25924)
|
||||||
* Added information about source to tooltip on diagnostics
|
* Added information about source to tooltip on diagnostics
|
||||||
* Fixed `Insert Definition` for templates with value parameters
|
* Added highlighting color option for namespaces (QTCREATORBUG-16580)
|
||||||
(QTCREATORBUG-26113)
|
* Made pure virtual functions optional in `Create implementations for all member
|
||||||
|
functions` (QTCREATORBUG-26468)
|
||||||
|
* Fixed `Insert Definition` for template types (QTCREATORBUG-26113,
|
||||||
|
QTCREATORBUG-26397)
|
||||||
|
* Fixed that `Find References` did not work for some template and namespace
|
||||||
|
combinations (QTCREATORBUG-26520)
|
||||||
* Fixed canceling of C++ parsing on configuration change (QTCREATORBUG-24890)
|
* Fixed canceling of C++ parsing on configuration change (QTCREATORBUG-24890)
|
||||||
* Fixed crash when checking for refactoring actions (QTCREATORBUG-26316)
|
* Fixed crash when checking for refactoring actions (QTCREATORBUG-26316)
|
||||||
* Fixed wrong target compiler option (QTCREATORBUG-25615)
|
* Fixed wrong target compiler option (QTCREATORBUG-25615)
|
||||||
* Fixed parentheses matching (QTCREATORBUG-26400)
|
* Fixed parentheses matching (QTCREATORBUG-26400)
|
||||||
|
* Fixed documentation comment generation for template types (QTCREATORBUG-9620)
|
||||||
* Clangd
|
* Clangd
|
||||||
* Added warning for older `clangd` versions
|
* Added warning for older `clangd` versions
|
||||||
* Added support for completion and function hint
|
* Added support for completion and function hint
|
||||||
|
* Added option for `Insert header files on completion`
|
||||||
* Improved location of generated `compile_commands.json` (QTCREATORBUG-26431)
|
* Improved location of generated `compile_commands.json` (QTCREATORBUG-26431)
|
||||||
|
* Fixed missing reparsing after refactorings (QTCREATORBUG-26523)
|
||||||
|
|
||||||
### QML
|
### QML
|
||||||
|
|
||||||
@@ -66,6 +74,7 @@ Projects
|
|||||||
(QTCREATORBUG-26422)
|
(QTCREATORBUG-26422)
|
||||||
* Fixed that re-detecting compilers removed compilers from kits
|
* Fixed that re-detecting compilers removed compilers from kits
|
||||||
(QTCREATORBUG-25697)
|
(QTCREATORBUG-25697)
|
||||||
|
* Fixed GitHub action created by Qt Creator plugin wizard for Qt 6
|
||||||
|
|
||||||
### CMake
|
### CMake
|
||||||
|
|
||||||
@@ -79,6 +88,7 @@ Projects
|
|||||||
QTCREATORBUG-26238, QTCREATORBUG-21452, QTCREATORBUG-25644,
|
QTCREATORBUG-26238, QTCREATORBUG-21452, QTCREATORBUG-25644,
|
||||||
QTCREATORBUG-25782)
|
QTCREATORBUG-25782)
|
||||||
* Fixed that generated files were selected for analyzing (QTCREATORBUG-25125)
|
* Fixed that generated files were selected for analyzing (QTCREATORBUG-25125)
|
||||||
|
* Fixed importing of Qt projects (QTCREATORBUG-25767)
|
||||||
|
|
||||||
### qmake
|
### qmake
|
||||||
|
|
||||||
@@ -88,6 +98,11 @@ Projects
|
|||||||
|
|
||||||
* Fixed that headers were not shown as part of the project (QTCREATORBUG-26356)
|
* Fixed that headers were not shown as part of the project (QTCREATORBUG-26356)
|
||||||
|
|
||||||
|
### Conan
|
||||||
|
|
||||||
|
* Added `QT_CREATOR_CONAN_BUILD_POLICY` used for `BUILD` property of
|
||||||
|
`conan_cmake_run`
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
@@ -97,6 +112,11 @@ Debugging
|
|||||||
* Fixed variable expansion for `Additional Startup Commands`
|
* Fixed variable expansion for `Additional Startup Commands`
|
||||||
(QTCREATORBUG-26382)
|
(QTCREATORBUG-26382)
|
||||||
|
|
||||||
|
### CDB
|
||||||
|
|
||||||
|
* Added hint for missing Qt debug information
|
||||||
|
* Improved pretty printing for Qt 6 without debug information
|
||||||
|
|
||||||
Version Control Systems
|
Version Control Systems
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@@ -117,9 +137,16 @@ Test Integration
|
|||||||
Platforms
|
Platforms
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
* Added support for MSVC 2022
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
* Changed prebuilt binaries to universal Intel + ARM
|
* Changed prebuilt binaries to universal Intel + ARM
|
||||||
|
* Made dark theme the default in dark system mode
|
||||||
|
* Fixed issues with dark system mode (QTCREATORBUG-21520, QTCREATORBUG-26427,
|
||||||
|
QTCREATORBUG-26428)
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
@@ -127,11 +154,16 @@ Platforms
|
|||||||
selector (QTCREATORBUG-23991)
|
selector (QTCREATORBUG-23991)
|
||||||
* Added details to device settings (QTCREATORBUG-23991)
|
* Added details to device settings (QTCREATORBUG-23991)
|
||||||
* Added filter field for Android SDK manager
|
* Added filter field for Android SDK manager
|
||||||
|
* Fixed that NDK 22 and later could not be added
|
||||||
|
|
||||||
### WebAssembly
|
### WebAssembly
|
||||||
|
|
||||||
* Fixed running applications (QTCREATORBUG-25905, QTCREATORBUG-26189)
|
* Fixed running applications (QTCREATORBUG-25905, QTCREATORBUG-26189)
|
||||||
|
|
||||||
|
### MCU
|
||||||
|
|
||||||
|
* Added preliminary support for SDK 2.0
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
* Various improvements
|
* Various improvements
|
||||||
@@ -147,6 +179,7 @@ André Pönitz
|
|||||||
Artem Sokolovskii
|
Artem Sokolovskii
|
||||||
Artur Shepilko
|
Artur Shepilko
|
||||||
Assam Boudjelthia
|
Assam Boudjelthia
|
||||||
|
BogDan Vatra
|
||||||
Christiaan Janssen
|
Christiaan Janssen
|
||||||
Christian Kandeler
|
Christian Kandeler
|
||||||
Christian Stenger
|
Christian Stenger
|
||||||
@@ -160,6 +193,7 @@ Ivan Komissarov
|
|||||||
Jaroslaw Kobus
|
Jaroslaw Kobus
|
||||||
Johanna Vanhatapio
|
Johanna Vanhatapio
|
||||||
Jonas Karlsson
|
Jonas Karlsson
|
||||||
|
Jonas Singe
|
||||||
Kai Köhne
|
Kai Köhne
|
||||||
Kama Wójcik
|
Kama Wójcik
|
||||||
Knud Dollereder
|
Knud Dollereder
|
||||||
@@ -171,9 +205,11 @@ Marco Bubke
|
|||||||
Martin Kampas
|
Martin Kampas
|
||||||
Miikka Heikkinen
|
Miikka Heikkinen
|
||||||
Miina Puuronen
|
Miina Puuronen
|
||||||
|
Oliver Wolff
|
||||||
Orgad Shaneh
|
Orgad Shaneh
|
||||||
Petar Perisin
|
Petar Perisin
|
||||||
Piotr Mikolajczyk
|
Piotr Mikolajczyk
|
||||||
|
Robert Löhning
|
||||||
Samuel Ghinet
|
Samuel Ghinet
|
||||||
Shantanu Tushar
|
Shantanu Tushar
|
||||||
Tapani Mattila
|
Tapani Mattila
|
||||||
@@ -181,6 +217,7 @@ Tasuku Suzuki
|
|||||||
Thiago Macieira
|
Thiago Macieira
|
||||||
Thomas Hartmann
|
Thomas Hartmann
|
||||||
Tim Jenssen
|
Tim Jenssen
|
||||||
|
Tomi Korpipaa
|
||||||
Tony Leinonen
|
Tony Leinonen
|
||||||
Tor Arne Vestbø
|
Tor Arne Vestbø
|
||||||
Tuomo Pelkonen
|
Tuomo Pelkonen
|
||||||
|
Reference in New Issue
Block a user