blob: 648d53054c87abb330d19e3f78d92fec518d93ac (
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
|
Qt Creator version 4.5.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 v4.5.0..v4.5.1
Help
* Fixed that mouse cursor got stuck in waiting state when jumping to
anchor within open help page (QTCREATORBUG-19649)
All Projects
* Fixed predefined macro setting for custom toolchains (QTCREATORBUG-19714)
QMake Projects
* Fixed crash when importing build (QTCREATORBUG-19391)
* Fixed crash when switching file while project is parsing (QTCREATORBUG-19428)
Qbs Projects
* Fixed issue with toolchain setup (QTCREATORBUG-19467)
* Fixed reparsing after switching build configuration
Qt Quick Designer
* Fixed painting artifacts while resizing
Nim Support
* Fixed debugging (QTCREATORBUG-19414)
Debugging
* CDB
* Improved performance when stepping (QTCREATORBUG-18613)
QML Profiler
* Fixed `Analyze Current Range` (QTCREATORBUG-19456)
* Fixed attaching to running application (QTCREATORBUG-19496)
Version Control Systems
* Gerrit
* Fixed that dialog could use wrong repository (QTCREATORBUG-19562)
Platform Specific
Windows
* Fixed issue with `PATH` when running QMake project
* Fixed issue with `PATH` when debugging with GDB
* Fixed multiple registration of MSVC 2015 Build Tools
Universal Windows Platform
* Fixed that changes to deployment steps did not persist
Credits for these changes go to:
Alessandro Portale
Alexandru Croitor
André Pönitz
Christian Kandeler
Christian Stenger
David Schulz
Eike Ziller
Friedemann Kleint
Ivan Donchevskii
Jaroslaw Kobus
Leena Miettinen
Nikolai Kosjar
Orgad Shaneh
Oswald Buddenhagen
Robert Löhning
Samuel Gaist
Sergey Belyashov
Thomas Hartmann
Tim Jenssen
Tobias Hunger
Ulf Hermann
|