aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-04-09 14:45:39 +0200
committerEike Ziller <eike.ziller@qt.io>2019-04-09 13:06:53 +0000
commit59d32848083c7a7dc98929749afddfa70ab1c8a6 (patch)
tree39ab6ff8f0ced8489d7017ea9c0bb5384bb937ae /dist
parent9d61f64a6534c33aedd059783ddf78dbe1db87bc (diff)
More change log for 4.9.0
Change-Id: Id3dda9811e1dadebc801d7cdfd69dd6a845649ad Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.9.0.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/dist/changes-4.9.0.md b/dist/changes-4.9.0.md
index 7f9892cf01..ea2d440d18 100644
--- a/dist/changes-4.9.0.md
+++ b/dist/changes-4.9.0.md
@@ -46,6 +46,7 @@ All Projects
(QTCREATORBUG-20577)
* Fixed that dragging file from `Projects` view to desktop moved the file
(QTCREATORBUG-14494)
+* Fixed regression with `QTC_EXTENSION` environment variable
QMake Projects
@@ -96,11 +97,13 @@ C++ Support
* Added option to format code instead of only indenting code
* Added `Open Used .clang-format Configuration File` to editor's
context menu
+ * Fixed indentation issue after empty line (QTCREATORBUG-22238)
QML Support
* Updated to parser from Qt 5.12, adding support for ECMAScript 7
(QTCREATORBUG-20341, QTCREATORBUG-21301)
+* Added Qt 5.13 as option to the wizards
* Improved error handling in Qt Quick Application project template (QTBUG-39469)
* Fixed crash on `Find Usages`
@@ -114,15 +117,19 @@ Nim Support
Debugging
+* Added pretty printing of `QSizePolicy`
* Fixed that debugger toolbar could force large minimum window size
(QTCREATORBUG-21885)
-* Added pretty printing of `QSizePolicy`
+* Fixed restoring of debugger layout (QTCREATORBUG-21083)
* Fixed pretty printing of standard maps and sets from `libc++`
(QTCREATORBUG-18536)
* GDB
* Added support for rvalue references in function arguments
+ * Fixed `Break on Abort` with GDB > 8.1 (QTBUG-73993)
* LLDB
* Fixed `Source Paths Mappings` functionality (QTCREATORBUG-17468)
+* QML
+ * Fixed loading QML stack (QTCREATORBUG-22209)
Clang Analyzer Tools
@@ -142,6 +149,8 @@ Qt Quick Designer
* Made QML Live Preview integration opensource
* Added support for `Dialog` (QTCREATORBUG-22120)
+* Fixed layout icons (QDS-538)
+* Fixed crash when creating item inside `TabView` tab (QTCREATORBUG-21542)
Version Control Systems
@@ -192,6 +201,7 @@ Windows
* Fixed issue with UNC paths in `.pro` files (QTCREATORBUG-21881)
* Fixed language version detections with MSVC and precompiled headers
(QTCREATORBUG-21860)
+* Fixed submenu arrow styling (QTCREATORBUG-21376)
Linux