"Fossies" - the Fresh Open Source Software Archive 
Member "qt-everywhere-src-6.3.1/qtbase/dist/changes-0.94" (25 May 2022, 708 Bytes) of package /linux/misc/qt-everywhere-src-6.3.1.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Here is a list of (major) changes in Qt from 0.93 to 0.94.
2
3 Bug-fixes, optimizations and much improved documentation, of course.
4
5 There are not many changes in the API interface.
6
7
8 QTextStream:
9 ------------
10 eos() renamed to eof() for iostream compatibility.
11 operator>> for double, float, char*, QString are implemented
12 get() and getline() added.
13
14
15 QDataStream:
16 ------------
17 eos() renamed to eof() for iostream compatibility.
18
19
20 QPixmap:
21 --------
22 Support for transparency: setMask(QBitmap) and bitBlt.
23
24
25 QImage:
26 -------
27 Scanline data is aligned on a 32 bit boundary (it used to be 8
28 bits). Conversion to and from QPixmap is now faster.
29
30
31 Documentation:
32 --------------
33 More documentation fixes.