diff codeDoc/jobs.txt @ 153:2934fcacbb97

Fixed a bug preventing log messages from being displayed. Added a Help->About menu (logs copyright info).
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 10 Apr 2009 18:09:55 +0200
parents 2ac3e0012788
children 4e8819b65882
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Fri Apr 10 15:19:46 2009 +0200
+++ b/codeDoc/jobs.txt	Fri Apr 10 18:09:55 2009 +0200
@@ -8,7 +8,9 @@
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also search for FIXME/NOTE/BUG/WARNING comment marks.
+4   Entering a hashmap tag like {0:"x","y"} causes an infinite loop.
 4   Revise widgets/functions available: remove TextLabel, add VoidContent creation
+3   GUI: up-clicks get passed as events and activate objects
 3   Too many redraws: mouse-over causes them
 3   Glyph 's' drawn incorrectly in release mode - ??
 3   Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?