From 5030c3c42f41237988d5382ee5c30654f4551e55 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 1 Jul 2011 11:29:02 +0200 Subject: [PATCH] Update changes file. Change-Id: Ida6bc7598ff067e3cc2c3fe643c6157443a685e6 Reviewed-on: http://codereview.qt.nokia.com/995 Reviewed-by: Eike Ziller --- dist/changes-2.3.0 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dist/changes-2.3.0 b/dist/changes-2.3.0 index d1bb9dadb30..15a5d8e1be5 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