aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-03-22 16:06:17 +0100
committerEike Ziller <eike.ziller@qt.io>2019-03-25 07:54:30 +0000
commit4e8a3678d5d7704c0f9a1ae618821a8bea2d79c4 (patch)
treec05ad2f76ed576a26221c0ab1032d9a1574e2809 /dist
parent70199aa4f4a161624b84d2e12728d8ffd0b3edf3 (diff)
Update change log for 4.9
Change-Id: Iab69b60aba9a6a1ecf19396bf5c63407342dbd9b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.9.0.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-4.9.0.md b/dist/changes-4.9.0.md
index a5db399027..f8ab948f9d 100644
--- a/dist/changes-4.9.0.md
+++ b/dist/changes-4.9.0.md
@@ -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