diff options
author | dt <qtc-committer@nokia.com> | 2009-10-12 13:49:16 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-10-12 13:49:16 +0200 |
commit | b0e58aa834e2b02190a9e517a077256afb859f14 (patch) | |
tree | b7d843b3d28e1f454618c7981d1cfa37d4e92532 /dist | |
parent | e1ce20bf8fc5a1974fe4a0d92acdb8e67af2acb0 (diff) | |
download | qt-creator-b0e58aa834e2b02190a9e517a077256afb859f14.tar.gz |
Update changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-1.3.0 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0 index 6013a3074f..ecec4ad378 100644 --- a/dist/changes-1.3.0 +++ b/dist/changes-1.3.0 @@ -22,6 +22,7 @@ General * Reworked the projects pane * Made the welcome screen tabs into plugins, reimplement IWelcomePage to add your own welcome screen page + * Overhauled the project pane. Editing * Added support for text editor color schemes @@ -46,9 +47,9 @@ Project support * Added support for adding and removing files from a generic Makefile-based project * 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) + * Add all cmake files to the project tree (only works with a cmake 2.8) + * Support cmake with Microsoft Visual Studio Compiler (only works with + cmake 2.8 ) * Fix a few cmake wizard bugs, where canceling left creator in a strange state * The qmake and make steps can now be removed. @@ -58,6 +59,9 @@ Project support * Show subdirectory structure below .pro/.pri files in project tree * Add "Show file in Finder/Explorer" (Mac/Windows) to context menu. On Linux it opens the containing directory. + * The qmake step and make step can be removed from qt projects now. + * Made importing build settings for qt projects more robust + * Only run qmake, if it needs to be run. Compilation * Support multi-core compilation on Windows/MSVC via jom |