2018-10-16 15:51:21 +02:00
|
|
|
Qt Creator version 4.7.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/v4.7.1..v4.7.2
|
|
|
|
|
|
2018-10-23 09:53:18 +02:00
|
|
|
General
|
|
|
|
|
|
|
|
|
|
* Fixed crash when pressing wrong shortcut for recent projects in Welcome mode
|
|
|
|
|
(QTCREATORBUG-21302)
|
|
|
|
|
* Fixed rare crash in file system view
|
|
|
|
|
|
2018-10-16 15:51:21 +02:00
|
|
|
Editing
|
|
|
|
|
|
|
|
|
|
* Fixed that collapsed text no longer showed up in tooltip (QTCREATORBUG-21040)
|
|
|
|
|
* Fixed crash with generic text completion (QTCREATORBUG-21192)
|
|
|
|
|
|
2018-10-23 09:53:18 +02:00
|
|
|
Generic Projects
|
|
|
|
|
|
|
|
|
|
* Fixed crash when adding file to sub-folder (QTCREATORBUG-21342)
|
|
|
|
|
|
2018-10-16 15:51:21 +02:00
|
|
|
C++ Support
|
|
|
|
|
|
|
|
|
|
* Fixed wrong value of `__cplusplus` define (QTCREATORBUG-20884)
|
|
|
|
|
* Clang Code Model
|
|
|
|
|
* Fixed possible crash in `Follow Symbol Under Cursor`
|
|
|
|
|
* Fixed crash when using `Select Block Up/Down` with lambda
|
|
|
|
|
(QTCREATORBUG-20994)
|
|
|
|
|
|
|
|
|
|
Debugging
|
|
|
|
|
|
|
|
|
|
* CDB
|
|
|
|
|
* Fixed pretty printing of `std::vector` without Python (QTCREATORBUG-21074)
|
|
|
|
|
|
|
|
|
|
Platform Specific
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
|
|
* Fixed saving of files when another application blocks atomic save operation
|
|
|
|
|
(QTCREATORBUG-7668)
|
2018-10-23 09:53:18 +02:00
|
|
|
* Fixed wrongly added empty lines in application output (QTCREATORBUG-21215)
|
|
|
|
|
|
|
|
|
|
iOS
|
|
|
|
|
|
|
|
|
|
* Fixed issue with detecting iPhone XS (QTCREATORBUG-21291)
|
2018-10-16 15:51:21 +02:00
|
|
|
|
|
|
|
|
Remote Linux
|
|
|
|
|
|
|
|
|
|
* Fixed superfluous empty lines in application output (QTCREATORBUG-19367)
|
|
|
|
|
|
|
|
|
|
Credits for these changes go to:
|
|
|
|
|
David Schulz
|
|
|
|
|
Eike Ziller
|
|
|
|
|
Friedemann Kleint
|
|
|
|
|
Hannes Domani
|
|
|
|
|
Ivan Donchevskii
|
|
|
|
|
Jonathan Liu
|
|
|
|
|
Kai Köhne
|
|
|
|
|
Nikolai Kosjar
|
|
|
|
|
Sergey Belyashov
|