KNOWN BUGS:

--------------------------------------------------------

Problems with <=Qt1.41 QFont (rbearing) when loading
from stream, should be fixed in 2.0. Thus centered texts
like axis labels may be incorrectly displayed when
loading graph.

4.7.99 They still didn't correct it in Qt 1.4x !!!

Explanation:

I looked at qfont.cpp again and now it's clear:
normally qfont::init() is used to create new QFontData
and initialize it.
BUT in QDataStream &operator>>( QDataStream &s, QFont &f )
new QFontData is created at line 1076 without initializing it.
I suggest to move initializations from QFont::init() to
QFontData constructor.


Quick fix:

Qt library, file  src/kernel/qfont.cpp,
line ~1091, insert line `f.d->req.rbearing=SHRT_MIN' 

------------------------------------------------------------
This one can happen using progressdlg.

error 1, 13.8.98, script default.Script, PROGRESSDLG ???

X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  3
  IOT trap/Abort

works with DISPLAY=localhost:0.0 WHY ???
-----------------------------------------------------------  

GPIB timeout settings not implemented yet

-----------------------------------------------------------  

rgpib_svc host authentication missing

-----------------------------------------------------------  

SLIDER has some geometry problems when scale enabled

-----------------------------------------------------------  

LCD displays OL if width is too short

-----------------------------------------------------------

drivers won't compile with 2.2.x kernels

-----------------------------------------------------------

clipboard works only within 1 application, this will
be fixed after porting to Qt2.0/KDE2.0

-----------------------------------------------------------
