From df19687570dfd3da2120252573d8e097de58337c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 2 Aug 2011 01:11:35 -0500 Subject: [PATCH] Add notes on future repairs --- tqtinterface/qt4/NOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tqtinterface/qt4/NOTES b/tqtinterface/qt4/NOTES index 40401cb..8105e06 100644 --- a/tqtinterface/qt4/NOTES +++ b/tqtinterface/qt4/NOTES @@ -1,4 +1,16 @@ +====================================================================================================================================== +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