diff demos/browser/TODO.txt @ 45:71b382c10ef6

add coarse and incomplete QT browser port
author mandel
date Sun, 17 May 2009 18:49:59 +0000
parents
children 7bfd46c330dc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demos/browser/TODO.txt	Sun May 17 18:49:59 2009 +0000
@@ -0,0 +1,13 @@
+This is a very coarse port of ./demos/browser from the QT 4.5.1 linux sources.
+
+Done:
+- *.cpp and *.h files have been merged into *.d files
+- C preprocessor include lines where replaced by import lines.
+- const from function headers were removed.
+- some '::' and most '->' have been replaced by '.'
+
+Todo:
+- *.ui files need to converted to source files and translated to D
+- imports need to be corrected
+- module declarations are probably missing
+- everything else...