Files
qt-creator/dist/changes-2.0.1

46 lines
1.5 KiB
Groff
Raw Normal View History

The QtCreator 2.0.1 release contains mainly bug fixes on top of 2.0
2010-06-17 17:13:46 +02:00
Below is a list of relevant changes. You can find a complete list of changes
within the logs of Qt Creator's sources. Simply check it out from the public git
repository e.g.,
git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.0.0...v2.0.1
2010-06-17 17:13:46 +02:00
General
2010-07-14 15:35:41 +02:00
* Fix the suggested path in the new dialog in case of sub projects
* Search dialog now opens the completion box for the search term on cursor down
2010-08-17 12:51:51 +02:00
* Fix Mercurial plugin (QTCREATORBUG-1503)
2010-06-17 17:13:46 +02:00
Editing
2010-07-14 15:35:41 +02:00
* FakeVim: Fix issues with non-letter keys on non-US keyboards
* FakeVim: Fix performance of find/replace
* Fixed disabled "Open with" context menu in project tree.
2010-06-28 12:18:33 +02:00
2010-06-17 17:13:46 +02:00
C++ Support
Project support
2010-07-14 15:35:41 +02:00
* Fix auto-scrolling in application and compile output
2010-06-17 17:13:46 +02:00
Debugging
2010-06-28 12:18:33 +02:00
* Fix display of certain structures within containers
* Fix display of typedefs of typedefs of simple types such as qulonglong
* Fix behaviour of 'step' and 'next' when a lower frame was selected
* Fix std::string display for objects with (the legal) ref count -1
* Improve gdb version string parsing
2010-07-14 15:35:41 +02:00
* Fix that the newest version of compiled debugging helper was not used
if there was an older version still was around in a different search path
2010-06-28 12:18:33 +02:00
2010-06-17 17:13:46 +02:00
Platform Specific
Mac
Linux (GNOME and KDE)
Windows
2010-07-14 15:35:41 +02:00
* Fixed that some menu items got disabled during keyboard navigation
2010-08-17 12:51:51 +02:00
* Detect Microsoft Visual Studio 2010
2010-06-17 17:13:46 +02:00
Additional credits go to: