diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-04-20 11:10:25 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-04-20 11:15:31 +0200 |
commit | e24b2b76acd2b84383c73dcf59466e6897849f8c (patch) | |
tree | a90159be2cc828e443c9d1bda05364c3776f8b0e | |
parent | 8b4b3e5f5af0f5c62d61a20c0f51c1814e666024 (diff) | |
download | qt-creator-e24b2b76acd2b84383c73dcf59466e6897849f8c.tar.gz |
Changelog updates and pedantic fixes
-rw-r--r-- | dist/changes-1.1.0 | 90 |
1 files changed, 44 insertions, 46 deletions
diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0 index 6d21c37185..77d868ef4a 100644 --- a/dist/changes-1.1.0 +++ b/dist/changes-1.1.0 @@ -1,61 +1,64 @@ The QtCreator 1.1 release contains bug fixes and new features. -A more detailed list of changes follows below. If you want to know -the exact and complete list of changes, you can check out the QtCreator -sources from the public git repository and check the logs, e.g. -git clone git://labs.trolltech.com/qt-creator -git log --pretty=oneline origin/1.0.0..origin/master +A more detailed list of changes follows below. If you want to know the exact +and complete list of changes, you can check out the QtCreator sources from the +public git repository and check the logs, e.g. -The release introduces source and binary incompatible changes to the plugin API, -so if you created your own custom plugins these need to be adapted. +git clone git://labs.trolltech.com/qt-creator +git log --pretty=oneline v1.0.0..v1.1.0 -General - * Completely reworked editor split mechanism. - * Supports cmake project - * Support generic Makefile based projects +This release introduces source and binary incompatible changes to the plugin +API, so if you created your own custom plugins these need to be adapted. Editing - * Added support for JavaScript. - * Added syntax highlighting and code completion for qdoc and doxygen tags. - * Improved function argument hint. - * More checkpoints in editor history. - * Ctrl-click for jumping to a symbol definition. - * Improved open documents view (sorted, single-click, close buttons). - * Copying text from the context help browser and output windows didn't work. + * Completely reworked editor split mechanism + * Added support for JavaScript + * Added syntax highlighting and code completion for qdoc and doxygen tags + * Improved function argument hint + * Added more checkpoints in editor history + * Added Ctrl-click for jumping to a symbol definition + * Improved open documents view (sorted, single-click, close buttons) + * Fixed copying text from the context help browser and output windows + * Improved FakeVim mode + * Improved C++ parsing and inline error indicators Building and Running - * Experimental support for generic Makefile based projects. - * Improved .pro file parsing, handling scopes and $$system directive. - * Support subdir.file in .pro files. - * Option to start application in external terminal. + * Added experimental support for generic Makefile based projects + * Improved .pro file parsing, handling scopes and $$system directive + * Added support for subdir.file in .pro files + * Added an option to start the application in an external terminal + * Improved CMake support Debugging - * Possibility to attach debugger to core files. + * Made it possible to attach debugger to core files * Changed approach to dumper loading: Build once per used Qt version, - no dumper buildstep anymore. - * New dumper for std::set. Improved QString, QVariant, std::wstring - * Make strategy to load shared objects configurable (auto-solib-add). - * Increase number of shown stack frames on request instead of loading them all. - * Improved interaction in the Locals&Watchers view. + no dumper buildstep anymore + * Added a dumper for std::set and improved dumpers for QString, QVariant, + std::wstring + * Made strategy to load shared objects configurable (auto-solib-add) + * The number of shown stack frames is now increased on request instead of + loading them all + * Improved interaction in the Locals & Watchers view Wizards - * It is now possible to choose file suffixes in the options dialog. - * Code of language change event is now generated correctly (added call - to base class). - * Generated header guards now adapt to file extension. + * It is now possible to choose default file suffixes in the options dialog + * Fixed the code that was generated for handling a language change event + (added call to base class) + * Generated header guards now adapt to file extension Designer - * Added signal/slot editor. - * Fixed "Goto slot" (formatting/multiple inheritance). - * Context help for form editor widgets. + * Added signal/slot editor + * Fixed "Goto slot" (formatting/multiple inheritance) + * Context help for form editor widgets Version control plugins - * Fixed handling of colored git output. - * Made svn 1.6 work. - * Added syntax highlighting to the git submit editor. - * Made git submit editor remove comment lines. + * Fixed handling of colored git output + * Added syntax highlighting to the git submit editor + * Made git submit editor remove comment lines + * Made Subversion 1.6 work * Added configuration options for submit editors (user fields, word - wrapping). + wrapping) + Platform Specific @@ -70,12 +73,7 @@ Linux (Fixes crashes e.g. in file dialogs on openSUSE 11.1) -Lots of improvements to - * FakeVim mode - * CMake support - * C++ parsing and inline error indicators - * Everything :-) - Additional credits go to: * Martin Aumueller <aumuell@reserv.at> (FakeVim improvements) * Kris Wong (various patches) + * Mathias Gumz (fixed permission checks on network NTFS drives) |