comparison data/L10n/OptionsMisc.mtt @ 80:ea58f277f487

Gui reorganization and changes; partial implementation of floating widgets. Moved contents of mde/gui/WidgetData.d elsewhere; new gui/WidgetDataSet.d and gui/types.d modules. Changes to widget/createWidget.d Partially implemented FloatingAreaWidget to provide an area for floating "window" widgets. New DebugWidget and some uses of it (e.g. bad widget data). Decoupled OptionChanges from Options.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 07 Aug 2008 11:25:27 +0100
parents 1530d9c04d4d
children 97e6dce08037
comparison
equal deleted inserted replaced
79:61ea26abe4dd 80:ea58f277f487
1 {MT01} 1 {MT01}
2 {en-GB} 2 {en-GB}
3 <entry|useThreads=["Use threads","Global option for threading in mde."]> 3 <entry|useThreads={0:"Use threads",1:"Global option for threading in mde."}>
4 <entry|logLevel=["Logging level","Controls which messages are logged, from 0=trace to 6=none (default: 1=info)."]> 4 <entry|logLevel={0:"Logging level",1:"Controls which messages are logged, from 0=trace to 6=none (default: 1=info)."}>
5 <entry|L10n=["Localisation","Specifies the language to use."]> 5 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}>
6 <entry|pollInterval=["Polling interval","Delay in main loop to limit CPU usage"]> 6 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>
7 <entry|exitImmediately=["Exit immediately","Load files and exit immediately, without running main loop (for debugging)"]> 7 <entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}>