2022-07-28 11:49:45 +02:00
|
|
|
Qt Creator 8.0.1
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
Qt Creator version 8.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/v8.0.0..v8.0.1
|
|
|
|
|
|
|
|
|
|
Editing
|
|
|
|
|
-------
|
|
|
|
|
|
2022-08-08 08:41:10 +02:00
|
|
|
* Delayed context menu tooltip action creation
|
|
|
|
|
* Cached the last QIcon created from a Utils::Icon
|
|
|
|
|
|
2022-07-28 11:49:45 +02:00
|
|
|
### C++
|
|
|
|
|
|
2022-08-08 08:41:10 +02:00
|
|
|
* Prevent opening unneeded generated ui header files in clangd
|
|
|
|
|
* Fixed documents getting opened in wrong clangd
|
|
|
|
|
|
2022-07-28 11:49:45 +02:00
|
|
|
Projects
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
### Compilation Database
|
|
|
|
|
|
|
|
|
|
* Fixed project state when compilation database changes timestamp without
|
|
|
|
|
changing contents
|
|
|
|
|
|
|
|
|
|
Platforms
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
### macOS
|
|
|
|
|
|
|
|
|
|
* Fixed crash of user applications that access protected resources
|
|
|
|
|
(QTCREATORBUG-27962)
|
|
|
|
|
|
|
|
|
|
### Boot2Qt
|
|
|
|
|
|
|
|
|
|
* Fixed crash when manually rebooting (QTCREATORBUG-27879)
|
|
|
|
|
|
|
|
|
|
### QNX
|
|
|
|
|
|
|
|
|
|
* Fixed debugger startup (QTCREATORBUG-27915)
|
|
|
|
|
|
|
|
|
|
### Baremetal
|
|
|
|
|
|
|
|
|
|
* Fixed running and debugging applications (QTCREATORBUG-27972)
|
2022-08-08 08:41:10 +02:00
|
|
|
* Fixed bug when cloning jLink gdb server provider
|
|
|
|
|
|
|
|
|
|
Debugging
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
* Fixed bitfield display with Python 3
|
|
|
|
|
|
2022-07-28 11:49:45 +02:00
|
|
|
|
|
|
|
|
Credits for these changes go to:
|
|
|
|
|
--------------------------------
|
2022-08-08 08:41:10 +02:00
|
|
|
Alexander Akulich
|
2022-07-28 11:49:45 +02:00
|
|
|
Alibek Omarov
|
|
|
|
|
André Pönitz
|
|
|
|
|
Christian Kandeler
|
2022-08-08 08:41:10 +02:00
|
|
|
Christian Stenger
|
2022-07-28 11:49:45 +02:00
|
|
|
Cristian Adam
|
2022-08-08 08:41:10 +02:00
|
|
|
David Schulz
|
|
|
|
|
Dmitry Kovalev
|
2022-07-28 11:49:45 +02:00
|
|
|
Eike Ziller
|
|
|
|
|
Ivan Komissarov
|
|
|
|
|
Jaroslaw Kobus
|
2022-08-08 08:41:10 +02:00
|
|
|
Knud Dollereder
|
2022-07-28 11:49:45 +02:00
|
|
|
Mahmoud Badri
|
2022-08-08 08:41:10 +02:00
|
|
|
Marcus Tillmanns
|
2022-07-28 11:49:45 +02:00
|
|
|
Mats Honkamaa
|
2022-08-08 08:41:10 +02:00
|
|
|
Miikka Heikkinen
|
|
|
|
|
Orgad Shaneh
|
2022-07-28 11:49:45 +02:00
|
|
|
Oswald Buddenhagen
|
2022-08-08 08:41:10 +02:00
|
|
|
Samuel Ghinet
|
2022-07-28 11:49:45 +02:00
|
|
|
Thomas Hartmann
|
2022-08-08 08:41:10 +02:00
|
|
|
Vikas Pachdha
|