2023-12-06 13:00:56 +01:00
|
|
|
Qt Creator 12.0.1
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
Qt Creator version 12.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/v12.0.0..v12.0.1
|
|
|
|
|
|
|
|
|
|
General
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Fixed opening files with drag and drop on Qt Creator
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29961](https://bugreports.qt.io/browse/QTCREATORBUG-29961))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Editing
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
### C++
|
|
|
|
|
|
|
|
|
|
* Fixed a crash while parsing
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29847](https://bugreports.qt.io/browse/QTCREATORBUG-29847))
|
2023-12-06 13:00:56 +01:00
|
|
|
* Fixed a freeze when hovering over a class declaration
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29975](https://bugreports.qt.io/browse/QTCREATORBUG-29975))
|
2023-12-06 13:00:56 +01:00
|
|
|
* Fixed the renaming of virtual functions
|
|
|
|
|
* Fixed `Select Block Up` for string literals
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29844](https://bugreports.qt.io/browse/QTCREATORBUG-29844))
|
2023-12-06 13:00:56 +01:00
|
|
|
* Fixed the conversion between comment styles for certain indented comments
|
2023-12-11 11:16:31 +01:00
|
|
|
* Clang Format
|
|
|
|
|
* Fixed the indentation after multi-byte UTF-8 characters
|
|
|
|
|
([QTCREATORBUG-29927](https://bugreports.qt.io/browse/QTCREATORBUG-29927))
|
|
|
|
|
|
|
|
|
|
### Widget Designer
|
|
|
|
|
|
|
|
|
|
* Fixed that the buttons for editing signals and slots and editing buddies
|
|
|
|
|
were switched
|
|
|
|
|
([QTCREATORBUG-30017](https://bugreports.qt.io/browse/QTCREATORBUG-30017))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Projects
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
* Fixed the restoring of custom Kit data
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29970](https://bugreports.qt.io/browse/QTCREATORBUG-29970))
|
2023-12-06 13:00:56 +01:00
|
|
|
* Fixed overlapping labels in the target selector
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29990](https://bugreports.qt.io/browse/QTCREATORBUG-29990))
|
2023-12-06 13:00:56 +01:00
|
|
|
* Fixed the label for `Custom Executable` run configurations
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29983](https://bugreports.qt.io/browse/QTCREATORBUG-29983))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
### CMake
|
|
|
|
|
|
|
|
|
|
* Fixed a crash when opening projects
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29965](https://bugreports.qt.io/browse/QTCREATORBUG-29965))
|
|
|
|
|
* Fixed a crash when editing CMake files without a project
|
|
|
|
|
([QTCREATORBUG-30023](https://bugreports.qt.io/browse/QTCREATORBUG-30023))
|
|
|
|
|
* Fixed that directories were marked as invalid for the `Staging Directory`
|
|
|
|
|
([QTCREATORBUG-29997](https://bugreports.qt.io/browse/QTCREATORBUG-29997))
|
|
|
|
|
|
|
|
|
|
### Qbs
|
|
|
|
|
|
|
|
|
|
* Fixed a crash when parsing projects
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Analyzer
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
### Valgrind
|
|
|
|
|
|
|
|
|
|
* Fixed stopping the Valgrind process
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29948](https://bugreports.qt.io/browse/QTCREATORBUG-29948))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Version Control Systems
|
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
### Git
|
|
|
|
|
|
|
|
|
|
* Fixed that empty blame annotations are shown after saving a file outside of
|
|
|
|
|
the version control directory
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29991](https://bugreports.qt.io/browse/QTCREATORBUG-29991))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Platforms
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
|
|
|
|
|
|
* Added an error dialog for errors when loading the Qt platform plugin
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-30004](https://bugreports.qt.io/browse/QTCREATORBUG-30004))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
### Boot2Qt
|
|
|
|
|
|
|
|
|
|
* Fixed deployment on Windows
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29971](https://bugreports.qt.io/browse/QTCREATORBUG-29971))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
### MCU
|
|
|
|
|
|
|
|
|
|
* Fixed `Replace existing kits` after changing MCU SDK path
|
2023-12-11 11:16:31 +01:00
|
|
|
([QTCREATORBUG-29960](https://bugreports.qt.io/browse/QTCREATORBUG-29960))
|
2023-12-06 13:00:56 +01:00
|
|
|
|
|
|
|
|
Credits for these changes go to:
|
|
|
|
|
--------------------------------
|
|
|
|
|
Alessandro Portale
|
|
|
|
|
Andre Hartmann
|
2023-12-11 11:16:31 +01:00
|
|
|
Artem Sokolovskii
|
2023-12-06 13:00:56 +01:00
|
|
|
Christian Kandeler
|
|
|
|
|
Christian Stenger
|
|
|
|
|
Cristian Adam
|
|
|
|
|
Eike Ziller
|
2023-12-11 11:16:31 +01:00
|
|
|
Friedemann Kleint
|
2023-12-06 13:00:56 +01:00
|
|
|
Jaroslaw Kobus
|
|
|
|
|
Marcus Tillmanns
|
|
|
|
|
Orgad Shaneh
|
|
|
|
|
Robert Löhning
|
|
|
|
|
Samuli Piippo
|
|
|
|
|
Tor Arne Vestbø
|
|
|
|
|
Yasser Grimes
|