forked from qt-creator/qt-creator
More changelog
Change-Id: I2bcd1ef3f1b08b0b35f19bd488c4fc7ef8ffbdb4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
21
dist/changes-3.2.0
vendored
21
dist/changes-3.2.0
vendored
@@ -10,9 +10,11 @@ git log --cherry-pick --pretty=oneline origin/3.1..origin/master
|
|||||||
General
|
General
|
||||||
* Added "Get Help Online" context menu item to issues pane that searches for
|
* Added "Get Help Online" context menu item to issues pane that searches for
|
||||||
the issue description online in Google
|
the issue description online in Google
|
||||||
* Enabled resizing of the locator field
|
|
||||||
* Added action to file system locator filter ('f') for creating and opening a new file
|
* Added action to file system locator filter ('f') for creating and opening a new file
|
||||||
|
* Added search capability to general messages and most navigation panes
|
||||||
|
* Enabled resizing of the locator field
|
||||||
* Improved look and feel on HiDPI by adding more hi-resolution icons
|
* Improved look and feel on HiDPI by adding more hi-resolution icons
|
||||||
|
* Made keyboard and mouse activation of navigation panes and other trees more consistent
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
|
|
||||||
@@ -21,14 +23,21 @@ Managing and Building Projects
|
|||||||
QMake Projects
|
QMake Projects
|
||||||
* Added context menu item for copying resource path from entries in QRC files in project tree
|
* Added context menu item for copying resource path from entries in QRC files in project tree
|
||||||
(QTCREATORBUG-11776)
|
(QTCREATORBUG-11776)
|
||||||
|
* Added deployment support to plain C and C++ application wizards
|
||||||
* Removed warning about build directory below source directory for kits with Qt 5.2 and later
|
* Removed warning about build directory below source directory for kits with Qt 5.2 and later
|
||||||
where this is supported (QTCREATORBUG-10024)
|
where this is supported (QTCREATORBUG-10024)
|
||||||
|
* Fixed that adding files to .pri file was missing $$PWD
|
||||||
|
|
||||||
Qbs Projects
|
Qbs Projects
|
||||||
|
* Fixed that run configurations were created for products that are not runnable
|
||||||
|
(QTCREATORBUG-12152)
|
||||||
|
* Fixed that run configurations were created for disabled products (QBS-560)
|
||||||
|
* Fixed that default build directory was ignored
|
||||||
|
|
||||||
Generic Projects
|
Generic Projects
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
* Added option to disable automatic centering on currently debugged line in editor
|
||||||
* GDB and LLDB
|
* GDB and LLDB
|
||||||
* Added pretty printers for AVX512 registers
|
* Added pretty printers for AVX512 registers
|
||||||
|
|
||||||
@@ -39,6 +48,7 @@ C++ Support
|
|||||||
(QTCREATORBUG-11859, QTCREATORBUG-11860)
|
(QTCREATORBUG-11859, QTCREATORBUG-11860)
|
||||||
* Fixed indentation of concatenated strings
|
* Fixed indentation of concatenated strings
|
||||||
* Fixed pointer typedef resolving (QTCREATORBUG-10021)
|
* Fixed pointer typedef resolving (QTCREATORBUG-10021)
|
||||||
|
* Fixed scroll wheel behavior in editor's symbols dropdown
|
||||||
|
|
||||||
QML Support
|
QML Support
|
||||||
|
|
||||||
@@ -49,7 +59,10 @@ Diff Viewer
|
|||||||
Version Control Systems
|
Version Control Systems
|
||||||
|
|
||||||
FakeVim
|
FakeVim
|
||||||
|
* Added support for unicode input with 'C-v' in insert mode
|
||||||
* Fixed issues with long command output (QTCREATORBUG-11598)
|
* Fixed issues with long command output (QTCREATORBUG-11598)
|
||||||
|
* Fixed 'gv' after yanking text in visual mode (QTCREATORBUG-12112)
|
||||||
|
* Fixed 'v', 'V' and 'C-v' while in visual mode (QTCREATORBUG-12113)
|
||||||
|
|
||||||
Platform Specific
|
Platform Specific
|
||||||
|
|
||||||
@@ -60,5 +73,11 @@ Windows
|
|||||||
OS X
|
OS X
|
||||||
* Fixed activation of items with Enter in Bookmarks pane
|
* Fixed activation of items with Enter in Bookmarks pane
|
||||||
|
|
||||||
|
Android
|
||||||
|
* Fixed that UI was unresponsive while creating AVD (QTCREATORBUG-10601)
|
||||||
|
Remote Linux
|
||||||
|
* Added custom remote executable run configuration type (QTCREATORBUG-12168)
|
||||||
|
* Fixed issue with environment variables that contain spaces
|
||||||
|
|
||||||
Credits for these changes go to:
|
Credits for these changes go to:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user