summaryrefslogtreecommitdiff
path: root/dist/changes-2.0.1
blob: ba610a70a1171fb4faff3e2c2bbf96dd26d6b95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
The QtCreator 2.0.1 release contains mainly bug fixes on top of 2.0

Below is a list of relevant changes. You can find a complete list of changes
within the logs of Qt Creator's sources. Simply check it out from the public git
repository e.g.,

git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.0.0...v2.0.1

General
   * Fix the suggested path in the new dialog in case of sub projects
   * Search dialog now opens the completion box for the search term on cursor down
   * Fix Mercurial plugin (QTCREATORBUG-1503)

Editing
   * FakeVim: Fix issues with non-letter keys on non-US keyboards
   * FakeVim: Fix performance of find/replace
   * Fixed disabled "Open with" context menu in project tree.

C++ Support

Project support
   * Fix auto-scrolling in application and compile output

Debugging
   * Fix display of certain structures within containers
   * Fix display of typedefs of typedefs of simple types such as qulonglong
   * Fix behaviour of 'step' and 'next' when a lower frame was selected
   * Fix std::string display for objects with (the legal) ref count -1
   * Improve gdb version string parsing
   * Fix that the newest version of compiled debugging helper was not used
     if there was an older version still was around in a different search path

Platform Specific

Mac

Linux (GNOME and KDE)

Windows
   * Fixed that some menu items got disabled during keyboard navigation
   * Detect Microsoft Visual Studio 2010
   * Fixed handling of usernames with Cyrillic characters (QTCREATORBUG-1643)

Additional credits go to: