diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-11-12 14:19:08 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-11-12 14:24:00 +0100 |
commit | dcebdcd6eaa95098a0f3f92d84bd2659d5e4424e (patch) | |
tree | d0a4f5a278150be070fdb439b3f660b0baf47b0a /dist/changes-2.2.0 | |
parent | d9b9b4ad0f04b02544f47f6ce61c2bdfbc63f0fd (diff) | |
download | qt-creator-dcebdcd6eaa95098a0f3f92d84bd2659d5e4424e.tar.gz |
Started the changes file for 2.2.0
Diffstat (limited to 'dist/changes-2.2.0')
-rw-r--r-- | dist/changes-2.2.0 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dist/changes-2.2.0 b/dist/changes-2.2.0 new file mode 100644 index 0000000000..0e23053f4e --- /dev/null +++ b/dist/changes-2.2.0 @@ -0,0 +1,46 @@ +The QtCreator 2.2 release contains bug fixes and new features. + +Below is a list of relevant changes. You can find a complete list of changes +within the logs of Qt Creator sources. Simply check it out from the public git +repository. For example: + +git clone git://gitorious.org/qt-creator/qt-creator.git +git log --cherry-pick --pretty=oneline origin/master...origin/2.1 + +General + +Editing + * Add new Inkpot color scheme + +Project Support + +Debugging + +Help + +QML/JS Support + +FakeVim: + +Platform Specific + +Mac + +Linux (GNOME and KDE) + +Windows + +Symbian Target + +Maemo Target + +Designer + +Version control plugins + +Wizards + +Additional credits go to: + * The Inkpot color scheme was based on the Vim color scheme by + Ciaran McCreesh, adapted for Qt Creator by Jan Kundrát and + subsequently updated by Campbell Barton. |