comparison data/L10n/OptionsMisc.mtt @ 43:1530d9c04d4d

Column/row resizing implemented for GridLayoutWidget (finally)! Also new exitImmediately option and a few debug scope(failure) log messages. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 15 May 2008 10:39:57 +0100
parents f985c28c0ec9
children ea58f277f487
comparison
equal deleted inserted replaced
42:8bf53e711cc7 43:1530d9c04d4d
1 {MT01} 1 {MT01}
2 {en-GB} 2 {en-GB}
3 <entry|useThreads=["Use threads","Global option for threading in mde."]> 3 <entry|useThreads=["Use threads","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=["Logging level","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=["Localisation","Specifies the language to use."]>
6 <entry|pollInterval=["Polling interval","Delay in main loop to limit CPU usage"]>
7 <entry|exitImmediately=["Exit immediately","Load files and exit immediately, without running main loop (for debugging)"]>