summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-06-16 09:41:05 +0200
committerEike Ziller <eike.ziller@digia.com>2014-06-16 12:53:30 +0200
commite2d4da5a9157eeec5b3d403cbbdde9659c77da6c (patch)
tree2c73b1ec9f58a92cc3b5ef2ec45ccfe5227db114 /dist
parentaccc92ae4783da671a26940c61b93dd2656f457d (diff)
downloadqt-creator-e2d4da5a9157eeec5b3d403cbbdde9659c77da6c.tar.gz
Start on a changes file for 3.2
Change-Id: I92a8dc68521fdd9aa9e47675db65b7b582d1550c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.2.064
1 files changed, 64 insertions, 0 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
new file mode 100644
index 0000000000..cbb44c4cb1
--- /dev/null
+++ b/dist/changes-3.2.0
@@ -0,0 +1,64 @@
+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
+ * Enabled resizing of the locator field
+ * Added action to file system locator filter ('f') for creating and opening a new file
+ * Improved look and feel on HiDPI by adding more hi-resolution icons
+
+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)
+ * Removed warning about build directory below source directory for kits with Qt 5.2 and later
+ where this is supported (QTCREATORBUG-10024)
+
+Qbs Projects
+
+Generic Projects
+
+Debugging
+ * 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)
+
+QML Support
+
+Qt Quick Designer
+
+Diff Viewer
+
+Version Control Systems
+
+FakeVim
+ * Fixed issues with long command output (QTCREATORBUG-11598)
+
+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
+
+Credits for these changes go to:
+