aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.3.0
blob: d7a20a9f6331eeef9de40c04c626c84a43f78c91 (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
77
Qt Creator version 3.3 contains bug fixes and new features.

The most important changes are listed in this document. For a complete
list of changes, see the Git log for the Qt Creator sources that
you can check out from the public Git repository. For example:

git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/3.2..origin/3.3

General
   * Dropped Qt 4 compatibility in Qt Creator's own code base.
     Require Qt 5.3 as minimum, to take advantage of Qt 5 features.
     Handling of Qt 4 based projects is of course still supported.
   * Created new wizard engine to add new script based wizards
     without the need for recompilation
   * Improved high DPI support

Editing
   * Implemented dragging of edited documents between views

Help

Managing and Building Projects

QMake Projects

CMake Projects

Qbs Projects

Generic Projects

Debugging

QML Profiler
   * Added JavaScript heap profiler
   * Improved scenegraph profiler

Analyzer

C++ Support

QML Support

Qt Quick Designer
   * Added support for a workflow where .qml code is split into
     "UI-only" and "logic" parts
   * Added support for TabView QtQuick Control
   * Extended anchoring options

Diff Viewer

Version Control Systems

FakeVim

Beautifier

Platform Specific

Windows

OS X

Android
   * Added Gradle build system support

Remote Linux

QNX

BareMetal

Tools:
   * Removed unused zeroconf wrapper

Credits for these changes go to: