# HG changeset patch # User eldar1@eldar1-laptop # Date 1262522451 0 # Node ID 9327c7cca8f567d5458ff01efb9d083a673e2efa # Parent c97e5d15bf9579c6d5a70545df8dc4eb9ceb36c3 todo file as we don't use bugzilla a lot. diff -r c97e5d15bf95 -r 9327c7cca8f5 todo.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/todo.txt Sun Jan 03 12:40:51 2010 +0000 @@ -0,0 +1,10 @@ +Before 0.3 release + +1) Move nested classes into host classes they belong to +2) connectSlotsByName +3) docs +4) remove deprecated methods (as many as possible) +5) remove mangling of const methods - always reimplement them in D - to reduce binaries size at least a little bit +6) QList!(IQGraphicsItem) +7) const correct QMetaObject (QObject.metaObject() should be const?) +8) fix duic once value types are implemented as structs and add connectSlotsByName call