diff codeDoc/jobs.txt @ 162:2476790223b8

First drag and drop support: can drag from AStringContentWidget to any content editable. No visual feedback while dragging.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 22 May 2009 19:59:22 +0200
parents 36df0ffe34d2
children 24d77c52243f
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Thu May 21 22:15:40 2009 +0200
+++ b/codeDoc/jobs.txt	Fri May 22 19:59:22 2009 +0200
@@ -8,10 +8,12 @@
 
 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.
+3   Enable dragging from more widgets: bool content, enum
+3   Content: setContent specialisations, opAssign should reject more values (particularly for BoolContent).
 3   GUI: up-clicks get passed as events and activate objects
-3   Too many redraws: mouse-over causes them
 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   Windows compatibility - no registry support (useful to find path).
+2   Visual feedback for dragging
 2   First glyph drawn incorrectly in release mode - ??
 2   glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
 2   Popup help boxes on hover/right click to display content description.