diff codeDoc/jobs.txt @ 129:ad91de8867a0

Added a widget size printing debug function. Fixed a bug in SwitchWidget.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 15 Jan 2009 16:52:46 +0000
parents a2ef6b549101
children c5c38eaadb64
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Wed Jan 14 20:24:14 2009 +0000
+++ b/codeDoc/jobs.txt	Thu Jan 15 16:52:46 2009 +0000
@@ -3,13 +3,12 @@
 
 
 In progress:
-
+Note: shared alignment sizableness not set very logically.
 
 
 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   Close popup menu on button activation/click.
-3   Make EnumContent a derivative of BoolContent to use to solve callback problems.
 3   Synchronization of IContent with gui (e.g. multiple edit widgets): worth adding (temporary) callbacks?
 3   Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
 3   Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour.