Skip to content
Snippets Groups Projects
Commit e24b2b76 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Changelog updates and pedantic fixes

parent 8b4b3e5f
No related branches found
No related tags found
No related merge requests found
The QtCreator 1.1 release contains bug fixes and new features. The QtCreator 1.1 release contains bug fixes and new features.
A more detailed list of changes follows below. If you want to know A more detailed list of changes follows below. If you want to know the exact
the exact and complete list of changes, you can check out the QtCreator and complete list of changes, you can check out the QtCreator sources from the
sources from the public git repository and check the logs, e.g. 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
The release introduces source and binary incompatible changes to the plugin API, git clone git://labs.trolltech.com/qt-creator
so if you created your own custom plugins these need to be adapted. git log --pretty=oneline v1.0.0..v1.1.0
General This release introduces source and binary incompatible changes to the plugin
* Completely reworked editor split mechanism. API, so if you created your own custom plugins these need to be adapted.
* Supports cmake project
* Support generic Makefile based projects
Editing Editing
* Added support for JavaScript. * Completely reworked editor split mechanism
* Added syntax highlighting and code completion for qdoc and doxygen tags. * Added support for JavaScript
* Improved function argument hint. * Added syntax highlighting and code completion for qdoc and doxygen tags
* More checkpoints in editor history. * Improved function argument hint
* Ctrl-click for jumping to a symbol definition. * Added more checkpoints in editor history
* Improved open documents view (sorted, single-click, close buttons). * Added Ctrl-click for jumping to a symbol definition
* Copying text from the context help browser and output windows didn't work. * 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 Building and Running
* Experimental support for generic Makefile based projects. * Added experimental support for generic Makefile based projects
* Improved .pro file parsing, handling scopes and $$system directive. * Improved .pro file parsing, handling scopes and $$system directive
* Support subdir.file in .pro files. * Added support for subdir.file in .pro files
* Option to start application in external terminal. * Added an option to start the application in an external terminal
* Improved CMake support
Debugging 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, * Changed approach to dumper loading: Build once per used Qt version,
no dumper buildstep anymore. no dumper buildstep anymore
* New dumper for std::set. Improved QString, QVariant, std::wstring * Added a dumper for std::set and improved dumpers for QString, QVariant,
* Make strategy to load shared objects configurable (auto-solib-add). std::wstring
* Increase number of shown stack frames on request instead of loading them all. * Made strategy to load shared objects configurable (auto-solib-add)
* Improved interaction in the Locals&Watchers view. * The number of shown stack frames is now increased on request instead of
loading them all
* Improved interaction in the Locals & Watchers view
Wizards Wizards
* It is now possible to choose file suffixes in the options dialog. * It is now possible to choose default file suffixes in the options dialog
* Code of language change event is now generated correctly (added call * Fixed the code that was generated for handling a language change event
to base class). (added call to base class)
* Generated header guards now adapt to file extension. * Generated header guards now adapt to file extension
Designer Designer
* Added signal/slot editor. * Added signal/slot editor
* Fixed "Goto slot" (formatting/multiple inheritance). * Fixed "Goto slot" (formatting/multiple inheritance)
* Context help for form editor widgets. * Context help for form editor widgets
Version control plugins Version control plugins
* Fixed handling of colored git output. * Fixed handling of colored git output
* Made svn 1.6 work. * Added syntax highlighting to the git submit editor
* Added syntax highlighting to the git submit editor. * Made git submit editor remove comment lines
* Made git submit editor remove comment lines. * Made Subversion 1.6 work
* Added configuration options for submit editors (user fields, word * Added configuration options for submit editors (user fields, word
wrapping). wrapping)
Platform Specific Platform Specific
...@@ -70,12 +73,7 @@ Linux ...@@ -70,12 +73,7 @@ Linux
(Fixes crashes e.g. in file dialogs on openSUSE 11.1) (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: Additional credits go to:
* Martin Aumueller <aumuell@reserv.at> (FakeVim improvements) * Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
* Kris Wong (various patches) * Kris Wong (various patches)
* Mathias Gumz (fixed permission checks on network NTFS drives)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment