comparison data/L10n/MiscOptions.mtt @ 95:2a364c7d82c9

Boolean options can be adjusted from the gui now (using a very basic widget). Also some bug-fixes. Fixed a minor bug where layouts with the same id but without shared alignments would be messed up. Tracked down the "nothing trawn until a resize" bug (see jobs.txt). If widgets throw during creation they're now replaced by debug widgets. Function pointers are converted to delegates using a safer method.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 06 Nov 2008 11:07:18 +0000
parents data/L10n/OptionsMisc.mtt@97e6dce08037
children 49e7cfed4b34
comparison
equal deleted inserted replaced
94:9520cc0448e5 95:2a364c7d82c9
1 {MT01}
2 {en-GB}
3 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}>
4 <entry|logLevel={0:"Logging level",1:"Controls which messages are logged, from 0=trace to 6=none (default: 1=info)."}>
5 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}>
6 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>
7 <entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}>