1Qt Creator version 4.3.1 contains bug fixes.
2
3The most important changes are listed in this document. For a complete
4list of changes, see the Git log for the Qt Creator sources that
5you can check out from the public Git repository. For example:
6
7    git clone git://code.qt.io/qt-creator/qt-creator.git
8    git log --cherry-pick --pretty=oneline v4.3.0..v4.3.1
9
10General
11
12* Fixed that wizards overwrote existing files even when told not to do so
13  (QTCREATORBUG-18284)
14
15Editing
16
17* Fixed memory leak in code completion (QTCREATORBUG-18326)
18
19All Projects
20
21* Fixed that links in `Application Output` stopped working after application
22  stops (QTCREATORBUG-18134)
23* Fixed that `Application Output` was no longer editable (QTCREATORBUG-18418)
24
25QMake Projects
26
27* Fixed `Add Library` (QTCREATORBUG-18263)
28
29CMake Projects
30
31* Fixed crash when restoring session with multiple CMake projects
32  (QTCREATORBUG-18258)
33* Fixed that `test` target was missing (QTCREATORBUG-18323)
34* Fixed that `STATIC` and `INTERNAL` variables were shown in project
35  configuration
36* Fixed that CMake `message`s were not shown in `Issues` pane
37  (QTCREATORBUG-18318)
38* Fixed issues with CMake variables that contain `//` or `#`
39  (QTCREATORBUG-18385)
40* Fixed that deployment information could contain empty items
41  (QTCREATORBUG-18406)
42* Fixed that targets were duplicated when importing project (QTCREATORBUG-18409)
43* Fixed that building application failed first time and after build error
44  when using CMake < 3.7 (QTCREATORBUG-18290, QTCREATORBUG-18382)
45
46Qbs Projects
47
48* Fixed crash when renaming files (QTCREATORBUG-18440)
49
50Autotools Projects
51
52* Fixed regressions in project tree (QTCREATORBUG-18371)
53
54C++ Support
55
56* Fixed crash when requesting refactoring operations on invalid code
57  (QTCREATORBUG-18355)
58
59QML Support
60
61* Fixed crash when changing kit environment (QTCREATORBUG-18335)
62
63Valgrind
64
65* Fixed crash when running analyzer for iOS and Android (QTCREATORBUG-18254)
66
67Version Control Systems
68
69* Fixed filtering of untracked files in commit editor
70  when multiple projects are open
71* Git
72    * Fixed that ref names were missing for `Show`
73* Mercurial
74    * Fixed extra options in diff and log (QTCREATORBUG-17987)
75* Gerrit
76    * Fixed parsing output from Gerrit 2.14
77
78Test Integration
79
80* Fixed that changing QML file triggered full rescan for tests
81  (QTCREATORBUG-18315)
82* Fixed issues with multiple build targets
83  (QTCREATORBUG-17783, QTCREATORBUG-18357)
84
85Platform Specific
86
87Windows
88
89* Fixed checking whether example should be copied to writable location
90  (QTCREATORBUG-18184)
91* Fixed issues with MSVC2017 and CMake (QTCREATORBUG-17925)
92
93macOS
94
95* Fixed performance issue on HiDPI displays (QTBUG-61384)
96
97WinRT
98
99* Fixed running MSVC 2017 based applications (QTCREATORBUG-18288)
100
101Android
102
103* Fixed detection of MIPS64 toolchains
104* Fixed that 64-bit ABIs were missing in AVD creation dialog
105
106iOS
107
108* Fixed running on iOS 10.3 devices (QTCREATORBUG-18380)
109* Fixed crash that could occur at startup while device is connected
110  (QTCREATORBUG-18226)
111
112BareMetal
113
114* Fixed crash on shutdown
115