diff codeDoc/jobs.txt @ 166:55667d048c31

Made content displayable while being dragged.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 21 Jun 2009 12:19:18 +0200
parents 24d77c52243f
children da8d3091fdaf
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Sun Jun 07 16:20:16 2009 +0200
+++ b/codeDoc/jobs.txt	Sun Jun 21 12:19:18 2009 +0200
@@ -8,13 +8,16 @@
 
 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   Dragging and dropping of editable data: should content immediately appear as being dragged?
+3   Dragging from anything other than AStringContentWidget.
 3   Single-line edit: pressing return should lose keyboard focus and change value
 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   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   Optimise: memory/reuse of popupContext and dragContentDisplay (in WidgetManager).
+2   Check for unnecessary redraws (associated with mouse movement, not clicking).
 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.
@@ -49,6 +52,3 @@
         +/
 1   Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering. Also remove dataset and force use of section creator callback?
 1   File loading from compressed archives and/or binary archives.
-
-
-Done (since last commit):