aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.1.0
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-01-20 15:28:38 +0100
committerEike Ziller <eike.ziller@digia.com>2014-01-21 13:02:44 +0100
commitb1eb376bfbf0e92896664de47a4116bb03d0cb0a (patch)
tree1d7851106aadaa2d498722a0a325b39d6fc67c94 /dist/changes-3.1.0
parent1fd576c1f6fdb96e7c65b7c6fde724e46cee43b2 (diff)
More changes-3.1.0
Change-Id: I9f1af9662df781dc2a89149f7229133f844e5f3b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-3.1.0')
-rw-r--r--dist/changes-3.1.026
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0
index 5d5e5677d0..99281c0d1d 100644
--- a/dist/changes-3.1.0
+++ b/dist/changes-3.1.0
@@ -12,6 +12,8 @@ git log --cherry-pick --pretty=oneline origin/3.0..origin/master
General
Editing
+ * Added File > Reload
+ * Made visible margin configurable per project
Managing and Building Projects
@@ -34,20 +36,38 @@ Generic Projects
* Made importing files follow directory symlinks (QTCREATORBUG-8897)
Debugging
+ * Removed support for GDB without Python
+ * Added context menu item for saving backtrace as tasks-file
* GDB
* CDB
+ * Added pretty printer for std::complex and C++11 std::array
* LLDB
* QML
Analyzer
+QML Profiler
+ * Improved performance (QTCREATORBUG-10950)
+ * Improved layout of details views
+ * Fixed opening files from JavaScript profiling output (QTCREATORBUG-11094)
+
C++ Support
+ * Added code model inspector
+ * Added experimental support for Clang-based code model
* Fixed parsing of ??< ??> ??( ??) trigraphs (QTCREATORBUG-2474)
+ * Fixed adding definition for function with rvalue-reference
+ (QTCREATORBUG-10555)
+ * Fixed semantic highlighting after "Save as"
Python Support
GLSL Support
+Qt Quick Designer
+ * Fixed selecting overlapping items with same z-value (QTCREATORBUG-11066)
+ * Fixed setting text alignment (QTCREATORBUG-11054)
+ * Fixed crash with anchors (QTCREATORBUG-11138)
+
Diff Viewer
Version Control Systems
@@ -57,8 +77,11 @@ Version Control Systems
* ClearCase
* Improved performance of indexing dynamic views
* Added warning when editing Derived Objects
+ * Bazaar
+ * Added support for uncommit command
FakeVim
+ * Added "gj", "gk", "g0", "g^" and "g$" commands
* Made dot command work for letter case commands in visual mode
Platform Specific
@@ -71,11 +94,14 @@ QNX
* Added support for Python based pretty printers when debugging on devices
* Added better error messages for common deployment errors
(QTCREATORBUG-9673, QTCREATORBUG-9001)
+ * Added line and column information to text based BAR descriptor editor
+ (QTCREATORBUG-10395)
* Fixed several issues with certificate password dialog in BlackBerry
options (QTCREATORBUG-10948)
Android
* Made it possible to cancel waiting for an AVD to boot up
+ * Fixed opening Java files from error messages (QTCREATORBUG-10904)
Remote Linux