Files
qt-creator/dist/changes-1.2.0

86 lines
3.1 KiB
Plaintext
Raw Normal View History

2009-05-28 13:31:28 +02:00
The QtCreator 1.2 release contains bug fixes and new features.
A more detailed list of changes follows below. If you want to know the exact
and complete list of changes, you can check out the QtCreator sources from the
public git repository and check the logs, e.g.
git clone git://gitorious.org/qt-creator/qt-creator.git
2009-05-28 13:31:28 +02:00
git log --pretty=oneline v1.1.0..v1.2.0
This release introduces source and binary incompatible changes to the plugin
API, so if you created your own custom plugins these need to be adapted.
General:
* Reworked Welcome Screen
* Speed improvement: store large amounts of persistent data
(e.g. locator cache) in an SQLite database
* Show current file name in the window title
2009-05-28 13:31:28 +02:00
Editing
* Added option to allow alphabetical method combo box
* Introduced Block highlighting
* Improved code folding markers
* Further improvements to FakeVim mode
* Make it possible to disable Ctrl+Click navigation
* Added optional XCode-style tab indentation
2009-06-05 18:04:23 +02:00
* Ui changes are added immediately to the code model
2009-06-08 09:41:52 +02:00
* Fixed possibly missing code completion with mingw toolchain
* Added option for turning antialiasing of text editor fonts off
* Added searching with regular expressions in text editors
* Added an action that deletes a line without copying it
* Added copy line up/down actions (Ctrl+Alt+Up/Down)
2009-05-28 13:31:28 +02:00
Building and Running
2009-06-08 09:41:52 +02:00
* New options: Auto-Save before Build and Run without building
2009-06-05 18:04:23 +02:00
* Environment settings
2009-06-08 09:41:52 +02:00
* Fixed bug that prevented use of Qt 4 with version < 4.2
2009-05-28 13:31:28 +02:00
Debugging
* Added Windows Console Debugger support (x86 and AMD64)
2009-05-28 13:31:28 +02:00
* Added command line options to attach to process ids
* Further improved dumpers; do additional memory checking on Windows to
avoid crashes for speedup
* Changed method of dumper loading on Windows, enabling it for MinGW 64
* Make it possible to disable breakpoints
2009-06-08 09:41:52 +02:00
* Make it possible to float the debugger views
2009-05-28 13:31:28 +02:00
Wizards
Designer
* Added "Qt Designer" (external editor) to "Open With" menus
Version control plugins
* Made submit action raise existing submit editors
* Made svn detection recognize TortoiseSVN using "_svn" as directory
* Fixed perforce configuration checking, made it use the settings correctly
Documentation
* Added tutorial on how to create an application from scratch using Creator
2009-05-28 13:31:28 +02:00
I18N
* Added infrastructure for translations
* Added German translation
Platform Specific
Windows
* Show native path separators
* Experimental support for the Microsoft C++ compilers from Windows SDKs
or VS 2005/2008 (x86 and AMD64)
Mac
Linux
Other Unixes
* Made Qt Creator less dependant on Linux specific defines
2009-05-28 13:31:28 +02:00
Additional credits go to:
* axasia <axasia@gmail.com> (japanese translation, compile fixes)
2009-06-08 09:41:52 +02:00
* Christian Hoenig <christian@hoenig.cc> ("Build Project Only" submenu and
build project dependencies, various patches)
* Enrico Ros <enrico.ros@gmail.com> (italian translation)
* Joel Nordell <joel.nordell@chloridepower.com> (XCode-style tab behavior,
various patches)
* Serge Ratke <dev.serge.ratke@gmx.de> (copy lines up/down)