aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.5.0.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-05-07 15:11:27 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-05-07 14:20:14 +0000
commit6390a6233efcb4770c93210251e30ebce9d05580 (patch)
tree73cf7bb67044a056d4614a2a4b138b7f4008e394 /dist/changes-3.5.0.md
parenta4cbe2ac11404915be5893f7e957dc41a762f024 (diff)
Update change log
Change-Id: I9b7b7a7e0f4170e58433a5e1fcfbbcf635751beb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.5.0.md')
-rw-r--r--dist/changes-3.5.0.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index 4e1c638d4b..96239da521 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -30,15 +30,22 @@ General
(QTCREATORBUG-13845)
* Fixed appearance on high DPI displays on Windows and Linux
(QTCREATORBUG-11179)
+* Added locator filter for running external tools
Editing
* Added option to jump directly to specific column in addition to
line number when opening files through locator or command line
* Made global file search use multiple threads (QTCREATORBUG-10298)
+* Fixed highlighting of current line in read-only text editors
+ (QTCREATORBUG-10104)
Help
+Project Management
+
+* Fixed issues with restoring project tree state (QTCREATORBUG-14304)
+
QMake Projects
CMake Projects
@@ -69,11 +76,18 @@ C++ Support
* Added separate icon for structs
* Fixed *Convert to Stack Variable* refactoring action for empty
initializer lists (QTCREATORBUG-14279)
+* Fixed expanding items in class view with double-click
+ (QTCREATORBUG-2536)
QML Support
+* Removed Qt Quick 1 wizards
+
Version Control Systems
+* Perforce
+ * Added support for P4CONFIG (QTCREATORBUG-14378)
+
FakeVim
* Added support for `C-r{register}`
@@ -94,6 +108,12 @@ Android
* Added warning if emulator is not OpenGL enabled
(QTCREATORBUG-13615)
* Fixed listing of Google AVDs (QTCREATORBUG-13980)
+* Fixed that kits were removed from projects when changing NDK path
+ (QTCREATORBUG-14243)
+
+BlackBerry
+
+* Removed support for BlackBerry 10 development
Remote Linux