From 2dc343970bb45f2f2af68409a15335d8edf424a2 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 16 Jun 2022 10:14:11 +0200 Subject: [PATCH] Update change log for 8.0 Change-Id: Ieff8d123ef1cb0596dc604256a284b8ba74fece8 Reviewed-by: Eike Ziller --- dist/changes-8.0.0.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dist/changes-8.0.0.md b/dist/changes-8.0.0.md index 339a4af41c8..a95b8efc8da 100644 --- a/dist/changes-8.0.0.md +++ b/dist/changes-8.0.0.md @@ -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