Files
qt-creator/dist/changes-2.2.0

60 lines
1.6 KiB
Plaintext
Raw Normal View History

2010-11-12 14:19:08 +01:00
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
2011-03-03 16:47:19 +01:00
* Added support for running user defined external tools (Tools->External)
2010-11-12 14:19:08 +01:00
Editing
* Add new Inkpot color scheme
2011-03-03 16:47:19 +01:00
* Moved 'Open in External Editor' to Tools->External->Text
2011-03-11 15:31:05 +01:00
* Add UTF-8 BOM support
2010-11-12 14:19:08 +01:00
Project Support
2011-03-11 15:31:05 +01:00
* QMake project support should be more robust against syntax errors
* Treatment of command line arguments of processes started from build
and run configurations underwent heavy modifications:
- argument lists use native shell syntax; this affects quoting and
environment variable expansion most
- the SOURCEDIR and BUILDDIR environment variables were replaced
with %{sourceDir} and %{buildDir} macros
- this affects working directories and executable paths as well
2010-11-12 14:19:08 +01:00
Debugging
Help
QML/JS Support
FakeVim:
Platform Specific
Mac
Linux (GNOME and KDE)
Windows
Symbian Target
* Added support for the new on-device debugging agent (CODA)
2010-11-12 14:19:08 +01:00
Maemo Target
Designer
Version control plugins
Wizards
2011-03-11 15:31:05 +01:00
* Support new keywords %MONTH% and %DAY% for C++ template file
2010-11-12 14:19:08 +01:00
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.