Update change log for 4.9

Change-Id: Iab69b60aba9a6a1ecf19396bf5c63407342dbd9b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2019-03-22 16:06:17 +01:00
parent 70199aa4f4
commit 4e8a3678d5

14
dist/changes-4.9.0.md vendored
View File

@@ -76,6 +76,11 @@ Generic Projects
files (QTCREATORBUG-19668)
* Fixed `Apply Filter` when editing file list (QTCREATORBUG-16237)
Compilation Database Projects
* Fixed that project tree was not updated when database changes on disk
(QTCREATORBUG-21733)
C++ Support
* Added code snippet for range-based `for` loops
@@ -86,8 +91,11 @@ C++ Support
* Fixed issue with high memory consumption (QTCREATORBUG-19543)
* Fixed inconsistency between `Follow Symbol` and `Ctrl + Click`
(QTCREATORBUG-21637)
* Fixed that global completion was shown after comma (QTCREATORBUG-21624)
* Clang Format
* Added option to format code instead of only indenting code
* Added `Open Used .clang-format Configuration File` to editor's
context menu
QML Support
@@ -109,6 +117,8 @@ Debugging
* Fixed that debugger toolbar could force large minimum window size
(QTCREATORBUG-21885)
* Added pretty printing of `QSizePolicy`
* Fixed pretty printing of standard maps and sets from `libc++`
(QTCREATORBUG-18536)
* GDB
* Added support for rvalue references in function arguments
* LLDB
@@ -131,6 +141,7 @@ Perf Profiler
Qt Quick Designer
* Made QML Live Preview integration opensource
* Added support for `Dialog` (QTCREATORBUG-22120)
Version Control Systems
@@ -179,6 +190,8 @@ Windows
* Changed toolchain detection to use `vswhere` by default, which is recommended
by Microsoft
* Fixed issue with UNC paths in `.pro` files (QTCREATORBUG-21881)
* Fixed language version detections with MSVC and precompiled headers
(QTCREATORBUG-21860)
Linux
@@ -190,6 +203,7 @@ Android
* Removed separate `QmakeAndroidSupport` plugin and merged functionality into
other plugins
* Fixed debugging for API level 22 (QTCREATORBUG-22098)
Remote Linux