Files
qt-creator/dist/changes-2.0.0

46 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-02-09 11:27:39 +01:00
The QtCreator 2.0 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's sources. Simply check it out from the public git
repository e.g.,
git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v1.3.1...v2.0.0
General
2010-02-22 16:54:50 +01:00
* The Output mode was replaced by the functionality to maximize
the output panes
2010-02-09 11:27:39 +01:00
Editing
2010-02-22 16:54:50 +01:00
* Text based search and replace in multiple files
* Open with "System Editor"
2010-02-09 11:27:39 +01:00
C++ Support
Project support
2010-02-22 16:54:50 +01:00
* Reworked support for developing for different targets:
* Reworked project settings
* Reworked selection of active configuration
2010-02-09 11:27:39 +01:00
Debugging
Help
Platform Specific
Mac
2010-02-22 16:54:50 +01:00
* Show build error count in Dock icon
* Handle the OBJECTIVE_HEADERS qmake variable
2010-02-09 11:27:39 +01:00
Symbian Target
2010-02-22 16:54:50 +01:00
* Deploying shows real progress bar
* Show the connection state of devices in the selector
for the active configuration
* Respect the EPOCROOT environment variable and the default device
if no S60 SDK is explicitly given in the Qt Version preferences
2010-02-09 11:27:39 +01:00
Maemo Target
* new feature
* built on top of MADDE package
* supports building for, deploying to and running on N900 devices