1
0
Fork 0
fgdata/gui/dialogs/flight-recorder.xml
Julian Smith beee534b09 With Continuous recording, control whether to record the user aircraft.
E.g. for recording a group flight, significantly reduces recording size because
user aircraft signals info is very detailed compared to multiplayer packets.
2021-03-06 10:50:55 +00:00

210 lines
5.4 KiB
XML

<?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/>
<group>
<layout>table</layout>
<checkbox>
<row>0</row>
<col>0</col>
<property>sim/replay/record-continuous</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>0</row>
<col>1</col>
<label>Continuous record to file</label>
<halign>left</halign>
</text>
<checkbox>
<row>1</row>
<col>0</col>
<property>sim/replay/recovery-period</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>1</row>
<col>1</col>
<label>Maintain recovery snapshot</label>
<halign>left</halign>
</text>
<checkbox>
<row>2</row>
<col>0</col>
<property>sim/replay/record-signals</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>2</row>
<col>1</col>
<label>Include user aircraft in Continuous recordings</label>
<halign>left</halign>
</text>
<checkbox>
<row>3</row>
<col>0</col>
<property>sim/replay/record-multiplayer</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>3</row>
<col>1</col>
<label>Include multiplayer aircraft in recordings</label>
<halign>left</halign>
</text>
<checkbox>
<row>4</row>
<col>0</col>
<property>sim/replay/record-main-window</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>4</row>
<col>1</col>
<label>Record main window position and size</label>
<halign>left</halign>
</text>
<checkbox>
<row>5</row>
<col>0</col>
<property>sim/replay/record-main-view</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>5</row>
<col>1</col>
<label>Record main window view</label>
<halign>left</halign>
</text>
<checkbox>
<row>6</row>
<col>0</col>
<property>sim/replay/replay-main-window-position</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>6</row>
<col>1</col>
<label>Replay main window position</label>
<halign>left</halign>
</text>
<checkbox>
<row>7</row>
<col>0</col>
<property>sim/replay/replay-main-window-size</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>7</row>
<col>1</col>
<label>Replay main window size</label>
<halign>left</halign>
</text>
<checkbox>
<row>8</row>
<col>0</col>
<property>sim/replay/replay-main-view</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>8</row>
<col>1</col>
<label>Replay main window view</label>
<halign>left</halign>
</text>
</group>
<group>
<layout>table</layout>
<button>
<row>0</row>
<col>0</col>
<legend>Load ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-load</dialog-name>
</binding>
</button>
<text>
<row>0</row>
<col>1</col>
<label>Load Flight Recorder Tape</label>
<halign>left</halign>
</text>
<button>
<row>1</row>
<col>0</col>
<legend>Save ...</legend>
<binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-save</dialog-name>
</binding>
</button>
<text>
<row>1</row>
<col>1</col>
<label>Save Flight Recorder Tape</label>
<halign>left</halign>
</text>
</group>
</PropertyList>