summaryrefslogtreecommitdiff
path: root/dist/changelog/changes-9.0.1.md
blob: 9436a7cead941bdff65b1398c0e69b25a34e7a2b (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
Qt Creator 9.0.1
================

Qt Creator version 9.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/v9.0.0..v9.0.1

General
-------

* Improved performance in the context of file path handling
* Fixed missing `No updates found.` message after looking for updates
* Fixed loading of custom external tools definitions

Editing
-------

* Fixed double `*` sign at end of long document names in dropdown

### C++

* Fixed jumping to wrong symbol with `Follow Symbol` (QTCREATORBUG-28452)
* Fixed display of tab size in code style settings (QTCREATORBUG-28450)
* Fixed crash after closing settings when opened from indexing progress
  (QTCREATORBUG-28566)
* Fixed crash when opening type hierarchy (QTCREATORBUG-28529)
* Fixed code style settings being saved even when canceling
* Fixed checkbox state in Beautifier settings (QTCREATORBUG-28525)

Projects
--------

### CMake

* Fixed that build environment was not migrated to the new configuration
  environment (QTCREATORBUG-28372)
* Fixed handling of `inherits` for deeper hierarchies (QTCREATORBUG-28498)

Debugging
---------

* Fixed handling of macros in source path mapping (QTCREATORBUG-28484)

### GDB

* Fixed pretty printer of `std::string` from `libc++` (QTCREATORBUG-28511)

### CDB

* Fixed source path mapping (QTCREATORBUG-28521)

Analyzer
--------

### Clang

* Fixed crash when clearing selection in settings (QTCREATORBUG-28524)

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

### Google Test

* Fixed debugging (QTCREATORBUG-28504)

Platforms
---------

### Linux

* Fixed wrong colors with GTK3 platform theme (QTCREATORBUG-28497)

### Docker

* Fixed that working directory for remote processes was not made reachable

Credits for these changes go to:
--------------------------------
Alessandro Portale  
André Pönitz  
Artem Sokolovskii  
Christian Kandeler  
Christian Stenger  
Cristian Adam  
David Schulz  
Eike Ziller  
Jaroslaw Kobus  
Kai Köhne  
Kwangsub Kim  
Leena Miettinen  
Marcus Tillmanns  
Orgad Shaneh  
Riitta-Leena Miettinen  
Thomas Hartmann  
Tim Jenssen  
Ulf Hermann