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

Qt Creator version 4.15.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.15.0..v4.15.1

General
-------

* Fixed crash in `Search Results` pane (QTCREATORBUG-25713)
* Fixed crash when showing tooltips after screen configuration changes
  (QTCREATORBUG-25747)
* Fixed environment selection for external tools (QTCREATORBUG-25634)

Editing
-------

* Fixed crash when opening settings from tooltip (QTCREATORBUG-25623)
* Fixed hiding of function hints (QTCREATORBUG-25664)
* Fixed vanishing text marks (QTCREATORBUG-25427)

### C++

* Fixed freeze when updating project while indexing is running

### QML

* Fixed wrong warning for blocks with `case` and `let` (QTCREATORBUG-24214)

### QRC

* Fixed that `compress-algo` tags were removed (QTCREATORBUG-25706)

Projects
--------

* Fixed restoration of `Projects` mode layout (QTCREATORBUG-25551)

### Wizards

* Fixed `Fetch data asynchronously` for list and table models

### CMake

* Fixed issues when switching configurations or running CMake while parsing
  (QTCREATORBUG-25588, QTCREATORBUG-25287)
* Fixed crash when cancelling scanning the project tree (QTCREATORBUG-24564)
* Fixed custom targets missing in Locator (QTCREATORBUG-25726)

Debugging
---------

### GDB

* Fixed crash (QTCREATORBUG-25745)

Test Integration
----------------

* Fixed selection of individual tests (QTCREATORBUG-25702)

### Catch2

* Fixed issues with Catch2 3.0 (QTCREATORBUG-25582)

### GoogleTest

* Fixed crash with empty test name

Platforms
---------

### Windows

* Fixed issues with `clang-cl` toolchain (QTCREATORBUG-25690,
  QTCREATORBUG-25693, QTCREATORBUG-25698)

### Remote Linux

* Fixed install step (QTCREATORBUG-25359)

### Android

* Improved startup time (QTCREATORBUG-25463)
* Fixed `Checking pending licenses` (QTCREATORBUG-25667)

### MCU

* Added support for Cypress Traveo II (UL-4242)
* Fixed CMake generator for GHS compiler (UL-4247)

Credits for these changes go to:
--------------------------------
Alessandro Portale  
André Pönitz  
Christiaan Janssen  
Christian Kandeler  
Christian Stenger  
Cristian Adam  
David Schulz  
Eike Ziller  
Erik Verbruggen  
Ivan Komissarov  
Jaroslaw Kobus  
Knud Dollereder  
Leena Miettinen  
Marco Bubke  
Michael Winkelmann  
Miikka Heikkinen  
Mikhail Khachayants  
Mitch Curtis  
Tapani Mattila  
Thiago Macieira  
Thomas Hartmann  
Tim Jenssen