aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.2.0
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-07-02 22:18:17 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-07-07 10:55:53 +0200
commite7643e351cd8694315ade482c678e38113c7db24 (patch)
tree1492d300bc60b0ec02a55671f6d59cfef579e3d8 /dist/changes-3.2.0
parent757a8cf2a33a79e06ef4940556623be41ca8df22 (diff)
ChangeLog: Add some more changes
Change-Id: I97dce495081849c92b7bba50f9008da4e7429cad Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-3.2.0')
-rw-r--r--dist/changes-3.2.014
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
index 702afb96ac..3a67b9aab7 100644
--- a/dist/changes-3.2.0
+++ b/dist/changes-3.2.0
@@ -19,6 +19,7 @@ General
* Removed unhelpful Generic Highlighter loading progress bar
Editing
+ * Fixed support for mixed languages in the generic highlighter
Managing and Building Projects
@@ -75,9 +76,13 @@ Debugging
* Added raw opcode bytes to Disassembler view
* Changed Disassembler view to order lines by increasing address
* Made more dumpers work in release builds
+ * Fixed debugging applications that are run in a terminal on Linux (QTCREATORBUG-3509)
QML Profiler
+Analyzer
+ * Added support for Run in Terminal (QTCREATORBUG-7311)
+
C++ Support
* Fixed finding usages of members of typedef'ed anonymous structs
(QTCREATORBUG-11859, QTCREATORBUG-11860)
@@ -92,6 +97,15 @@ Qt Quick Designer
Diff Viewer
Version Control Systems
+ * Git
+ * Fixed replies to prompts (QTCREATORBUG-12335)
+ * Fixed that original author was not preserved during Cherry-Pick
+ * Reintroduced the expanded branch list in Show (QTCREATORBUG-11293)
+ * Fixed that switching to the commit editor was unresponsive (QTCREATORBUG-12449)
+ * Fixed showing commits by clicking their hashes in the interactive rebase editor
+ * Improved display in the Gerrit dialog to visualize dependencies
+ * Added support for choosing reviewer in Push to Gerrit dialog
+ over HTTP
FakeVim
* Added support for unicode input with 'C-v' in insert mode