aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.1.0
blob: af6386fdcbbc2b3b2b982e3b1501a943c3783f1b (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
The QtCreator 2.1 release contains bug fixes and new features.

Below is a list of relevant changes. You can find a complete list of changes
within the logs of Qt Creator sources. Simply check it out from the public git
repository. For example:

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

General
   *
   *

Editing

C++ Support
   * Added semantic highlighting of types, virtual methods, locals, statics and
     member variables (only enabled when running against Qt 4.7.1 and up, for
     performance reasons)
   * Add new indenter along with a new option to control alignment indents
   * Add new %FILENAME%, %CLASS% placeholders to license template

Project Support
   * Add option for adding subprojects to projects in the New wizard
   * Add context-menu command for removing subprojects in the Edit mode,
     Projects view
   * Add a wizard for adding other than Qt libraries to project files

Debugging
   * Fix console debugging with MinGW/gdb
   * Symbian: Add basic thread support, improve logging

Help

QML/JS Support
   * Add 'Find usages' action that works on ids, properties, functions and
     variables
   * Add new indenter
   * Add experimental support for code completion of components defined
     by plugins

Platform Specific

Mac

Linux (GNOME and KDE)

Windows

Symbian Target

Maemo Target

Designer
   * Add switching between code and forms using Shift-F4
   * Various improvements to mode switching

Version control plugins
   * Support git version 1.7.x
   * Add support for git --amend
   * Make it possible to run gitk from Qt Creator
   * Improve commit window, show number of files to be committed, add context
     menu for quickly checking and unchecking all files
   * Add branch selector to the git checkout wizard
   * Add support for the CVS 'edit' functionality, make Qt Creator prompt to
     request a read-only file using 'cvs edit' (cvsnt only).
   * Perforce: Add setting to automatically open read-only files

Wizards
   * Custom wizard: Enhance template processing of wizards to be able to include
     sections of files conditionally, extend functionality of combo control
     to be able to handle user-displayable strings and keywords
   * Custom wizard: Add ability to have files generated by scripts

Additional credits go to: