forked from qt-creator/qt-creator
More changes for 4.11.1
And make subheadings better readable in pure text by using underline-style headings for first two levels. Change-Id: I9986e884db882000d670afc728a9728495308d15 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
55
dist/changes-4.11.1.md
vendored
55
dist/changes-4.11.1.md
vendored
@@ -1,4 +1,5 @@
|
|||||||
# Qt Creator 4.11.1
|
Qt Creator 4.11.1
|
||||||
|
=================
|
||||||
|
|
||||||
Qt Creator version 4.11.1 contains bug fixes.
|
Qt Creator version 4.11.1 contains bug fixes.
|
||||||
|
|
||||||
@@ -9,7 +10,8 @@ you can check out from the public Git repository. For example:
|
|||||||
git clone git://code.qt.io/qt-creator/qt-creator.git
|
git clone git://code.qt.io/qt-creator/qt-creator.git
|
||||||
git log --cherry-pick --pretty=oneline origin/v4.11.0..v4.11.1
|
git log --cherry-pick --pretty=oneline origin/v4.11.0..v4.11.1
|
||||||
|
|
||||||
## Editing
|
Editing
|
||||||
|
-------
|
||||||
|
|
||||||
* Fixed `Visualize Whitespace` for editors without specialized highlighter definition
|
* Fixed `Visualize Whitespace` for editors without specialized highlighter definition
|
||||||
(QTCREATORBUG-23040)
|
(QTCREATORBUG-23040)
|
||||||
@@ -18,29 +20,42 @@ you can check out from the public Git repository. For example:
|
|||||||
|
|
||||||
* Fixed wrong warnings about C++98 incompatibility with MSVC (QTCREATORBUG-23118)
|
* Fixed wrong warnings about C++98 incompatibility with MSVC (QTCREATORBUG-23118)
|
||||||
* Fixed accidentally added internal include paths from GCC (QTCREATORBUG-23330)
|
* Fixed accidentally added internal include paths from GCC (QTCREATORBUG-23330)
|
||||||
|
* Fixed `Convert to Stack Variable` and `Convert to Pointer` (QTCREATORBUG-23181)
|
||||||
|
|
||||||
### FakeVim
|
### FakeVim
|
||||||
|
|
||||||
* Fixed goto next and previous split (QTCREATORBUG-22397)
|
* Fixed goto next and previous split (QTCREATORBUG-22397)
|
||||||
* Fixed indentation of continuation lines (QTCREATORBUG-20876)
|
* Fixed indentation of continuation lines (QTCREATORBUG-20876)
|
||||||
|
|
||||||
## Projects
|
Projects
|
||||||
|
--------
|
||||||
|
|
||||||
* Fixed crash when closing application output
|
* Fixed crash when closing application output
|
||||||
|
* Fixed crash when compiler detection fails (QTCREATORBUG-23442)
|
||||||
|
|
||||||
### CMake
|
### CMake
|
||||||
|
|
||||||
* Fixed subdirectory structure in project tree (QTCREATORBUG-23372)
|
* Fixed subdirectory structure in project tree (QTCREATORBUG-23372)
|
||||||
|
|
||||||
## Qt Quick Designer
|
Debugging
|
||||||
|
---------
|
||||||
|
|
||||||
|
* Fixed crash with `Switch to previous mode on debugger exit` when debugging fails
|
||||||
|
(QTCREATORBUG-23415)
|
||||||
|
* Fixed high CPU usage with LLDB (QTCREATORBUG-23311)
|
||||||
|
|
||||||
|
Qt Quick Designer
|
||||||
|
-----------------
|
||||||
|
|
||||||
* Fixed removing single signals from Connection (QDS-1333)
|
* Fixed removing single signals from Connection (QDS-1333)
|
||||||
|
|
||||||
## Test Integration
|
Test Integration
|
||||||
|
----------------
|
||||||
|
|
||||||
* Fixed stopping tests when debugging (QTCREATORBUG-23298)
|
* Fixed stopping tests when debugging (QTCREATORBUG-23298)
|
||||||
|
|
||||||
## Platforms
|
Platforms
|
||||||
|
---------
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
@@ -54,4 +69,30 @@ you can check out from the public Git repository. For example:
|
|||||||
|
|
||||||
* Fixed deployment of Qt examples (QTCREATORBUG-22592)
|
* Fixed deployment of Qt examples (QTCREATORBUG-22592)
|
||||||
|
|
||||||
## Credits for these changes go to:
|
Credits for these changes go to:
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
Aleksei German
|
||||||
|
Alessandro Portale
|
||||||
|
Andre Hartmann
|
||||||
|
Andrzej Ostruszka
|
||||||
|
André Pönitz
|
||||||
|
BogDan Vatra
|
||||||
|
Christian Kandeler
|
||||||
|
Christian Stenger
|
||||||
|
Cristian Adam
|
||||||
|
David Schulz
|
||||||
|
Eike Ziller
|
||||||
|
Friedemann Kleint
|
||||||
|
Henning Gruendl
|
||||||
|
Jaroslaw Kobus
|
||||||
|
Leena Miettinen
|
||||||
|
Mahmoud Badri
|
||||||
|
Marius Sincovici
|
||||||
|
Miikka Heikkinen
|
||||||
|
Nikolai Kosjar
|
||||||
|
Richard Weickelt
|
||||||
|
Robert Löhning
|
||||||
|
Thomas Hartmann
|
||||||
|
Tim Jenssen
|
||||||
|
Tobias Hunger
|
||||||
|
Reference in New Issue
Block a user