Doc: edit for style and grammar

Change-Id: Ib7a0fd4cc11e0e61d0694c72fde2b726d74b2629
Reviewed-on: http://codereview.qt.nokia.com/1607
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Leena Miettinen
2011-07-13 17:33:50 +02:00
committed by hjk
parent 7b2163585e
commit b3b915f976

43
dist/changes-2.3.0 vendored
View File

@@ -8,8 +8,9 @@ git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.2.1...origin/2.3 git log --cherry-pick --pretty=oneline v2.2.1...origin/2.3
General General
* Welcome page redesign allows searching through examples with descriptions * Redesigned the Welcome page to allow searching through examples with
* Restore previous size when unmaximizing output panes descriptions
* Fixed Output panes so that they are minimized to their previous size
* Added support for building with the Clang compiler * Added support for building with the Clang compiler
Editing Editing
@@ -23,32 +24,32 @@ Debugging
* Correct source location for breakpoints in CDB using code model * Correct source location for breakpoints in CDB using code model
(QTCREATORBUG-2317) (QTCREATORBUG-2317)
* Added support for multiple breakpoints from one location * Added support for multiple breakpoints from one location
(covering constructors/destructors, template functions, etc.) (covering constructors, destructors, template functions, and so on)
* Added custom dumper for QXmlAttributes, Eigen::Matrix * Added a custom dumper for QXmlAttributes, Eigen::Matrix
* Added choice to set watchpoints on either address or expression * Added the option to set data breakpoints on either an address or expression
* Added framework to modify strings, vectors etc. during debugging * Added a framework to modify strings, vectors, and so on, during debugging
* Added option to stop on qWarning * Added an option to stop on qWarning
* Renamed "Locals and Watchers" into "Locals and Expressions" * Renamed "Locals and Watchers" as "Locals and Expressions"
* Renamed "Watchpoint" into "Data Breakpoints" * Renamed "Watchpoint" as "Data Breakpoints"
* Make original value of automatically dereferenced pointer accessible * Made original values of automatically dereferenced pointers accessible
* Improved "Add Breakpoint..." dialog * Improved the "Add Breakpoint" dialog
* Improved display of enums (include numeric value) * Improved the displaying of enums (included numeric value)
* Improved speed of QVariant dumper * Improved the speed of the QVariant dumper
* Improved handling of shadowed local variables * Improved the handling of shadowed local variables
* Fixed object expansion in tooltip * Fixed object expansion in tooltip
* Fixed std::deque dumper (QTCREATORBUG-4936) * Fixed std::deque dumper (QTCREATORBUG-4936)
* Fixed handling of watched expressions with unusual characters * Fixed the handling of watched expressions with unusual characters
* Fixed "Run To Line" on Mac (QTCREATORBUG-4619) * Fixed "Run To Line" on Mac (QTCREATORBUG-4619)
* Fixed output parsing for data breakpoints on Mac (QTCREATORBUG-4797) * Fixed output parsing for data breakpoints on Mac (QTCREATORBUG-4797)
* Fixed auto-continue on SIGTRAP (QTCREATORBUG-4968) * Fixed auto-continue on SIGTRAP (QTCREATORBUG-4968)
* Fixed dumper for gcc 4.4's std::map * Fixed the dumper for gcc 4.4's std::map
Debugging QML/JS Debugging QML/JS
Analyzer Analyzing Code
* Redesign of the framework code * Redesigned the framework code
* Added support for Qml profiling * Added support for QML profiling
* Added support for valgrind's cachegrind tool on Linux and Mac * Added support for the Valgrind Callgrind tool on Linux and Mac
C++ Support C++ Support
* Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310, * Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310,
@@ -118,7 +119,7 @@ Remote Linux Support
Qt Designer Qt Designer
FakeVim: FakeVim:
* Make FakeVim functionality available for shortcuts in normal text editor * Made FakeVim functionality available for shortcuts in normal text editor
* Added snippet support * Added snippet support
* Fixed behaviour of Ctrl keys on Mac * Fixed behaviour of Ctrl keys on Mac
* Fixed searching for expressions containing '|' (QTCREATORBUG-4752) * Fixed searching for expressions containing '|' (QTCREATORBUG-4752)