diff options
author | dt <qtc-committer@nokia.com> | 2009-08-14 16:17:46 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-08-14 16:18:49 +0200 |
commit | 9828bd51384be665ac60ce034ae42f4fe9da6469 (patch) | |
tree | 8391650cc0542d02b58585b0537fe2f79e00d1cd /dist | |
parent | 7fd55304241d15f9b5405c523aa41c53663b6db6 (diff) | |
download | qt-creator-9828bd51384be665ac60ce034ae42f4fe9da6469.tar.gz |
Add my changes so far.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-1.3.0 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0 index 072ee9e73f..e20da50c28 100644 --- a/dist/changes-1.3.0 +++ b/dist/changes-1.3.0 @@ -17,7 +17,8 @@ General * Improved the general resizing behavior for small screen sizes * Fixed a crash in the RSS reader that sometimes causes Qt Creator to crash on startup - + * Reworked the projects pane + Editing * Added support for text editor color schemes * Added highlighting of uses of the symbol under the cursor @@ -28,10 +29,21 @@ Editing * Fixed searching in files to take open documents into account * Added a Locator filter for symbols in the current document * Handle block selection in fakevim + * Add Copy full path to the editors combobox. Project support * Added support for adding and removing files from a generic Makefile-based project (contributed by Kevin Michel) + * Added better control over the environment used for running. + * Add all cmake files to the project tree. (Only works with a cvs cmake.) + * Support cmake with Microsoft Visual Studio Compiler (Only works with cvs + cmake) + * Fix a few cmake wizard bugs, where canceling left creator in a strange + state + * The qmake and make steps can now be removed. + * The qmake step is a lot smarter and tries harder to not run + * By default projects using the Microsoft Visual Studio toolchain use jom + instead of nmake, for better utilization of all processors. Compilation * Support distributed compilation on Windows/MSVC via jom |