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

More change log


Change-Id: If236df9562af18867f3dd4d2c0ec4a527751c6e1
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
parent 609b4170
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ General ...@@ -16,7 +16,8 @@ General
Editing Editing
* Added inline annotations for errors, warnings and bookmarks * Added optional inline annotations for Clang code model errors and warnings,
and bookmarks
* Added optional smooth scrolling when navigating within the same file * Added optional smooth scrolling when navigating within the same file
(for example with Locator or `Follow Symbol Under Cursor`) (for example with Locator or `Follow Symbol Under Cursor`)
* Added overridable `DeleteStartOfLine` and `DeleteEndOfLine` actions * Added overridable `DeleteStartOfLine` and `DeleteEndOfLine` actions
...@@ -38,10 +39,13 @@ CMake Projects ...@@ -38,10 +39,13 @@ CMake Projects
(QTCREATORBUG-17973) (QTCREATORBUG-17973)
* Added warning when detecting `CMakeCache.txt` in source directory even though * Added warning when detecting `CMakeCache.txt` in source directory even though
build is configured for out-of-source build (QTCREATORBUG-18381) build is configured for out-of-source build (QTCREATORBUG-18381)
* Fixed `CMake configuration has changed on disk` dialog (QTCREATORBUG-18292)
* CMake >= 3.7 * CMake >= 3.7
* Improved handling of `CMAKE_RUNTIME_OUTPUT_DIRECTORY` (QTCREATORBUG-18158)
* Removed `<Source Directory>` node from project tree
* Fixed that headers from top level directory were not shown in project tree * Fixed that headers from top level directory were not shown in project tree
(QTCREATORBUG-17760) (QTCREATORBUG-17760)
* Improved handling of `CMAKE_RUNTIME_OUTPUT_DIRECTORY` (QTCREATORBUG-18158) * Fixed progress information (QTCREATORBUG-18624)
Qbs Projects Qbs Projects
...@@ -58,6 +62,7 @@ C++ Support ...@@ -58,6 +62,7 @@ C++ Support
(QTCREATORBUG-2818, QTCREATORBUG-18004) (QTCREATORBUG-2818, QTCREATORBUG-18004)
* Fixed highlighting of raw string literals (QTCREATORBUG-17720) * Fixed highlighting of raw string literals (QTCREATORBUG-17720)
* Fixed `Add #include` refactoring action for static functions * Fixed `Add #include` refactoring action for static functions
* Fixed crash when parsing invalid C++ code (QTCREATORBUG-18499)
* Clang Code Model * Clang Code Model
* Added highlighting of identifier under cursor, which was still * Added highlighting of identifier under cursor, which was still
delegated to built-in code model delegated to built-in code model
...@@ -80,6 +85,8 @@ C++ Support ...@@ -80,6 +85,8 @@ C++ Support
QML Support QML Support
* Updated QML parser to newer QML version (QTCREATORBUG-17842) * Updated QML parser to newer QML version (QTCREATORBUG-17842)
* Fixed crash in QML `Outline` pane
* Fixed that auto-completion could overwrite text (QTCREATORBUG-18449)
Debugging Debugging
...@@ -88,17 +95,24 @@ Debugging ...@@ -88,17 +95,24 @@ Debugging
and `boost::variant` and `boost::variant`
* Improved display of enum bitfields * Improved display of enum bitfields
* Fixed support for `long double` (QTCREATORBUG-18023) * Fixed support for `long double` (QTCREATORBUG-18023)
* Fixed editing of strings (QTCREATORBUG-18681)
* CDB * CDB
* Added support for extra debugging helpers and debugging helper * Added support for extra debugging helpers and debugging helper
customization customization
* Added warning if run configuration uses unsupported shell command * Added warning if run configuration uses unsupported shell command
QML Profiler
* Fixed that timeline could stay empty after analyzing small range
(QTCREATORBUG-18354)
Version Control Systems Version Control Systems
* Fixed format of visual whitespace in blame, log and git rebase editors * Fixed format of visual whitespace in blame, log and git rebase editors
(QTCREATORBUG-17735) (QTCREATORBUG-17735)
* Git * Git
* Improved branch listing in `Show` (QTCREATORBUG-16949) * Improved branch listing in `Show` (QTCREATORBUG-16949)
* Made `git grep` for file system search recurse into submodules
* Gerrit * Gerrit
* Added validation of server certificate when using REST API * Added validation of server certificate when using REST API
* Fixed that non-Gerrit remotes were shown in `Push to Gerrit` dialog * Fixed that non-Gerrit remotes were shown in `Push to Gerrit` dialog
...@@ -108,6 +122,7 @@ Version Control Systems ...@@ -108,6 +122,7 @@ Version Control Systems
Diff Viewer Diff Viewer
* Improved performance
* Fixed state of actions in `Edit` menu * Fixed state of actions in `Edit` menu
* Fixed that context information for chunks was not shown in side-by-side view * Fixed that context information for chunks was not shown in side-by-side view
(QTCREATORBUG-18289) (QTCREATORBUG-18289)
...@@ -118,6 +133,7 @@ Test Integration ...@@ -118,6 +133,7 @@ Test Integration
* Added view with complete, unprocessed test output * Added view with complete, unprocessed test output
* Made it possible to enable and disable all tests using a specific test * Made it possible to enable and disable all tests using a specific test
framework framework
* Fixed wrong location of results for tests with same name (QTCREATORBUG-18502)
* QTest * QTest
* Added option to run verbose and with logging of signals and slots * Added option to run verbose and with logging of signals and slots
(`-vb` and `-vs`) (`-vb` and `-vs`)
...@@ -127,12 +143,22 @@ Beautifier ...@@ -127,12 +143,22 @@ Beautifier
* Added option for using a different AStyle configuration file * Added option for using a different AStyle configuration file
* Added option for fallback style for `clang-format` * Added option for fallback style for `clang-format`
Model Editor
* Fixed crash with invalid files (QTCREATORBUG-18526)
* Fixed crash when dropping package into itself (QTCREATORBUG-18262)
Platform Specific Platform Specific
Windows Windows
* Removed support for Windows CE * Removed support for Windows CE
macOS
* Fixed that some context menu items in Qt Quick Designer did nothing
(QTCREATORBUG-18662)
Android Android
* Added option to run commands before app starts and after app stopped * Added option to run commands before app starts and after app stopped
...@@ -146,6 +172,10 @@ Remote Linux ...@@ -146,6 +172,10 @@ Remote Linux
* Added support for `ssh-agent` (QTCREATORBUG-16245) * Added support for `ssh-agent` (QTCREATORBUG-16245)
WinRT
* Fixed deployment to Windows 10 Mobile devices (QTCREATORBUG-18728)
Credits for these changes go to: Credits for these changes go to:
Alessandro Portale Alessandro Portale
Alexander Drozdov Alexander Drozdov
......
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