summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-16 15:29:29 +0200
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-16 15:33:02 +0200
commitac5f165c4eb66b374bc30bbed9069178ef3ddb6f (patch)
treeeadc022cf7d409e4e5a59a393e9cd822fe03ed5e
parent9520a01dbb618319e2aece017567cc71788c0f2a (diff)
downloadqt-creator-ac5f165c4eb66b374bc30bbed9069178ef3ddb6f.tar.gz
Doc - Reviewed Change Log
Reviewed-By: TrustMe
-rw-r--r--dist/changes-1.2.042
1 files changed, 22 insertions, 20 deletions
diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0
index 5c61e8b9c8..9f476f213f 100644
--- a/dist/changes-1.2.0
+++ b/dist/changes-1.2.0
@@ -34,32 +34,34 @@ Editing
* Added actions to copy a line up/down (Ctrl+Alt+Up/Down)
Building and Running
- * Added option to auto-save before build
- * Added option to run without building
- * Added ability to set environment variables specific for running
- * Fixed bug that prevented use of Qt 4 with version < 4.2
+ * Added a new option "Auto-Save before Build and Run".
+ * Added an option to run an application that was built earlier.
+ * Added a new option to set environment variables necessary for running
+ applications.
+ * Fixed a bug that prevented the use of Qt versions < 4.2.
Debugging
- * Added Windows Console Debugger support (x86 and AMD64)
- * 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
- * Make it possible to float the debugger views
+ * Added support for Windows Console Debugger (x86 and AMD64).
+ * Added command line options to attach the debugger to process ids.
+ * Further improved dumpers.
+ * Changed the way dumpers are loaded on Windows, enabling it for MinGW 64.
+ * Made it possible to disable breakpoints.
+ * Made it possible to float the debugger views.
Wizards
Designer
- * Added "Qt Designer" (external editor) to "Open With" menus
+ * Added an external Qt Designer editor to the "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
+ * Made the submit action raise existing submit editors.
+ * Made SVN detection recognize TortoiseSVN using "_svn" as directory.
+ * Fixed Perforce configuration checking, ensuring that it used the settings
+ correctly.
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
* Added infrastructure for translations
@@ -68,16 +70,16 @@ I18N
Platform Specific
Windows
- * Show native path separators
- * Experimental support for the Microsoft C++ compilers from Windows SDKs
- or VS 2005/2008 (x86 and AMD64)
+ * Qt Creator now displays native path separators.
+ * Added 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
+ * Made Qt Creator less dependant on Linux specific defines.
Additional credits go to:
* axasia <axasia@gmail.com> (japanese translation, compile fixes)