aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changelog/changes-11.0.1.md
blob: 3c187b0c41d0137c2ae47a807bd7d8281cb472a2 (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
Qt Creator 11.0.1
=================

Qt Creator version 11.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/v11.0.0..v11.0.1

General
-------

* Fixed writing configuration files with `sdktool`
* Fixed exporting keyboard shortcut schemes
  ([QTCREATORBUG-29431](https://bugreports.qt.io/browse/QTCREATORBUG-29431))

Editing
-------

### SCXML

* Fixed a crash when `onEntry`/`onExit` events and transitions where displayed
  together
  ([QTCREATORBUG-29429](https://bugreports.qt.io/browse/QTCREATORBUG-29429))

### Beautifier

* Fixed setting a customized Clang Format style
  ([QTCREATORBUG-28525](https://bugreports.qt.io/browse/QTCREATORBUG-28525))

Projects
--------

* Fixed a crash when editing kits
  ([QTCREATORBUG-29382](https://bugreports.qt.io/browse/QTCREATORBUG-29382),
   [QTCREATORBUG-29425](https://bugreports.qt.io/browse/QTCREATORBUG-29425))
* Fixed a crash when manually re-detecting toolchains
  ([QTCREATORBUG-29430](https://bugreports.qt.io/browse/QTCREATORBUG-29430))
* Fixed the pasting of large texts in integrated terminal
* Incredibuild
    * Fixed missing UI in the build steps

### CMake

* Fixed an issue with framework paths with CMake >= 3.27
  ([QTCREATORBUG-29450](https://bugreports.qt.io/browse/QTCREATORBUG-29450))

Debugging
---------

* Fixed the button state in the dialog for loading core files
* Fixed debugging with debuggers that still use Python 2.7
  ([QTCREATORBUG-29440](https://bugreports.qt.io/browse/QTCREATORBUG-29440))
* GDB
    * Fixed `Use common locations for debug information`

Version Control Systems
-----------------------

### Git

* Fixed a crash when tools are not found in `PATH`

Credits for these changes go to:
--------------------------------
Aleksei German  
André Pönitz  
Christian Kandeler  
Christian Stenger  
Cristian Adam  
Eike Ziller  
Leena Miettinen  
Marcus Tillmanns  
Robert Löhning