aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.4.0
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-03-30 09:10:46 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-03-30 08:39:07 +0000
commit7b228cd860ddce111a62303c60dc511fb77cde79 (patch)
treeebd8ed5053dc2722ee58dc5c393f2d5bd13a5049 /dist/changes-3.4.0
parente2bca47bc4e1f2f7eab41c0eb9a1622af3ad5578 (diff)
Add a few more changes to change log
Change-Id: Ie68fb3111894d6938766f5a40f558cd932e7e533 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.4.0')
-rw-r--r--dist/changes-3.4.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-3.4.0 b/dist/changes-3.4.0
index 73f4e9a3da..871cf69860 100644
--- a/dist/changes-3.4.0
+++ b/dist/changes-3.4.0
@@ -11,6 +11,7 @@ General
* Added option to change environment for running external tools (QTCREATORBUG-4995)
* Improved performance of output panes
* Fixed that wizard windows were missing in Window menu (QTCREATORBUG-13766)
+ * Fixed that editing external tools was removing their shortcut (QTCREATORBUG-8108)
Editing
* Switched to a QMimeDatabase based MIME database implementation
@@ -90,6 +91,7 @@ Analyzer
QML Profiler
* Made it possible to search through event notes (QTCREATORBUG-13417)
+ * Made it possible to horizontally resize details windows (QTCREATORBUG-14054)
C++ Support
* Added support for binary literals (n3472)
@@ -107,6 +109,8 @@ C++ Support
* Fixed that Assign to Local Variable refactoring action was not working with chained
function calls (QTCREATORBUG-10355)
* Fixed several issues with completion and iterators (QTCREATORBUG-13799)
+ * Fixed resolution of nested types in member functions (QTCREATORBUG-13978)
+ * Fixed parsing of function-like macros with comments (QTCREATORBUG-9535)
QML Support
* Fixed crash on closing one of multiple outline views (QTCREATORBUG-13614)
@@ -148,6 +152,7 @@ Platform Specific
Windows
OS X
+ * Fixed that importing builds of qmake projects was duplicating kits (QTCREATORBUG-13947)
Linux
* Added support to retrieve application output from journald.