blob: 40d0bad23c65ad621efddc219ce16cf146d52cc5 (
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
|
Qt Creator 16.0.1
=================
Qt Creator version 16.0.1 contains bug fixes.
It is a free upgrade for commercial license holders.
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 or view online at
<https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=v16.0.0..v16.0.1>
Editing
-------
* Fixed that formatting code with the Beautifier plugin broke the text encoding
([QTCREATORBUG-32668](https://bugreports.qt.io/browse/QTCREATORBUG-32668))
* Fixed that jumping to a column that doesn't exist jumped to a different line
([QTCREATORBUG-32592](https://bugreports.qt.io/browse/QTCREATORBUG-32592))
### C++
* Fixed that autodetection of tab settings was turned on for the built-in
code styles
([QTCREATORBUG-32664](https://bugreports.qt.io/browse/QTCREATORBUG-32664))
### QML
* Fixed that `Follow Symbol Under Cursor` could open a copy in the build folder
([QTCREATORBUG-32652](https://bugreports.qt.io/browse/QTCREATORBUG-32652))
### Language Server Protocol
* Fixed the sorting in `Type Hierarchy`
Projects
--------
* Fixed a possible crash when renaming files
* Fixed a crash when canceling the download of SDKs
([QTCREATORBUG-32746](https://bugreports.qt.io/browse/QTCREATORBUG-32746))
### CMake
* Improved the detection of Ninja on macOS
([QTCREATORBUG-32331](https://bugreports.qt.io/browse/QTCREATORBUG-32331))
* Fixed a crash when adding files
([QTCREATORBUG-32745](https://bugreports.qt.io/browse/QTCREATORBUG-32745))
* Fixed `Package manager auto setup` for CMake older than 3.19
([QTCREATORBUG-32636](https://bugreports.qt.io/browse/QTCREATORBUG-32636))
Debugging
---------
* Fixed `Open Memory Editor Showing Stack Layout`
([QTCREATORBUG-32542](https://bugreports.qt.io/browse/QTCREATORBUG-32542))
### QML
Fixed that variable values in `Locals` view were not marked as changed
([QTCREATORBUG-29344](https://bugreports.qt.io/browse/QTCREATORBUG-29344))
* Fixed the re-enabling of breakpoints
([QTCREATORBUG-17294](https://bugreports.qt.io/browse/QTCREATORBUG-17294))
Analyzer
--------
### QML Profiler
* Fixed attaching to a running external application
([QTCREATORBUG-32617](https://bugreports.qt.io/browse/QTCREATORBUG-32617))
### Perf
* Fixed stopping profiling with the tool button
Terminal
--------
* Fixed issues with the `PATH` environment variable
([QTCREATORBUG-32647](https://bugreports.qt.io/browse/QTCREATORBUG-32647))
* Fixed `Enable mouse tracking`
Version Control Systems
-----------------------
### Git
* Guarded against crashes in `Branches` view
([QTCREATORBUG-32186](https://bugreports.qt.io/browse/QTCREATORBUG-32186))
Platforms
---------
### iOS
* Fixed running on iOS 17+ devices with Xcode 15.4
([QTCREATORBUG-32637](https://bugreports.qt.io/browse/QTCREATORBUG-32637))
Credits for these changes go to:
--------------------------------
Alessandro Portale
Andre Hartmann
Aurélien Brooke
Christian Kandeler
Christian Stenger
Cristian Adam
David Schulz
Eike Ziller
Jaroslaw Kobus
Jörg Bornemann
Krzysztof Chrusciel
Leena Miettinen
Lukasz Papierkowski
Marcus Tillmanns
Orgad Shaneh
Robert Löhning
Sami Shalayel
Thiago Macieira
|