Update change log for 4.8

Change-Id: I6d8d0b4831baa07fdb4967918cc0dd2d0c85fa7b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2018-07-13 15:10:53 +02:00
parent 5ddc14257d
commit d6911fd10c

23
dist/changes-4.8.0.md vendored
View File

@@ -13,6 +13,8 @@ General
variables variables
* Added `Create Folder` to context menu of path choosers if the path does not * Added `Create Folder` to context menu of path choosers if the path does not
exist exist
* Fixed menu items shown in menu locator filter (QTCREATORBUG-20071,
QTCREATORBUG-20626)
Editing Editing
@@ -24,14 +26,22 @@ All Projects
* Added option for parallel jobs to `make` step, which is enabled by default * Added option for parallel jobs to `make` step, which is enabled by default
if `MAKEFLAGS` are not set (QTCREATORBUG-18414) if `MAKEFLAGS` are not set (QTCREATORBUG-18414)
* Added auto-detection of the Clang compiler shipped with Qt Creator
* Improved handling of relative file paths for custom error parsers * Improved handling of relative file paths for custom error parsers
(QTCREATORBUG-20605) (QTCREATORBUG-20605)
* Fixed that `make` step required C++ tool chain * Fixed that `make` step required C++ tool chain
QMake Projects QMake Projects
* Fixed that `make qmake_all` was run in top-level project directory even when
building sub-project (QTCREATORBUG-20823)
C++ Support C++ Support
* Clang Code Model
* Added function overloads to tooltip in completion popup
* Added `Build` > `Generate Compilation Database`
QML Support QML Support
* Fixed indentation in object literals with ternary operator (QTCREATORBUG-7103) * Fixed indentation in object literals with ternary operator (QTCREATORBUG-7103)
@@ -42,6 +52,14 @@ Python Support
Debugging Debugging
* GDB
* Fixed startup issue with localized debugger output (QTCREATORBUG-20765)
* Fixed disassembler view for newer GCC
* CDB
* Added option to suppress task entries for exceptions (QTCREATORBUG-20915)
* LLDB
* Fixed instruction-wise stepping
Clang Static Analyzer Clang Static Analyzer
QML Profiler QML Profiler
@@ -50,6 +68,7 @@ Version Control Systems
* Git * Git
* Improved behavior if no merge tool is configured * Improved behavior if no merge tool is configured
* Fixed handling of `file://` remotes (QTCREATORBUG-20618)
Image Viewer Image Viewer
@@ -61,4 +80,8 @@ Windows
Android Android
* Added support for command line arguments
* Added support for environment variables
* Fixed connecting to debugger for API level 24 and later
Credits for these changes go to: Credits for these changes go to: