diff options
Diffstat (limited to 'experimental/tqtinterface/qt4/NOTES')
-rw-r--r-- | experimental/tqtinterface/qt4/NOTES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/NOTES b/experimental/tqtinterface/qt4/NOTES new file mode 100644 index 000000000..40401cb39 --- /dev/null +++ b/experimental/tqtinterface/qt4/NOTES @@ -0,0 +1,12 @@ +Known Qt4 problems that need to have workarounds in TQt + +QX11WindowSurface destructor crash: +http://bugreports.qt.nokia.com/browse/QTBUG-16974 + +For some reason, SVN revision 88 caused toolbar icons to disappear upon docking +That same revision fixed the ktip background though + +SVN revision 125 now sets the PaintOnScreen attribute by default +This *should* massively increase speed and clean up a number of remaining rendering glitches, +but it also only works on X11 and disables Qt compositing. This can be unset, i.e. for +transparent widgets, by clearing the new WPaintOnScreen window flag. |