ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
34 lines
708 B
Plaintext
34 lines
708 B
Plaintext
Here is a list of (major) changes in Qt from 0.93 to 0.94.
|
|
|
|
Bug-fixes, optimizations and much improved documentation, of course.
|
|
|
|
There are not many changes in the API interface.
|
|
|
|
|
|
QTextStream:
|
|
------------
|
|
eos() renamed to eof() for iostream compatibility.
|
|
operator>> for double, float, char*, QString are implemented
|
|
get() and getline() added.
|
|
|
|
|
|
QDataStream:
|
|
------------
|
|
eos() renamed to eof() for iostream compatibility.
|
|
|
|
|
|
QPixmap:
|
|
--------
|
|
Support for transparency: setMask(QBitmap) and bitBlt.
|
|
|
|
|
|
QImage:
|
|
-------
|
|
Scanline data is aligned on a 32 bit boundary (it used to be 8
|
|
bits). Conversion to and from QPixmap is now faster.
|
|
|
|
|
|
Documentation:
|
|
--------------
|
|
More documentation fixes.
|