comparison codeDoc/jobs.txt @ 29:f985c28c0ec9

A new GUI widget plus changes to the init system. GUI: Implemented a GridWidget to layout several sub-widgets. Improved log messages about init functions. Moved all dynamic-library loading into a separate init stage. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 12 Apr 2008 14:10:13 +0100
parents 0aa621b3e070
children 467c74d4804d
comparison
equal deleted inserted replaced
28:b5fadd8d930b 29:f985c28c0ec9
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 GUI work...
7 6
8 7
9 To do: 8 To do:
10 Also see todo.txt. 9 Also see todo.txt.
11 * Windows building/compatibility (currently partial) 10 * Windows building/compatibility (currently partial)
39 myThis.axis[cast(inputID) s.pop()] = y; 38 myThis.axis[cast(inputID) s.pop()] = y;
40 +/ 39 +/
41 40
42 41
43 Done (for git log message): 42 Done (for git log message):
44 Fixed a bug in paths.mdeDirectory.makeMTReader when called with readOrder == PRIORITY.HIGH_ONLY. 43 GUI: Implemented a GridWidget to layout several sub-widgets.
44 Improved log messages about init functions.
45 Moved all dynamic-library loading into a separate init stage.