aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.3.0
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-07-01 11:29:02 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2011-07-01 11:37:52 +0200
commit5030c3c42f41237988d5382ee5c30654f4551e55 (patch)
tree1d3f05198ef583aea8b7ee937e273fea054e63a6 /dist/changes-2.3.0
parentf8964ec4ef947743beb54e1a2e014b4025a94c16 (diff)
Update changes file.
Change-Id: Ida6bc7598ff067e3cc2c3fe643c6157443a685e6 Reviewed-on: http://codereview.qt.nokia.com/995 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'dist/changes-2.3.0')
-rw-r--r--dist/changes-2.3.018
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-2.3.0 b/dist/changes-2.3.0
index d1bb9dadb3..15a5d8e1be 100644
--- a/dist/changes-2.3.0
+++ b/dist/changes-2.3.0
@@ -21,8 +21,26 @@ Debugging
Debugging QML/JS
C++ Support
+ * Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310,
+ QTCREATORBUG-2763, QTCREATORBUG-3623, QTCREATORBUG-567)
+ * Various indentation fixes (QTCREATORBUG-4993)
QML/JS Support
+ * Updated QML type descriptions for the current state of Qt 5
+ * Made tab settings configurable separately and per-project
+ * Added 'Find usages' functionality for QML types
+ * Added type resolution for alias properties (QTCREATORBUG-2306)
+ * Added tooltips to imports
+ * Added documentation on using QML modules with plugins
+ * Added support for properties and methods with a revision, allowing
+ the QtQuick 1.0 and 1.1 imports to behave as intended
+ * Added 'Reset code model' action to the Tools->QML/JS menu (QTCREATORBUG-4813)
+ * Use qmlplugindump from Qt 4.8 or newer instead of building own qmldump
+ * Improved error message for missing prototypes (QTCREATORBUG-4952)
+ * Fixed completion of slots (QTCREATORBUG-3614, QTCREATORBUG-3459)
+ * Fixed completion inside grouped property bindings (QTCREATORBUG-3541)
+ * Fixed scanning and indentation of regular expression literals (QTCREATORBUG-4566)
+ * Fixed indentation of object literals
Help