aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-07 16:25:09 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-08 09:20:31 +0100
commit3dbce02a9a3fd0450b7661fa9a0809c11ef2bf24 (patch)
tree8fde43342e618ad22b6cc56be6c16d4c0cb3a216 /dist/changes-2.7.0
parent9657c065076ce952989ffb894d88d1e303cd679d (diff)
Doc: make change log entries more informative
Change-Id: I9eb5abdf608109714f41740ae9c00a4b8a81cbee Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'dist/changes-2.7.0')
-rw-r--r--dist/changes-2.7.029
1 files changed, 16 insertions, 13 deletions
diff --git a/dist/changes-2.7.0 b/dist/changes-2.7.0
index 24b30a835f..2ca8375ff0 100644
--- a/dist/changes-2.7.0
+++ b/dist/changes-2.7.0
@@ -34,17 +34,20 @@ Editing
Managing Projects
* Improved opening projects from command line: "qtcreator ." opens a
project found in the directory without explicitly naming it
- * Made DeployConfigurations clonable
- * Implemented cloning Kits in Build and Run options
- * Added display of VCS topic (branch names) in project tree
- * Added configuration option for default build directory,
- can be set to '.' to force in-source builds by default
- * Added option to show hidden files
-
-Toolchains
- * Introduced custom compiler settings
+ * Implemented copying build and run settings for a kit to another kit
+ (Copy to Kit) and changing the kit while preserving the build and
+ run settings (Change Kit) in Projects mode
+ * Added displaying version control system information (branch name) in
+ the Projects view in the sidebar
+ * Added a configuration option in Build and Run options for the default
+ build directory. It can be set to '.' to force in-source builds by default
+ * Added an option to show hidden files in the File System view in the
+ sidebar
+
+Compilers
+ * Introduced adding custom compilers in the Build and Run options
* Simplified MSVC setup logic (QTCREATORBUG-8292)
- * Added display of elapsed time after building
+ * Added displaying elapsed time after building in the Compile Output pane
QMake Projects
* Make command line parser grok more options: -spec/-platform,
@@ -57,17 +60,17 @@ QMake Projects
CMake Projects
* Added Ninja support
- * Added code completion for cmake editor
+ * Added code completion for CMake editor
* Fixed .ui code completion for some CMake projects
* Fixed build directory when adding build configurations
(QTCREATORBUG-8425)
QBS Projects
- * Implemented initial support for QBS projects
+ * Implemented initial support for Qt Build Suite (QBS) projects
* Made Qt Creator itself compilable with QBS
Generic Projects
- * Use MIME types to recognize source files (QTCREATORBUG-5451)
+ * Implemented using MIME types to recognize source files (QTCREATORBUG-5451)
Debugging
* Completed support for basic Qt 5 data types