aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.8.1
blob: 3dbac013b010b7f010454cb0774ad5382b6b3526 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138

Qt Creator version 2.8.1 is a bugfix release.

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 v2.8.0..v2.8.1

There is a total of 132 changes by 28 individual contributors.

Credits for these changes go to:

Andreas Holzammer
André Pönitz
Aurindam Jana
Christian Kandeler
Christian Stenger
Daniel Teske
David Schulz
Eike Ziller
El Mehdi Fekar
Fawzi Mohamed
Jaroslaw Kobus
Joerg Bornemann
Leena Miettinen
Lukas Holecek
Michal Klocek
Nikolai Kosjar
Orgad Shaneh
Oswald Buddenhagen
Pavel Fric
Petar Perisin
Rainer Keller
Robert Loehning
Sergey Belyashov
Sergio Martins
Thomas Hartmann
Tobias Hunger
Venugopal Shivashankar
Victor Ostashevsky



General

Editing
   * Removed trailing whitespace in generated files (QTCREATORBUG-9833)
   * Fixed placing cursor after replacing "." with "->" (QTCREATORBUG-9891)
   * Fixed crash that occurred when opening non-splittable editors in split
     windows (QTCREATORBUG-9843)
   * Fixed issues with having same document open in multiple splits
     (QTCREATORBUG-9801, QTCREATORBUG-9798)

Managing Projects

Compilers

Devices
   * Fixed device changes in kits

QMake Projects
   * Fixed tool chain use for cross-compilation
   * Avoided deadlock during spec/cache loading

CMake Projects

Qbs Projects

Autotools Projects

Generic Projects

Documentation
   * Added tutorial for developing Android applications
   * Updated documentation of Android Manifest editor
   * Updated some debugger documentation

Debugging
   * Fixed dumpers in the presence of -D_GLIBCXX_DEBUG
   * Fixed endless loop when stopping without winXXinterrupt.exe
   * Added support for GDB builds with Python 3.x
   * Added dumper for std::unordered_{set,map} (QTCREATORBUG-9855)
   * Improved display performance of unnamed structures (QTCREATORBUG-9947)
   * Made C++ debugging continue even if QML debugger fails (QTCREATORBUG-9836)
   * Fixed remote QML debugging with port forwarding involved

Analyzer
   * Improved Android and QNX support

C++ Support
   * Fixed crash in typedef resolving (QTCREATORBUG-9990)
   * Fixed crash in type lookup (QTCREATORBUG-10019)
   * Improved performance for generated symbols (QTCREATORBUG-9877)
   * Added checking whether project has changed before reparsing
     (QTCREATORBUG-9581)

QML Support
   * Add vector*d, quaternion, and matrix4x4 types to code model

Python Support

Diff Viewer

Version Control Systems
   * Disabled undo/redo for VCS output window (QTCREATORBUG-7645)
   * Git
      * Fixed crash on quit while rebase-todo editor is open
      * Fixed double stash pop on branch checkout

FakeVim

Platform Specific

Linux

Qt Support

QNX
   * Fixed the SSH Key Setup dialog to display native separators in paths
    (QTCREATORBUG-9830)

Android
   * Ensured that keytool returns English output (QTCREATORBUG-9941)

Translations
   * Updated Czech, Polish, Russian and Ukrainian translations

Testing
   * Added Squish tests for codepasting, external sort tool,
     UI completion, and "Go to slot" in Qt Designer

QML Designer
   * Fixed support for layouts
   * Fixed several issues in property editor
   * Added support for global Qt enums in rewriter