Files
qt-creator/dist/changes-2.1.0

77 lines
2.3 KiB
Plaintext
Raw Normal View History

2010-09-09 09:45:27 +02:00
The QtCreator 2.1 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 v2.0.0...v2.0.1
General
2010-09-09 11:07:54 +02:00
*
*
2010-09-09 09:45:27 +02:00
Editing
C++ Support
* Added semantic highlighting of types, virtual methods, locals, statics and
member variables (only enabled when running against Qt 4.7.1 and up, for
performance reasons)
2010-10-05 11:32:43 +02:00
* Add new indenter along with a new option to control alignment indents
2010-09-09 11:07:54 +02:00
* Add new %FILENAME%, %CLASS% placeholders to license template
2010-09-09 09:45:27 +02:00
Project Support
* Add option for adding subprojects to projects in the New wizard
* Add context-menu command for removing subprojects in the Edit mode,
Projects view
* Add a wizard for adding other than Qt libraries to project files
2010-09-09 09:45:27 +02:00
Debugging
2010-09-09 11:07:54 +02:00
* Fix console debugging with MinGW/gdb
* Symbian: Add basic thread support, improve logging
2010-09-09 09:45:27 +02:00
Help
QML/JS Support
2010-10-05 11:32:43 +02:00
* Add 'Find usages' action that works on ids, properties, functions and
variables
* Add new indenter
* Add experimental support for code completion of components defined
by plugins
2010-09-09 09:45:27 +02:00
Platform Specific
Mac
Linux (GNOME and KDE)
Windows
Symbian Target
Maemo Target
2010-09-09 11:07:54 +02:00
Designer
* Add switching between code and forms using Shift-F4
* Various improvements to mode switching
2010-09-09 09:45:27 +02:00
Version control plugins
2010-09-09 11:07:54 +02:00
* Support git version 1.7.x
* Add support for git --amend
2010-09-09 11:07:54 +02:00
* Make it possible to run gitk from Qt Creator
* Improve commit window, show number of files to be committed, add context
menu for quickly checking and unchecking all files
* Add branch selector to the git checkout wizard
* Add support for the CVS 'edit' functionality, make Qt Creator prompt to
2010-09-09 11:07:54 +02:00
request a read-only file using 'cvs edit' (cvsnt only).
* Perforce: Add setting to automatically open read-only files
2010-09-09 09:45:27 +02:00
Wizards
2010-09-09 11:07:54 +02:00
* Custom wizard: Enhance template processing of wizards to be able to include
sections of files conditionally, extend functionality of combo control
to be able to handle user-displayable strings and keywords
* Custom wizard: Add ability to have files generated by scripts
2010-09-09 09:45:27 +02:00
Additional credits go to: