summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/JAVATODO.txt
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-24 11:34:15 (GMT)
committeraxis <qt-info@nokia.com>2009-04-24 11:34:15 (GMT)
commit8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch)
treea17e1a767a89542ab59907462206d7dcf2e504b2 /tools/qdoc3/JAVATODO.txt
downloadQt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip
Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz
Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2
Long live Qt for S60!
Diffstat (limited to 'tools/qdoc3/JAVATODO.txt')
-rw-r--r--tools/qdoc3/JAVATODO.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/qdoc3/JAVATODO.txt b/tools/qdoc3/JAVATODO.txt
new file mode 100644
index 0000000..96df4c1
--- /dev/null
+++ b/tools/qdoc3/JAVATODO.txt
@@ -0,0 +1,28 @@
+ * index page on "O" and downwards?
+ * flag types, e.g. QTextStream::NumberFlags
+ * example references doc.trolltech.com etc.
+
+ * fix enum value table (e.g. QCoreApplication.Encoding.html)
+ * check reimplementation of interface functions (e.g. QWidget::widthMM())
+ * handle '::' in doc, e.g. in QAbstractEventDispatcher's detailed desc
+ * make sure default constructor logic doesn't interfere with default params (e.g. QAbstractEventDispatcher ctors)
+ * document default constructor provided for Java (e.g.?)
+ * document "protected QAbstractEventDispatcher(QtObject.QPrivateConstructor p)" and the like
+ * memory-managed, type
+
+ * replace QString with String, etc.
+ * nested classes
+ * enum_1
+
+ * fix stylesheet
+ * no link to class itself
+ * support \ifjava
+ * add // C++
+ * support Java-only /*! ... */ comments
+
+ * links to property names have to be fixed
+ * example: version 1 in QStyleOptionFrame
+ * example: foo -> isFoo()
+
+ * lowercase, and remove final stop, in \brief texts for variables and properties
+ * omit "see alsos" that don't work instead of showing them as broken links