aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.4.0.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-08-25 13:02:46 +0200
committerEike Ziller <eike.ziller@qt.io>2017-08-25 12:47:41 +0000
commitf39d66973ea2653d0b17de37f9e3f1fb4a201935 (patch)
treecadf4193911e6c5a3bfaab10fc1d5f00399780df /dist/changes-4.4.0.md
parentdfb077b57cfaed4fcbb9b32b58d2793643685054 (diff)
More change log
Change-Id: I792eb013691f203e8da98dc51b2184af5cd26f63 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.4.0.md')
-rw-r--r--dist/changes-4.4.0.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/changes-4.4.0.md b/dist/changes-4.4.0.md
index 57a34527b8..157519ea82 100644
--- a/dist/changes-4.4.0.md
+++ b/dist/changes-4.4.0.md
@@ -14,6 +14,11 @@ General
* Added locator input to extra editor and help windows (QTCREATORBUG-9696)
* Fixed theming of Debugger Console and TODO pane (QTCREATORBUG-17532)
+Help
+
+* QtWebEngine backend
+ * Fixed that wait cursor was sometimes never restored (QTCREATORBUG-17758)
+
Editing
* Added optional inline annotations for Clang code model errors and warnings,
@@ -96,6 +101,8 @@ Debugging
* Improved display of enum bitfields
* Fixed support for `long double` (QTCREATORBUG-18023)
* Fixed editing of strings (QTCREATORBUG-18681)
+* LLDB
+ * Fixed disassembly view for code that contains quotes (QTCREATORBUG-18721)
* CDB
* Added support for extra debugging helpers and debugging helper
customization
@@ -106,6 +113,10 @@ QML Profiler
* Fixed that timeline could stay empty after analyzing small range
(QTCREATORBUG-18354)
+Qt Quick Designer
+
+* Fixed context menu items that did not work on macOS (QTCREATORBUG-18662)
+
Version Control Systems
* Fixed format of visual whitespace in blame, log and git rebase editors
@@ -161,6 +172,8 @@ macOS
Android
+* Added support for API levels 25 and 26 (QTCREATORBUG-18690)
+* Added support for `android-clang` (QTBUG-60455)
* Added option to run commands before app starts and after app stopped
* Fixed state of actions in `Edit` menu in text based manifest editor