comparison demos/browser/TODO.txt @ 77:0654fc9bac95

more porting
author mandel
date Sun, 24 May 2009 13:46:32 +0000
parents 37caa90ce503
children a8d76a9a85aa
comparison
equal deleted inserted replaced
76:454e4b4beb59 77:0654fc9bac95
1 This is a very coarse port of ./demos/browser from the QT 4.5.1 linux sources. 1 This is a very coarse port of ./demos/browser from the QT 4.5.1 linux sources.
2 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: 3 Todo:
10 - what about Q_PROPERTY/Q_UNUSED? 4 - implement functionality from QList, QString and QStringList
11 - resolve multiple inheritance 5 - resolve multiple inheritance, commented for now
12 - QString -> char[] 6 - fix segfaults due to not initialized variables
13 - QList -> [] 7 - ...
14 - everything else...