comparison codeDoc/jobs.txt @ 111:1655693702fc

Resolved ticket #4, allowing widgets to reload strings and recalculate sizes mid-run. Removed prefinalize and finalize and added setup as the new second initialization phase, which can be re-run.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 06 Dec 2008 17:41:42 +0000
parents c9fc2d303178
children fe061009029d
comparison
equal deleted inserted replaced
110:6acd96f8685f 111:1655693702fc
6 6
7 7
8 8
9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
10 Also see todo.txt and FIXME/NOTE comment marks. 10 Also see todo.txt and FIXME/NOTE comment marks.
11 3 Synchronization of IContent with gui (e.g. multiple edit widgets): worth adding (temporary) callbacks?
11 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 12 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
12 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour. 13 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour.
13 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 14 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
14 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d 15 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d
15 2 Add callback to miscOpts.L10n reverting the option to it's last value if no file is found and reloading translations. 16 2 Add callback to miscOpts.L10n reverting the option to it's last value if no file is found and reloading translations.