diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-02-25 17:03:50 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-02-25 17:07:31 +0100 |
commit | b441f5f4319a3f5c6d68e2170b73b8c9e0b603bd (patch) | |
tree | f45ae7def4fd7c420274b9b9442e1f9f2b7b4887 | |
parent | cba201c670101f2916baf2bd9de0b3dd312db2c5 (diff) | |
download | qt-creator-b441f5f4319a3f5c6d68e2170b73b8c9e0b603bd.tar.gz |
Updated changes-2.0.0 with the build configuration fixes by Laurent
-rw-r--r-- | dist/changes-2.0.0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0 index dfc5a365c7..ff7b04a38a 100644 --- a/dist/changes-2.0.0 +++ b/dist/changes-2.0.0 @@ -15,7 +15,8 @@ General * Options dialog: Added filters and ordering * .user-files get now saved before they are upgraded to a new version of Qt creator - * Added option to set interface language explicitly, overriding the locale setting + * Added option to set interface language explicitly, overriding the locale + setting Editing * Text based search and replace in multiple files @@ -39,7 +40,8 @@ Project support * Expand environment variables in Generic Project file lists * Preserve the original paths of the Generic Project file list when adding/removing files - * Added context menu options to open file manager or terminal in a files directory + * Added context menu options to open file manager or terminal in a files + directory Debugging * CDB: Fixed bug in location marker @@ -114,3 +116,4 @@ Additional credits go to: * Sergey Demchenko (fixed auto indent for C style coments) * Falco Hirschenberger (added Join Lines action) * Brian McGillion (Mercurial plugin) + * Laurent Desmecht (build configuration fixes) |