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

Qt Creator version 4.14.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.14.0..v4.14.1

General
-------

* Fixed copying to clipboard from JavaScript locator filter

### Building Qt Creator with CMake

* Made it easier to build against separate litehtml (QTCREATORBUG-25144)
* Made it possible to adapt install layout for Linux distributions
  (QTCREATORBUG-25142)
* Fixed building and running against system LLVM (QTCREATORBUG-25147)

Editing
-------

* Fixed search result highlighting for overlapping results (QTCREATORBUG-25237)

### C++

* Added support for `BINDABLE` in `Q_PROPERTY`
* Fixed loading `ClangFormat` plugin on Linux distributions with software
  rendering (QTCREATORBUG-24998)
* Fixed hanging `Follow Symbol` (QTCREATORBUG-25193)
* Fixed freeze in global indexing (QTCREATORBUG-25121)
* Fixed missing completion in `connect` statements (QTCREATORBUG-25153)

### QML

* Fixed reformatter for arrow functions (QTCREATORBUG-23019)
* Fixed reformatter for template strings

### Language Client

* Fixed handling of dynamically registered capabilities

Projects
--------

* Fixed crash in environment settings (QTCREATORBUG-25170)

### CMake

* Fixed that CMake version support was not re-checked when changing its path in
  settings (QTCREATORBUG-25250)

### qmake

* Fixed unnecessary `qmake` run if `separate_debug_info` is force-disabled
  (QTCREATORBUG-25134)
* Fixed wrong messages in `Issues` pane from cumulative parsing
  (QTCREATORBUG-25201)

### Meson

* Fixed crash when switching build type

Debugging
---------

### LLDB

* Fixed that application output could be printed delayed (QTCREATORBUG-24667)
* Fixed performance issue (QTCREATORBUG-25185, QTCREATORBUG-25217)

### CDB

* Fixed `std::map`, `std::set` and `std::list` pretty printers in release builds
  (QTCREATORBUG-24901)

Analyzer
--------

### Clang

* Fixed issue with MSVC and MinGW (QTCREATORBUG-25126)

Platforms
---------

### Remote Linux

* Fixed SSH download operation without session (QTCREATORBUG-25236)

Credits for these changes go to:
--------------------------------
Alessandro Portale  
Alexis Jeandet  
Andre Hartmann  
André Pönitz  
Björn Schäpers  
Christiaan Janssen  
Christian Kandeler  
Christian Stenger  
Cristian Adam  
David Schulz  
Denis Shienkov  
Eike Ziller  
Henning Gruendl  
Ivan Komissarov  
Kai Köhne  
Kama Wójcik  
Knud Dollereder  
Leander Schulten  
Leena Miettinen  
Lukasz Ornatek  
Mahmoud Badri  
Marco Bubke  
Michael Winkelmann  
Miikka Heikkinen  
Orgad Shaneh  
Thomas Hartmann  
Tim Jenssen  
Vikas Pachdha