summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-07-07 19:40:12 +0200
committerEike Ziller <eike.ziller@digia.com>2014-07-08 12:20:14 +0200
commit6059bd237a99032717933792d348e84c4914a005 (patch)
tree5a97e391402f9c3ce68afe2bc3a14acdefb22be6 /dist
parentdddcc7e4910955b11abaab969c69e61e302afd24 (diff)
downloadqt-creator-6059bd237a99032717933792d348e84c4914a005.tar.gz
More change log
Change-Id: Ic8309c7c92a380876d337ba9a2d98d074fa8280a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.2.0136
1 files changed, 129 insertions, 7 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
index 3a67b9aab7..4f78fe3a9a 100644
--- a/dist/changes-3.2.0
+++ b/dist/changes-3.2.0
@@ -5,21 +5,54 @@ 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
+git log --cherry-pick --pretty=oneline origin/3.1..origin/3.2
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
* Added search capability to general messages and most navigation panes
+ * Added display of current variable values in variable chooser dialog
+ * Added variable %{Env:...} for accessing environment variables
+ (where variables can be used)
* Enabled resizing of the locator field
* Improved look and feel on HiDPI by adding more hi-resolution icons
+ * Made New dialog non-modal (QTCREATORBUG-6102)
* Made keyboard and mouse activation of navigation panes and other trees more consistent
- * Added display of current variable values in variable chooser dialog
* Removed unhelpful Generic Highlighter loading progress bar
+ * Fixed case-sensitivity of file system locator filter (QTCREATORBUG-10843)
Editing
+ * Made Ctrl+Up and Ctrl+Down shortcuts configurable (QTCREATORBUG-4994)
+ * Made editor popup (Ctrl+Tab) adapt its size to contents (QTCREATORBUG-10618)
+ * Improved block editing (QTCREATORBUG-7773)
* Fixed support for mixed languages in the generic highlighter
+ * Fixed title when printing (QTCREATORBUG-12161)
+ * Fixed that line number background color setting was ignored
+ (QTCREATORBUG-12170)
+ * Fixed that tooltips were shown when hovering over empty area
+ (QTCREATORBUG-9437)
+ * Fixed that tooltips were shown after triggering shortcut with
+ Alt key (QTCREATORBUG-12382)
+ * Fixed scroll behavior when editing same file in multiple splits
+ (QTCREATORBUG-11486)
+ * Fixed Open With when file is open in multiple splits
+ * Fixed that search highlights were removed when switching editors
+ (QTCREATORBUG-9949)
+
+Help
+ * Added page up and page down shortcuts to topic chooser
+ * Added button for regenerating documentation index to Search pane
+ (QTCREATORBUG-11484)
+ * Changed documentation of examples to open in an external window
+ * Fixed that opening help in external window was not possible without
+ disabling help mode
+ * Fixed issue with F1 in help viewer showing 'No document' instead of opening
+ Help mode
+ * Fixed that context help was not showing latest Qt 5 documentation
+ (QTCREATORBUG-10331)
+ * Fixed reverted check state of Show Sidebar menu item
+ * Fixed selection behavior in documentation settings (QTCREATORBUG-12135)
Managing and Building Projects
@@ -27,11 +60,18 @@ QMake Projects
* Added context menu item for copying resource path from entries in QRC
files in project tree (QTCREATORBUG-11776)
* Added deployment support to plain C and C++ application wizards
+ * Added support for restricting automatic creation of run configurations
+ (QTCREATORBUG-10953)
+ * Added Show in Explorer context menu item for qrc nodes and their subnodes
+ in project tree (QTCREATORBUG-12374)
+ * Improved dropdown menu for selecting the project file when using wizard
+ to add files (QTCREATORBUG-12002)
* Removed warning about build directory below source directory for kits
with Qt 5.2 and later where this is supported (QTCREATORBUG-10024)
* Fixed that adding files to .pri file was missing $$PWD
Qbs Projects
+ * Added support for adding and removing files from 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)
@@ -79,22 +119,48 @@ Debugging
* Fixed debugging applications that are run in a terminal on Linux (QTCREATORBUG-3509)
QML Profiler
+ * Improved performance (QTCREATORBUG-12341)
+ * Fixed drawing issues (QTBUG-38222)
+ * Fixed that clicking visible event was sometimes moving timeline
+ (QTCREATORBUG-11945)
Analyzer
* Added support for Run in Terminal (QTCREATORBUG-7311)
+ * Fixed passing of multiple arguments to application
C++ Support
+ * Added support for C99 designated initializers (QTCREATORBUG-1902)
* 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)
* Fixed scroll wheel behavior in editor's symbols dropdown
+ * Fixed encoding issues (QTCREATORBUG-7356)
+ * Fixed that some wizards were ignoring configured file extensions
+ (QTCREATORBUG-12309)
+ * Fixed parsing of trailing type-specifier
+ * Fixed parsing of expressions like vector<int>{1}
+ * Fixed generating getters and setters for variables with
+ 'm' and 'm_' prefixes
QML Support
+ * Fixed handling of properties that start with underscore (QTCREATORBUG-12214)
Qt Quick Designer
+ * Changed puppet helper executable to be compiled on demand
+ * Added support for reloading states editor
+ * Improved gradient editor
+ * Fixed minimum and maximum sizes for Window component (QTCREATORBUG-12209)
+ * Fixed wrong password mode property on text fields
+ * Fixed that it was not possible to anchor to all possible targets
+ (QTCREATORBUG-12077)
+ * Fixed possible values for preferred highlight properties
+ (QTCREATORBUG-12216)
+ * Fixed setting empty text on Label and Text items (QTCREATORBUG-12119)
+ * Fixed property sections for TextEdit (QTCREATORBUG-12452)
Diff Viewer
+ * Reworked unified diff mode
Version Control Systems
* Git
@@ -122,6 +188,7 @@ Windows
* Fixed detection of MSVC tool chains (QTCREATORBUG-10998)
OS X
+ * Removed support for OS X 10.6
* Fixed activation of items with Enter in Bookmarks pane
Android
@@ -131,13 +198,68 @@ Remote Linux
* Added custom remote executable run configuration type (QTCREATORBUG-12168)
* Fixed issue with environment variables that contain spaces
-BareMetal:
+QNX
+ * Added option to deploy Qt libraries to device options
+
+BareMetal
* Added openocd pipelining support
* Added variable support for device specific GDB commands
-Valgrind:
- * Fixed passing of multiple arguments to application
-
-
Credits for these changes go to:
+Adam Strzelecki
+Alessandro Portale
+André Pönitz
+Andrew Knight
+Anton Kalmykov
+Benjamin Zeller
+Campbell Barton
+Christian Kamm
+Christian Kandeler
+Christian Stenger
+Daniel Teske
+David Kaspar
+David Schulz
+Eike Ziller
+El Mehdi Fekari
+Erik Verbruggen
+Evgenly Stepanov
+Fawzi Mohamed
+Frantisek Vacek
+Friedemann Kleint
+Hugues Delorme
+Jaroslaw Kobus
+Jerome Pasion
+Jörg Bornemann
+Kai Köhne
+Karsten Heimrich
+Knut Petter Svendsen
+Leena Miettinen
+Lorenz Haas
+Lukas Holecek
+Marco Bubke
+Mitch Curtis
+Niels Weber
+Nikita Baryshnikov
+Nikolai Kosjar
+Oliver Wolff
+Orgad Shaneh
+Oswald Buddenhagen
+Przemyslaw Gorszkowski
+Rainer Keller
+Robert Löhning
+Sergey Shambir
+Stephen Kelly
+Sveinung Kvilhaugsvik
+Thiago Macieira
+Thomas Epting
+Thomas Hartmann
+Tim Jenssen
+Tim Sander
+Tobias Hunger
+Tobias Nätterlund
+Tom Deblauwe
+Ulf Hermann
+Vicken Simonian
+Wang Hoi
+Wiebe Cazemier