forked from qt-creator/qt-creator
Update change log for 8.0
Change-Id: Ieff8d123ef1cb0596dc604256a284b8ba74fece8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
21
dist/changes-8.0.0.md
vendored
21
dist/changes-8.0.0.md
vendored
@@ -10,17 +10,26 @@ the public Git repository. For example:
|
|||||||
git clone git://code.qt.io/qt-creator/qt-creator.git
|
git clone git://code.qt.io/qt-creator/qt-creator.git
|
||||||
git log --cherry-pick --pretty=oneline origin/7.0..v8.0.0
|
git log --cherry-pick --pretty=oneline origin/7.0..v8.0.0
|
||||||
|
|
||||||
|
Help
|
||||||
|
----
|
||||||
|
|
||||||
|
* Added support for mouse forward and backward buttons (QTCREATORBUG-25168)
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Added shortcut for adding next search match to multi-selection
|
* Added shortcut for adding next search match to multi-selection
|
||||||
* Added warning when editing generated file (QTCREATORBUG-27173)
|
* Added warning when editing generated file (QTCREATORBUG-27173)
|
||||||
|
* Added option for hiding line ending information
|
||||||
* Fixed updating of annotations (QTCREATORBUG-26812)
|
* Fixed updating of annotations (QTCREATORBUG-26812)
|
||||||
* Fixed that whitespace was not selected on double-click (QTCREATORBUG-24607)
|
* Fixed that whitespace was not selected on double-click (QTCREATORBUG-24607)
|
||||||
|
* Fixed `Rewrap Paragraph` when indenting with tabs (QTCREATORBUG-27602)
|
||||||
|
|
||||||
### C++
|
### C++
|
||||||
|
|
||||||
* Removed `libclang` based code model
|
* Removed `libclang` based code model
|
||||||
|
* Fixed that `Generate Setter and Getter` generated non-static methods for
|
||||||
|
static pointer types (QTCREATORBUG-27547)
|
||||||
* Clangd
|
* Clangd
|
||||||
* Increased minimum `Clangd` version to 14
|
* Increased minimum `Clangd` version to 14
|
||||||
* Improved performance of `compile_commands.json` creation
|
* Improved performance of `compile_commands.json` creation
|
||||||
@@ -64,6 +73,8 @@ Editing
|
|||||||
* Fixed semantic highlighting after server reset
|
* Fixed semantic highlighting after server reset
|
||||||
* Fixed that semantic update was delayed by `Document update threshold` even
|
* Fixed that semantic update was delayed by `Document update threshold` even
|
||||||
after saving
|
after saving
|
||||||
|
* Fixed that tooltips could appear while Qt Creator is not in the foreground
|
||||||
|
* Fixed synchronization of outline view (QTCREATORBUG-27595)
|
||||||
|
|
||||||
### Image Viewer
|
### Image Viewer
|
||||||
|
|
||||||
@@ -73,11 +84,14 @@ Projects
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
* Added locator filter for starting run configurations
|
* Added locator filter for starting run configurations
|
||||||
|
* Added `BuildSystem:Name` variable for default build directory
|
||||||
|
(QTCREATORBUG-26147)
|
||||||
|
|
||||||
### CMake
|
### CMake
|
||||||
|
|
||||||
* Added `Profile` build configuration type that is `RelWithDebInfo` with `QML
|
* Added `Profile` build configuration type that is `RelWithDebInfo` with `QML
|
||||||
debugging and profiling`
|
debugging and profiling`
|
||||||
|
* Added `install` command to wizard generated projects
|
||||||
* Turned `QML debugging and profiling` option on by default for `Debug`
|
* Turned `QML debugging and profiling` option on by default for `Debug`
|
||||||
configurations
|
configurations
|
||||||
* Removed hardcoded `QT_QML_DEBUG` from wizard created project files
|
* Removed hardcoded `QT_QML_DEBUG` from wizard created project files
|
||||||
@@ -129,6 +143,11 @@ Platforms
|
|||||||
* Added auto-detection for MSVC ARM toolchain and debugger
|
* Added auto-detection for MSVC ARM toolchain and debugger
|
||||||
* Fixed ABI detection on ARM Windows
|
* Fixed ABI detection on ARM Windows
|
||||||
|
|
||||||
|
### macOS
|
||||||
|
|
||||||
|
* Fixed import of existing builds of CMake projects that were done on the
|
||||||
|
command line (QTCREATORBUG-27591)
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
* Added option to connect physical device over WiFi
|
* Added option to connect physical device over WiFi
|
||||||
@@ -160,6 +179,7 @@ Aaron Barany
|
|||||||
Adam Treat
|
Adam Treat
|
||||||
Alesandro Portale
|
Alesandro Portale
|
||||||
Alessandro Portale
|
Alessandro Portale
|
||||||
|
Alexander Akulich
|
||||||
Alexander Drozdov
|
Alexander Drozdov
|
||||||
Alexandru Croitor
|
Alexandru Croitor
|
||||||
Andre Hartmann
|
Andre Hartmann
|
||||||
@@ -176,6 +196,7 @@ David Schulz
|
|||||||
Dmitry Shachnev
|
Dmitry Shachnev
|
||||||
Eike Ziller
|
Eike Ziller
|
||||||
Erik Verbruggen
|
Erik Verbruggen
|
||||||
|
Evgeny Shtanov
|
||||||
Fawzi Mohamed
|
Fawzi Mohamed
|
||||||
Henning Gruendl
|
Henning Gruendl
|
||||||
Ihor Ivlev
|
Ihor Ivlev
|
||||||
|
Reference in New Issue
Block a user