Files
qt-creator/dist/changes-1.1.0

80 lines
3.0 KiB
Plaintext
Raw Normal View History

2009-03-27 12:28:39 +01:00
The QtCreator 1.1 release contains bug fixes and new features.
2009-04-20 11:10:25 +02:00
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.
2009-03-27 12:28:39 +01:00
2009-04-20 11:10:25 +02:00
git clone git://labs.trolltech.com/qt-creator
git log --pretty=oneline v1.0.0..v1.1.0
2009-03-27 12:28:39 +01:00
2009-04-20 11:10:25 +02:00
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.
2009-03-27 12:28:39 +01:00
Editing
2009-04-20 11:10:25 +02:00
* 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
2009-03-27 12:28:39 +01:00
2009-04-03 15:16:41 +02:00
Building and Running
2009-04-20 11:10:25 +02:00
* 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
2009-04-03 15:16:41 +02:00
Debugging
2009-04-20 11:10:25 +02:00
* Made it possible to attach debugger to core files
2009-04-03 15:16:41 +02:00
* Changed approach to dumper loading: Build once per used Qt version,
2009-04-20 11:10:25 +02:00
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
2009-03-27 12:28:39 +01:00
2009-04-03 12:29:47 +02:00
Wizards
2009-04-20 11:10:25 +02:00
* 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
2009-04-03 12:29:47 +02:00
Designer
2009-04-20 11:10:25 +02:00
* Added signal/slot editor
* Fixed "Goto slot" (formatting/multiple inheritance)
* Context help for form editor widgets
2009-04-03 12:29:47 +02:00
Version control plugins
2009-04-20 11:10:25 +02:00
* 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
2009-04-03 12:29:47 +02:00
* Added configuration options for submit editors (user fields, word
2009-04-20 11:10:25 +02:00
wrapping)
2009-04-03 12:29:47 +02:00
2009-03-27 12:28:39 +01:00
Platform Specific
Mac
* The system's Hide action is no longer overridden
* Added option to set DYLD_IMAGE_SUFFIX=_debug when running applications
* Added Open in Finder action in project tree
2009-03-27 12:28:39 +01:00
Linux
* Fixed crash because of incompatible libQt3Support, by providing a wrapper
script and shipping libQt3Support.
(fixes crashes e.g. in file dialogs on openSUSE 11.1)
2009-03-27 12:28:39 +01:00
Additional credits go to:
* Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
* Kris Wong (various patches)
2009-04-20 11:10:25 +02:00
* Mathias Gumz (fixed permission checks on network NTFS drives)