summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/NOTES
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
commit1df632a0e6e550a5a100247c6b4713078e78f413 (patch)
treee8577c3d310285ebb4c8beea37998f408286bda3 /tqtinterface/qt4/NOTES
parent012b00740f33c01949c88d7ea97e2dee81fabb41 (diff)
downloadexperimental-r14.0.7.tar.gz
experimental-r14.0.7.zip
Removed unnecessary and/or TDE-unrelated code.r14.0.7
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tqtinterface/qt4/NOTES')
-rw-r--r--tqtinterface/qt4/NOTES24
1 files changed, 0 insertions, 24 deletions
diff --git a/tqtinterface/qt4/NOTES b/tqtinterface/qt4/NOTES
deleted file mode 100644
index 8105e06..0000000
--- a/tqtinterface/qt4/NOTES
+++ /dev/null
@@ -1,24 +0,0 @@
-======================================================================================================================================
-Things that need to be fixed in TQt
-======================================================================================================================================
-
-There should only be one master TQEventLoop, and it should be the built in master QEventLoop from Qt4
-This means that TQEventLoop should inherit from QEventLoop, etc.
-Having two event loops causes so many problems that it isn't even funny--for starters,
-it makes it impossible to have TQSocketNotifier inherit from QSocketNotifier...
-And who knows what else!
-
-======================================================================================================================================
-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.