diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-10 19:53:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-11 20:56:14 +0900 |
commit | 70b3c7d4ffbdbe4d38582d5547d3bf81077d23ac (patch) | |
tree | 2ac36e438f8f641b7b96d7bbc9e806729226564b /qtinterface/TODO | |
parent | 2b8afac3e7a0cca1fb9e371562a8449ffbf575d2 (diff) | |
download | tqtinterface-70b3c7d4.tar.gz tqtinterface-70b3c7d4.zip |
Removed unused scripts
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/TODO')
-rw-r--r-- | qtinterface/TODO | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/qtinterface/TODO b/qtinterface/TODO deleted file mode 100644 index 6733163..0000000 --- a/qtinterface/TODO +++ /dev/null @@ -1,59 +0,0 @@ -qaccessible - - - - -All headers that contain the keywork TQ_OBJECT have been ported, -exept for these due to *@#$ private functions - -qclipboard -qcolordialog -qdragobject (QDragManager) -qfontdialog -qguardedptr (TQGuardedPtr, weird compilation failure) -qinputdialog -qnetworkprotocol (QNetworkProtocolFactory, weird compilation failure) -qsessionmanager -qtranslator (TQT_NO_TRANSLATION is set, MOC does not honor #ifdef) -qwidgetplugin (TQWidgetContainerPlugin, weird compilation failure) - - - -And these that do not contain TQ_OBJECT are failing: - -qasciicache -qasciidict -qcache -qcleanuphandler -qdeepcopy -qdict -qintcache -qintdict -qmap -qmemarray -qptrdict -qptrlist -qptrqueue -qsqlpropertymap -qsqlselectcursor -qthreadstorage -qtl -qvaluelist -qvaluestack - -This may have something to do with the template class junk - -Weird headers with no classes (???): - -tqdrawutil - - - - -Here's the latest proposed structure of the library... - -All of Trinity now uses TQ<something>, e.g. QTimer is now TQTimer. Depending on the QT3 or QT4 flag, certain defines are set in tqt.h like the following: -#define TQCString QCString (for Qt3) -#define TQCString Q3CString (for Qt4) - -If needed, the TQ function can subclass the Q or Q3 function and reimplement the missing features. However, the vast majority of classes (those that have not changed much) will be handled with the simple #define statements, greatly simplifying and speeding implementation. |