diff codeDoc/jobs.txt @ 90:b525ff28774b

Widgets generated dynamically from a list can now be standard widgets selected from data files. Started on allowing alignment to be shared between instances of a layout widget in a dynamic list (to allow column alignment of list's rows).
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 01 Oct 2008 23:37:51 +0100
parents 97e6dce08037
children 4d5d53e4f881
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Mon Sep 29 18:27:17 2008 +0100
+++ b/codeDoc/jobs.txt	Wed Oct 01 23:37:51 2008 +0100
@@ -3,6 +3,7 @@
 
 
 In progress:
+Layout alignment sharing for instances of same widgetID.
 
 
 
@@ -13,6 +14,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   Data saving for widgetIDs with multiple instances?
 3   Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
 3   Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour.
 3   glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.