aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.13.1.md
blob: a49946e8ed4e5a923e7948d1a8be384ec6361b26 (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
Qt Creator 4.13.1
=================

Qt Creator version 4.13.1 contains bug fixes.

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://code.qt.io/qt-creator/qt-creator.git
    git log --cherry-pick --pretty=oneline origin/v4.13.0..v4.13.1

Editing
-------

* Fixed whitespace cleaning (QTCREATORBUG-24565)
* Fixed selection color (QTCREATORBUG-24479)

### C++

* Fixed crash with adjacent raw string literals (QTCREATORBUG-24577)
* Fixed highlighting of template aliases (QTCREATORBUG-24552)

### QML

* Fixed wrong diagnostics for `ListElement` (QDS-2602)

### Language Client

* Fixed performance issue

Projects
--------

* Fixed parsing of QTest application output (QTCREATORBUG-24560)
* Fixed visibility of output in output panes (QTCREATORBUG-24411)

### qmake

* Fixed handling of unset environment variables (QTCREATORBUG-21729)
* Fixed that changes to sub-projects triggered full re-parse
  (QTCREATORBUG-24572)

### CMake

* Fixed removal of CMake tools

### Qbs

* Fixed install step

Debugging
---------

### GDB

* Fixed disabling of environment variables

Analyzer
--------

### Clang

* Updated Clazy to version 1.7

Qt Quick Designer
-----------------

* Improved composition of custom materials (QDS-2657)
* Fixed available items for MCU (QDS-2681, QDS-2512)
* Fixed visual artifacts when changing states
* Fixed rich text editor styling
* Fixed layout issues in state editor (QDS-2623, QDS-2615)
* Fixed support for `.hrd` images (QDS-2128)

Platforms
---------

### Android

* Fixed service handling in manifest editor (QTCREATORBUG-24557)

### macOS

* Fixed Clazy (QTCREATORBUG-24567)
* Fixed debugger locals view for newest LLDB (QTCREATORBUG-24596)

Credits for these changes go to:
--------------------------------
Aleksei German  
André Pönitz  
Andy Shaw  
Christian Kandeler  
Christian Stenger  
David Schulz  
Dominik Holland  
Eike Ziller  
Henning Gruendl  
Johanna Vanhatapio  
Kai Köhne  
Knud Dollereder  
Leena Miettinen  
Mahmoud Badri  
Marco Bubke  
Michael Winkelmann  
Miikka Heikkinen  
Orgad Shaneh  
Sergey Belyashov  
Thomas Hartmann  
Venugopal Shivashankar  
Vikas Pachdha  
Ville Voutilainen