aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.9.0.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-03-05 10:50:56 +0100
committerEike Ziller <eike.ziller@qt.io>2019-03-05 11:16:30 +0000
commit6db2552868cd2e29d15115dc79c3664d0e3e84fe (patch)
tree807949c813d7240a777683df9af1cdc4a8f90e10 /dist/changes-4.9.0.md
parent71c6ad7f9eaf97de40cad6d7269b333066a7b3f0 (diff)
Update 4.9 change log
Change-Id: I29e12da2c147fc5cacee80381dbb24ee6119e5b4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.9.0.md')
-rw-r--r--dist/changes-4.9.0.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.9.0.md b/dist/changes-4.9.0.md
index 5bc79fca88..1397bfe03c 100644
--- a/dist/changes-4.9.0.md
+++ b/dist/changes-4.9.0.md
@@ -52,6 +52,10 @@ QMake Projects
* Fixed updating of `LD_LIBRARY_PATH` environment variable (QTCREATORBUG-21475)
* Fixed updating of project tree in case of wildcards in corresponding QMake
variable (QTCREATORBUG-21603)
+* Fixed issues with project tree when files are directly added to `RESOURCES`
+ (QTCREATORBUG-20103)
+* Fixed that importing build unnecessarily created temporary kit
+ (QTCREATORBUG-18153)
CMake Projects
@@ -78,6 +82,8 @@ C++ Support
* Clang Code Model
* Added buttons for copying and ignoring diagnostics to tooltip
* Fixed issue with high memory consumption (QTCREATORBUG-19543)
+ * Fixed inconsistency between `Follow Symbol` and `Ctrl + Click`
+ (QTCREATORBUG-21637)
* Clang Format
* Added option to format code instead of only indenting code
@@ -98,6 +104,9 @@ Nim Support
Debugging
+* Fixed that debugger toolbar could force large minimum window size
+ (QTCREATORBUG-21885)
+* Added pretty printing of `QSizePolicy`
* GDB
* Added support for rvalue references in function arguments
* LLDB
@@ -167,6 +176,7 @@ Windows
* Added support for MSVC 2019
* Changed toolchain detection to use `vswhere` by default, which is recommended
by Microsoft
+* Fixed issue with UNC paths in `.pro` files (QTCREATORBUG-21881)
Linux