aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-13 14:15:03 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-13 13:44:07 +0000
commit4ea3dcd701e180cabda772b891d191f9895836cc (patch)
tree9809f036c6cb353223b65ccdaf33341064c7ec7e /dist
parent8daca461c20da6f222f8038c69de903721bcd98f (diff)
Update changelog for 4.7.0
Change-Id: I90aef93f9794393002be830e4279ed28f9a3fcef Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.0.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/changes-4.7.0.md b/dist/changes-4.7.0.md
index 2844aa15c8..ad56c62bec 100644
--- a/dist/changes-4.7.0.md
+++ b/dist/changes-4.7.0.md
@@ -20,6 +20,7 @@ General
* Added option to show folders on top (QTCREATORBUG-7818)
* Made synchronization of root directory with current document optional
(QTCREATORBUG-19322)
+* Fixed that external tools did not expand variables for environment changes
Editing
@@ -51,6 +52,7 @@ All Projects
(QTCREATORBUG-19625)
* Added global option for `Add linker library search paths to run environment`
(QTCREATORBUG-20240)
+* Added `%{CurrentBuild:Env}` Qt Creator variable
QMake Projects
@@ -58,6 +60,8 @@ QMake Projects
* Added deployment rules for devices to widget and console application wizards
(QTCREATORBUG-20358)
* Fixed that arguments for QMake step did not expand variables
+* Fixed `lupdate` and `lrelease` external tools for Qt 5.9 and later
+ (QTCREATORBUG-19892)
C++ Support
@@ -102,11 +106,13 @@ Python Support
Debugging
-* Fixed updating of memory view
* Added `Leave Debug Mode` button to toolbar
+* Fixed updating of memory view
+* Fixed issue with restoring debugger views (QTCREATORBUG-20721)
* QML
* Added support for nested properties (QTBUG-68474)
* Fixed issue with different endianness (QTBUG-68721)
+* Fixed Qt namespace detection with GDB 8 (QTCREATORBUG-19620)
Qt Quick Designer
@@ -148,6 +154,8 @@ Test Integration
* Qt Quick
* Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105)
* Fixed detection of test name (QTCREATORBUG-20642)
+ * Fixed detection when `quick_test_main()` is used directly
+ (QTCREATORBUG-20746)
Welcome
@@ -212,6 +220,7 @@ Przemyslaw Gorszkowski
Razi Alavizadeh
Robert Löhning
Rune Espeseth
+scootergrisen
Sergey Belyashov
Sergey Morozov
Tasuku Suzuki