gui/dialogs/flight-recorder.xml: added checkbox for continuous compression.
This commit is contained in:
parent
5a4bc3fc53
commit
d1be26df65
1 changed files with 31 additions and 16 deletions
|
@ -48,24 +48,39 @@
|
||||||
<label>Continuous record to file</label>
|
<label>Continuous record to file</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>1</row>
|
<row>1</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
|
<property>sim/replay/record-continuous-compression</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
<text>
|
||||||
|
<row>1</row>
|
||||||
|
<col>1</col>
|
||||||
|
<label>Continuous record with compression</label>
|
||||||
|
<halign>left</halign>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<row>2</row>
|
||||||
|
<col>0</col>
|
||||||
<property>sim/replay/recovery-period</property>
|
<property>sim/replay/recovery-period</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>1</row>
|
<row>2</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Maintain recovery snapshot</label>
|
<label>Maintain recovery snapshot</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>2</row>
|
<row>3</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/record-signals</property>
|
<property>sim/replay/record-signals</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -73,14 +88,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>2</row>
|
<row>3</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Include user aircraft in Continuous recordings</label>
|
<label>Include user aircraft in Continuous recordings</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>3</row>
|
<row>4</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/record-multiplayer</property>
|
<property>sim/replay/record-multiplayer</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -88,14 +103,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>3</row>
|
<row>4</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Include multiplayer aircraft in recordings</label>
|
<label>Include multiplayer aircraft in recordings</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>4</row>
|
<row>5</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/record-main-window</property>
|
<property>sim/replay/record-main-window</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -103,14 +118,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>4</row>
|
<row>5</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Record main window position and size</label>
|
<label>Record main window position and size</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>5</row>
|
<row>6</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/record-main-view</property>
|
<property>sim/replay/record-main-view</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -118,14 +133,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>5</row>
|
<row>6</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Record main window view</label>
|
<label>Record main window view</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>6</row>
|
<row>7</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/replay-main-window-position</property>
|
<property>sim/replay/replay-main-window-position</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -133,14 +148,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>6</row>
|
<row>7</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Replay main window position</label>
|
<label>Replay main window position</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>7</row>
|
<row>8</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/replay-main-window-size</property>
|
<property>sim/replay/replay-main-window-size</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -148,14 +163,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>7</row>
|
<row>8</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Replay main window size</label>
|
<label>Replay main window size</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<row>8</row>
|
<row>9</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<property>sim/replay/replay-main-view</property>
|
<property>sim/replay/replay-main-view</property>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -163,7 +178,7 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<text>
|
<text>
|
||||||
<row>8</row>
|
<row>9</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<label>Replay main window view</label>
|
<label>Replay main window view</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
|
Loading…
Reference in a new issue