comparison codeDoc/jobs.txt @ 156:36df0ffe34d2

Fix to reload translations.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 18 Apr 2009 21:51:03 +0200
parents 4e8819b65882
children 2476790223b8
comparison
equal deleted inserted replaced
155:4e8819b65882 156:36df0ffe34d2
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 GUI: up-clicks get passed as events and activate objects 11 3 GUI: up-clicks get passed as events and activate objects
12 3 Too many redraws: mouse-over causes them 12 3 Too many redraws: mouse-over causes them
13 3 Glyph 's' drawn incorrectly in release mode - ??
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? 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?
15 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
16 3 Windows compatibility - no registry support (useful to find path). 14 3 Windows compatibility - no registry support (useful to find path).
15 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.
17 2 Popup help boxes on hover/right click to display content description. 17 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. 18 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. 19 2 Command-line options for paths to by-pass normal path finding functionality.
20 2 Sensitivity adjustments. From es_a_out: 20 2 Sensitivity adjustments. From es_a_out:
21 /+ FIXME: revise. 21 /+ FIXME: revise.