aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.8.0.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-13 15:10:53 +0200
committerEike Ziller <eike.ziller@qt.io>2018-08-16 14:56:47 +0000
commitd6911fd10c0d16740e267147bb829ac0aa1b7413 (patch)
tree60d5deb751a295b131827c704115efed99377ee9 /dist/changes-4.8.0.md
parent5ddc14257d26cac0b36d208ac2ca0bb524b84417 (diff)
Update change log for 4.8
Change-Id: I6d8d0b4831baa07fdb4967918cc0dd2d0c85fa7b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.8.0.md')
-rw-r--r--dist/changes-4.8.0.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-4.8.0.md b/dist/changes-4.8.0.md
index 0598b4fb01..d8f8fe1bbd 100644
--- a/dist/changes-4.8.0.md
+++ b/dist/changes-4.8.0.md
@@ -13,6 +13,8 @@ General
variables
* Added `Create Folder` to context menu of path choosers if the path does not
exist
+* Fixed menu items shown in menu locator filter (QTCREATORBUG-20071,
+ QTCREATORBUG-20626)
Editing
@@ -24,14 +26,22 @@ All Projects
* Added option for parallel jobs to `make` step, which is enabled by default
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
(QTCREATORBUG-20605)
* Fixed that `make` step required C++ tool chain
QMake Projects
+* Fixed that `make qmake_all` was run in top-level project directory even when
+ building sub-project (QTCREATORBUG-20823)
+
C++ Support
+* Clang Code Model
+ * Added function overloads to tooltip in completion popup
+ * Added `Build` > `Generate Compilation Database`
+
QML Support
* Fixed indentation in object literals with ternary operator (QTCREATORBUG-7103)
@@ -42,6 +52,14 @@ Python Support
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
QML Profiler
@@ -50,6 +68,7 @@ Version Control Systems
* Git
* Improved behavior if no merge tool is configured
+ * Fixed handling of `file://` remotes (QTCREATORBUG-20618)
Image Viewer
@@ -61,4 +80,8 @@ Windows
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: