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.
|
|
|
|
|
|
2009-05-29 15:58:05 +02:00
|
|
|
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.
|
|
|
|
|
|
2009-06-04 15:31:44 +02:00
|
|
|
General:
|
|
|
|
|
* Reworked Welcome Screen
|
2009-06-12 13:07:15 +02:00
|
|
|
* 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
|
2009-06-04 15:31:44 +02:00
|
|
|
* 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
|
2009-06-12 13:07:15 +02:00
|
|
|
* 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
|
2009-06-04 15:31:44 +02:00
|
|
|
* 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
|
2009-06-04 15:31:44 +02:00
|
|
|
* Make it possible to disable breakpoints
|
2009-06-08 09:41:52 +02:00
|
|
|
* Make it possible to float the debugger views
|
2009-06-12 13:07:15 +02:00
|
|
|
|
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
|
|
|
|
|
|
2009-06-04 15:31:44 +02:00
|
|
|
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
|
|
|
|
|
|
2009-06-04 15:31:44 +02:00
|
|
|
Platform Specific
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
* Show native path separators
|
2009-06-12 13:07:15 +02:00
|
|
|
* Experimental support for the Microsoft C++ compilers from Windows SDKs
|
2009-06-04 15:31:44 +02:00
|
|
|
or VS 2005/2008 (x86 and AMD64)
|
|
|
|
|
|
|
|
|
|
Mac
|
|
|
|
|
|
|
|
|
|
Linux
|
|
|
|
|
|
|
|
|
|
Other Unixes
|
|
|
|
|
* Made Qt Creator less dependant on Linux specific defines
|
2009-06-12 13:07:15 +02:00
|
|
|
|
2009-05-28 13:31:28 +02:00
|
|
|
Additional credits go to:
|
2009-06-12 13:07:15 +02:00
|
|
|
* 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)
|
2009-06-04 15:31:44 +02:00
|
|
|
* Enrico Ros <enrico.ros@gmail.com> (italian translation)
|
2009-06-12 13:07:15 +02:00
|
|
|
* Joel Nordell <joel.nordell@chloridepower.com> (XCode-style tab behavior,
|
|
|
|
|
various patches)
|
|
|
|
|
* Serge Ratke <dev.serge.ratke@gmx.de> (copy lines up/down)
|