forked from qt-creator/qt-creator
Update 4.14 changes file
Change-Id: I3fae8dfeacc19ad027090bc112d888efbc780f19 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
22
dist/changes-4.14.0.md
vendored
22
dist/changes-4.14.0.md
vendored
@@ -20,6 +20,7 @@ Help
|
|||||||
----
|
----
|
||||||
|
|
||||||
* Made `litehtml` rendering backend the default
|
* Made `litehtml` rendering backend the default
|
||||||
|
* Fixed that Qt 5 documentation was not available if Qt 6 is installed
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
-------
|
-------
|
||||||
@@ -40,7 +41,7 @@ Editing
|
|||||||
* Added highlighting for structured bindings (QTCREATORBUG-24769)
|
* Added highlighting for structured bindings (QTCREATORBUG-24769)
|
||||||
* Restricted completion for second argument of `connect` calls to signals (QTCREATORBUG-13558)
|
* Restricted completion for second argument of `connect` calls to signals (QTCREATORBUG-13558)
|
||||||
* Fixed crash of backend with multiline `Q_PROPERTY` declarations (QTCREATORBUG-24746)
|
* Fixed crash of backend with multiline `Q_PROPERTY` declarations (QTCREATORBUG-24746)
|
||||||
* Fixed duplicate items appearing in include completion (QTCREATORBUG-24515)
|
* Fixed issues with include completion (QTCREATORBUG-21490, QTCREATORBUG-24515)
|
||||||
* Fixed missing namespace when generating getters and setters (QTCREATORBUG-14886)
|
* Fixed missing namespace when generating getters and setters (QTCREATORBUG-14886)
|
||||||
* Fixed missing `inline` when generating method definitions in header files
|
* Fixed missing `inline` when generating method definitions in header files
|
||||||
(QTCREATORBUG-15052)
|
(QTCREATORBUG-15052)
|
||||||
@@ -73,6 +74,7 @@ Editing
|
|||||||
|
|
||||||
* Fixed issues with `Move Component into Separate File` (QTCREATORBUG-21091)
|
* Fixed issues with `Move Component into Separate File` (QTCREATORBUG-21091)
|
||||||
* Fixed crash with malformed `property` (QTCREATORBUG-24587)
|
* Fixed crash with malformed `property` (QTCREATORBUG-24587)
|
||||||
|
* Fixed `qmldir` parsing with Qt 6 (QTCREATORBUG-24772)
|
||||||
|
|
||||||
### GLSL
|
### GLSL
|
||||||
|
|
||||||
@@ -88,6 +90,7 @@ Projects
|
|||||||
* Fixed issue when environment changes after appending or prepending path (QTCREATORBUG-24105)
|
* Fixed issue when environment changes after appending or prepending path (QTCREATORBUG-24105)
|
||||||
* Fixed `Embedding of the UI Class` option for widget applications (QTCREATORBUG-24422)
|
* Fixed `Embedding of the UI Class` option for widget applications (QTCREATORBUG-24422)
|
||||||
* Fixed shell used for console applications (QTCREATORBUG-24659)
|
* Fixed shell used for console applications (QTCREATORBUG-24659)
|
||||||
|
* Fixed issue with auto-scrolling compile output (QTCREATORBUG-24728)
|
||||||
|
|
||||||
### qmake
|
### qmake
|
||||||
|
|
||||||
@@ -102,6 +105,12 @@ Projects
|
|||||||
|
|
||||||
* Added option to unselect multiple configuration variables simultaneously
|
* Added option to unselect multiple configuration variables simultaneously
|
||||||
(QTCREATORBUG-22659)
|
(QTCREATORBUG-22659)
|
||||||
|
* Fixed missing run of CMake when saving `CMakeLists.txt` files in
|
||||||
|
subdirectories
|
||||||
|
* Fixed that changing build directory to existing build ran CMake with initial
|
||||||
|
arguments
|
||||||
|
* Fixed that configuration changes were lost when done before triggering a first
|
||||||
|
build (QTCREATORBUG-24936)
|
||||||
|
|
||||||
### Meson
|
### Meson
|
||||||
|
|
||||||
@@ -110,6 +119,7 @@ Projects
|
|||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
* Updated various pretty printers for Qt 6
|
||||||
* Fixed disabling and enabling breakpoints (QTCREATORBUG-24669)
|
* Fixed disabling and enabling breakpoints (QTCREATORBUG-24669)
|
||||||
* Fixed setting source mappings with variables (QTCREATORBUG-24816)
|
* Fixed setting source mappings with variables (QTCREATORBUG-24816)
|
||||||
|
|
||||||
@@ -120,6 +130,7 @@ Debugging
|
|||||||
### CDB
|
### CDB
|
||||||
|
|
||||||
* Fixed debugging when `PYTHONPATH` is set (QTCREATORBUG-24859)
|
* Fixed debugging when `PYTHONPATH` is set (QTCREATORBUG-24859)
|
||||||
|
* Fixed pretty printer of containers with signed chars
|
||||||
|
|
||||||
Analyzer
|
Analyzer
|
||||||
--------
|
--------
|
||||||
@@ -153,6 +164,10 @@ Test Integration
|
|||||||
Platforms
|
Platforms
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
|
* Fixed initial directory when opening Konsole (QTCREATORBUG-24947)
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
* Fixed type display when debugging with newest LLDB
|
* Fixed type display when debugging with newest LLDB
|
||||||
@@ -164,6 +179,11 @@ Platforms
|
|||||||
* Added support for setting preferred screen orientation
|
* Added support for setting preferred screen orientation
|
||||||
* Added missing Android variables to completion in `.pro` and `.pri` files
|
* Added missing Android variables to completion in `.pro` and `.pri` files
|
||||||
* Fixed passing command line arguments to application (QTCREATORBUG-23712)
|
* Fixed passing command line arguments to application (QTCREATORBUG-23712)
|
||||||
|
* Fixed fetching of logcat output when application crashes
|
||||||
|
|
||||||
|
### iOS
|
||||||
|
|
||||||
|
* Fixed persistence of signing settings (QTCREATORBUG-24586)
|
||||||
|
|
||||||
### MCU
|
### MCU
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user