diff codeDoc/jobs.txt @ 80:ea58f277f487

Gui reorganization and changes; partial implementation of floating widgets. Moved contents of mde/gui/WidgetData.d elsewhere; new gui/WidgetDataSet.d and gui/types.d modules. Changes to widget/createWidget.d Partially implemented FloatingAreaWidget to provide an area for floating "window" widgets. New DebugWidget and some uses of it (e.g. bad widget data). Decoupled OptionChanges from Options.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 07 Aug 2008 11:25:27 +0100
parents 61ea26abe4dd
children e0f1ec7fe73a
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Tue Aug 05 11:51:51 2008 +0100
+++ b/codeDoc/jobs.txt	Thu Aug 07 11:25:27 2008 +0100
@@ -8,7 +8,7 @@
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also see todo.txt and FIXME/NOTE comment marks.
-4   struct (via tuple) support for parseTo/From. Requires rewriting with static if (is T : type).
+5   setting widgets' default size? setMinSize/setDefaultSize fct?
 4   Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
 4   Not guaranteed to catch up-click ending callback! Appears not to be a problem...
 4   OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?).