More changelog for 4.7

Change-Id: Iec38a288aba9971b1d779a1bc4ff2eee31f46030
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2018-07-06 11:30:53 +02:00
parent 21ac38aca9
commit 887cdfa7e9

20
dist/changes-4.7.0.md vendored
View File

@@ -29,6 +29,7 @@ Editing
* Added `Context Help` to editor context menu (QTCREATORBUG-55) * Added `Context Help` to editor context menu (QTCREATORBUG-55)
* Added previous and next buttons to bookmarks view, and polished their * Added previous and next buttons to bookmarks view, and polished their
behavior (QTCREATORBUG-9859, QTCREATORBUG-20061) behavior (QTCREATORBUG-9859, QTCREATORBUG-20061)
* Added support for `WordDetect` in Kate highlighting files
* Fixed that extra editor windows were not restored when opening session * Fixed that extra editor windows were not restored when opening session
(QTCREATORBUG-13840) (QTCREATORBUG-13840)
* Fixed that editor could stay busy repainting annotations (QTCREATORBUG-20422) * Fixed that editor could stay busy repainting annotations (QTCREATORBUG-20422)
@@ -76,6 +77,7 @@ C++ Support
(category `Clang Code Model`) (category `Clang Code Model`)
* Added highlighting style for overloaded operators (QTCREATORBUG-19659) * Added highlighting style for overloaded operators (QTCREATORBUG-19659)
* Added option to use `.clang-tidy` configuration file or checks string * Added option to use `.clang-tidy` configuration file or checks string
* Added default configurations for Clang-Tidy and Clazy checks
* Added link to the documentation in tooltip for Clang-Tidy and Clazy * Added link to the documentation in tooltip for Clang-Tidy and Clazy
diagnostics diagnostics
* Improved reparse performance and memory usage * Improved reparse performance and memory usage
@@ -92,6 +94,7 @@ QML Support
* Fixed that reformatting incorrectly removed quotes (QTCREATORBUG-17455) * Fixed that reformatting incorrectly removed quotes (QTCREATORBUG-17455)
* Fixed that `.pragma` and `.import` were removed when reformatting * Fixed that `.pragma` and `.import` were removed when reformatting
(QTCREATORBUG-13038) (QTCREATORBUG-13038)
* Fixed that import completion did not offer `QtWebEngine` (QTCREATORBUG-20723)
Python Support Python Support
@@ -99,8 +102,16 @@ Python Support
Debugging Debugging
* Fixed updating of memory view
* QML * QML
* Added support for nested properties (QTBUG-68474) * Added support for nested properties (QTBUG-68474)
* Fixed issue with different endianness (QTBUG-68721)
Qt Quick Designer
* Fixed crash when adding quotes to text (QTCREATORBUG-20684)
* Fixed that meta data could move in source code even when no changes occurred
(QTCREATORBUG-20686)
Clang Static Analyzer Clang Static Analyzer
@@ -119,6 +130,7 @@ Version Control Systems
* Added `-git-show <ref>` command line parameter * Added `-git-show <ref>` command line parameter
* Gerrit * Gerrit
* Added warning when pushing to wrong branch (QTCREATORBUG-20062) * Added warning when pushing to wrong branch (QTCREATORBUG-20062)
* Fixed updating after settings change (QTCREATORBUG-20536)
Image Viewer Image Viewer
@@ -134,6 +146,7 @@ Test Integration
(QTCREATORBUG-18725) (QTCREATORBUG-18725)
* Qt Quick * Qt Quick
* Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105) * Fixed parsing issue with non-ASCII characters (QTCREATORBUG-20105)
* Fixed detection of test name (QTCREATORBUG-20642)
Platform Specific Platform Specific
@@ -141,11 +154,15 @@ Windows
* Improved parsing of MSVC error messages (QTCREATORBUG-20297) * Improved parsing of MSVC error messages (QTCREATORBUG-20297)
* Fixed that querying MSVC tool chains at startup could block Qt Creator * Fixed that querying MSVC tool chains at startup could block Qt Creator
* Fixed issue with writing to network drives (QTCREATORBUG-20560)
* Fixed issue with Clang and Qt 5.8 and later (QTCREATORBUG-20021) * Fixed issue with Clang and Qt 5.8 and later (QTCREATORBUG-20021)
* Fixed handling of Windows debug stream which could lead to freezes
(QTCREATORBUG-20640)
Android Android
* Improved behavior when emulator cannot be started (QTCREATORBUG-20160) * Improved behavior when emulator cannot be started (QTCREATORBUG-20160)
* Fixed QML debugger connection issue from macOS client (QTCREATORBUG-20730)
Credits for these changes go to: Credits for these changes go to:
Aaron Barany Aaron Barany
@@ -172,9 +189,11 @@ Jaroslaw Kobus
Jay Gupta Jay Gupta
José Tomás Tocino José Tomás Tocino
Jörg Bornemann Jörg Bornemann
Kai Köhne
Kari Oikarinen Kari Oikarinen
Kimmo Linnavuo Kimmo Linnavuo
Leena Miettinen Leena Miettinen
Lorenz Haas
Marco Benelli Marco Benelli
Marco Bubke Marco Bubke
Mitch Curtis Mitch Curtis
@@ -187,6 +206,7 @@ Przemyslaw Gorszkowski
Razi Alavizadeh Razi Alavizadeh
Robert Löhning Robert Löhning
Rune Espeseth Rune Espeseth
Sergey Belyashov
Sergey Morozov Sergey Morozov
Tasuku Suzuki Tasuku Suzuki
Thiago Macieira Thiago Macieira