annotate todo.txt @ 410:bb0c0bbca312

Added wrappers for the QFontMetrics methods taking tabstop arrays. Also removed some stray code template instantiations.
author David Nadlinger <code@klickverbot.at>
date Sun, 20 Mar 2011 20:43:06 +0100
parents 9327c7cca8f5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
328
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
1 Before 0.3 release
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
2
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
3 1) Move nested classes into host classes they belong to
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
4 2) connectSlotsByName
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
5 3) docs
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
6 4) remove deprecated methods (as many as possible)
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
7 5) remove mangling of const methods - always reimplement them in D - to reduce binaries size at least a little bit
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
8 6) QList!(IQGraphicsItem)
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
9 7) const correct QMetaObject (QObject.metaObject() should be const?)
9327c7cca8f5 todo file as we don't use bugzilla a lot.
eldar1@eldar1-laptop
parents:
diff changeset
10 8) fix duic once value types are implemented as structs and add connectSlotsByName call