aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-03-14 14:32:50 +0100
committerEike Ziller <eike.ziller@qt.io>2018-03-14 14:27:59 +0000
commit4385d4fb55761d65d9c8dcf4752ba42369b681e9 (patch)
tree990d0b16b6c8dc189c95befee9a76a5b8dc86688 /dist
parente4bdf0ee89da705243bdbe4c1010b0f687cfbc41 (diff)
Update 4.6 changes file
Change-Id: I53ce5cdba0291002e58d75bdb3cb12989ec7df4b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.0.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-4.6.0.md b/dist/changes-4.6.0.md
index 9f1db648bd..ee899662c6 100644
--- a/dist/changes-4.6.0.md
+++ b/dist/changes-4.6.0.md
@@ -24,8 +24,18 @@ General
Editing
* Added option to display annotations between lines (QTCREATORBUG-19181)
+* Added shortcut setting for jumping to document start and end
* Fixed that editor could jump to end of file when editing in a different split
(QTCREATORBUG-19550)
+* Fixed order of items in list of recent documents when documents are suspended
+ (QTCREATORBUG-19758)
+* Fixed crash in generic highlighter (QTCREATORBUG-19916)
+* Fixed issue with snippet variables on Gnome (QTCREATORBUG-19571)
+* Fixed tool tips in binary editor (QTCREATORBUG-17573)
+
+Help
+
+* Improved startup performance
All Projects
@@ -54,12 +64,17 @@ QML Support
Debugging
* Split `Expressions` view from `Locals` view (QTCREATORBUG-19167)
+* LLDB
+ * Fixed attaching to core file (QTCREATORBUG-18722)
+ * Fixed issue when killing LLDB from the outside (QTCREATORBUG-18723)
Qt Quick Designer
* Added font and text properties from Qt 5.10
* 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
+ (QTCREATORBUG-19729)
Version Control Systems
@@ -73,15 +88,18 @@ Version Control Systems
Diff Viewer
* Added folding for files and chunks
+* Fixed issue with repeated stage and unstage operation
Test Integration
* Added grouping of test cases (QTCREATORBUG-17979)
+* Fixed handling of `qCritical` output (QTCREATORBUG-19795)
* Google Test
* Fixed detection of crashed tests (QTCREATORBUG-19565)
Model Editor
+* Removed experimental state
* Added support for text alignment
* Added support for multi-line object names
* Added support for dragging items onto model editor from more panes
@@ -89,6 +107,8 @@ Model Editor
* Added `Flat` visual role
* Added `Add Related Elements` to diagram context menu
* Added wizard for scratch models
+* Moved export actions to `File` menu
+* Moved zoom actions to editor tool bar
* Fixed issue with selecting items (QTCREATORBUG-18368)
Platform Specific
@@ -98,6 +118,7 @@ Windows
* Added support for the [heob](https://github.com/ssbssa/heob/releases)
memory analyzer
* Fixed detection of CDB in non-default installation roots
+* Fixed issue with setting `PATH` versus `Path` environment variable
Android