summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-02 01:11:35 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-02 01:11:35 -0500
commit18b62cf4a7d05ef56b601f3b5bb49e18a9bb8618 (patch)
tree09e28a26b820240fb8e2aa513de4aadb943c52d5
parent7e80b57fd407a5c89121d6c33e2d61bfbb6099ab (diff)
downloadtde-18b62cf4a7d05ef56b601f3b5bb49e18a9bb8618.tar.gz
tde-18b62cf4a7d05ef56b601f3b5bb49e18a9bb8618.zip
Add notes on future repairs
-rw-r--r--experimental/tqtinterface/qt4/NOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/NOTES b/experimental/tqtinterface/qt4/NOTES
index 40401cb39..8105e06cd 100644
--- a/experimental/tqtinterface/qt4/NOTES
+++ b/experimental/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