view todo.txt @ 396:d0a103f25091

Work around CTFE regression in DMD. The error message emitted by DMD 2.051 was ?Declaration (string, ?, string) allSymbols = tuple("__ctor", ?, "__T8Q_OBJECTZ") is not yet implemented in CTFE?.
author David Nadlinger <code@klickverbot.at>
date Mon, 03 Jan 2011 08:06:13 +0100
parents 9327c7cca8f5
children
line wrap: on
line source

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