comparison 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
comparison
equal deleted inserted replaced
44:3cb15c92ac28 45:71b382c10ef6
1 This is a very coarse port of ./demos/browser from the QT 4.5.1 linux sources.
2
3 Done:
4 - *.cpp and *.h files have been merged into *.d files
5 - C preprocessor include lines where replaced by import lines.
6 - const from function headers were removed.
7 - some '::' and most '->' have been replaced by '.'
8
9 Todo:
10 - *.ui files need to converted to source files and translated to D
11 - imports need to be corrected
12 - module declarations are probably missing
13 - everything else...