comparison 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
comparison
equal deleted inserted replaced
165:bb2f1a76346d 166:55667d048c31
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 Dragging and dropping of editable data: should content immediately appear as being dragged?
12 3 Dragging from anything other than AStringContentWidget.
11 3 Single-line edit: pressing return should lose keyboard focus and change value 13 3 Single-line edit: pressing return should lose keyboard focus and change value
12 3 Enable dragging from more widgets: bool content, enum 14 3 Enable dragging from more widgets: bool content, enum
13 3 Content: setContent specialisations, opAssign should reject more values (particularly for BoolContent). 15 3 Content: setContent specialisations, opAssign should reject more values (particularly for BoolContent).
14 3 GUI: up-clicks get passed as events and activate objects 16 3 GUI: up-clicks get passed as events and activate objects
15 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 17 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
16 3 Windows compatibility - no registry support (useful to find path). 18 3 Windows compatibility - no registry support (useful to find path).
17 2 Visual feedback for dragging 19 2 Optimise: memory/reuse of popupContext and dragContentDisplay (in WidgetManager).
20 2 Check for unnecessary redraws (associated with mouse movement, not clicking).
18 2 First glyph drawn incorrectly in release mode - ?? 21 2 First glyph drawn incorrectly in release mode - ??
19 2 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 22 2 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
20 2 Popup help boxes on hover/right click to display content description. 23 2 Popup help boxes on hover/right click to display content description.
21 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 24 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
22 2 Command-line options for paths to by-pass normal path finding functionality. 25 2 Command-line options for paths to by-pass normal path finding functionality.
47 y = sign(y) * pow(abs(y), a); // sensitivity adjustment by a +/ 50 y = sign(y) * pow(abs(y), a); // sensitivity adjustment by a +/
48 myThis.axis[cast(inputID) s.pop()] = y; 51 myThis.axis[cast(inputID) s.pop()] = y;
49 +/ 52 +/
50 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? 53 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?
51 1 File loading from compressed archives and/or binary archives. 54 1 File loading from compressed archives and/or binary archives.
52
53
54 Done (since last commit):