summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/NOTES
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:17:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:17:53 -0500
commitdda8474928bd7276e1fad8fb7a601e7c83ff2bc2 (patch)
tree7f83910598b33b12730035f086df20b5a53ab99c /tqtinterface/qt4/NOTES
parent6260b6178868c03aab1644bf93b0ef043654bdb0 (diff)
downloadexperimental-dda8474928bd7276e1fad8fb7a601e7c83ff2bc2.tar.gz
experimental-dda8474928bd7276e1fad8fb7a601e7c83ff2bc2.zip
Added TQt4 HEAD
Diffstat (limited to 'tqtinterface/qt4/NOTES')
-rw-r--r--tqtinterface/qt4/NOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/tqtinterface/qt4/NOTES b/tqtinterface/qt4/NOTES
new file mode 100644
index 0000000..40401cb
--- /dev/null
+++ b/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.