aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-6.0.2.md
blob: 2b75467266194c68c1d4b92c2f5a96df401b3c2c (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
Qt Creator 6.0.2
================

Qt Creator version 6.0.2 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/v6.0.1..v6.0.2

General
-------

* Fixed crash in process launcher (QTCREATORBUG-26726)

Editing
-------

* Fixed that `Select All` scrolled to bottom (QTCREATORBUG-26736)
* Fixed copying with block selection (QTCREATORBUG-26761)

### C++

* ClangCodeModel
  * Fixed performance regression of code completion on Windows and macOS
    (QTCREATORBUG-26754)

### Python

* Fixed working directory for `REPL`

### Modeling

* Fixed missing options in property editor (QTCREATORBUG-26760)

Projects
--------

* Fixed that closing application in `Application Output` pane killed process
  even if `Keep Running` was selected
* Fixed filtering in target setup page (QTCREATORBUG-26779)

### CMake

* Fixed that GUI project wizards did not create GUI applications on Windows and
  app bundles on macOS

Platforms
---------

### Linux

* Fixed that commercial plugins linked to libGLX and libOpenGL
  (QTCREATORBUG-26744)

### macOS

* Fixed crash when switching screen configuration (QTCREATORBUG-26019)

Credits for these changes go to:
--------------------------------
Allan Sandfeld Jensen  
André Pönitz  
Antti Määttä  
Christiaan Janssen  
Christian Kandeler  
Christian Stenger  
Cristian Adam  
David Schulz  
Eike Ziller  
Henning Gruendl  
Jaroslaw Kobus  
Knud Dollereder  
Leena Miettinen  
Marco Bubke  
Mats Honkamaa  
Samuel Ghinet  
Tapani Mattila  
Thomas Hartmann  
Tuomo Pelkonen