summaryrefslogtreecommitdiffstats
path: root/dist/changes-3.3.1
blob: 55ea3058731edf6a5b5bfb45f8f66f7f37c4415b (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Qt 3.3.1 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.0


****************************************************************************
*                           General                                        *
****************************************************************************

Added support for animated cursors on Mac OS X.

Compilers
---------

Fixed SQLite compilation on Solaris.

Fixed problem with precompiled headers (PCH) and Platform SDK on
Windows by removing winsock2.h dependency.


****************************************************************************
*                          Library                                         *
****************************************************************************

General Fixes
-------------

Fixed drag and drop for modal dialogs.

- QAction
	Propagate visibility state correctly to actions added to an
	invisible actiongroup.
	
- QHttp
	Handle both upper and lower case in response headers.

- QLineEdit
	Fixed drawing problems that affected very long strings and
	the handling of trailing spaces.

- QObject
	Fixed connectNotify() and disconnectNotify() for some special
	cases.

- QPixmap
	Avoid calling detach() when setting a null mask on a pixmap.

- QString
	sprintf() again interprets strings, %s, as UTF-8 strings, not
	as Latin1 strings.

- QTabBar
	Tabbars are now correctly left aligned again.

- QTable
	Fixed shift selections after editing.
	
- QTextEdit
	Emits cursorPositionChanged() when cursor position changes
	when find() has been called.
	LogText mode: Changing fonts after appending text now
	recalculates the scrollbars properly.
	Optimized createPopupMenu().

- QVariant
	Added missing detach() calls in QVariant::as...() functions
	(e.g. asInt()).

- QWidget
	setWindowState() fixed for WindowMaximized and
	WindowFullScreen. showMaximized() and showFullScreen() now
	work for laid out widgets that have not been explicitly
	resized.
	windowOpacity() correctly initialized.

Platform-Specific Issues
------------------------

Windows:

Fixed overflow error that sometimes affected the font engine.
Fixed font drawing problems for some international versions of Win9x;
also improved handling of spaces before Chinese characters.

- QApplication
	Fixed libraryPaths() to return the correct location of the
	application executable, independently of whether it has been
	called before the QApplication constructor or afterwards.

- QFileInfo
	Fixed readLink() for special cases.

- QSound
	Fixed isFinished() to work correctly.

- QStyle
	Fixed QWindowsXPStyle drawing flat toggle buttons.

- QWidget
	Turn off layered painting if window opacity is set back to
	1.0; making widget redrawing fast again.

Mac:

Fixed crash on exit problem with Qt Designer.
Fixed compilation of networking modules for Professional edition. 
Fixed overflow error that sometimes occurred in the font engine.
Fixed modal dialogs and contextMenuRequested() signals.

- QMenuBar
	Add separator after the "Abouts".
	Fixed memory corruption.

- QMessageBox
	Improved handling of text and button size.

- QPainter
	Improved raster operations when using colors.
	Improved polygon region handling and drawPolyLine().

- QStyle
	Fixed QAquaStyle to use setWindowOpacity().
	Fixed QMacStyle drawing of flat toggle buttons.

- QWidget
	Fixed showFullScreen() to not hide the toolbar.

X11:

Fixed skipping of certain (bitmap) fonts for Xft2 when building up the
font database.

- QPrinter
	Fixed regression with margins and Landscape.

Embedded:

- QPixmap
	Fixed crash bug with transformed driver when using masked
	pixmaps where width > height.
	In xForm(), pre-fill the resulting pixmap with a transparent
	color instead of white.