blob: b7f435b47f836d0697a7719befeb5f84eae678da (
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
|
Qt Creator 11.0.3
=================
Qt Creator version 11.0.3 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/v11.0.2..v11.0.3
Editing
-------
### C++
* Fixed a crash with constructs that look similar to a function with initializer
([QTCREATORBUG-29386](https://bugreports.qt.io/browse/QTCREATORBUG-29386))
* Fixed an issue with Clang headers
([QTCREATORBUG-29571](https://bugreports.qt.io/browse/QTCREATORBUG-29571))
* Fixed missing lightbulbs for Clangd refactoring actions
([QTCREATORBUG-29493](https://bugreports.qt.io/browse/QTCREATORBUG-29493))
### QML
* Fixed wrong M16 warnings
([QTCREATORBUG-28468](https://bugreports.qt.io/browse/QTCREATORBUG-28468))
### Language Server Protocol
* Fixed the loading of client settings
([QTCREATORBUG-29477](https://bugreports.qt.io/browse/QTCREATORBUG-29477))
Projects
--------
* Fixed that issue descriptions were cut off
([QTCREATORBUG-29458](https://bugreports.qt.io/browse/QTCREATORBUG-29458))
* Fixed an issue when running in terminal
([QTCREATORBUG-29503](https://bugreports.qt.io/browse/QTCREATORBUG-29503))
### CMake
* Fixed a crash when loading a project
([QTCREATORBUG-29587](https://bugreports.qt.io/browse/QTCREATORBUG-29587))
* Fixed that `Stage for installation` was enabled by default for iOS Simulator
and Bare Metal configurations
([QTCREATORBUG-29293](https://bugreports.qt.io/browse/QTCREATORBUG-29293),
[QTCREATORBUG-29475](https://bugreports.qt.io/browse/QTCREATORBUG-29475))
* Fixed adding and removing files from modified CMake files
([QTCREATORBUG-29550](https://bugreports.qt.io/browse/QTCREATORBUG-29550))
### qmake
* Fixed the ABI setting in the qmake build step
([QTCREATORBUG-29552](https://bugreports.qt.io/browse/QTCREATORBUG-29552))
### Python
* Fixed that `.pyw` files were missing from the target information
Debugging
---------
* Fixed the debugging in terminal
([QTCREATORBUG-29463](https://bugreports.qt.io/browse/QTCREATORBUG-29463),
[QTCREATORBUG-29497](https://bugreports.qt.io/browse/QTCREATORBUG-29497),
[QTCREATORBUG-29554](https://bugreports.qt.io/browse/QTCREATORBUG-29554))
* Improved the pretty printer of `std::string` for `libc++`
([QTCREATORBUG-29526](https://bugreports.qt.io/browse/QTCREATORBUG-29526))
Analyzer
--------
### CTF Visualizer
* Fixed a crash when loading invalid JSON
Terminal
--------
* Fixed the default environment variables
([QTCREATORBUG-29515](https://bugreports.qt.io/browse/QTCREATORBUG-29515))
* Fixed `gnome-terminal` and `xdg-terminal` for the external terminal
([QTCREATORBUG-29488](https://bugreports.qt.io/browse/QTCREATORBUG-29488))
Test Integration
----------------
### CTest
* Fixed the update of target information after a change in the kit
([QTCREATORBUG-29477](https://bugreports.qt.io/browse/QTCREATORBUG-29477))
Platforms
---------
### Remote Linux
* Fixed that SFTP was used (and failed) for deployment when the source is remote
([QTCREATORBUG-29524](https://bugreports.qt.io/browse/QTCREATORBUG-29524))
* Fixed deployment to the device root directory
([QTCREATORBUG-29597](https://bugreports.qt.io/browse/QTCREATORBUG-29597))
### Docker
* Fixed the registration of sysroots by the installer
([QTCREATORBUG-29523](https://bugreports.qt.io/browse/QTCREATORBUG-29523))
Credits for these changes go to:
--------------------------------
Alessandro Portale
Alexandre Laurent
André Pönitz
Christian Kandeler
Christian Stenger
Cristian Adam
David Schulz
Eike Ziller
Marcus Tillmanns
Miikka Heikkinen
Semih Yavuz
|