This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
Qt Creator version 2.4.1 contains bug fixes on top of 2.4. |
| 2 |
|
| 3 |
The most important changes are listed in this document. For a complete |
| 4 |
list of changes, see the Git log for the Qt Creator sources that |
| 5 |
you can check out from the public Git repository. For example: |
| 6 |
|
| 7 |
git clone git://gitorious.org/qt-creator/qt-creator.git |
| 8 |
git log --cherry-pick --pretty=oneline v2.4.0..v2.4.1 |
| 9 |
|
| 10 |
General |
| 11 |
|
| 12 |
Editing |
| 13 |
|
| 14 |
Managing Projects |
| 15 |
* Fix a crash on closing a project while a parse is in progress (QTCREATORBUG-6677) |
| 16 |
|
| 17 |
Debugging |
| 18 |
|
| 19 |
Debugging QML/JS |
| 20 |
|
| 21 |
Analyzing Code |
| 22 |
|
| 23 |
C++ Support |
| 24 |
|
| 25 |
QML/JS Support |
| 26 |
* Search qmlplugindump (4.8) in right location (QTCREATORBUG-6698) |
| 27 |
|
| 28 |
Qt Quick Designer |
| 29 |
|
| 30 |
Help |
| 31 |
* Fix loading of files from documentation (QTSDK-1129) |
| 32 |
|
| 33 |
Platform Specific |
| 34 |
|
| 35 |
Mac |
| 36 |
* Only force mkspec with specific gcc version if the compiler path suggests it |
| 37 |
* Find QMLViewer.app even if filesystem is case sensitive (QTCREATORBUG-5975) |
| 38 |
* Build debugging helper with correct architecture (QTCREATORBUG-6737) |
| 39 |
|
| 40 |
Linux (GNOME and KDE) |
| 41 |
|
| 42 |
Windows |
| 43 |
* Fix getting proxy settings |
| 44 |
|
| 45 |
Symbian Target |
| 46 |
|
| 47 |
Remote Linux Support |
| 48 |
|
| 49 |
Qt Designer |
| 50 |
|
| 51 |
FakeVim |
| 52 |
|
| 53 |
Version control plugins |