forked from qt-creator/qt-creator
Move changes from 4.1.1 to 4.2.0 change log
Since there was no 4.1.1 Change-Id: Ib46673fc2ffa6a977c8eed408bc35bb41ad96737 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
82
dist/changes-4.1.1.md
vendored
82
dist/changes-4.1.1.md
vendored
@@ -1,82 +0,0 @@
|
||||
Qt Creator version 4.1.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 v4.1.0..v4.1.1
|
||||
|
||||
General
|
||||
|
||||
* Fixed issues with output pane height
|
||||
(QTCREATORBUG-15986, QTCREATORBUG-16829)
|
||||
|
||||
Editing
|
||||
|
||||
* Fixed performance of cleaning whitespace (QTCREATORBUG-16420)
|
||||
* Fixed selection color in help viewer for dark theme (QTCREATORBUG-16375)
|
||||
|
||||
Help
|
||||
|
||||
* Fixed that no results could be shown in Locator (QTCREATORBUG-16753)
|
||||
|
||||
QMake Projects
|
||||
|
||||
* Fixed issue with make steps in deploy configurations (QTCREATORBUG-16795)
|
||||
|
||||
Qbs Projects
|
||||
|
||||
* Fixed handling of generated files (QTCREATORBUG-16976)
|
||||
|
||||
QML Support
|
||||
|
||||
* Fixed handling of circular dependencies (QTCREATORBUG-16585)
|
||||
|
||||
Debugging
|
||||
|
||||
* Fixed scrolling in memory editor (QTCREATORBUG-16751)
|
||||
* Fixed expansion of items in tool tip (QTCREATORBUG-16947)
|
||||
* GDB
|
||||
* Fixed handling of built-in pretty printers from new versions of GDB
|
||||
(QTCREATORBUG-16758)
|
||||
* Fixed that remote working directory was used for local process
|
||||
(QTCREATORBUG-16211)
|
||||
* CDB
|
||||
* Fixed display order of vectors in vectors (QTCREATORBUG-16813)
|
||||
* Fixed display of QList contents (QTCREATORBUG-16750)
|
||||
* QML
|
||||
* Fixed that expansion state was reset when stepping
|
||||
|
||||
QML Profiler
|
||||
|
||||
* Separated compile events from other QML/JS events in statistics and
|
||||
flamegraph, since compilation can happen asynchronously
|
||||
|
||||
Beautifier
|
||||
|
||||
* Fixed that beautifier was not enabled for Objective-C/C++ files
|
||||
(QTCREATORBUG-16806)
|
||||
|
||||
Platform Specific
|
||||
|
||||
macOS
|
||||
|
||||
* Fixed issue with detecting LLDB through `xcrun`
|
||||
|
||||
Android
|
||||
|
||||
* Added API level 24 for Android 7
|
||||
* Fixed debugging on Android 6+ with NDK r11+ (QTCREATORBUG-16721)
|
||||
|
||||
iOS
|
||||
|
||||
* Fixed simulator support with Xcode 8 (QTCREATORBUG-16942)
|
||||
Known issue: Qt Creator is blocked until simulator finishes starting
|
||||
* Fixed that standard paths reported by QStandardPaths were wrong when
|
||||
running on simulator (QTCREATORBUG-13655)
|
||||
* Fixed QML debugging on device (QTCREATORBUG-15812)
|
||||
|
||||
QNX
|
||||
|
||||
* Fixed QML debugging (QTCREATORBUG-17208)
|
48
dist/changes-4.2.0.md
vendored
48
dist/changes-4.2.0.md
vendored
@@ -17,6 +17,8 @@ General
|
||||
* Added Help > System Information for bug reporting purposes
|
||||
(QTCREATORBUG-16135)
|
||||
* Added option to hide the central widget in Debug mode
|
||||
* Fixed issues with output pane height
|
||||
(QTCREATORBUG-15986, QTCREATORBUG-16829)
|
||||
|
||||
Welcome
|
||||
|
||||
@@ -30,10 +32,13 @@ Editing
|
||||
* Added action for selecting word under cursor (QTCREATORBUG-641)
|
||||
* Fixed highlighting of Markdown files
|
||||
(QTCREATORBUG-16304)
|
||||
* Fixed performance of cleaning whitespace (QTCREATORBUG-16420)
|
||||
* Fixed selection color in help viewer for dark theme (QTCREATORBUG-16375)
|
||||
|
||||
Help
|
||||
|
||||
* Added option to open link and current page in window (QTCREATORBUG-16842)
|
||||
* Fixed that no results could be shown in Locator (QTCREATORBUG-16753)
|
||||
|
||||
All Projects
|
||||
|
||||
@@ -50,6 +55,7 @@ QMake Projects
|
||||
(QTCREATORBUG-16558)
|
||||
* Fixed Add Library wizard when selecting library from absolute path or
|
||||
different drive (QTCREATORBUG-8413, QTCREATORBUG-15732, QTCREATORBUG-16688)
|
||||
* Fixed issue with make steps in deploy configurations (QTCREATORBUG-16795)
|
||||
|
||||
CMake Projects
|
||||
|
||||
@@ -64,6 +70,7 @@ CMake Projects
|
||||
Qbs Projects
|
||||
|
||||
* Made generated files available in project tree (QTCREATORBUG-15978)
|
||||
* Fixed handling of generated files (QTCREATORBUG-16976)
|
||||
|
||||
C++ Support
|
||||
|
||||
@@ -78,22 +85,37 @@ C++ Support
|
||||
* Added notification for parsing errors in headers
|
||||
* Improved responsiveness of completion and highlighting
|
||||
|
||||
QML Support
|
||||
|
||||
* Fixed handling of circular dependencies (QTCREATORBUG-16585)
|
||||
|
||||
Debugging
|
||||
|
||||
* Added pretty printing of `QRegExp` captures, `QStaticStringData`,
|
||||
`QStandardItem`, `std::weak_ptr`, `std::__1::multiset`,
|
||||
and `std::pair`
|
||||
* Added display of QObject hierarchy and properties in release builds
|
||||
* Added support to pretty-print custom types without debug info
|
||||
* Enhanced display of function pointers
|
||||
* Improved pretty printing of QV4 types
|
||||
* Made display of associative containers, pairs, and various smart
|
||||
pointers more compact
|
||||
* Fixed pretty printing of `QFixed`
|
||||
* Made creation of custom pretty printers easier
|
||||
* Added support to pretty-print custom types without debug info
|
||||
* Fixed pretty printing of `QFixed`
|
||||
* Fixed scrolling in memory editor (QTCREATORBUG-16751)
|
||||
* Fixed expansion of items in tool tip (QTCREATORBUG-16947)
|
||||
* GDB
|
||||
* Fixed handling of built-in pretty printers from new versions of GDB
|
||||
(QTCREATORBUG-16758)
|
||||
* Fixed that remote working directory was used for local process
|
||||
(QTCREATORBUG-16211)
|
||||
* LLDB
|
||||
* Added support for Qt Creator variables `%{...}` in startup commands
|
||||
* CDB
|
||||
* Fixed display order of vectors in vectors (QTCREATORBUG-16813)
|
||||
* Fixed display of QList contents (QTCREATORBUG-16750)
|
||||
* QML
|
||||
* Fixed that expansion state was reset when stepping
|
||||
* Fixed `Load QML Stack` with Qt 5.7 and later (QTCREATORBUG-17097)
|
||||
|
||||
QML Profiler
|
||||
@@ -101,6 +123,8 @@ QML Profiler
|
||||
* Added option to show memory usage and allocations as flame graph
|
||||
* Added option to show vertical orientation lines in timeline
|
||||
(click the time ruler)
|
||||
* Separated compile events from other QML/JS events in statistics and
|
||||
flamegraph, since compilation can happen asynchronously
|
||||
|
||||
Qt Quick Designer
|
||||
|
||||
@@ -148,6 +172,11 @@ Model Editor
|
||||
* Added zooming
|
||||
* Added synchronization of selected diagram in diagram browser
|
||||
|
||||
Beautifier
|
||||
|
||||
* Fixed that beautifier was not enabled for Objective-C/C++ files
|
||||
(QTCREATORBUG-16806)
|
||||
|
||||
Platform Specific
|
||||
|
||||
Windows
|
||||
@@ -156,9 +185,15 @@ Windows
|
||||
* Fixed that environment variables containing special characters were not
|
||||
passed correctly to user applications (QTCREATORBUG-17219)
|
||||
|
||||
macOS
|
||||
|
||||
* Fixed issue with detecting LLDB through `xcrun`
|
||||
|
||||
Android
|
||||
|
||||
* Added API level 24 for Android 7
|
||||
* Improved stability of determination if application is running
|
||||
* Fixed debugging on Android 6+ with NDK r11+ (QTCREATORBUG-16721)
|
||||
* Fixed that running without deployment did not start emulator
|
||||
(QTCREATORBUG-10237)
|
||||
* Fixed that permission model downgrade was not detected as error
|
||||
@@ -167,12 +202,19 @@ Android
|
||||
|
||||
iOS
|
||||
|
||||
* Fixed that Qt Creator was blocked until simulator finished starting
|
||||
* Fixed simulator support with Xcode 8 (QTCREATORBUG-16942)
|
||||
* Fixed that standard paths reported by QStandardPaths were wrong when
|
||||
running on simulator (QTCREATORBUG-13655)
|
||||
* Fixed QML debugging on device (QTCREATORBUG-15812)
|
||||
|
||||
Remote Linux
|
||||
|
||||
* Fixed crash when creating SSH key pair (QTCREATORBUG-17349)
|
||||
|
||||
QNX
|
||||
|
||||
* Fixed QML debugging (QTCREATORBUG-17208)
|
||||
|
||||
Credits for these changes go to:
|
||||
Aaron Barany
|
||||
Alessandro Portale
|
||||
|
Reference in New Issue
Block a user