2021-01-05 14:13:02 +01:00
|
|
|
Qt Creator 4.14.1
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
Qt Creator version 4.14.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/v4.14.0..v4.14.1
|
|
|
|
|
|
|
|
|
|
General
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Fixed copying to clipboard from JavaScript locator filter
|
|
|
|
|
|
|
|
|
|
### Building Qt Creator with CMake
|
|
|
|
|
|
|
|
|
|
* Made it easier to build against separate litehtml (QTCREATORBUG-25144)
|
|
|
|
|
* Made it possible to adapt install layout for Linux distributions
|
|
|
|
|
(QTCREATORBUG-25142)
|
|
|
|
|
* Fixed building and running against system LLVM (QTCREATORBUG-25147)
|
|
|
|
|
|
|
|
|
|
Editing
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Fixed search result highlighting for overlapping results (QTCREATORBUG-25237)
|
|
|
|
|
|
|
|
|
|
### C++
|
|
|
|
|
|
|
|
|
|
* Added support for `BINDABLE` in `Q_PROPERTY`
|
|
|
|
|
* Fixed loading `ClangFormat` plugin on Linux distributions with software
|
|
|
|
|
rendering (QTCREATORBUG-24998)
|
|
|
|
|
* Fixed hanging `Follow Symbol` (QTCREATORBUG-25193)
|
|
|
|
|
* Fixed freeze in global indexing (QTCREATORBUG-25121)
|
|
|
|
|
* Fixed missing completion in `connect` statements (QTCREATORBUG-25153)
|
|
|
|
|
|
|
|
|
|
### QML
|
|
|
|
|
|
|
|
|
|
* Fixed reformatter for arrow functions (QTCREATORBUG-23019)
|
|
|
|
|
* Fixed reformatter for template strings
|
|
|
|
|
|
|
|
|
|
### Language Client
|
|
|
|
|
|
|
|
|
|
* Fixed handling of dynamically registered capabilities
|
|
|
|
|
|
|
|
|
|
Projects
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
* Fixed crash in environment settings (QTCREATORBUG-25170)
|
|
|
|
|
|
2021-02-19 11:07:26 +01:00
|
|
|
### CMake
|
|
|
|
|
|
|
|
|
|
* Fixed that CMake version support was not re-checked when changing its path in
|
|
|
|
|
settings (QTCREATORBUG-25250)
|
|
|
|
|
|
2021-01-05 14:13:02 +01:00
|
|
|
### qmake
|
|
|
|
|
|
|
|
|
|
* Fixed unnecessary `qmake` run if `separate_debug_info` is force-disabled
|
|
|
|
|
(QTCREATORBUG-25134)
|
|
|
|
|
* Fixed wrong messages in `Issues` pane from cumulative parsing
|
|
|
|
|
(QTCREATORBUG-25201)
|
|
|
|
|
|
2021-02-19 11:07:26 +01:00
|
|
|
### Meson
|
|
|
|
|
|
|
|
|
|
* Fixed crash when switching build type
|
|
|
|
|
|
2021-01-05 14:13:02 +01:00
|
|
|
Debugging
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
### LLDB
|
|
|
|
|
|
|
|
|
|
* Fixed that application output could be printed delayed (QTCREATORBUG-24667)
|
2021-02-23 09:23:15 +01:00
|
|
|
* Fixed performance issue (QTCREATORBUG-25185, QTCREATORBUG-25217)
|
2021-01-05 14:13:02 +01:00
|
|
|
|
|
|
|
|
### CDB
|
|
|
|
|
|
|
|
|
|
* Fixed `std::map`, `std::set` and `std::list` pretty printers in release builds
|
|
|
|
|
(QTCREATORBUG-24901)
|
|
|
|
|
|
|
|
|
|
Analyzer
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
### Clang
|
|
|
|
|
|
|
|
|
|
* Fixed issue with MSVC and MinGW (QTCREATORBUG-25126)
|
|
|
|
|
|
|
|
|
|
Platforms
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
### Remote Linux
|
|
|
|
|
|
|
|
|
|
* Fixed SSH download operation without session (QTCREATORBUG-25236)
|
|
|
|
|
|
|
|
|
|
Credits for these changes go to:
|
|
|
|
|
--------------------------------
|
|
|
|
|
Alessandro Portale
|
2021-02-19 11:07:26 +01:00
|
|
|
Alexis Jeandet
|
2021-01-05 14:13:02 +01:00
|
|
|
Andre Hartmann
|
|
|
|
|
André Pönitz
|
|
|
|
|
Björn Schäpers
|
2021-02-19 11:07:26 +01:00
|
|
|
Christiaan Janssen
|
2021-01-05 14:13:02 +01:00
|
|
|
Christian Kandeler
|
|
|
|
|
Christian Stenger
|
|
|
|
|
Cristian Adam
|
|
|
|
|
David Schulz
|
2021-02-19 11:07:26 +01:00
|
|
|
Denis Shienkov
|
2021-01-05 14:13:02 +01:00
|
|
|
Eike Ziller
|
|
|
|
|
Henning Gruendl
|
|
|
|
|
Ivan Komissarov
|
|
|
|
|
Kai Köhne
|
|
|
|
|
Kama Wójcik
|
|
|
|
|
Knud Dollereder
|
|
|
|
|
Leander Schulten
|
|
|
|
|
Leena Miettinen
|
|
|
|
|
Lukasz Ornatek
|
|
|
|
|
Mahmoud Badri
|
|
|
|
|
Marco Bubke
|
|
|
|
|
Michael Winkelmann
|
2021-02-19 11:07:26 +01:00
|
|
|
Miikka Heikkinen
|
2021-01-05 14:13:02 +01:00
|
|
|
Orgad Shaneh
|
|
|
|
|
Thomas Hartmann
|
|
|
|
|
Tim Jenssen
|
|
|
|
|
Vikas Pachdha
|