More change log for 4.14

Change-Id: I33de8128e19d530793f9af97f8eedb1ca03fec2a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Eike Ziller
2020-10-19 16:37:21 +02:00
parent 436f111a46
commit b771f400de

View File

@@ -14,6 +14,7 @@ General
------- -------
* Added option for asking for confirmation before closing (QTCREATORBUG-7637) * Added option for asking for confirmation before closing (QTCREATORBUG-7637)
* Improved visibility of controls in dark themes (QTCREATORBUG-23505)
Help Help
---- ----
@@ -39,6 +40,7 @@ Editing
* Added action for showing function arguments hint (QTCREATORBUG-19394) * Added action for showing function arguments hint (QTCREATORBUG-19394)
* Added option for after how many characters auto-completion may trigger (QTCREATORBUG-19920) * Added option for after how many characters auto-completion may trigger (QTCREATORBUG-19920)
* 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 duplicate items appearing in include completion (QTCREATORBUG-24515) * Fixed duplicate items appearing in include completion (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
@@ -49,6 +51,7 @@ Editing
* Fixed that `Insert virtual functions of base class` refactoring action added already * Fixed that `Insert virtual functions of base class` refactoring action added already
implemented operators (QTCREATORBUG-12218) implemented operators (QTCREATORBUG-12218)
* Fixed that `Complete switch statement` indents unrelated code (QTCREATORBUG-12445) * Fixed that `Complete switch statement` indents unrelated code (QTCREATORBUG-12445)
* Fixed `Complete switch statement` with templates (QTCREATORBUG-24752)
* Fixed that `Apply function signature change` removed return values from `std::function` * Fixed that `Apply function signature change` removed return values from `std::function`
arguments (QTCREATORBUG-13698) arguments (QTCREATORBUG-13698)
* Fixed handling of multiple inheritance in `Insert Virtual Functions` (QTCREATORBUG-12223) * Fixed handling of multiple inheritance in `Insert Virtual Functions` (QTCREATORBUG-12223)
@@ -81,6 +84,10 @@ Projects
* 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)
### qmake
* Added option to not execute `system` directives (QTCREATORBUG-24551)
### Wizards ### Wizards
* Fixed creation of form editor class with namespace (QTCREATORBUG-24723) * Fixed creation of form editor class with namespace (QTCREATORBUG-24723)
@@ -99,6 +106,10 @@ Debugging
* Fixed disabling and enabling breakpoints (QTCREATORBUG-24669) * Fixed disabling and enabling breakpoints (QTCREATORBUG-24669)
### GDB
* Fixed loading of symbol files with `Load Core File` (QTCREATORBUG-24541)
Analyzer Analyzer
-------- --------