Skip to content
Snippets Groups Projects
Commit ac5f165c authored by Kavindra Devi Palaraja's avatar Kavindra Devi Palaraja
Browse files

Doc - Reviewed Change Log

Reviewed-By: TrustMe
parent 9520a01d
No related branches found
No related tags found
No related merge requests found
...@@ -34,32 +34,34 @@ Editing ...@@ -34,32 +34,34 @@ Editing
* Added actions to copy a line up/down (Ctrl+Alt+Up/Down) * Added actions to copy a line up/down (Ctrl+Alt+Up/Down)
Building and Running Building and Running
* Added option to auto-save before build * Added a new option "Auto-Save before Build and Run".
* Added option to run without building * Added an option to run an application that was built earlier.
* Added ability to set environment variables specific for running * Added a new option to set environment variables necessary for running
* Fixed bug that prevented use of Qt 4 with version < 4.2 applications.
* Fixed a bug that prevented the use of Qt versions < 4.2.
Debugging Debugging
* Added Windows Console Debugger support (x86 and AMD64) * Added support for Windows Console Debugger (x86 and AMD64).
* Added command line options to attach to process ids * Added command line options to attach the debugger to process ids.
* Further improved dumpers; do additional memory checking on Windows to * Further improved dumpers.
avoid crashes for speedup * Changed the way dumpers are loaded on Windows, enabling it for MinGW 64.
* Changed method of dumper loading on Windows, enabling it for MinGW 64 * Made it possible to disable breakpoints.
* Make it possible to disable breakpoints * Made it possible to float the debugger views.
* Make it possible to float the debugger views
Wizards Wizards
Designer Designer
* Added "Qt Designer" (external editor) to "Open With" menus * Added an external Qt Designer editor to the "Open With" menus.
Version control plugins Version control plugins
* Made submit action raise existing submit editors * Made the submit action raise existing submit editors.
* Made svn detection recognize TortoiseSVN using "_svn" as directory * Made SVN detection recognize TortoiseSVN using "_svn" as directory.
* Fixed perforce configuration checking, made it use the settings correctly * Fixed Perforce configuration checking, ensuring that it used the settings
correctly.
Documentation Documentation
* Added tutorial on how to create an application from scratch using Creator * Added a tutorial on how to create an application from scratch using Qt
Creator.
I18N I18N
* Added infrastructure for translations * Added infrastructure for translations
...@@ -68,16 +70,16 @@ I18N ...@@ -68,16 +70,16 @@ I18N
Platform Specific Platform Specific
Windows Windows
* Show native path separators * Qt Creator now displays native path separators.
* Experimental support for the Microsoft C++ compilers from Windows SDKs * Added experimental support for the Microsoft C++ compilers from Windows
or VS 2005/2008 (x86 and AMD64) SDKs or VS 2005/2008 (x86 and AMD64).
Mac Mac
Linux Linux
Other Unixes Other Unixes
* Made Qt Creator less dependant on Linux specific defines * Made Qt Creator less dependant on Linux specific defines.
Additional credits go to: Additional credits go to:
* axasia <axasia@gmail.com> (japanese translation, compile fixes) * axasia <axasia@gmail.com> (japanese translation, compile fixes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment