Update changelog for 4.7.0

Change-Id: I90aef93f9794393002be830e4279ed28f9a3fcef
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2018-07-13 14:15:03 +02:00
parent 8daca461c2
commit 4ea3dcd701

11
dist/changes-4.7.0.md vendored
View File

@@ -20,6 +20,7 @@ General
* Added option to show folders on top (QTCREATORBUG-7818) * Added option to show folders on top (QTCREATORBUG-7818)
* Made synchronization of root directory with current document optional * Made synchronization of root directory with current document optional
(QTCREATORBUG-19322) (QTCREATORBUG-19322)
* Fixed that external tools did not expand variables for environment changes
Editing Editing
@@ -51,6 +52,7 @@ All Projects
(QTCREATORBUG-19625) (QTCREATORBUG-19625)
* Added global option for `Add linker library search paths to run environment` * Added global option for `Add linker library search paths to run environment`
(QTCREATORBUG-20240) (QTCREATORBUG-20240)
* Added `%{CurrentBuild:Env}` Qt Creator variable
QMake Projects QMake Projects
@@ -58,6 +60,8 @@ QMake Projects
* Added deployment rules for devices to widget and console application wizards * Added deployment rules for devices to widget and console application wizards
(QTCREATORBUG-20358) (QTCREATORBUG-20358)
* Fixed that arguments for QMake step did not expand variables * 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 C++ Support
@@ -102,11 +106,13 @@ Python Support
Debugging Debugging
* Fixed updating of memory view
* Added `Leave Debug Mode` button to toolbar * Added `Leave Debug Mode` button to toolbar
* Fixed updating of memory view
* Fixed issue with restoring debugger views (QTCREATORBUG-20721)
* QML * QML
* Added support for nested properties (QTBUG-68474) * Added support for nested properties (QTBUG-68474)
* Fixed issue with different endianness (QTBUG-68721) * Fixed issue with different endianness (QTBUG-68721)
* Fixed Qt namespace detection with GDB 8 (QTCREATORBUG-19620)
Qt Quick Designer Qt Quick Designer
@@ -148,6 +154,8 @@ Test Integration
* Qt Quick * Qt Quick
* Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105) * Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105)
* Fixed detection of test name (QTCREATORBUG-20642) * Fixed detection of test name (QTCREATORBUG-20642)
* Fixed detection when `quick_test_main()` is used directly
(QTCREATORBUG-20746)
Welcome Welcome
@@ -212,6 +220,7 @@ Przemyslaw Gorszkowski
Razi Alavizadeh Razi Alavizadeh
Robert Löhning Robert Löhning
Rune Espeseth Rune Espeseth
scootergrisen
Sergey Belyashov Sergey Belyashov
Sergey Morozov Sergey Morozov
Tasuku Suzuki Tasuku Suzuki