forked from qt-creator/qt-creator
More 4.5 changes
Change-Id: Id75bc6dbfdfda12f2c12c70fb7a95ae7a0a3c56b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
60
dist/changes-4.5.0.md
vendored
60
dist/changes-4.5.0.md
vendored
@@ -14,10 +14,13 @@ General
|
|||||||
* Changed `File System` pane to tree view with top level directory selectable
|
* Changed `File System` pane to tree view with top level directory selectable
|
||||||
from `Computer`, `Home`, `Projects`, and individual project root directories
|
from `Computer`, `Home`, `Projects`, and individual project root directories
|
||||||
(QTCREATORBUG-8305)
|
(QTCREATORBUG-8305)
|
||||||
|
* Fixed crash when closing Qt Creator while searching for updates
|
||||||
|
(QTCREATORBUG-19165)
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
|
|
||||||
* Added shortcut for sorting selected lines
|
* Added `Edit` > `Advanced` > `Sort Selected Lines`, replacing `Tools` >
|
||||||
|
`External` > `Text` > `Sort Selection`
|
||||||
|
|
||||||
All Projects
|
All Projects
|
||||||
|
|
||||||
@@ -25,12 +28,27 @@ All Projects
|
|||||||
* Added support for changing the maximum number of lines shown in compile output
|
* Added support for changing the maximum number of lines shown in compile output
|
||||||
(QTCREATORBUG-2200)
|
(QTCREATORBUG-2200)
|
||||||
|
|
||||||
|
QMake Projects
|
||||||
|
|
||||||
|
* Fixed support of wildcards in `INSTALLS` variable (QTCREATORBUG-17935)
|
||||||
|
* Fixed that `QMAKE_CFLAGS` was not passed to code model
|
||||||
|
|
||||||
CMake Projects
|
CMake Projects
|
||||||
|
|
||||||
* Added groups to CMake configuration UI
|
* Added groups to CMake configuration UI
|
||||||
* Added option to change configuration variable types
|
* Added option to change configuration variable types
|
||||||
|
* Added option to unset configuration variable
|
||||||
|
* Improved handling of CMake configuration changes on disk (QTCREATORBUG-17555)
|
||||||
|
* Improved simplified project tree (QTCREATORBUG-19040)
|
||||||
* Fixed that value was removed when renaming configuration variable
|
* Fixed that value was removed when renaming configuration variable
|
||||||
(QTCREATORBUG-17926)
|
(QTCREATORBUG-17926)
|
||||||
|
* Fixed that `PATH` environment was unnecessarily modified (QTCREATORBUG-18714)
|
||||||
|
* Fixed that QML errors in application output where not linked to the source
|
||||||
|
(QTCREATORBUG-18586)
|
||||||
|
|
||||||
|
Qbs Projects
|
||||||
|
|
||||||
|
* Fixed that custom `installRoot` was not saved (QTCREATORBUG-18895)
|
||||||
|
|
||||||
C++ Support
|
C++ Support
|
||||||
|
|
||||||
@@ -39,6 +57,7 @@ C++ Support
|
|||||||
* Fixed detection of macros defined by tool chain for `C`
|
* Fixed detection of macros defined by tool chain for `C`
|
||||||
* Fixed that `Refactoring` context menu blocked UI while checking for available
|
* Fixed that `Refactoring` context menu blocked UI while checking for available
|
||||||
actions
|
actions
|
||||||
|
* Fixed crash when refactoring class with errors (QTCREATORBUG-19180)
|
||||||
* Clang Code Model
|
* Clang Code Model
|
||||||
* Added sanity check to `Clang Code Model Warnings` option
|
* Added sanity check to `Clang Code Model Warnings` option
|
||||||
(QTCREATORBUG-18864)
|
(QTCREATORBUG-18864)
|
||||||
@@ -52,6 +71,7 @@ C++ Support
|
|||||||
QML Support
|
QML Support
|
||||||
|
|
||||||
* Added wizards with different starting UI layouts
|
* Added wizards with different starting UI layouts
|
||||||
|
* Fixed that undo history was lost when reformatting file (QTCREATORBUG-18645)
|
||||||
|
|
||||||
Python Support
|
Python Support
|
||||||
|
|
||||||
@@ -65,6 +85,11 @@ Debugging
|
|||||||
* LLDB / macOS
|
* LLDB / macOS
|
||||||
* Added pretty printing of Core Foundation and Foundation string-like types
|
* Added pretty printing of Core Foundation and Foundation string-like types
|
||||||
(QTCREATORBUG-18638)
|
(QTCREATORBUG-18638)
|
||||||
|
* CDB
|
||||||
|
* Fixed attaching to running process with command line arguments
|
||||||
|
(QTCREATORBUG-19034)
|
||||||
|
* QML
|
||||||
|
* Fixed changing values of ECMAScript strings (QTCREATORBUG-19032)
|
||||||
|
|
||||||
QML Profiler
|
QML Profiler
|
||||||
|
|
||||||
@@ -73,11 +98,25 @@ QML Profiler
|
|||||||
Qt Quick Designer
|
Qt Quick Designer
|
||||||
|
|
||||||
* Added option to only show visible items in navigator
|
* Added option to only show visible items in navigator
|
||||||
|
* Fixed crash in integrated code editor (QTCREATORBUG-19079)
|
||||||
|
* Fixed crash when Ctrl-clicking on newly refactored QML file
|
||||||
|
(QTCREATORBUG-19064)
|
||||||
|
* Fixed filtering in Library view (QTCREATORBUG-19054)
|
||||||
|
* Fixed `Cmd + Left` in integrated code editor on macOS (QTCREATORBUG-19272)
|
||||||
|
* Fixed crash with `Become Last Sibling` and multiline expressions
|
||||||
|
(QTCREATORBUG-19284)
|
||||||
|
|
||||||
Version Control Systems
|
Version Control Systems
|
||||||
|
|
||||||
* Added query for saving modified files before opening commit editor
|
* Added query for saving modified files before opening commit editor
|
||||||
(QTCREATORBUG-3857)
|
(QTCREATORBUG-3857)
|
||||||
|
* Git
|
||||||
|
* Fixed issues with localized tool output (QTCREATORBUG-19017)
|
||||||
|
|
||||||
|
Test Integration
|
||||||
|
|
||||||
|
* Fixed issue with finding test target with CMake projects (QTCREATORBUG-17882,
|
||||||
|
QTCREATORBUG-18922, QTCREATORBUG-18932)
|
||||||
|
|
||||||
Beautifier
|
Beautifier
|
||||||
|
|
||||||
@@ -98,6 +137,7 @@ Platform Specific
|
|||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
|
* Fixed detection of Visual Studio Build Tools 2017 (QTCREATORBUG-19053)
|
||||||
* Fixed that environment variable keys were converted to upper case in build
|
* Fixed that environment variable keys were converted to upper case in build
|
||||||
and run configurations (QTCREATORBUG-18915)
|
and run configurations (QTCREATORBUG-18915)
|
||||||
|
|
||||||
@@ -111,8 +151,16 @@ Android
|
|||||||
|
|
||||||
* Removed support for local deployment (QTBUG-62995)
|
* Removed support for local deployment (QTBUG-62995)
|
||||||
* Removed support for Ant
|
* Removed support for Ant
|
||||||
|
* Added UI for managing Android SDKs (QTCREATORBUG-18978)
|
||||||
|
* Improved Android settings
|
||||||
* Improved checks for minimum requirements of Android tools (QTCREATORBUG-18837)
|
* Improved checks for minimum requirements of Android tools (QTCREATORBUG-18837)
|
||||||
|
|
||||||
|
iOS
|
||||||
|
|
||||||
|
* Fixed check for minimum Xcode version (QTCREATORBUG-18091)
|
||||||
|
* Fixed switching between simulator device types with Xcode 9
|
||||||
|
(QTCREATORBUG-19270)
|
||||||
|
|
||||||
Universal Windows Platform
|
Universal Windows Platform
|
||||||
|
|
||||||
* Fixed deployment on Windows 10 Phone emulator
|
* Fixed deployment on Windows 10 Phone emulator
|
||||||
@@ -122,19 +170,24 @@ Alessandro Portale
|
|||||||
Alexander Volkov
|
Alexander Volkov
|
||||||
Andre Hartmann
|
Andre Hartmann
|
||||||
André Pönitz
|
André Pönitz
|
||||||
|
Benjamin Terrier
|
||||||
Christian Kandeler
|
Christian Kandeler
|
||||||
Christian Stenger
|
Christian Stenger
|
||||||
Claus Steuer
|
Claus Steuer
|
||||||
Daniel Trevitz
|
Daniel Trevitz
|
||||||
David Schulz
|
David Schulz
|
||||||
|
Donald Carr
|
||||||
Eike Ziller
|
Eike Ziller
|
||||||
|
Filipe Azevedo
|
||||||
Friedemann Kleint
|
Friedemann Kleint
|
||||||
Ivan Donchevskii
|
Ivan Donchevskii
|
||||||
Jake Petroules
|
Jake Petroules
|
||||||
Jaroslaw Kobus
|
Jaroslaw Kobus
|
||||||
Jochen Becher
|
Jochen Becher
|
||||||
|
Kai Köhne
|
||||||
Knud Dollereder
|
Knud Dollereder
|
||||||
Laurent Montel
|
Laurent Montel
|
||||||
|
Leena Miettinen
|
||||||
Marco Benelli
|
Marco Benelli
|
||||||
Marco Bubke
|
Marco Bubke
|
||||||
Mitch Curtis
|
Mitch Curtis
|
||||||
@@ -145,10 +198,13 @@ Orgad Shaneh
|
|||||||
Robert Löhning
|
Robert Löhning
|
||||||
Ryuji Kakemizu
|
Ryuji Kakemizu
|
||||||
Samuel Gaist
|
Samuel Gaist
|
||||||
|
scootergrisen
|
||||||
|
Sergey Belyashov
|
||||||
Serhii Moroz
|
Serhii Moroz
|
||||||
Thiago Macieira
|
Thiago Macieira
|
||||||
Thomas Hartmann
|
Thomas Hartmann
|
||||||
Tim Jenssen
|
Tim Jenssen
|
||||||
Tobias Hunger
|
Tobias Hunger
|
||||||
Ulf Hermann
|
Ulf Hermann
|
||||||
Vikas Pachdha
|
Vikas Pachdha
|
||||||
|
Viktor Kireev
|
||||||
|
Reference in New Issue
Block a user