aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-03-15 11:46:30 +0100
committerEike Ziller <eike.ziller@qt.io>2018-03-26 13:35:46 +0000
commit985153d9cc00a2aaf4ff9d5ae4b2027aae12ea4f (patch)
tree5899f56256d59d9b8f2760bfed1fd2f5126d017c
parentcf5075c9cda86e2baea30b1b3a93379cd667979a (diff)
More changes entries for 4.6
Change-Id: I968f051be1eecbb928046d37499449eeec7e05ba Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--dist/changes-4.6.0.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-4.6.0.md b/dist/changes-4.6.0.md
index ee899662c6..21336622fa 100644
--- a/dist/changes-4.6.0.md
+++ b/dist/changes-4.6.0.md
@@ -41,6 +41,11 @@ All Projects
* Added filtering to project kit setup page
+CMake Projects
+
+* Fixed that files could be shown multiple times in project tree
+ (QTCREATORBUG-19020)
+
Qbs Projects
* Added option to add library paths to dependencies (QTCREATORBUG-19274)
@@ -56,6 +61,7 @@ C++ Support
* Integrated Clang-Tidy and Clazy.
Enable checks in Options > C++ > Code Model > Clang Code Model Warnings
* Added separate highlighting for function definitions (QTCREATORBUG-16625)
+ * Fixed issues with non-UTF-8 strings (QTCREATORBUG-16941)
QML Support
@@ -71,6 +77,7 @@ Debugging
Qt Quick Designer
* Added font and text properties from Qt 5.10
+* Added `Add New Resources` to item library
* Fixed that items blurred when zooming in
* Fixed crash when changing control focus policy (QTCREATORBUG-19563)
* Fixed assert in backend process with Qt 5.9.4 & 5.10.1 and later
@@ -92,6 +99,7 @@ Diff Viewer
Test Integration
+* Added Qt Quick Test to auto test wizard
* Added grouping of test cases (QTCREATORBUG-17979)
* Fixed handling of `qCritical` output (QTCREATORBUG-19795)
* Google Test