More changes 3.5.0

Change-Id: I186a3f8d96b30f58870f11ce82fcb3020d0aaf5e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-04-20 16:01:47 +02:00
parent 8247a0b4d7
commit 6c4d4d96fa

15
dist/changes-3.5.0.md vendored
View File

@@ -17,17 +17,25 @@ General
plugin manager. Disabling plugins is now only a hint; if another plugin manager. Disabling plugins is now only a hint; if another
(enabled) plugin needs it, it is implicitly enabled. Before, the (enabled) plugin needs it, it is implicitly enabled. Before, the
other plugin was implicitly disabled. 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 * Added `-load all` and `-noload all` command line options that
enable and disable all plugins respectively enable and disable all plugins respectively
* Made `-load` command line option implicitly enable all required * Made `-load` command line option implicitly enable all required
plugins, and `-noload` disable all plugins requiring the plugins, and `-noload` disable all plugins requiring the
disabled plugin. Multiple `-load` and `-noload` options are disabled plugin. Multiple `-load` and `-noload` options are
interpreted in the order given on the command line. 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 Editing
* Added option to jump directly to specific column in addition to * Added option to jump directly to specific column in addition to
line number when opening files through locator or command line line number when opening files through locator or command line
* Made global file search use multiple threads (QTCREATORBUG-10298)
Help Help
@@ -61,6 +69,8 @@ Version Control Systems
FakeVim FakeVim
* Added support for `C-r{register}`
Platform Specific Platform Specific
Windows Windows
@@ -73,6 +83,11 @@ Linux
Android 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 Remote Linux
BareMetal BareMetal