forked from qt-creator/qt-creator
Update change log for 4.9
Change-Id: Iab69b60aba9a6a1ecf19396bf5c63407342dbd9b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
14
dist/changes-4.9.0.md
vendored
14
dist/changes-4.9.0.md
vendored
@@ -76,6 +76,11 @@ Generic Projects
|
|||||||
files (QTCREATORBUG-19668)
|
files (QTCREATORBUG-19668)
|
||||||
* Fixed `Apply Filter` when editing file list (QTCREATORBUG-16237)
|
* 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
|
C++ Support
|
||||||
|
|
||||||
* Added code snippet for range-based `for` loops
|
* Added code snippet for range-based `for` loops
|
||||||
@@ -86,8 +91,11 @@ C++ Support
|
|||||||
* Fixed issue with high memory consumption (QTCREATORBUG-19543)
|
* Fixed issue with high memory consumption (QTCREATORBUG-19543)
|
||||||
* Fixed inconsistency between `Follow Symbol` and `Ctrl + Click`
|
* Fixed inconsistency between `Follow Symbol` and `Ctrl + Click`
|
||||||
(QTCREATORBUG-21637)
|
(QTCREATORBUG-21637)
|
||||||
|
* Fixed that global completion was shown after comma (QTCREATORBUG-21624)
|
||||||
* Clang Format
|
* Clang Format
|
||||||
* Added option to format code instead of only indenting code
|
* Added option to format code instead of only indenting code
|
||||||
|
* Added `Open Used .clang-format Configuration File` to editor's
|
||||||
|
context menu
|
||||||
|
|
||||||
QML Support
|
QML Support
|
||||||
|
|
||||||
@@ -109,6 +117,8 @@ Debugging
|
|||||||
* Fixed that debugger toolbar could force large minimum window size
|
* Fixed that debugger toolbar could force large minimum window size
|
||||||
(QTCREATORBUG-21885)
|
(QTCREATORBUG-21885)
|
||||||
* Added pretty printing of `QSizePolicy`
|
* Added pretty printing of `QSizePolicy`
|
||||||
|
* Fixed pretty printing of standard maps and sets from `libc++`
|
||||||
|
(QTCREATORBUG-18536)
|
||||||
* GDB
|
* GDB
|
||||||
* Added support for rvalue references in function arguments
|
* Added support for rvalue references in function arguments
|
||||||
* LLDB
|
* LLDB
|
||||||
@@ -131,6 +141,7 @@ Perf Profiler
|
|||||||
Qt Quick Designer
|
Qt Quick Designer
|
||||||
|
|
||||||
* Made QML Live Preview integration opensource
|
* Made QML Live Preview integration opensource
|
||||||
|
* Added support for `Dialog` (QTCREATORBUG-22120)
|
||||||
|
|
||||||
Version Control Systems
|
Version Control Systems
|
||||||
|
|
||||||
@@ -179,6 +190,8 @@ Windows
|
|||||||
* Changed toolchain detection to use `vswhere` by default, which is recommended
|
* Changed toolchain detection to use `vswhere` by default, which is recommended
|
||||||
by Microsoft
|
by Microsoft
|
||||||
* Fixed issue with UNC paths in `.pro` files (QTCREATORBUG-21881)
|
* Fixed issue with UNC paths in `.pro` files (QTCREATORBUG-21881)
|
||||||
|
* Fixed language version detections with MSVC and precompiled headers
|
||||||
|
(QTCREATORBUG-21860)
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
@@ -190,6 +203,7 @@ Android
|
|||||||
|
|
||||||
* Removed separate `QmakeAndroidSupport` plugin and merged functionality into
|
* Removed separate `QmakeAndroidSupport` plugin and merged functionality into
|
||||||
other plugins
|
other plugins
|
||||||
|
* Fixed debugging for API level 22 (QTCREATORBUG-22098)
|
||||||
|
|
||||||
Remote Linux
|
Remote Linux
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user