diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-07-01 09:17:25 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-07-01 09:17:25 +0200 |
commit | 715d5e9938d0c9106813c3c5211033c37b8fcbe5 (patch) | |
tree | 726622063ec7c9556d0abafabaee8b48b768861c /dist/changes-2.3.0 | |
parent | 39828704a9fa91a89729126edb7511c301259d25 (diff) | |
download | qt-creator-715d5e9938d0c9106813c3c5211033c37b8fcbe5.tar.gz |
Add changes file for 2.3
Change-Id: Ie750fba5e7973f54f47f587382b863ba41f21b30
Diffstat (limited to 'dist/changes-2.3.0')
-rw-r--r-- | dist/changes-2.3.0 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dist/changes-2.3.0 b/dist/changes-2.3.0 new file mode 100644 index 0000000000..d1bb9dadb3 --- /dev/null +++ b/dist/changes-2.3.0 @@ -0,0 +1,46 @@ +Qt Creator version 2.3 contains bug fixes and new features. + +The most important changes are listed in this document. For a complete +list of changes, see the Git log for the Qt Creator sources that +you can check out from the public Git repository. For example: + +git clone git://gitorious.org/qt-creator/qt-creator.git +git log --cherry-pick --pretty=oneline v2.2.1...origin/2.3 + +General + * Welcome page redesign allows searching through examples with descriptions + * Restore previous size when unmaximizing output panes + +Editing + * Fixed lock up when regular expression search matched empty line + +Managing Projects + +Debugging + +Debugging QML/JS + +C++ Support + +QML/JS Support + +Help + +Platform Specific + +Mac + * "Open Terminal Here" opens Terminal.app instead of xterm + +Linux (GNOME and KDE) + +Windows + +Symbian Target + +Maemo Target + +Qt Designer + +Version control plugins + +Additional credits go to: |