Skip to content
Snippets Groups Projects
Commit fc24fe72 authored by Eike Ziller's avatar Eike Ziller
Browse files

Add more change log


Change-Id: I639ca89aece386d1609966d0309c717baaf16f17
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent d7d4d719
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,11 @@ General ...@@ -21,8 +21,11 @@ General
* Made keyboard and mouse activation of navigation panes and other trees more consistent * Made keyboard and mouse activation of navigation panes and other trees more consistent
* Removed unhelpful Generic Highlighter loading progress bar * Removed unhelpful Generic Highlighter loading progress bar
* Fixed case-sensitivity of file system locator filter (QTCREATORBUG-10843) * Fixed case-sensitivity of file system locator filter (QTCREATORBUG-10843)
* Fixed that Window > Minimize, Zoom and Full Screen were always affecting the main window
instead of the active window
Editing Editing
* Added support for manually editing bookmark line number (QTCREATORBUG-9721)
* Made Ctrl+Up and Ctrl+Down shortcuts configurable (QTCREATORBUG-4994) * Made Ctrl+Up and Ctrl+Down shortcuts configurable (QTCREATORBUG-4994)
* Made editor popup (Ctrl+Tab) adapt its size to contents (QTCREATORBUG-10618) * Made editor popup (Ctrl+Tab) adapt its size to contents (QTCREATORBUG-10618)
* Improved block editing (QTCREATORBUG-7773) * Improved block editing (QTCREATORBUG-7773)
...@@ -39,6 +42,8 @@ Editing ...@@ -39,6 +42,8 @@ Editing
* Fixed Open With when file is open in multiple splits * Fixed Open With when file is open in multiple splits
* Fixed that search highlights were removed when switching editors * Fixed that search highlights were removed when switching editors
(QTCREATORBUG-9949) (QTCREATORBUG-9949)
* Fixed dropping files in the presence of splits or external windows
(QTCREATORBUG-9023)
Help Help
* Added page up and page down shortcuts to topic chooser * Added page up and page down shortcuts to topic chooser
...@@ -70,6 +75,9 @@ QMake Projects ...@@ -70,6 +75,9 @@ QMake Projects
with Qt 5.2 and later where this is supported (QTCREATORBUG-10024) with Qt 5.2 and later where this is supported (QTCREATORBUG-10024)
* Fixed that adding files to .pri file was missing $$PWD * Fixed that adding files to .pri file was missing $$PWD
CMake Projects
* Fixed that .cmake files were opened as projects (QTCREATORBUG-12461)
Qbs Projects Qbs Projects
* Added support for adding and removing files from projects * Added support for adding and removing files from projects
* Fixed that run configurations were created for products that are not runnable * Fixed that run configurations were created for products that are not runnable
...@@ -124,6 +132,7 @@ QML Profiler ...@@ -124,6 +132,7 @@ QML Profiler
* Fixed drawing issues (QTBUG-38222) * Fixed drawing issues (QTBUG-38222)
* Fixed that clicking visible event was sometimes moving timeline * Fixed that clicking visible event was sometimes moving timeline
(QTCREATORBUG-11945) (QTCREATORBUG-11945)
* Fixed navigation through events (QTCREATORBUG-12634)
Analyzer Analyzer
* Added support for Run in Terminal (QTCREATORBUG-7311) * Added support for Run in Terminal (QTCREATORBUG-7311)
...@@ -197,6 +206,7 @@ Beautifier ...@@ -197,6 +206,7 @@ Beautifier
* Added support for formatting a file asynchronously * Added support for formatting a file asynchronously
* Added support for redirecting text to a formatter tool * Added support for redirecting text to a formatter tool
instead of using temporary files instead of using temporary files
* Fixed that running formatting tool was blocking UI
Platform Specific Platform Specific
...@@ -209,6 +219,7 @@ OS X ...@@ -209,6 +219,7 @@ OS X
* Fixed activation of items with Enter in Bookmarks pane * Fixed activation of items with Enter in Bookmarks pane
Android Android
* Removed upper limit of version code in manifest editor (QTCREATORBUG-12668)
* Fixed that UI was unresponsive while creating AVD (QTCREATORBUG-10601) * Fixed that UI was unresponsive while creating AVD (QTCREATORBUG-10601)
Remote Linux Remote Linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment