blob: 8edabc9353500e7aa702e708869463944dc670f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Qt Creator version 2.4.1 contains bug fixes on top of 2.4.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.4.0..v2.4.1
General
Editing
Managing Projects
* Fix a crash on closing a project while a parse is in progress (QTCREATORBUG-6677)
Debugging
Debugging QML/JS
Analyzing Code
C++ Support
QML/JS Support
* Search qmlplugindump (4.8) in right location (QTCREATORBUG-6698)
Qt Quick Designer
Help
* Fix loading of files from documentation (QTSDK-1129)
Platform Specific
Mac
* Only force mkspec with specific gcc version if the compiler path suggests it
* Find QMLViewer.app even if filesystem is case sensitive (QTCREATORBUG-5975)
* Build debugging helper with correct architecture (QTCREATORBUG-6737)
Linux (GNOME and KDE)
Windows
* Fix getting proxy settings
Symbian Target
Remote Linux Support
Qt Designer
FakeVim
Version control plugins
|