aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.2.0.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-11-21 16:17:55 +0100
committerEike Ziller <eike.ziller@qt.io>2016-11-22 10:50:12 +0000
commit814bf768af7991bf3e19490c5315a63755b40a33 (patch)
tree926337f54e222e35874e328029ab516983b9b4c3 /dist/changes-4.2.0.md
parentab87035ed3b5c6488452a704d5cd3aa3885eb62a (diff)
More change log
Change-Id: Ia14ffb94e8a5f599071ede0c9a73fdc960ad01a3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.2.0.md')
-rw-r--r--dist/changes-4.2.0.md26
1 files changed, 24 insertions, 2 deletions
diff --git a/dist/changes-4.2.0.md b/dist/changes-4.2.0.md
index 0f01dd61e5..1cd9d9464f 100644
--- a/dist/changes-4.2.0.md
+++ b/dist/changes-4.2.0.md
@@ -22,6 +22,8 @@ Welcome
* Added keyboard shortcuts for opening recent sessions and projects
* Improved performance when many sessions are shown
+* Fixed dropping files on Qt Creator when Welcome screen was visible
+ (QTCREATORBUG-14194)
Editing
@@ -42,6 +44,8 @@ All Projects
QMake Projects
* Removed Qt Labs Controls wizard which is superseded by Qt Quick Controls 2
+* Fixed that run button could spuriously stay disabled
+ (QTCREATORBUG-16172, QTCREATORBUG-15583)
* Fixed `Open with Designer` and `Open with Linguist` for mobile and embedded Qt
(QTCREATORBUG-16558)
* Fixed Add Library wizard when selecting library from absolute path or
@@ -65,6 +69,7 @@ C++ Support
* Added preview of images to tool tip on Qt resource URLs
* Added option to skip big files when indexing (QTCREATORBUG-16712)
+* Fixed random crash in LookupContext (QTCREATORBUG-14911)
* Fixed `Move Definition to Class` for functions in template class and
template member functions (QTCREATORBUG-14354)
* Fixed issues with `Add Declaration`, `Add Definition`, and
@@ -75,13 +80,15 @@ C++ Support
Debugging
-* Added pretty printing of `QRegExp` captures
-* Added pretty printing of `QStaticStringData`
+* Added pretty printing of `QRegExp` captures, `QStaticStringData`, and
+ `std::pair`
* Improved pretty printing of QV4 types
* Made display of maps more compact
* Fixed pretty printing of `QFixed`
* LLDB
* Added support for Qt Creator variables `%{...}` in startup commands
+* QML
+ * Fixed `Load QML Stack` with Qt 5.7 and later (QTCREATORBUG-17097)
QML Profiler
@@ -104,6 +111,11 @@ Qt Quick Designer
(QTCREATORBUG-14830)
* Fixed issues with pressing escape
+Qt Designer
+
+* Fixed that resources could not be selected in new form
+ (QTCREATORBUG-15560)
+
Diff Viewer
* Added local diff for modified files in Qt Creator (`Tools` > `Diff` >
@@ -132,6 +144,12 @@ Model Editor
Platform Specific
+Windows
+
+* Added support for MSVC 2017
+* Fixed that environment variables containing special characters were not
+ passed correctly to user applications (QTCREATORBUG-17219)
+
Android
* Improved stability of determination if application is running
@@ -141,6 +159,10 @@ Android
(QTCREATORBUG-16630)
* Fixed handling of minimum required API level (QTCREATORBUG-16740)
+iOS
+
+* Fixed that Qt Creator was blocked until simulator finished starting
+
Credits for these changes go to:
Aaron Barany
Alessandro Portale