aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-10 07:44:53 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-10 07:44:53 +0200
commitd09b71d260c791816c7d6a73d6b7ab801f22865d (patch)
tree673eda244852e3f8d88f1abff5d6955050cad398 /dist
parentd20464d56f81d0524cb71b263c76e748832af0f8 (diff)
parent3300182d405bffe062a0f2be900f35822a9e20b0 (diff)
Merge remote-tracking branch 'origin/4.7'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri src/plugins/android/androiddebugsupport.cpp Change-Id: I01c4880850ad25432a65bb32849365d2aeb0756f
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.0.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-4.7.0.md b/dist/changes-4.7.0.md
index 84014306a2..4967dd3472 100644
--- a/dist/changes-4.7.0.md
+++ b/dist/changes-4.7.0.md
@@ -29,6 +29,7 @@ Editing
* Added `Context Help` to editor context menu (QTCREATORBUG-55)
* Added previous and next buttons to bookmarks view, and polished their
behavior (QTCREATORBUG-9859, QTCREATORBUG-20061)
+* Added support for `WordDetect` in Kate highlighting files
* Fixed that extra editor windows were not restored when opening session
(QTCREATORBUG-13840)
* Fixed that editor could stay busy repainting annotations (QTCREATORBUG-20422)
@@ -76,6 +77,7 @@ C++ Support
(category `Clang Code Model`)
* Added highlighting style for overloaded operators (QTCREATORBUG-19659)
* Added option to use `.clang-tidy` configuration file or checks string
+ * Added default configurations for Clang-Tidy and Clazy checks
* Added link to the documentation in tooltip for Clang-Tidy and Clazy
diagnostics
* Improved reparse performance and memory usage
@@ -92,6 +94,7 @@ QML Support
* Fixed that reformatting incorrectly removed quotes (QTCREATORBUG-17455)
* Fixed that `.pragma` and `.import` were removed when reformatting
(QTCREATORBUG-13038)
+* Fixed that import completion did not offer `QtWebEngine` (QTCREATORBUG-20723)
Python Support
@@ -99,8 +102,16 @@ Python Support
Debugging
+* Fixed updating of memory view
* QML
* Added support for nested properties (QTBUG-68474)
+ * Fixed issue with different endianness (QTBUG-68721)
+
+Qt Quick Designer
+
+* Fixed crash when adding quotes to text (QTCREATORBUG-20684)
+* Fixed that meta data could move in source code even when no changes occurred
+ (QTCREATORBUG-20686)
Clang Static Analyzer
@@ -119,6 +130,7 @@ Version Control Systems
* Added `-git-show <ref>` command line parameter
* Gerrit
* Added warning when pushing to wrong branch (QTCREATORBUG-20062)
+ * Fixed updating after settings change (QTCREATORBUG-20536)
Image Viewer
@@ -134,6 +146,7 @@ Test Integration
(QTCREATORBUG-18725)
* Qt Quick
* Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105)
+ * Fixed detection of test name (QTCREATORBUG-20642)
Platform Specific
@@ -141,11 +154,15 @@ Windows
* Improved parsing of MSVC error messages (QTCREATORBUG-20297)
* Fixed that querying MSVC tool chains at startup could block Qt Creator
+* Fixed issue with writing to network drives (QTCREATORBUG-20560)
* Fixed issue with Clang and Qt 5.8 and later (QTCREATORBUG-20021)
+* Fixed handling of Windows debug stream which could lead to freezes
+ (QTCREATORBUG-20640)
Android
* Improved behavior when emulator cannot be started (QTCREATORBUG-20160)
+* Fixed QML debugger connection issue from macOS client (QTCREATORBUG-20730)
Credits for these changes go to:
Aaron Barany
@@ -172,9 +189,11 @@ Jaroslaw Kobus
Jay Gupta
José Tomás Tocino
Jörg Bornemann
+Kai Köhne
Kari Oikarinen
Kimmo Linnavuo
Leena Miettinen
+Lorenz Haas
Marco Benelli
Marco Bubke
Mitch Curtis
@@ -187,6 +206,7 @@ Przemyslaw Gorszkowski
Razi Alavizadeh
Robert Löhning
Rune Espeseth
+Sergey Belyashov
Sergey Morozov
Tasuku Suzuki
Thiago Macieira