GUI Cleanup from Michael HABARTA. Part 3/3
This commit is contained in:
parent
12166b2ecd
commit
b4d16682ce
23 changed files with 3302 additions and 2782 deletions
|
@ -1111,7 +1111,7 @@ var dialog = {
|
|||
var titlebar = me.dialog.addChild("group");
|
||||
titlebar.set("layout", "hbox");
|
||||
titlebar.addChild("empty").set("stretch", 1);
|
||||
titlebar.addChild("text").set("label", "Wildfire settings");
|
||||
titlebar.addChild("text").set("label", "Wildfire Settings");
|
||||
titlebar.addChild("empty").set("stretch", 1);
|
||||
var w = titlebar.addChild("button");
|
||||
w.set("pref-width", 16);
|
||||
|
|
|
@ -38,6 +38,14 @@
|
|||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
@ -53,7 +61,7 @@
|
|||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Tile selection mode</label>
|
||||
<label>Tile Selection Mode</label>
|
||||
</text>
|
||||
|
||||
<combo>
|
||||
|
@ -72,13 +80,11 @@
|
|||
</binding>
|
||||
</combo>
|
||||
|
||||
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Altitude offset (ft)</label>
|
||||
<label>Altitude Offset (ft)</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
|
@ -92,7 +98,7 @@
|
|||
<row>2</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Temperature offset (C)</label>
|
||||
<label>Temperature Offset (C)</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
|
@ -106,7 +112,7 @@
|
|||
<row>3</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label>debug output</label>
|
||||
<label>Debug Output</label>
|
||||
<property>/local-weather/config/debug-output-flag</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -117,7 +123,7 @@
|
|||
<row>3</row>
|
||||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<label>terrain effects</label>
|
||||
<label>Terrain Effects</label>
|
||||
<property>/local-weather/config/detailed-terrain-interaction-flag</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -128,24 +134,36 @@
|
|||
<row>3</row>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<label>terrain presampling</label>
|
||||
<label>Terrain Presampling</label>
|
||||
<property>/local-weather/config/presampling-flag</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label> Wind Settings</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
|
@ -175,7 +193,6 @@
|
|||
<label>kts</label>
|
||||
</text>
|
||||
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
@ -189,7 +206,7 @@
|
|||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Gust frequency (Hz)</label>
|
||||
<label>Gust Frequency (Hz)</label>
|
||||
</text>
|
||||
|
||||
<slider>
|
||||
|
@ -218,7 +235,7 @@
|
|||
<row>1</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Gust factor</label>
|
||||
<label>Gust Factor</label>
|
||||
</text>
|
||||
|
||||
<slider>
|
||||
|
@ -247,7 +264,7 @@
|
|||
<row>2</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Gust direction variation</label>
|
||||
<label> Gust Direction Variation</label>
|
||||
</text>
|
||||
|
||||
<slider>
|
||||
|
@ -276,7 +293,7 @@
|
|||
<row>3</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Wind model</label>
|
||||
<label>Wind Model</label>
|
||||
</text>
|
||||
|
||||
<combo>
|
||||
|
@ -297,61 +314,72 @@
|
|||
</group>
|
||||
</group>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label> Thermic and Visibility Settings</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Generate thermals</label>
|
||||
<pref-width>5</pref-width>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<property>/local-weather/config/generate-thermal-lift-flag</property>
|
||||
<label> Generate Thermals </label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<halign>right</halign>
|
||||
<label>Realistic visibility</label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>4</col>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<label> Realistic Visibility</label>
|
||||
<property>/local-weather/config/realistic-visibility-flag</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Cloud shadows </label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<label> Cloud Shadows </label>
|
||||
<property>/local-weather/config/generate-cloud-shadows</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -360,16 +388,32 @@
|
|||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<col>2</col>
|
||||
<halign>right</halign>
|
||||
<label> (needs ALS shaders)</label>
|
||||
</text>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Convective conditions</label>
|
||||
<label> Convective Conditions:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -401,7 +445,7 @@
|
|||
<row>3</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Ground haze</label>
|
||||
<label>Ground Haze:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -433,7 +477,7 @@
|
|||
<row>4</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Air pollution</label>
|
||||
<label>Air Pollution:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -465,7 +509,7 @@
|
|||
<row>5</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Fog properties</label>
|
||||
<label>Fog Properties:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -503,7 +547,7 @@
|
|||
<value>0</value>
|
||||
</equals>
|
||||
</enable>-->
|
||||
<label>Max. visibility</label>
|
||||
<label>Max. Visibility:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
@ -534,13 +578,6 @@
|
|||
<row>6</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>250 km</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>6</row>
|
||||
<col>4</col>
|
||||
<halign>left</halign>
|
||||
<!--<enable>
|
||||
<equals>
|
||||
<property>/local-weather/config/realistic-visibility-flag</property>
|
||||
|
@ -548,14 +585,31 @@
|
|||
</equals>
|
||||
</enable>-->
|
||||
<label>12345678</label>
|
||||
<format>%.fm</format>
|
||||
<format>250 km %.fm</format>
|
||||
<live>true</live>
|
||||
<property>/local-weather/config/max-vis-range-m</property>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
@ -570,28 +624,34 @@
|
|||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<col>0</col>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<label>small</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<col>3</col>
|
||||
<halign>right</halign>
|
||||
<label>large</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Airmass</label>
|
||||
</text>
|
||||
|
||||
<slider>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<col>2</col>
|
||||
<colspan>2</colspan>
|
||||
<halign>fill</halign>
|
||||
<min>0.5</min>
|
||||
|
@ -604,14 +664,14 @@
|
|||
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Cloud patterns</label>
|
||||
<label> Cloud Patterns</label>
|
||||
</text>
|
||||
|
||||
<slider>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<col>2</col>
|
||||
<colspan>2</colspan>
|
||||
<halign>fill</halign>
|
||||
<min>0.0</min>
|
||||
|
@ -623,6 +683,11 @@
|
|||
</slider>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -3,286 +3,297 @@
|
|||
<PropertyList>
|
||||
|
||||
<!-- Weather tiles -->
|
||||
|
||||
<name>local_weather_winds</name>
|
||||
<width>500</width>
|
||||
<height>200</height>
|
||||
<modal>false</modal>
|
||||
<resizable>false</resizable>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>3</default-padding>
|
||||
|
||||
<!-- Title bar with close button -->
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>3</default-padding>
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>170</y>
|
||||
<label>Specify aloft wind layers</label>
|
||||
<label>Wind Configuration</label>
|
||||
</text>
|
||||
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<button>
|
||||
<pref-width>16</pref-width>
|
||||
<pref-height>16</pref-height>
|
||||
<legend></legend>
|
||||
<keynum>27</keynum>
|
||||
<border>2</border>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>220</x>
|
||||
<y>170</y>
|
||||
<label>lat:</label>
|
||||
<label>Specify Aloft Wind Layers:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label> Lat:</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>250</x>
|
||||
<y>170</y>
|
||||
<width>80</width>
|
||||
<height>25</height>
|
||||
<property>/local-weather/tmp/ipoint-latitude-deg</property>
|
||||
</input>
|
||||
|
||||
|
||||
<text>
|
||||
<x>340</x>
|
||||
<y>170</y>
|
||||
<label>lon:</label>
|
||||
<label> Lon:</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>370</x>
|
||||
<y>170</y>
|
||||
<width>80</width>
|
||||
<height>25</height>
|
||||
<property>/local-weather/tmp/ipoint-longitude-deg</property>
|
||||
</input>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<x>0</x>
|
||||
<y>140</y>
|
||||
<layout>table</layout>
|
||||
<halign>center</halign>
|
||||
|
||||
<text>
|
||||
<x>80</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label> 0 </label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>110</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<halign>center</halign>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL50</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>155</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL100</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>200</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>4</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL180</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>245</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>5</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL240</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>290</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>6</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL300</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>335</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>7</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL340</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>380</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>8</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL390</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>425</x>
|
||||
<y>0</y>
|
||||
<row>0</row>
|
||||
<col>9</col>
|
||||
<pref-width>50</pref-width>
|
||||
<label>FL450</label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<x>0</x>
|
||||
<y>100</y>
|
||||
|
||||
<text>
|
||||
<x>5</x>
|
||||
<y>0</y>
|
||||
<label>direction</label>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<label>Direction</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>70</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL0-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>115</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL50-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>160</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL100-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>205</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>4</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL180-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>250</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>5</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL240-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
|
||||
<input>
|
||||
<x>295</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>6</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL300-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>340</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>7</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL340-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>385</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>8</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL390-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>430</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>1</row>
|
||||
<col>9</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL450-wind-from-heading-deg</property>
|
||||
</input>
|
||||
|
||||
</group>
|
||||
|
||||
|
||||
<group>
|
||||
<x>0</x>
|
||||
<y>60</y>
|
||||
|
||||
<text>
|
||||
<x>5</x>
|
||||
<y>0</y>
|
||||
<label>speed (kt)</label>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<label>Speed (kt)</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>70</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL0-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>115</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL50-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>160</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>3</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL100-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>205</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>4</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL180-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>250</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>5</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL240-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>295</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>6</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL300-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>340</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>7</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL340-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>385</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>8</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL390-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
<input>
|
||||
<x>430</x>
|
||||
<y>0</y>
|
||||
<width>40</width>
|
||||
<height>25</height>
|
||||
<row>2</row>
|
||||
<col>9</col>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/local-weather/tmp/FL450-windspeed-kt</property>
|
||||
</input>
|
||||
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<x>10</x>
|
||||
<y>10</y>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<button>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<legend> OK </legend>
|
||||
<!--<default>true</default>-->
|
||||
<equal>true</equal>
|
||||
|
@ -295,9 +306,7 @@
|
|||
</button>
|
||||
|
||||
<button>
|
||||
<x>45</x>
|
||||
<y>0</y>
|
||||
<legend>Set waypoint</legend>
|
||||
<legend>Set Waypoint</legend>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
|
@ -310,10 +319,7 @@
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
|
||||
<button>
|
||||
<x>150</x>
|
||||
<y>0</y>
|
||||
<legend>Clear Waypoints</legend>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
@ -325,9 +331,8 @@
|
|||
</button>
|
||||
|
||||
<button>
|
||||
<x>265</x>
|
||||
<y>0</y>
|
||||
<legend>Cancel</legend>
|
||||
<default>true</default>
|
||||
<equal>true</equal>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
|
@ -336,15 +341,11 @@
|
|||
</button>
|
||||
|
||||
<text>
|
||||
<x>360</x>
|
||||
<y>0</y>
|
||||
<label>waypoints:</label>
|
||||
<label> Waypoints:</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<x>430</x>
|
||||
<y>0</y>
|
||||
<label>0</label>
|
||||
<label>MMMM</label>
|
||||
<live>true</live>
|
||||
<property>/local-weather/interpolation/ipoint-number</property>
|
||||
</text>
|
||||
|
|
|
@ -247,6 +247,9 @@
|
|||
<label>Relative Position</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<text>
|
||||
|
@ -316,6 +319,17 @@
|
|||
</input>
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<hrule/>
|
||||
|
||||
<text>
|
||||
<label>Select position of tower for the Tower Views</label>
|
||||
<label> Select Position of Tower for the Tower Views </label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
|
@ -50,13 +50,15 @@
|
|||
</checkbox>
|
||||
|
||||
<text>
|
||||
<row>1</row><col>0</col>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>Airport ID:</label>
|
||||
</text>
|
||||
<input>
|
||||
<name>airport-id</name>
|
||||
<row>1</row><col>1</col>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<property>/sim/tower/airport-id</property>
|
||||
<enable>
|
||||
<not>
|
||||
|
@ -65,7 +67,8 @@
|
|||
</enable>
|
||||
</input>
|
||||
<empty>
|
||||
<row>0</row><col>3</col>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
|
@ -131,7 +134,8 @@
|
|||
|
||||
<button>
|
||||
<legend>Preset</legend>
|
||||
<row>4</row><col>0</col>
|
||||
<row>4</row>
|
||||
<col>0</col>
|
||||
<!--
|
||||
Is there a way in the GUI (other than via a dynamic
|
||||
NASAL dialog) to assign text to the widget rather
|
||||
|
@ -153,11 +157,13 @@
|
|||
</binding>
|
||||
</button>
|
||||
<text>
|
||||
<row>4</row><col>1</col>
|
||||
<row>4</row>
|
||||
<col>1</col>
|
||||
<property>/sim/presets/airport-id</property>
|
||||
</text>
|
||||
<empty>
|
||||
<row>4</row><col>3</col>
|
||||
<row>4</row>
|
||||
<col>3</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
|
|
|
@ -4,11 +4,10 @@
|
|||
<name>map-canvas</name>
|
||||
<layout>vbox</layout>
|
||||
<resizable>true</resizable>
|
||||
<!-- mhab -->
|
||||
<default-padding>3</default-padding>
|
||||
|
||||
<color>
|
||||
<red type="float">0.41</red>
|
||||
<green type="float">0.4</green>
|
||||
<blue type="float">0.42</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
</color>
|
||||
|
||||
|
@ -19,9 +18,6 @@
|
|||
var setTransparency = func(updateDialog){
|
||||
var alpha = (getprop("/sim/gui/dialogs/map-canvas/transparent") or 0);
|
||||
self.getNode("color/alpha").setValue(1-alpha*0.3);
|
||||
self.getNode("color/red").setValue(0.41-alpha*0.2);
|
||||
self.getNode("color/green").setValue(0.4-alpha*0.2);
|
||||
self.getNode("color/blue").setValue(0.42-alpha*0.2);
|
||||
var n = props.Node.new({ "dialog-name": "map-canvas" });
|
||||
if (updateDialog)
|
||||
{
|
||||
|
@ -42,6 +38,7 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<text>
|
||||
|
@ -62,22 +59,27 @@
|
|||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<stretch>true</stretch>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- sidebar -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<stretch>true</stretch>
|
||||
<halign>left</halign>
|
||||
|
||||
<text>
|
||||
<label>Display:</label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<label>Airports</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-APT</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -90,7 +92,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Fixes</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-FIX</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -103,7 +105,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>VORs</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-VOR</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -116,7 +118,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>DMEs</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-DME</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -129,7 +131,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>NDBs</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-NDB</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -149,7 +151,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Traffic</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-TFC</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -169,7 +171,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Data</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-data</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -182,7 +184,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Flight History</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-FLT</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -194,14 +196,15 @@
|
|||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Weather</label>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- layer only supported if LW/AW is active -->
|
||||
<enable>
|
||||
<property>/sim/gui/dialogs/metar/mode/local-weather</property>
|
||||
<value>1</value>
|
||||
</enable>
|
||||
|
||||
<label>Weather</label>
|
||||
<pref-width>100</pref-width>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-WXR</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -220,6 +223,8 @@
|
|||
<value>1</value>
|
||||
</enable>
|
||||
<label>Tutorial Goals</label>
|
||||
<label>Weather</label>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
<property>/sim/gui/dialogs/map-canvas/draw-TUT</property>
|
||||
<live>true</live>
|
||||
|
@ -236,7 +241,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Magnetic Hdgs</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/magnetic-headings</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -249,7 +254,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Center on Acft</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/centre-on-aircraft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -262,7 +267,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Aircraft Hdg Up</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/aircraft-heading-up</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -275,7 +280,7 @@
|
|||
|
||||
<checkbox>
|
||||
<label>Transparent</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
<property>/sim/gui/dialogs/map-canvas/transparent</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -295,7 +300,6 @@
|
|||
<button>
|
||||
<name>close</name>
|
||||
<legend>Close</legend>
|
||||
<pref-width>100</pref-width>
|
||||
<default>true</default>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
|
|
|
@ -15,12 +15,15 @@ command interface /autopilot/route-manager/input:
|
|||
<name>map</name>
|
||||
<layout>vbox</layout>
|
||||
<resizable>true</resizable>
|
||||
<!-- mhab -->
|
||||
<default-padding>3</default-padding>
|
||||
|
||||
<color>
|
||||
<!-- mhab commented out
|
||||
<red type="float">0.41</red>
|
||||
<green type="float">0.4</green>
|
||||
<blue type="float">0.42</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
-->
|
||||
<alpha type="float">1.0</alpha>
|
||||
</color>
|
||||
|
||||
|
@ -30,9 +33,10 @@ command interface /autopilot/route-manager/input:
|
|||
var setTransparency = func(updateDialog){
|
||||
var alpha = (getprop("/gui/map/transparent") or 0);
|
||||
mapDialog.getNode("color/alpha").setValue(1-alpha*0.3);
|
||||
mapDialog.getNode("color/red").setValue(0.41-alpha*0.2);
|
||||
mapDialog.getNode("color/green").setValue(0.4-alpha*0.2);
|
||||
mapDialog.getNode("color/blue").setValue(0.42-alpha*0.2);
|
||||
# mhab commented out
|
||||
#mapDialog.getNode("color/red").setValue(0.41-alpha*0.2);
|
||||
#mapDialog.getNode("color/green").setValue(0.4-alpha*0.2);
|
||||
#mapDialog.getNode("color/blue").setValue(0.42-alpha*0.2);
|
||||
var n = props.Node.new({ "dialog-name": "map" });
|
||||
if (updateDialog)
|
||||
{
|
||||
|
@ -50,6 +54,7 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<text>
|
||||
|
@ -70,11 +75,13 @@ command interface /autopilot/route-manager/input:
|
|||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<stretch>true</stretch>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- sidebar -->
|
||||
<group>
|
||||
|
@ -85,7 +92,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Fixes</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/draw-fixes</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -98,7 +108,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Navaids</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/draw-navaids</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -117,7 +130,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Traffic</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/draw-traffic</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -137,7 +153,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Data</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/draw-data</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -150,7 +169,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Flight History</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/draw-flight-history</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -165,7 +187,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Magnetic Hdgs</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/magnetic-headings</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -178,7 +203,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Center on Acft</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/centre-on-aircraft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -191,7 +219,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Aircraft Hdg Up</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/aircraft-heading-up</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -204,7 +235,10 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<checkbox>
|
||||
<label>Transparent</label>
|
||||
<halign>left</halign>
|
||||
<!--
|
||||
<pref-width>100</pref-width>
|
||||
-->
|
||||
<property>/gui/map/transparent</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
<PropertyList>
|
||||
|
||||
<name>radios</name>
|
||||
<!--
|
||||
<width>550</width>
|
||||
-->
|
||||
<modal>false</modal>
|
||||
|
||||
<nasal>
|
||||
|
@ -496,7 +498,6 @@
|
|||
|
||||
<hrule/>
|
||||
<group>
|
||||
|
||||
<layout>hbox</layout>
|
||||
|
||||
<text>
|
||||
|
@ -506,7 +507,7 @@
|
|||
|
||||
<combo>
|
||||
<name>tacan-1</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/tacan/frequencies/selected-channel[1]</property>
|
||||
|
@ -528,7 +529,7 @@
|
|||
<!---->
|
||||
<combo>
|
||||
<name>tacan-2</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/tacan/frequencies/selected-channel[2]</property>
|
||||
|
@ -550,7 +551,7 @@
|
|||
|
||||
<combo>
|
||||
<name>tacan-3</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/tacan/frequencies/selected-channel[3]</property>
|
||||
|
@ -572,7 +573,7 @@
|
|||
|
||||
<combo>
|
||||
<name>tacan-4</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/tacan/frequencies/selected-channel[4]</property>
|
||||
|
@ -595,12 +596,16 @@
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
<!-- of TACAN group -->
|
||||
|
||||
<!-- transponder controls -->
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
|
@ -609,7 +614,7 @@
|
|||
|
||||
<combo>
|
||||
<name>Tponder-1</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/transponder/inputs/digit[3]</property>
|
||||
|
@ -629,7 +634,7 @@
|
|||
<!-- -->
|
||||
<combo>
|
||||
<name>Tponder-2</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/transponder/inputs/digit[2]</property>
|
||||
|
@ -648,7 +653,7 @@
|
|||
</combo>
|
||||
<combo>
|
||||
<name>Tponder-3</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/transponder/inputs/digit[1]</property>
|
||||
|
@ -667,7 +672,7 @@
|
|||
</combo>
|
||||
<combo>
|
||||
<name>Tponder-4</name>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-height>25</pref-height>
|
||||
<live>true</live>
|
||||
<property>/instrumentation/transponder/inputs/digit[0]</property>
|
||||
|
@ -731,6 +736,10 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
<!-- Transponder group -->
|
||||
|
||||
|
|
|
@ -77,6 +77,15 @@
|
|||
<valign>top</valign>
|
||||
<stretch>true</stretch>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<stretch>true</stretch>
|
||||
<layout>vbox</layout>
|
||||
|
@ -315,6 +324,7 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>7</default-padding>
|
||||
|
||||
<button>
|
||||
<legend>OK</legend>
|
||||
|
@ -361,8 +371,4 @@
|
|||
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<pref-height>1</pref-height>
|
||||
</empty>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -38,7 +38,17 @@
|
|||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Bloom</label>
|
||||
<name>bloom</name>
|
||||
|
@ -51,10 +61,9 @@
|
|||
<property>/sim/rendering/rembrandt/bloom-buffers</property>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>63</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<label>Strength</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -64,6 +73,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<name>bloom-strength</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -81,6 +92,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<label>12345678</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -92,13 +105,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<checkbox>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<label> Ambient occlusion</label>
|
||||
<name>occlusion</name>
|
||||
<property>/sim/rendering/rembrandt/ambient-occlusion</property>
|
||||
|
@ -110,10 +120,9 @@
|
|||
<property>/sim/rendering/rembrandt/ambient-occlusion-buffers</property>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>-7</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<label>Strength</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -123,6 +132,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<name>ambient-occlusion-strength</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -140,6 +151,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<label>12345678</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -153,13 +166,25 @@
|
|||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Shadows</label>
|
||||
<name>shadow</name>
|
||||
|
@ -169,16 +194,19 @@
|
|||
<object-name>shadow</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>42</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Map size</label>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
</text>
|
||||
<combo>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<name>shadow-map-size</name>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
|
@ -193,20 +221,30 @@
|
|||
<object-name>shadow-map-size</object-name>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<label></label>
|
||||
</text>
|
||||
<empty>
|
||||
<row>0</row>
|
||||
<col>4</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Filtering</label>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<name>filtering</name>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
|
@ -222,47 +260,36 @@
|
|||
</binding>
|
||||
</slider>
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
<label>12345678</label>
|
||||
<label>MMMMMMMMMMMMMMM</label>
|
||||
<format>%.0f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/shadows/filtering</property>
|
||||
</text>
|
||||
<empty>
|
||||
<pref-width>222</pref-width>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Number of cascades</label>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
</text>
|
||||
<!--<combo>
|
||||
<name>num-cascades</name>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
<property>/sim/rendering/shadows/num-cascades</property>
|
||||
<value>1</value>
|
||||
<value>2</value>
|
||||
<value>3</value>
|
||||
<value>4</value>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>num-cascades</object-name>
|
||||
</binding>
|
||||
</combo>-->
|
||||
<slider>
|
||||
<row>1</row>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<halign>left</halign>
|
||||
<name>filtering</name>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
|
@ -278,32 +305,47 @@
|
|||
</binding>
|
||||
</slider>
|
||||
<text>
|
||||
<row>1</row>
|
||||
<row>2</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
<label>12345678</label>
|
||||
<label>MMMMMMMMMMMMMMM</label>
|
||||
<format>%.0f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/shadows/num-cascades</property>
|
||||
</text>
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>4</col>
|
||||
<label></label>
|
||||
</text>
|
||||
<empty>
|
||||
<pref-width>222</pref-width>
|
||||
<row>2</row>
|
||||
<col>5</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
|
||||
<text>
|
||||
<row>3</row>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<label>Cascades</label>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
</enable>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
<row>3</row>
|
||||
<col>2</col>
|
||||
<colspan>2</colspan>
|
||||
|
||||
<input>
|
||||
<halign>left</halign>
|
||||
<name>shadow-cascade-1</name>
|
||||
<enable>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
|
@ -362,16 +404,22 @@
|
|||
<value>3</value>
|
||||
</greater-than>
|
||||
</visible>
|
||||
<pref-width>50</pref-width>
|
||||
<pref-width>60</pref-width>
|
||||
<property>/sim/rendering/shadows/cascade-far-m[3]</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>shadow-cascade-4</object-name>
|
||||
</binding>
|
||||
</input>
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<pref-width>147</pref-width>
|
||||
<row>3</row>
|
||||
<col>3</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
@ -380,6 +428,11 @@
|
|||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label> Night vision</label>
|
||||
|
@ -398,7 +451,17 @@
|
|||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Vignette</label>
|
||||
<name>vignette</name>
|
||||
|
@ -411,10 +474,9 @@
|
|||
<not><property>/sim/rendering/rembrandt/night-vision</property></not>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>34</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<label>Inner circle</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -424,6 +486,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<name>inner-circle</name>
|
||||
<min>0.0</min>
|
||||
<max>1.5</max>
|
||||
|
@ -441,7 +505,10 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/rembrandt/cinema/inner-circle</property>
|
||||
|
@ -452,13 +519,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<label>Outer circle</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -468,6 +532,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<name>outer-circle</name>
|
||||
<min>1.0</min>
|
||||
<max>2.0</max>
|
||||
|
@ -485,7 +551,10 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/rembrandt/cinema/outer-circle</property>
|
||||
|
@ -496,16 +565,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
<empty>
|
||||
<pref-width>222</pref-width>
|
||||
</empty>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<checkbox>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Color shift</label>
|
||||
<name>color-shift</name>
|
||||
|
@ -518,10 +581,9 @@
|
|||
<not><property>/sim/rendering/rembrandt/night-vision</property></not>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>37</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<label>Red shift</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -531,6 +593,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<name>red-shift-r</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -548,6 +612,9 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -560,6 +627,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>2</row>
|
||||
<col>4</col>
|
||||
<name>red-shift-g</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -577,6 +646,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>5</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -589,6 +660,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>2</row>
|
||||
<col>6</col>
|
||||
<name>red-shift-b</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -606,6 +679,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>7</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -617,13 +692,15 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
<empty>
|
||||
<row>2</row>
|
||||
<col>8</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<text>
|
||||
<row>3</row>
|
||||
<col>1</col>
|
||||
<label>Green shift</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -633,6 +710,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>3</row>
|
||||
<col>2</col>
|
||||
<name>green-shift-r</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -650,6 +729,9 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>3</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -662,6 +744,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>3</row>
|
||||
<col>4</col>
|
||||
<name>green-shift-g</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -679,6 +763,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>3</row>
|
||||
<col>5</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -691,6 +777,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>3</row>
|
||||
<col>6</col>
|
||||
<name>green-shift-b</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -708,6 +796,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>3</row>
|
||||
<col>7</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -719,13 +809,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>1</col>
|
||||
<label>Blue shift</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -735,6 +822,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>4</row>
|
||||
<col>2</col>
|
||||
<name>blue-shift-r</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -752,6 +841,9 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -764,6 +856,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>4</row>
|
||||
<col>4</col>
|
||||
<name>blue-shift-g</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -781,6 +875,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>5</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -793,6 +889,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>4</row>
|
||||
<col>6</col>
|
||||
<name>blue-shift-b</name>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
|
@ -810,6 +908,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>7</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -821,13 +921,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<checkbox>
|
||||
<row>5</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Distortion</label>
|
||||
<name>distortion</name>
|
||||
|
@ -840,10 +937,9 @@
|
|||
<not><property>/sim/rendering/rembrandt/night-vision</property></not>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>48</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>5</row>
|
||||
<col>1</col>
|
||||
<label>Factors</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -853,6 +949,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>5</row>
|
||||
<col>2</col>
|
||||
<name>distortion-factor-x</name>
|
||||
<min>-0.5</min>
|
||||
<max>0.5</max>
|
||||
|
@ -870,6 +968,9 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>5</row>
|
||||
<col>3</col>
|
||||
<halign>left</halign>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -882,6 +983,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>5</row>
|
||||
<col>4</col>
|
||||
<name>distortion-factor-y</name>
|
||||
<min>-0.5</min>
|
||||
<max>0.5</max>
|
||||
|
@ -899,6 +1002,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>5</row>
|
||||
<col>5</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -911,6 +1016,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>5</row>
|
||||
<col>6</col>
|
||||
<name>distortion-factor-z</name>
|
||||
<min>0.5</min>
|
||||
<max>1.5</max>
|
||||
|
@ -928,6 +1035,8 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<row>5</row>
|
||||
<col>7</col>
|
||||
<label>1234</label>
|
||||
<format>%.2f</format>
|
||||
<live>true</live>
|
||||
|
@ -939,13 +1048,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<checkbox>
|
||||
<row>6</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Color fringe</label>
|
||||
<name>color-fringe</name>
|
||||
|
@ -961,10 +1067,9 @@
|
|||
</and>
|
||||
</enable>
|
||||
</checkbox>
|
||||
<empty>
|
||||
<pref-width>42</pref-width>
|
||||
</empty>
|
||||
<text>
|
||||
<row>6</row>
|
||||
<col>1</col>
|
||||
<label>Factor</label>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -975,6 +1080,8 @@
|
|||
</enable>
|
||||
</text>
|
||||
<slider>
|
||||
<row>6</row>
|
||||
<col>2</col>
|
||||
<name>color-fringe-factor</name>
|
||||
<min>0.96</min>
|
||||
<max>1.04</max>
|
||||
|
@ -993,7 +1100,9 @@
|
|||
</enable>
|
||||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<row>6</row>
|
||||
<col>3</col>
|
||||
<label>12345</label>
|
||||
<format>%.3f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/rembrandt/cinema/color-fringe-factor</property>
|
||||
|
@ -1005,13 +1114,10 @@
|
|||
</and>
|
||||
</enable>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<checkbox>
|
||||
<row>7</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label> Film wear</label>
|
||||
<name>film-wear</name>
|
||||
|
@ -1030,12 +1136,16 @@
|
|||
</and>
|
||||
</enable>
|
||||
</checkbox>
|
||||
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>7</default-padding>
|
||||
|
||||
<button>
|
||||
<legend>Back</legend>
|
||||
|
|
|
@ -53,6 +53,15 @@
|
|||
<halign>center</halign>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
@ -218,6 +227,10 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<empty>
|
||||
<stretch>1</stretch>
|
||||
</empty>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
|
@ -330,17 +343,20 @@
|
|||
<object-name>random-vegetation</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<!--
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>1</col>
|
||||
<label>density</label>
|
||||
<label>Density</label>
|
||||
<enable>
|
||||
<property>/sim/rendering/random-vegetation</property>
|
||||
</enable>
|
||||
</text>
|
||||
-->
|
||||
<slider>
|
||||
<row>4</row>
|
||||
<col>2</col>
|
||||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<name>vegetation-density</name>
|
||||
<min>0</min>
|
||||
<max>10.0</max>
|
||||
|
@ -353,8 +369,9 @@
|
|||
</slider>
|
||||
<text>
|
||||
<row>4</row>
|
||||
<col>3</col>
|
||||
<label>12345678</label>
|
||||
<col>2</col>
|
||||
<label>1234567890 </label>
|
||||
<halign>left</halign>
|
||||
<format>%.1f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/vegetation-density</property>
|
||||
|
@ -363,7 +380,6 @@
|
|||
</enable>
|
||||
</text>
|
||||
|
||||
|
||||
<checkbox>
|
||||
<enable>
|
||||
<property>/sim/rendering/shaders/skydome</property>
|
||||
|
@ -386,13 +402,13 @@
|
|||
</enable>
|
||||
<row>5</row>
|
||||
<col>1</col>
|
||||
<colspan>3</colspan>
|
||||
<colspan>2</colspan>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
</color>
|
||||
<label>(needs ALS and antialiasing)</label>
|
||||
<label>(needs ALS and Antialiasing)</label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
@ -404,15 +420,33 @@
|
|||
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<vrule/>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>Shader effects</label>
|
||||
<label>Shader Effects</label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<hrule>
|
||||
|
@ -536,7 +570,7 @@
|
|||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>Atmospheric effects</label>
|
||||
<label>Atmospheric Effects</label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<hrule>
|
||||
|
@ -658,82 +692,56 @@
|
|||
</text>
|
||||
</group>
|
||||
|
||||
<!-- mhab modified -->
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<layout>vbox</layout>
|
||||
<pref-height>35</pref-height>
|
||||
<halign>left</halign>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Atmospheric light scattering (ALS)</label>
|
||||
<label>Atmospheric Light Scattering (ALS)</label>
|
||||
<name>skydome-scattering</name>
|
||||
<visible>
|
||||
<enable>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</not>
|
||||
</visible>
|
||||
</enable>
|
||||
<property>/sim/rendering/shaders/skydome</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>skydome-scattering</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<!--<text>
|
||||
<label>(Experimental)</label>
|
||||
<visible>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</not>
|
||||
</visible>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
</color>
|
||||
</text>-->
|
||||
</group>
|
||||
<!--<text>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<label>This disables most effects/shaders.</label>
|
||||
<halign>left</halign>
|
||||
<visible>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</not>
|
||||
</visible>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
</color>
|
||||
</text>-->
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<row>0</row>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
|
||||
<text>
|
||||
<label>Rembrandt</label>
|
||||
<halign>left</halign>
|
||||
<visible>
|
||||
<enable>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</visible>
|
||||
</enable>
|
||||
</text>
|
||||
<text>
|
||||
<label>(Experimental)</label>
|
||||
<label>(experimental)</label>
|
||||
<halign>left</halign>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
</color>
|
||||
<visible>
|
||||
<enable>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</visible>
|
||||
</enable>
|
||||
</text>
|
||||
<hrule>
|
||||
<stretch>true</stretch>
|
||||
|
@ -744,11 +752,11 @@
|
|||
</group>
|
||||
|
||||
<button>
|
||||
<row>1</row>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<visible>
|
||||
<enable>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</visible>
|
||||
</enable>
|
||||
<legend>Rembrandt Options</legend>
|
||||
<halign>center</halign>
|
||||
<binding>
|
||||
|
@ -769,6 +777,16 @@
|
|||
</empty>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -308,7 +308,7 @@ command interface /autopilot/route-manager/input:
|
|||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<name>departure-airport</name>
|
||||
<pref-width>60</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/autopilot/route-manager/departure/airport</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -388,7 +388,7 @@ command interface /autopilot/route-manager/input:
|
|||
<row>1</row>
|
||||
<col>1</col>
|
||||
<halign>left</halign>
|
||||
<pref-width>60</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<name>destination-airport</name>
|
||||
<property>/autopilot/route-manager/destination/airport</property>
|
||||
<live>true</live>
|
||||
|
@ -450,6 +450,7 @@ command interface /autopilot/route-manager/input:
|
|||
<combo>
|
||||
<row>1</row>
|
||||
<col>6</col>
|
||||
<pref-width>120</pref-width>
|
||||
<halign>left</halign>
|
||||
<name>approach</name>
|
||||
<property>/autopilot/route-manager/destination/approach</property>
|
||||
|
@ -566,6 +567,15 @@ command interface /autopilot/route-manager/input:
|
|||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>2</default-padding>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<waypointlist>
|
||||
<name>list</name>
|
||||
<halign>fill</halign>
|
||||
|
@ -579,13 +589,22 @@ command interface /autopilot/route-manager/input:
|
|||
</binding>
|
||||
</waypointlist>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>4</default-padding>
|
||||
|
||||
<text>
|
||||
<label> Waypoint:</label>
|
||||
<!--
|
||||
<pref-width>60</pref-width>
|
||||
-->
|
||||
</text>
|
||||
|
||||
<input>
|
||||
|
@ -599,7 +618,9 @@ command interface /autopilot/route-manager/input:
|
|||
<button>
|
||||
<legend>Add</legend>
|
||||
<default>true</default>
|
||||
<!--
|
||||
<pref-width>70</pref-width>
|
||||
-->
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>input</object-name>
|
||||
|
@ -612,22 +633,28 @@ command interface /autopilot/route-manager/input:
|
|||
<command>dialog-update</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<text>
|
||||
<padding>1</padding>
|
||||
<label>Format: (airport|fix|nav|lon,lat)[@alt] -- e.g. "KSFO@900"</label>
|
||||
<color>
|
||||
<red>0.5</red>
|
||||
<green>0.5</green>
|
||||
<blue>0.5</blue>
|
||||
<red>0.7</red>
|
||||
<green>0.7</green>
|
||||
<blue>0.7</blue>
|
||||
</color>
|
||||
</text>
|
||||
|
||||
<!-- button field -->
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>fill</halign>
|
||||
<default-padding>6</default-padding>
|
||||
<default-padding>8</default-padding>
|
||||
|
||||
<button>
|
||||
<legend>Clear List</legend>
|
||||
|
@ -640,6 +667,7 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<button>
|
||||
<legend>Remove</legend>
|
||||
<equal>true</equal>
|
||||
<enable>
|
||||
<greater-than>
|
||||
<property>/sim/gui/dialogs/route-manager/selection</property>
|
||||
|
@ -654,6 +682,7 @@ command interface /autopilot/route-manager/input:
|
|||
|
||||
<button>
|
||||
<legend>Route</legend>
|
||||
<equal>true</equal>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>route()</script>
|
||||
|
@ -699,6 +728,10 @@ command interface /autopilot/route-manager/input:
|
|||
</button>
|
||||
|
||||
<empty><stretch>true</stretch></empty>
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<button>
|
||||
<legend>Load ...</legend>
|
||||
|
@ -721,6 +754,7 @@ command interface /autopilot/route-manager/input:
|
|||
</button>
|
||||
<button>
|
||||
<legend>Close</legend>
|
||||
<equal>true</equal>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
|
|
|
@ -49,6 +49,19 @@
|
|||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Enable AI traffic</label>
|
||||
|
@ -61,6 +74,8 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
</group>
|
||||
|
||||
<text><label/></text>
|
||||
|
||||
<text>
|
||||
|
@ -72,6 +87,15 @@
|
|||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<name>left-column</name>
|
||||
<layout>vbox</layout>
|
||||
|
|
|
@ -34,6 +34,12 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<halign>right</halign>
|
||||
<label>Sound Device:</label>
|
||||
|
@ -53,6 +59,12 @@
|
|||
<object-name>sound-dialog</object-name>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -35,8 +35,13 @@
|
|||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
|
@ -60,6 +65,11 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</combo>
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
</group>
|
||||
|
||||
<group>
|
||||
|
@ -104,6 +114,10 @@
|
|||
</text>
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<button>
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
<x>-5</x>
|
||||
<y>5</y>
|
||||
<color>
|
||||
<red>0.2</red>
|
||||
<green>0.2</green>
|
||||
<blue>0.2</blue>
|
||||
<alpha>0.7</alpha>
|
||||
</color>
|
||||
|
||||
|
@ -87,7 +84,7 @@
|
|||
</nasal>
|
||||
|
||||
<text>
|
||||
<label>xxxxx000 : 00 : 00.000</label>
|
||||
<label>xxxxx000 : 00 : 00.0</label>
|
||||
<halign>center</halign>
|
||||
<live>true</live>
|
||||
<property>/sim/gui/dialogs/stopwatch-dialog/display</property>
|
||||
|
@ -109,11 +106,7 @@
|
|||
<button>
|
||||
<legend>Start</legend>
|
||||
<equal>true</equal>
|
||||
<pref-width>47</pref-width>
|
||||
<color>
|
||||
<red type="float">0.3</red>
|
||||
<green type="float">0.3</green>
|
||||
<blue type="float">0.3</blue>
|
||||
<alpha type="float">0.8</alpha>
|
||||
</color>
|
||||
<binding>
|
||||
|
@ -125,11 +118,7 @@
|
|||
<button>
|
||||
<legend>Stop</legend>
|
||||
<default>true</default>
|
||||
<pref-width>47</pref-width>
|
||||
<color>
|
||||
<red type="float">0.3</red>
|
||||
<green type="float">0.3</green>
|
||||
<blue type="float">0.3</blue>
|
||||
<alpha type="float">0.8</alpha>
|
||||
</color>
|
||||
<binding>
|
||||
|
@ -141,11 +130,7 @@
|
|||
<button>
|
||||
<legend>Reset</legend>
|
||||
<key>Delete</key>
|
||||
<pref-width>47</pref-width>
|
||||
<color>
|
||||
<red type="float">0.3</red>
|
||||
<green type="float">0.3</green>
|
||||
<blue type="float">0.3</blue>
|
||||
<alpha type="float">0.8</alpha>
|
||||
</color>
|
||||
<binding>
|
||||
|
@ -157,13 +142,9 @@
|
|||
<button>
|
||||
<legend>Close</legend>
|
||||
<color>
|
||||
<red type="float">0.3</red>
|
||||
<green type="float">0.3</green>
|
||||
<blue type="float">0.3</blue>
|
||||
<alpha type="float">0.8</alpha>
|
||||
</color>
|
||||
<key>Esc</key>
|
||||
<pref-width>47</pref-width>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
|
|
|
@ -378,12 +378,23 @@
|
|||
</input-template>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>7</default-padding>
|
||||
|
||||
<button>
|
||||
<legend>OK</legend>
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>4</default-padding>
|
||||
|
||||
<empty><stretch>1</stretch></empty>
|
||||
|
||||
<text>
|
||||
|
@ -100,10 +102,20 @@
|
|||
<halign>left</halign>
|
||||
<equal>false</equal>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<halign>center</halign>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<name>terrasync-enabled</name>
|
||||
<halign>left</halign>
|
||||
<row>1</row><col>1</col><colspan>3</colspan>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<colspan>3</colspan>
|
||||
<property>/sim/terrasync/enabled</property>
|
||||
<label>Enable automatic download/update</label>
|
||||
<live>true</live>
|
||||
|
@ -119,10 +131,22 @@
|
|||
</enable>
|
||||
</checkbox>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<halign>center</halign>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<name>ai-data-enabled</name>
|
||||
<halign>left</halign>
|
||||
<row>2</row><col>2</col><colspan>2</colspan>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<!--
|
||||
<colspan>2</colspan>
|
||||
-->
|
||||
<property>/sim/terrasync/ai-data-enabled</property>
|
||||
<label>Download traffic and multi-player aircraft</label>
|
||||
<live>true</live>
|
||||
|
@ -138,7 +162,9 @@
|
|||
<checkbox>
|
||||
<name>other-data-enabled</name>
|
||||
<halign>left</halign>
|
||||
<row>3</row><col>2</col><colspan>2</colspan>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<colspan>2</colspan>
|
||||
<property>/sim/terrasync/other-data-enabled</property>
|
||||
<label>Download other data files</label>
|
||||
<live>true</live>
|
||||
|
@ -153,7 +179,7 @@
|
|||
|
||||
<text>
|
||||
<name>warning_text</name>
|
||||
<row>4</row>
|
||||
<row>3</row>
|
||||
<col>0</col><colspan>4</colspan>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
|
@ -172,7 +198,13 @@
|
|||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
<default-padding>2</default-padding>
|
||||
<default-padding>4</default-padding>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<button>
|
||||
<legend>Information</legend>
|
||||
|
@ -183,6 +215,12 @@
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<text>
|
||||
<halign>center</halign>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<button>
|
||||
<legend> Log </legend>
|
||||
<binding>
|
||||
|
@ -194,6 +232,15 @@
|
|||
</group>
|
||||
|
||||
<!-- 'tabbed' group controlled by display-mode property -->
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<halign>fill</halign>
|
||||
|
@ -330,23 +377,29 @@
|
|||
</equals>
|
||||
</visible>
|
||||
|
||||
|
||||
<halign>fill</halign>
|
||||
<valign>fill</valign>
|
||||
<stretch>true</stretch>
|
||||
<pref-height>200</pref-height>
|
||||
<pref-height>600</pref-height>
|
||||
<pref-width>600</pref-width>
|
||||
<pref-height>300</pref-height>
|
||||
<logclass>terrasync</logclass>
|
||||
<padding>6</padding>
|
||||
</loglist>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label></label>
|
||||
</text>
|
||||
|
||||
</group> <!-- end of tabbed group -->
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>10</default-padding>
|
||||
<default-padding>3</default-padding>
|
||||
<empty><stretch>true</stretch></empty>
|
||||
|
||||
<button>
|
||||
|
|
|
@ -44,9 +44,15 @@
|
|||
<layout>hbox</layout>
|
||||
<default-padding>0</default-padding>
|
||||
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<!-- Left Column -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
|
@ -363,7 +369,7 @@
|
|||
<name>pressure-sea-level-inhg</name>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<pref-width>50</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/boundary/entry[0]/pressure-sea-level-inhg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -382,6 +388,9 @@
|
|||
</group>
|
||||
</group>
|
||||
<!-- Precipitation End -->
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
<!-- Left Column End -->
|
||||
|
||||
|
@ -410,6 +419,10 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<text>
|
||||
|
@ -453,7 +466,7 @@
|
|||
<name>aloft-4-elevation-ft</name>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/aloft/entry[4]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -466,7 +479,7 @@
|
|||
<name>aloft-4-wind-from-heading-deg</name>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/aloft/entry[4]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -479,7 +492,7 @@
|
|||
<name>aloft-4-wind-speed-kt</name>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/aloft/entry[4]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -492,7 +505,7 @@
|
|||
<name>aloft-4-visibility-m</name>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/aloft/entry[4]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -552,7 +565,7 @@
|
|||
<name>aloft-3-elevation-ft</name>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/aloft/entry[3]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -565,7 +578,7 @@
|
|||
<name>aloft-3-wind-from-heading-deg</name>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/aloft/entry[3]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -578,7 +591,7 @@
|
|||
<name>aloft-3-wind-speed-kt</name>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/aloft/entry[3]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -591,7 +604,7 @@
|
|||
<name>aloft-3-visibility-m</name>
|
||||
<row>2</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/aloft/entry[3]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -651,7 +664,7 @@
|
|||
<name>aloft-2-elevation-ft</name>
|
||||
<row>3</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/aloft/entry[2]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -664,7 +677,7 @@
|
|||
<name>aloft-2-wind-from-heading-deg</name>
|
||||
<row>3</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/aloft/entry[2]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -677,7 +690,7 @@
|
|||
<name>aloft-2-wind-speed-kt</name>
|
||||
<row>3</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/aloft/entry[2]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -690,7 +703,7 @@
|
|||
<name>aloft-2-visibility-m</name>
|
||||
<row>3</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/aloft/entry[2]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -751,7 +764,7 @@
|
|||
<name>aloft-1-elevation-ft</name>
|
||||
<row>4</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/aloft/entry[1]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -764,7 +777,7 @@
|
|||
<name>aloft-1-wind-from-heading-deg</name>
|
||||
<row>4</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/aloft/entry[1]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -777,7 +790,7 @@
|
|||
<name>aloft-1-wind-speed-kt</name>
|
||||
<row>4</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/aloft/entry[1]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -790,7 +803,7 @@
|
|||
<name>aloft-1-visibility-m</name>
|
||||
<row>4</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/aloft/entry[1]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -850,7 +863,7 @@
|
|||
<name>aloft-0-elevation-ft</name>
|
||||
<row>5</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/aloft/entry[0]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -863,7 +876,7 @@
|
|||
<name>aloft-0-wind-from-heading-deg</name>
|
||||
<row>5</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/aloft/entry[0]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -876,7 +889,7 @@
|
|||
<name>aloft-0-wind-speed-kt</name>
|
||||
<row>5</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/aloft/entry[0]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -889,7 +902,7 @@
|
|||
<name>aloft-0-visibility-m</name>
|
||||
<row>5</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/aloft/entry[0]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -971,6 +984,10 @@
|
|||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<!-- gap -->
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
<group>
|
||||
|
||||
<layout>table</layout>
|
||||
|
@ -1006,11 +1023,17 @@
|
|||
<label>Dewpt (C)</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>6</col>
|
||||
<label>Turbulence</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<name>boundary-1-elevation-ft</name>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/boundary/entry[1]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1023,7 +1046,7 @@
|
|||
<name>boundary-1-wind-from-heading-deg</name>
|
||||
<row>1</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/boundary/entry[1]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1036,7 +1059,7 @@
|
|||
<name>boundary-1-wind-speed-kt</name>
|
||||
<row>1</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/boundary/entry[1]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1049,7 +1072,7 @@
|
|||
<name>boundary-1-visibility-m</name>
|
||||
<row>1</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/boundary/entry[1]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1109,7 +1132,7 @@
|
|||
<name>boundary-0-elevation-ft</name>
|
||||
<row>2</row>
|
||||
<col>0</col>
|
||||
<pref-width>52</pref-width>
|
||||
<pref-width>70</pref-width>
|
||||
<property>/environment/config/boundary/entry[0]/elevation-ft</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1122,7 +1145,7 @@
|
|||
<name>boundary-0-wind-from-heading-deg</name>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<pref-width>40</pref-width>
|
||||
<pref-width>50</pref-width>
|
||||
<property>/environment/config/boundary/entry[0]/wind-from-heading-deg</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1135,7 +1158,7 @@
|
|||
<name>boundary-0-wind-speed-kt</name>
|
||||
<row>2</row>
|
||||
<col>2</col>
|
||||
<pref-width>35</pref-width>
|
||||
<pref-width>45</pref-width>
|
||||
<property>/environment/config/boundary/entry[0]/wind-speed-kt</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1148,7 +1171,7 @@
|
|||
<name>boundary-0-visibility-m</name>
|
||||
<row>2</row>
|
||||
<col>3</col>
|
||||
<pref-width>55</pref-width>
|
||||
<pref-width>75</pref-width>
|
||||
<property>/environment/config/boundary/entry[0]/visibility-m</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
@ -1210,6 +1233,9 @@
|
|||
</empty>
|
||||
</group>
|
||||
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
<!-- Boundary End -->
|
||||
|
||||
|
|
|
@ -331,20 +331,34 @@
|
|||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>Select weather engine</label>
|
||||
<label>Select Weather Engine</label>
|
||||
</text>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>center</halign>
|
||||
<halign>left</halign>
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<!--
|
||||
<pref-width>500</pref-width>
|
||||
-->
|
||||
<radio>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
|
@ -377,10 +391,11 @@
|
|||
</radio>
|
||||
<checkbox>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<col>1</col>
|
||||
<halign>right</halign>
|
||||
<name>manual-weather-config</name>
|
||||
<property>sim/gui/dialogs/metar/mode/manual-weather</property>
|
||||
<label>Manually Configure Weather</label>
|
||||
<label>Manual Configuration</label>
|
||||
<live>true</live>
|
||||
<enable>
|
||||
<property>sim/gui/dialogs/metar/mode/global-weather</property>
|
||||
|
@ -397,11 +412,19 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<empty>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<button>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<halign>center</halign>
|
||||
<halign>right</halign>
|
||||
<!--
|
||||
<pref-width>170</pref-width>
|
||||
-->
|
||||
<legend>Manual Configuration ...</legend>
|
||||
<enable>
|
||||
<property>sim/gui/dialogs/metar/mode/manual-weather</property>
|
||||
|
@ -416,7 +439,6 @@
|
|||
<value>1</value>
|
||||
</binding>-->
|
||||
</button>
|
||||
|
||||
</group>
|
||||
</group>
|
||||
|
||||
|
@ -424,30 +446,34 @@
|
|||
<name>basic description</name>
|
||||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<!--
|
||||
<pref-width>250</pref-width>
|
||||
<pref-height>55</pref-height>
|
||||
<slider>0</slider>
|
||||
-->
|
||||
<pref-height>70</pref-height>
|
||||
<slider>15</slider>
|
||||
<editable>false</editable>
|
||||
<wrap>true</wrap>
|
||||
<live>true</live>
|
||||
<top-line>0</top-line>
|
||||
<property>sim/gui/dialogs/metar/description[1]</property>
|
||||
</textbox>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>center</halign>
|
||||
<halign>left</halign>
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<!--
|
||||
<pref-width>500</pref-width>
|
||||
|
||||
-->
|
||||
<radio>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<label>Detailed Weather</label>
|
||||
<halign>left</halign>
|
||||
<name>simple-weather</name>
|
||||
<property>sim/gui/dialogs/metar/mode/local-weather</property>
|
||||
<live>true</live>
|
||||
<label>Detailed Weather</label>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>sim/gui/dialogs/metar/mode/local-weather</property>
|
||||
|
@ -471,17 +497,26 @@
|
|||
</binding>
|
||||
</radio>
|
||||
|
||||
<label>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<label> </label>
|
||||
</text>
|
||||
|
||||
<empty>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
</label>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
<button>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<halign>right</halign>
|
||||
<pref-width>170</pref-width>
|
||||
<legend> Advanced Settings ...</legend>
|
||||
<halign>right</halign>
|
||||
<!--
|
||||
<pref-width>170</pref-width>
|
||||
-->
|
||||
<enable>
|
||||
<property>sim/gui/dialogs/metar/mode/local-weather</property>
|
||||
<value>1</value>
|
||||
|
@ -498,47 +533,83 @@
|
|||
<name>advance-description</name>
|
||||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<!--
|
||||
<pref-width>250</pref-width>
|
||||
<pref-height>55</pref-height>
|
||||
<slider>0</slider>
|
||||
-->
|
||||
<pref-height>70</pref-height>
|
||||
<slider>15</slider>
|
||||
<editable>false</editable>
|
||||
<wrap>true</wrap>
|
||||
<live>true</live>
|
||||
<top-line>0</top-line>
|
||||
<property>sim/gui/dialogs/metar/description[2]</property>
|
||||
</textbox>
|
||||
|
||||
<!--
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
|
||||
</group>
|
||||
|
||||
-->
|
||||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<halign>left</halign>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>left</halign>
|
||||
<group>
|
||||
<layout>table</layout>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>0</col>
|
||||
<label>Weather Conditions</label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<label> </label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<combo>
|
||||
<row>0</row>
|
||||
<col>1</col>
|
||||
<col>2</col>
|
||||
<name>source-selection</name>
|
||||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<pref-width>400</pref-width>
|
||||
<pref-width>300</pref-width>
|
||||
<property>sim/gui/dialogs/metar/source-selection</property>
|
||||
<enable>
|
||||
<equals>
|
||||
|
@ -555,7 +626,7 @@
|
|||
<object-name>metar-string</object-name>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
|
@ -566,6 +637,9 @@
|
|||
<empty>
|
||||
<stretch>true</stretch>
|
||||
</empty>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
<text>
|
||||
<label>Data is valid</label>
|
||||
</text>
|
||||
|
@ -585,12 +659,15 @@
|
|||
<name>metar-string</name>
|
||||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<!--
|
||||
<pref-width>250</pref-width>
|
||||
<pref-height>60</pref-height>
|
||||
<editable>true</editable>
|
||||
-->
|
||||
<pref-height>70</pref-height>
|
||||
<slider>15</slider>
|
||||
<editable>false</editable>
|
||||
<wrap>true</wrap>
|
||||
<live>false</live>
|
||||
<slider>false</slider>
|
||||
<live>true</live>
|
||||
<top-line>0</top-line>
|
||||
<property>sim/gui/dialogs/metar/metar-string</property>
|
||||
<enable>
|
||||
<and>
|
||||
|
@ -625,16 +702,26 @@
|
|||
<name>description</name>
|
||||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<pref-width>250</pref-width>
|
||||
<pref-height>150</pref-height>
|
||||
<slider>0</slider>
|
||||
<pref-width>450</pref-width>
|
||||
<pref-height>100</pref-height>
|
||||
<slider>15</slider>
|
||||
<editable>false</editable>
|
||||
<wrap>true</wrap>
|
||||
<live>true</live>
|
||||
<top-line>0</top-line>
|
||||
<property>sim/gui/dialogs/metar/description[0]</property>
|
||||
</textbox>
|
||||
|
||||
</group>
|
||||
|
||||
<!-- only for a gap -->
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<default-padding>1</default-padding>
|
||||
<text>
|
||||
<label> </label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
|
||||
|
@ -648,6 +735,7 @@
|
|||
|
||||
<button>
|
||||
<legend>OK</legend>
|
||||
<equal>true</equal>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>metar-string</object-name>
|
||||
|
@ -665,6 +753,7 @@
|
|||
|
||||
<button>
|
||||
<legend>Apply</legend>
|
||||
<equal>true</equal>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>metar-string</object-name>
|
||||
|
@ -679,6 +768,7 @@
|
|||
|
||||
<button>
|
||||
<legend>Close</legend>
|
||||
<equal>true</equal>
|
||||
<default>true</default>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
|
|
|
@ -753,6 +753,14 @@
|
|||
<enabled>false</enabled>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<name>cycle-gui</name>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>gui.nextStyle()</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
|
||||
<menu>
|
||||
|
|
Loading…
Reference in a new issue