comparison codeDoc/jobs.txt @ 36:57d000574d75

Enabled drawing on demand, and made the polling interval configurable. Renamed mde.global to mde.imde. Enabled drawing on demand. Allowed options to take double values. Made the main loop's polling interval (sleep duration) settable from config files. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 02 May 2008 17:38:43 +0100
parents 928db3c75ed3
children 052df9b2fe07
comparison
equal deleted inserted replaced
35:928db3c75ed3 36:57d000574d75
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 Making Window dragable.
7 6
8 7
9 8
10 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):
11 Also see todo.txt and FIXME/NOTE comment marks. 10 Also see todo.txt and FIXME/NOTE comment marks.
47 +/ 46 +/
48 1 Mergetag binary support 47 1 Mergetag binary support
49 48
50 49
51 Done (for git log message): 50 Done (for git log message):
51 Renamed mde.global to mde.imde.
52 Enabled drawing on demand.
53 Allowed options to take double values.
54 Made the main loop's polling interval (sleep duration) settable from config files.