blob: d13fa8475ef150ee2b616d4e6502a0e184960f87 (
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
126
127
128
129
130
131
|
Qt Creator 13.0.1
=================
Qt Creator version 13.0.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/v13.0.0..v13.0.1
General
-------
* Fixed a crash when hiding tool tips
([QTCREATORBUG-30738](https://bugreports.qt.io/browse/QTCREATORBUG-30738))
Help
----
* Examples Browser
* Fixed that two columns were shown for the wrong category
([QTCREATORBUG-30634](https://bugreports.qt.io/browse/QTCREATORBUG-30634))
* Fixed that the clear button was missing after typing in the filter input
* Fixed links to QML properties
([QTCREATORBUG-30625](https://bugreports.qt.io/browse/QTCREATORBUG-30625))
Editing
-------
* Fixed that backspace could delete more than one whitespace in the middle of a line
([QTCREATORBUG-30725](https://bugreports.qt.io/browse/QTCREATORBUG-30725))
### C++
* Fixed that completion was shown for number literals
([QTCREATORBUG-30607](https://bugreports.qt.io/browse/QTCREATORBUG-30607))
* Fixed that Flex and Bison files were opened in the C++ editor
([QTCREATORBUG-30686](https://bugreports.qt.io/browse/QTCREATORBUG-30686))
### QML
* Fixed a crash when creating a `Qt Quick Application` when the QML language server is enabled
([QTCREATORBUG-30739](https://bugreports.qt.io/browse/QTCREATORBUG-30739))
### Models
* Fixed a crash when selecting elements
([QTCREATORBUG-30413](https://bugreports.qt.io/browse/QTCREATORBUG-30413))
Projects
--------
* Fixed that the text editor for environment changes showed a blinking cursor even when not focused
([QTCREATORBUG-30640](https://bugreports.qt.io/browse/QTCREATORBUG-30640))
* Fixed that the option `Start build processes with low priority` did not persist
([QTCREATORBUG-30696](https://bugreports.qt.io/browse/QTCREATORBUG-30696))
### CMake
* Fixed that `Add build library search path to PATH` missed paths to libraries that were built by
the project
([QTCREATORBUG-30644](https://bugreports.qt.io/browse/QTCREATORBUG-30644))
* Fixed the handling of `source_group`
([QTCREATORBUG-30602](https://bugreports.qt.io/browse/QTCREATORBUG-30602),
[QTCREATORBUG-30620](https://bugreports.qt.io/browse/QTCREATORBUG-30620))
* Fixed that renaming files did not adapt `set_source_file_properties` calls
([QTCREATORBUG-30174](https://bugreports.qt.io/browse/QTCREATORBUG-30174))
* Fixed a crash when combining presets
([QTCREATORBUG-30755](https://bugreports.qt.io/browse/QTCREATORBUG-30755))
Debugging
---------
* Fixed a crash when enabling QML debugging
([QTCREATORBUG-30706](https://bugreports.qt.io/browse/QTCREATORBUG-30706))
* LLDB
* Fixed that `Additional Attach Commands` were not used
Analyzer
--------
### Clang
* Fixed the documentation link for `clang-tidy` checks
([QTCREATORBUG-30658](https://bugreports.qt.io/browse/QTCREATORBUG-30658))
Terminal
--------
* Fixed the `TERM` environment variable, which broke the functioning of certain command line tools
([QTCREATORBUG-30737](https://bugreports.qt.io/browse/QTCREATORBUG-30737))
Platforms
---------
### Android
* Updated the command line tools that are installed with `Set Up SDK`
* Fixed that Qt ABI detection was wrong directly after `Set Up SDK`
([QTCREATORBUG-30568](https://bugreports.qt.io/browse/QTCREATORBUG-30568))
### iOS
* Fixed a crash when starting multiple applications in Simulators
([QTCREATORBUG-30666](https://bugreports.qt.io/browse/QTCREATORBUG-30666))
### Remote Linux
* Fixed that deployment could block Qt Creator until finished
* Fixed that it was not possible to change the device name
([QTCREATORBUG-30622](https://bugreports.qt.io/browse/QTCREATORBUG-30622))
Credits for these changes go to:
--------------------------------
Ahmad Samir
Alessandro Portale
BogDan Vatra
Christian Kandeler
Christian Stenger
Cristian Adam
David Faure
David Schulz
Eike Ziller
Jaroslaw Kobus
Jussi Witick
Leena Miettinen
Marcus Tillmanns
Robert Löhning
|