2014-06-16 09:41:05 +02:00
|
|
|
Qt Creator version 3.2 contains bug fixes and new features.
|
|
|
|
|
|
|
|
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://gitorious.org/qt-creator/qt-creator.git
|
|
|
|
git log --cherry-pick --pretty=oneline origin/3.1..origin/master
|
|
|
|
|
|
|
|
General
|
|
|
|
* Added "Get Help Online" context menu item to issues pane that searches for
|
|
|
|
the issue description online in Google
|
|
|
|
* Added action to file system locator filter ('f') for creating and opening a new file
|
2014-07-01 09:16:01 +02:00
|
|
|
* Added search capability to general messages and most navigation panes
|
|
|
|
* Enabled resizing of the locator field
|
2014-06-16 09:41:05 +02:00
|
|
|
* Improved look and feel on HiDPI by adding more hi-resolution icons
|
2014-07-01 09:16:01 +02:00
|
|
|
* Made keyboard and mouse activation of navigation panes and other trees more consistent
|
2014-06-16 09:41:05 +02:00
|
|
|
|
|
|
|
Editing
|
|
|
|
|
|
|
|
Managing and Building Projects
|
|
|
|
|
|
|
|
QMake Projects
|
|
|
|
* Added context menu item for copying resource path from entries in QRC files in project tree
|
|
|
|
(QTCREATORBUG-11776)
|
2014-07-01 09:16:01 +02:00
|
|
|
* Added deployment support to plain C and C++ application wizards
|
2014-06-16 09:41:05 +02:00
|
|
|
* Removed warning about build directory below source directory for kits with Qt 5.2 and later
|
|
|
|
where this is supported (QTCREATORBUG-10024)
|
2014-07-01 09:16:01 +02:00
|
|
|
* Fixed that adding files to .pri file was missing $$PWD
|
2014-06-16 09:41:05 +02:00
|
|
|
|
|
|
|
Qbs Projects
|
2014-07-01 09:16:01 +02:00
|
|
|
* 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
|
2014-06-16 09:41:05 +02:00
|
|
|
|
|
|
|
Generic Projects
|
|
|
|
|
|
|
|
Debugging
|
2014-07-01 09:16:01 +02:00
|
|
|
* Added option to disable automatic centering on currently debugged line in editor
|
2014-06-16 09:41:05 +02:00
|
|
|
* GDB and LLDB
|
|
|
|
* Added pretty printers for AVX512 registers
|
|
|
|
|
|
|
|
QML Profiler
|
|
|
|
|
|
|
|
C++ Support
|
|
|
|
* Fixed finding usages of members of typedef'ed anonymous structs
|
|
|
|
(QTCREATORBUG-11859, QTCREATORBUG-11860)
|
|
|
|
* Fixed indentation of concatenated strings
|
|
|
|
* Fixed pointer typedef resolving (QTCREATORBUG-10021)
|
2014-07-01 09:16:01 +02:00
|
|
|
* Fixed scroll wheel behavior in editor's symbols dropdown
|
2014-06-16 09:41:05 +02:00
|
|
|
|
|
|
|
QML Support
|
|
|
|
|
|
|
|
Qt Quick Designer
|
|
|
|
|
|
|
|
Diff Viewer
|
|
|
|
|
|
|
|
Version Control Systems
|
|
|
|
|
|
|
|
FakeVim
|
2014-07-01 09:16:01 +02:00
|
|
|
* Added support for unicode input with 'C-v' in insert mode
|
2014-06-16 09:41:05 +02:00
|
|
|
* Fixed issues with long command output (QTCREATORBUG-11598)
|
2014-07-01 09:16:01 +02:00
|
|
|
* Fixed 'gv' after yanking text in visual mode (QTCREATORBUG-12112)
|
|
|
|
* Fixed 'v', 'V' and 'C-v' while in visual mode (QTCREATORBUG-12113)
|
2014-06-16 09:41:05 +02:00
|
|
|
|
|
|
|
Platform Specific
|
|
|
|
|
|
|
|
Windows
|
|
|
|
* Fixed issue with environment variables starting with '=' (QTCREATORBUG-8716)
|
|
|
|
* Fixed detection of MSVC tool chains (QTCREATORBUG-10998)
|
|
|
|
|
|
|
|
OS X
|
|
|
|
* Fixed activation of items with Enter in Bookmarks pane
|
|
|
|
|
2014-07-01 09:16:01 +02:00
|
|
|
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
|
|
|
|
|
2014-06-16 09:41:05 +02:00
|
|
|
Credits for these changes go to:
|
|
|
|
|