2015-05-12 10:41:40 +02:00
|
|
|
Qt Creator version 3.4.1 contains bug fixes.
|
|
|
|
|
|
|
|
|
|
The most important changes are listed in this document. For a complete
|
|
|
|
|
list of changes, see the Git log for the Qt Creator sources that
|
|
|
|
|
you can check out from the public Git repository. For example:
|
|
|
|
|
|
|
|
|
|
git clone git://code.qt.io/qt-creator/qt-creator.git
|
|
|
|
|
git log --cherry-pick --pretty=oneline v3.4.0..v3.4.1
|
|
|
|
|
|
|
|
|
|
General
|
|
|
|
|
|
|
|
|
|
* Fixed that disabling some plugins could disable the plugin
|
|
|
|
|
management UI for most plugins
|
2015-05-18 15:48:53 +02:00
|
|
|
* Fixed auto-expansion of first set of search results (QTCREATORBUG-14320)
|
2015-05-12 10:41:40 +02:00
|
|
|
|
|
|
|
|
Editing
|
|
|
|
|
|
|
|
|
|
* Fixed that CSS files were opened in C++ editor (QTCREATORBUG-14334)
|
|
|
|
|
* Fixed that the completion popup could become huge
|
|
|
|
|
(QTCREATORBUG-14331)
|
|
|
|
|
|
2015-05-28 16:13:19 +02:00
|
|
|
Help
|
|
|
|
|
|
|
|
|
|
* Fixed that manually registered documentation vanished on restart
|
|
|
|
|
on Windows (QTCREATORBUG-14249)
|
|
|
|
|
|
2015-05-12 10:41:40 +02:00
|
|
|
Project Management
|
|
|
|
|
|
|
|
|
|
* Fixed adding static libraries with `Add Library` wizard
|
|
|
|
|
(QTCREATORBUG-14382)
|
2015-05-18 13:46:05 +02:00
|
|
|
* Fixed broken documentation link in session manager
|
|
|
|
|
(QTCREATORBUG-14459)
|
2015-05-12 10:41:40 +02:00
|
|
|
|
|
|
|
|
CMake Projects
|
|
|
|
|
|
|
|
|
|
* Fixed parsing of C++ flags for Ninja projects
|
|
|
|
|
|
|
|
|
|
Debugging
|
|
|
|
|
|
|
|
|
|
* Fixed that executables starting with `lldb-platform-` were detected
|
|
|
|
|
as debugger (QTCREATORBUG-14309)
|
|
|
|
|
* Fixed attaching to running debug server when developing
|
|
|
|
|
cross-platform (QTCREATORBUG-14412)
|
|
|
|
|
* CDB
|
|
|
|
|
* Fixed that stepping into frame without source would step out
|
|
|
|
|
instead (QTCREATORBUG-9677)
|
|
|
|
|
|
2015-05-18 13:46:05 +02:00
|
|
|
QML Profiler
|
|
|
|
|
|
|
|
|
|
* Fixed that events with no duration were not visible
|
|
|
|
|
(QTCREATORBUG-14446)
|
|
|
|
|
|
2015-05-12 10:41:40 +02:00
|
|
|
C++ Support
|
|
|
|
|
|
|
|
|
|
* Added completion for `override` and `final` (QTCREATORBUG-11341)
|
|
|
|
|
* Fixed completion after comments starting with `///`
|
|
|
|
|
(QTCREATORBUG-8597)
|
|
|
|
|
|
|
|
|
|
QML Support
|
|
|
|
|
|
|
|
|
|
* Fixed completion for QtQml and QtQml.Models (QTCREATORBUG-13780)
|
2015-05-28 16:13:19 +02:00
|
|
|
* Fixed that dragging items from QML overview onto editor removed the
|
|
|
|
|
items (QTCREATORBUG-14496)
|
2015-05-12 10:41:40 +02:00
|
|
|
|
|
|
|
|
Platform Specific
|
|
|
|
|
|
2015-05-17 17:07:47 -07:00
|
|
|
OS X
|
|
|
|
|
* Fixed broken library paths for qbs executables (QTCREATORBUG-14432)
|
|
|
|
|
|
2015-05-12 10:41:40 +02:00
|
|
|
BareMetal
|
|
|
|
|
|
|
|
|
|
* Fixed issues when moving from Qt Creator 3.3 to Qt Creator 3.4
|