OSDN Git Service

Remove unused functions
[qt-creator-jp/qt-creator-jp.git] / dist / changes-1.2.1
1 The QtCreator 1.2.1 release is a bug fix release and updates translations.
2
3 Below is a list of relevant changes. You can find a complete list of changes
4 within the logs of Qt Creator's sources. Simply check it out from the public git
5 repository e.g.,
6
7 git clone git://gitorious.org/qt-creator/qt-creator.git
8 git log --pretty=oneline v1.2.0..v1.2.1
9
10 Building and Running
11    * Fixed crash when clicking on the Build Settings tab with an invalid Qt version.
12    * Fixed crash when removing an active .pro file outside Qt Creator.
13
14 Editor
15    * Fixed crash when completing function-like arguments
16
17 Debugging
18    * Fixed problem with GDB debugging after first debugging run
19    * Fixed display of debugging helper status in some cases
20    * Disallow starting CDB debugger more than once
21    * Additional debug output for the CDB debugger
22    * Make loading debugging helpers more reliable with GDB
23    * Fixed regression in QVariant dumper
24    * Removed QtGui dependency from debugging helpers
25    * Made it possible to build the debugging helpers for Qt 4.4 again
26
27 I18N:
28    * Fixed Russian translation