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