diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-09-15 11:50:29 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-09-15 11:50:29 +0200 |
commit | b0efd44d20e9129c40b47ad3715c248962a947b9 (patch) | |
tree | 4415eccb62e5fca5bf1f83d19f1cdaad6ca339e7 /dist | |
parent | 8801c76a8e223b6f41a8369e75c71b67237d8d25 (diff) | |
parent | 33cd873d56f948b4805da31adaf436618ac7edac (diff) | |
download | qt-creator-b0efd44d20e9129c40b47ad3715c248962a947b9.tar.gz |
Merge remote-tracking branch 'origin/2.3'
Conflicts:
qtcreator.pri
qtcreator.pro
share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.cpp
src/plugins/qt4projectmanager/qt-s60/codaruncontrol.cpp
src/plugins/qt4projectmanager/qt4buildconfiguration.cpp
src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp
src/plugins/remotelinux/remotelinuxruncontrol.cpp
Change-Id: I9c89ba9fa2928e14e148041f9001856dce47a20b
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-2.3.1 | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/dist/changes-2.3.1 b/dist/changes-2.3.1 new file mode 100644 index 0000000000..f029e4464b --- /dev/null +++ b/dist/changes-2.3.1 @@ -0,0 +1,59 @@ +Qt Creator version 2.3.1 contains bug fixes on top of 2.3. + +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.3.0..origin/2.3 + +General + +Editing + +Managing Projects + * Respect qmake arguments for imported build + +Debugging + +Debugging QML/JS + * Fix debugging of a Qt Quick UI project with C++ language (QTCREATORBUG-5957) + +Analyzing Code + +C++ Support + +QML/JS Support + +Qt Quick Designer + * Fix problems on 64bit linux + +Help + +Platform Specific + +Mac + +Linux (GNOME and KDE) + +Windows + +Symbian Target + * Warn if EPOCROOT is on different drive from the sources + * Fix several debugging issues with CODA 4.0.23 + * Qt Quick Application wizard: Fix qmake dependency to Qt Quick Components for Symbian (QTCREATORBUG-6075) + +Remote Linux Support + * Harmattan: Include Aegis manifest file in list of files to add to project + * Harmattan: Use Meego booster for Qt Quick Applications + +Qt Designer + +FakeVim + +Version control plugins + +Additional credits go to: + * Axasia for updating the Japanese translations + * Beaver Xu for updating the Chinese translations + * Sergey Belyashov for updating the Russian translations |