diff codeDoc/jobs.txt @ 43:1530d9c04d4d

Column/row resizing implemented for GridLayoutWidget (finally)! Also new exitImmediately option and a few debug scope(failure) log messages. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 15 May 2008 10:39:57 +0100
parents b3a6ca4516b4
children 07bd1a09e161
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Wed May 14 12:31:09 2008 +0100
+++ b/codeDoc/jobs.txt	Thu May 15 10:39:57 2008 +0100
@@ -3,17 +3,18 @@
 
 
 In progress:
-Implement row/col sizing.
 
 
 
 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   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?).
 3   on-event draw support (mde.events and GUI need to tell mde.mde)
 3   Scheduler for drawing only windows which need redrawing.
 3   Update scheduler as outlined in FIXME.
 3   Windows building/compatibility (currently partial)
+2   Options need a "level": simple options, for advanced users, for debugging only, etc.
 2   Command-line options for paths to by-pass normal path finding functionality.
 2   Consider replacing byte/short types with int type
 2   File loading from compressed archives
@@ -49,4 +50,3 @@
 
 
 Done (for git log message):
-The renderer now controls which parts of the window border allow resizing.