comparison codeDoc/jobs.txt @ 91:4d5d53e4f881

Shared alignment for dynamic content lists - finally implemented! Lots of smaller changes too. Some debugging improvements. When multiple .mtt files are read for merging, files with invalid headers are ignored and no error is thrown so long as at least one file os valid.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 16 Oct 2008 17:43:48 +0100
parents b525ff28774b
children 2a364c7d82c9
comparison
equal deleted inserted replaced
90:b525ff28774b 91:4d5d53e4f881
1 Copyright © 2007-2008 Diggory Hardy 1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING) 2 License: GNU General Public License version 2 or later (see COPYING)
3 3
4 4
5 In progress: 5 In progress:
6 Layout alignment sharing for instances of same widgetID.
7 6
8 7
9 8
10 Bugs: 9 Bugs:
11 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug? 10 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug? Info: doesn't happen when limited to one thread.
12 11
13 12
14 13
15 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 14 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
16 Also see todo.txt and FIXME/NOTE comment marks. 15 Also see todo.txt and FIXME/NOTE comment marks.