aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-10-24 13:39:21 +0200
committerEike Ziller <eike.ziller@qt.io>2018-10-24 13:39:21 +0200
commitd1430c9542d228606c27a0f1cbba38e0b3808fb7 (patch)
tree2d9a4fc3a0caaa666db8e2e32f3bac7d74418102 /dist
parent03fece349bc8ddbee62c2b122126fc51b22e6770 (diff)
parent66ed57ce3eb50983c58eb1877bc6cc37df58eb9a (diff)
Merge remote-tracking branch 'origin/4.7' into 4.8
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.2.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.7.2.md b/dist/changes-4.7.2.md
index 262463113f..710e6e4f13 100644
--- a/dist/changes-4.7.2.md
+++ b/dist/changes-4.7.2.md
@@ -7,11 +7,21 @@ you can check out from the public Git repository. For example:
git clone git://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/v4.7.1..v4.7.2
+General
+
+* Fixed crash when pressing wrong shortcut for recent projects in Welcome mode
+ (QTCREATORBUG-21302)
+* Fixed rare crash in file system view
+
Editing
* Fixed that collapsed text no longer showed up in tooltip (QTCREATORBUG-21040)
* Fixed crash with generic text completion (QTCREATORBUG-21192)
+Generic Projects
+
+* Fixed crash when adding file to sub-folder (QTCREATORBUG-21342)
+
C++ Support
* Fixed wrong value of `__cplusplus` define (QTCREATORBUG-20884)
@@ -31,6 +41,11 @@ Windows
* Fixed saving of files when another application blocks atomic save operation
(QTCREATORBUG-7668)
+* Fixed wrongly added empty lines in application output (QTCREATORBUG-21215)
+
+iOS
+
+* Fixed issue with detecting iPhone XS (QTCREATORBUG-21291)
Remote Linux