1
0
Fork 0
fgdata/gui/dialogs/flight-recorder.xml

173 lines
4.6 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<name>flight-recorder-control</name>
<layout>vbox</layout>
<!-- titlebar -->
<group>
<layout>hbox</layout>
<empty><stretch>1</stretch></empty>
<text>
<label>Flight Recorder Control</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/>
<!-- Dialogue contents -->
<group>
<layout>vbox</layout>
<checkbox>
<property>sim/replay/record-continuous</property>
<halign>left</halign>
<label>Do continuous record to file</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<hrule/>
<text>
<label>Continuous recording settings</label>
</text>
<checkbox>
<property>sim/replay/record-continuous-compression</property>
<halign>left</halign>
<label>Use compression</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/record-signals</property>
<halign>left</halign>
<label>Include user aircraft in Continuous recordings</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/record-multiplayer</property>
<halign>left</halign>
<label>Include multiplayer aircraft in recordings</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/record-main-window</property>
<halign>left</halign>
<label>Record main window position and size</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/record-main-view</property>
<halign>left</halign>
<label>Record main window view</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<hrule/>
<text>
<label>Continuous replay settings</label>
</text>
<checkbox>
<property>sim/replay/replay-main-window-position</property>
<halign>left</halign>
<label>Replay main window position</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/replay-main-window-size</property>
<halign>left</halign>
<label>Replay main window size</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<property>sim/replay/replay-main-view</property>
<halign>left</halign>
<label>Replay main window view</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<hrule/>
<text>
<label>Recovery snapshot</label>
</text>
<checkbox>
<property>sim/replay/recovery-period</property>
<halign>left</halign>
<label>Maintain recovery snapshot</label>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<hrule/>
<text>
<label>Normal recording</label>
</text>
<button>
<legend>Save normal recording to file ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-save</dialog-name>
</binding>
</button>
<hrule/>
<button>
<legend>Load recording from file ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-load</dialog-name>
</binding>
</button>
</group>
</PropertyList>