aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-04-20 16:01:47 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-04-23 10:14:58 +0000
commit6c4d4d96fa18cdac5643bec7f68224f9873a18af (patch)
treeeac62c80d27cbc28ae81b6abf3ca37233cf050e9 /dist
parent8247a0b4d78698e3c2da747b54b1254ca4f1fdc2 (diff)
More changes 3.5.0
Change-Id: I186a3f8d96b30f58870f11ce82fcb3020d0aaf5e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.5.0.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index d544eee497..2845eb151f 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -17,17 +17,25 @@ General
plugin manager. Disabling plugins is now only a hint; if another
(enabled) plugin needs it, it is implicitly enabled. Before, the
other plugin was implicitly disabled.
+* Added support for `~` as shortcut for user's home directory to
+ path input fields
+* Added filtering to About Plugins
* Added `-load all` and `-noload all` command line options that
enable and disable all plugins respectively
* Made `-load` command line option implicitly enable all required
plugins, and `-noload` disable all plugins requiring the
disabled plugin. Multiple `-load` and `-noload` options are
interpreted in the order given on the command line.
+* Fixed issues with raising the Qt Creator window on Gnome desktop
+ (QTCREATORBUG-13845)
+* Fixed appearance on high DPI displays on Windows and Linux
+ (QTCREATORBUG-11179)
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)
Help
@@ -61,6 +69,8 @@ Version Control Systems
FakeVim
+* Added support for `C-r{register}`
+
Platform Specific
Windows
@@ -73,6 +83,11 @@ Linux
Android
+* Made it possible to create AVD without SD card (QTCREATORBUG-13590)
+* Added warning if emulator is not OpenGL enabled
+ (QTCREATORBUG-13615)
+* Fixed listing of Google AVDs (QTCREATORBUG-13980)
+
Remote Linux
BareMetal