1
0
Fork 0
fgdata/gui/dialogs/radios.xml
curt 789560ea22 Roy Vegard Ovesen:
I've finished the emigration of the radiostack, and I've also removed it
completely. It turned out that the comm radio is completely implemented in
the ATC subsystem. I've changed the affected ATC files to point
to /instrumentation/com, but I guess that the maintainer of the ATC code
should decide wether to make it configureable, and how.

I also had to change some files in Network and Main. The changes in network
should be obvious, but the changes in Main were a bit suspect. The files
included radiostack.hxx, but they weren't directly depending on
radiostack-hxx. They were depending on other files that were included by
radiostack.hxx. I got it to compile, but I'm not sure if I included the
correct directly depending file.

For the data directory I changed every occurrence of /radios/
with /instrumentation/ with this simple one-liner that I found on the net:

find -name '*.xml' -type f | xargs perl -pi -e
's/\/radios\//\/instrumentation\//g'

Instead of me sending all the files that got changed by this I suggest that
you execute the one-liner yourself. Of course I can not guarantee that this
will work perfectly, but I considered hand editing to be not an option (I'm
lazy). I don't want to test every aircraft to see if everything still works,
I think it's better to wait and see if anyone complaints about broken nav
radios/instruments.
2004-12-03 21:25:48 +00:00

413 lines
No EOL
8.1 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>radios</name>
<width>600</width>
<height>300</height>
<modal>false</modal>
<text>
<x>10</x>
<y>270</y>
<label>Radio Frequencies</label>
</text>
<!-- headers -->
<group>
<x>0</x>
<y>240</y>
<text>
<x>75</x>
<label>Selected</label>
</text>
<text>
<x>300</x>
<label>Standby</label>
</text>
<text>
<x>450</x>
<label>Radial</label>
</text>
</group>
<group>
<x>0</x>
<y>210</y>
<text>
<label>COM1</label>
</text>
<input>
<name>com1-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
</input>
<button>
<x>220</x>
<y>0</y>
<legend>&lt;-&gt;</legend>
<binding>
<command>dialog-apply</command>
<object-name>com1-selected</object-name>
</binding>
<binding>
<command>dialog-apply</command>
<object-name>com1-standby</object-name>
</binding>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
</binding>
<binding>
<command>dialog-update</command>
<object-name>com1-selected</object-name>
</binding>
<binding>
<command>dialog-update</command>
<object-name>com1-standby</object-name>
</binding>
</button>
<input>
<name>com1-standby</name>
<x>300</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
</input>
</group>
<group>
<x>0</x>
<y>180</y>
<text>
<label>COM2</label>
</text>
<input>
<name>com2-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
</input>
<button>
<x>220</x>
<y>0</y>
<legend>&lt;-&gt;</legend>
<binding>
<command>dialog-apply</command>
<object-name>com2-selected</object-name>
</binding>
<binding>
<command>dialog-apply</command>
<object-name>com2-standby</object-name>
</binding>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</binding>
<binding>
<command>dialog-update</command>
<object-name>com2-selected</object-name>
</binding>
<binding>
<command>dialog-update</command>
<object-name>com2-standby</object-name>
</binding>
</button>
<input>
<name>com2-standby</name>
<x>300</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</input>
</group>
<group>
<x>0</x>
<y>150</y>
<text>
<label>NAV1</label>
</text>
<input>
<name>nav1-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
</input>
<button>
<x>220</x>
<y>0</y>
<legend>&lt;-&gt;</legend>
<binding>
<command>dialog-apply</command>
<object-name>nav1-selected</object-name>
</binding>
<binding>
<command>dialog-apply</command>
<object-name>nav1-standby</object-name>
</binding>
<binding>
<command>property-swap</command>
<property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
<property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
</binding>
<binding>
<command>dialog-update</command>
<object-name>nav1-selected</object-name>
</binding>
<binding>
<command>dialog-update</command>
<object-name>nav1-standby</object-name>
</binding>
</button>
<input>
<name>nav1-standby</name>
<x>300</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
</input>
<input>
<name>nav1-radial</name>
<x>450</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>deg</label>
<property>/instrumentation/nav[0]/radials/selected-deg</property>
</input>
</group>
<group>
<x>0</x>
<y>120</y>
<text>
<label>NAV2</label>
</text>
<input>
<name>nav2-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
</input>
<button>
<x>220</x>
<y>0</y>
<legend>&lt;-&gt;</legend>
<binding>
<command>dialog-apply</command>
<object-name>nav2-selected</object-name>
</binding>
<binding>
<command>dialog-apply</command>
<object-name>nav2-standby</object-name>
</binding>
<binding>
<command>property-swap</command>
<property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
<property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
</binding>
<binding>
<command>dialog-update</command>
<object-name>nav2-selected</object-name>
</binding>
<binding>
<command>dialog-update</command>
<object-name>nav2-standby</object-name>
</binding>
</button>
<input>
<name>nav2-standby</name>
<x>300</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
</input>
<input>
<name>nav2-radial</name>
<x>450</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>deg</label>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
</input>
</group>
<group>
<x>0</x>
<y>90</y>
<text>
<label>ADF</label>
</text>
<input>
<name>adf-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>kHz</label>
<property>/instrumentation/adf/frequencies/selected-khz</property>
</input>
<button>
<x>220</x>
<y>0</y>
<legend>&lt;-&gt;</legend>
<binding>
<command>dialog-apply</command>
<object-name>adf-selected</object-name>
</binding>
<binding>
<command>dialog-apply</command>
<object-name>adf-standby</object-name>
</binding>
<binding>
<command>property-swap</command>
<property>/instrumentation/adf/frequencies/selected-khz</property>
<property>/instrumentation/adf/frequencies/standby-khz</property>
</binding>
<binding>
<command>dialog-update</command>
<object-name>adf-selected</object-name>
</binding>
<binding>
<command>dialog-update</command>
<object-name>adf-standby</object-name>
</binding>
</button>
<input>
<name>adf-standby</name>
<x>300</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>kHz</label>
<property>/instrumentation/adf/frequencies/standby-khz</property>
</input>
<input>
<name>nav2-radial</name>
<x>450</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>deg</label>
<property>/instrumentation/adf/rotation-deg</property>
</input>
</group>
<group>
<x>0</x>
<y>60</y>
<text>
<label>DME</label>
</text>
<input>
<name>dme-selected</name>
<x>75</x>
<y>0</y>
<width>75</width>
<height>25</height>
<label>MHz</label>
<property>/instrumentation/dme/frequencies/selected-khz</property>
</input>
</group>
<group>
<button>
<x>105</x>
<y>10</y>
<legend>OK</legend>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
<default>true</default>
</button>
<button>
<x>205</x>
<y>10</y>
<legend>Apply</legend>
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<x>305</x>
<y>10</y>
<legend>Reset</legend>
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<x>405</x>
<y>10</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>