comparison 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
comparison
equal deleted inserted replaced
161:e3fe6acc16fb 162:2476790223b8
6 6
7 7
8 8
9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
10 Also search for FIXME/NOTE/BUG/WARNING comment marks. 10 Also search for FIXME/NOTE/BUG/WARNING comment marks.
11 3 Enable dragging from more widgets: bool content, enum
12 3 Content: setContent specialisations, opAssign should reject more values (particularly for BoolContent).
11 3 GUI: up-clicks get passed as events and activate objects 13 3 GUI: up-clicks get passed as events and activate objects
12 3 Too many redraws: mouse-over causes them
13 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 14 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
14 3 Windows compatibility - no registry support (useful to find path). 15 3 Windows compatibility - no registry support (useful to find path).
16 2 Visual feedback for dragging
15 2 First glyph drawn incorrectly in release mode - ?? 17 2 First glyph drawn incorrectly in release mode - ??
16 2 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 18 2 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
17 2 Popup help boxes on hover/right click to display content description. 19 2 Popup help boxes on hover/right click to display content description.
18 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 20 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
19 2 Command-line options for paths to by-pass normal path finding functionality. 21 2 Command-line options for paths to by-pass normal path finding functionality.