gui/dialogs/multiplayer.xml: added checkbox for Continuous record to file.
Also did some very minor cleanup of ordering within file.
This commit is contained in:
parent
2aaf21d4bc
commit
df0cf86bd6
1 changed files with 47 additions and 30 deletions
|
@ -186,6 +186,20 @@
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<colspan>2</colspan>
|
<colspan>2</colspan>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
<name>record-continuous</name>
|
||||||
|
<label>Continuous record to file</label>
|
||||||
|
<property>sim/replay/record-continuous</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>record-continuous</object-name>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<row>4</row>
|
||||||
|
<col>1</col>
|
||||||
|
<colspan>2</colspan>
|
||||||
|
<halign>left</halign>
|
||||||
<visible>
|
<visible>
|
||||||
<property>sim/multiplay/transmit-filter-property-base-available</property>
|
<property>sim/multiplay/transmit-filter-property-base-available</property>
|
||||||
</visible>
|
</visible>
|
||||||
|
@ -198,8 +212,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>5</row>
|
||||||
|
<col>0</col>
|
||||||
|
<halign>right</halign>
|
||||||
|
<label>Compatibility</label>
|
||||||
|
</text>
|
||||||
<combo>
|
<combo>
|
||||||
<row>4</row>
|
<row>5</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<name>protocol-version</name>
|
<name>protocol-version</name>
|
||||||
|
@ -226,21 +246,15 @@
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</combo>
|
</combo>
|
||||||
<text>
|
|
||||||
<row>4</row>
|
|
||||||
<col>0</col>
|
|
||||||
<halign>right</halign>
|
|
||||||
<label>Compatibility</label>
|
|
||||||
</text>
|
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<row>5</row>
|
<row>6</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
<label> Callsign:</label>
|
<label> Callsign:</label>
|
||||||
</text>
|
</text>
|
||||||
<input>
|
<input>
|
||||||
<row>5</row>
|
<row>6</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/multiplay/callsign</property>
|
<property>/sim/multiplay/callsign</property>
|
||||||
|
@ -250,25 +264,9 @@
|
||||||
</not>
|
</not>
|
||||||
</enable>
|
</enable>
|
||||||
</input>
|
</input>
|
||||||
<text>
|
|
||||||
<row>7</row><col>0</col>
|
|
||||||
<halign>right</halign>
|
|
||||||
<label>Server:</label>
|
|
||||||
</text>
|
|
||||||
<combo>
|
|
||||||
<name>host</name>
|
|
||||||
<halign>left</halign>
|
|
||||||
<row>6</row><col>1</col>
|
|
||||||
<colspan>2</colspan>
|
|
||||||
<pref-width>350</pref-width>
|
|
||||||
<property>/sim/multiplay/selected-server</property>
|
|
||||||
<editable>true</editable>
|
|
||||||
|
|
||||||
<properties>/sim/gui/dialogs/multiplay/servers</properties>
|
|
||||||
</combo>
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
<row>5</row>
|
<row>6</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<text>
|
<text>
|
||||||
<width>2</width>
|
<width>2</width>
|
||||||
|
@ -287,22 +285,41 @@
|
||||||
</input>
|
</input>
|
||||||
</group>
|
</group>
|
||||||
<!-- status area -->
|
<!-- status area -->
|
||||||
|
|
||||||
|
<combo>
|
||||||
|
<name>host</name>
|
||||||
|
<halign>left</halign>
|
||||||
|
<row>7</row>
|
||||||
|
<col>1</col>
|
||||||
|
<colspan>2</colspan>
|
||||||
|
<pref-width>350</pref-width>
|
||||||
|
<property>/sim/multiplay/selected-server</property>
|
||||||
|
<editable>true</editable>
|
||||||
|
|
||||||
|
<properties>/sim/gui/dialogs/multiplay/servers</properties>
|
||||||
|
</combo>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>8</row>
|
||||||
|
<col>0</col>
|
||||||
|
<halign>right</halign>
|
||||||
|
<label>Server:</label>
|
||||||
|
</text>
|
||||||
<text>
|
<text>
|
||||||
<visible>
|
<visible>
|
||||||
<not><property>/sim/multiplay/online</property></not>
|
<not><property>/sim/multiplay/online</property></not>
|
||||||
</visible>
|
</visible>
|
||||||
<row>7</row>
|
<row>8</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Not connected</label>
|
<label>Not connected</label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
|
<row>8</row>
|
||||||
|
<col>1</col>
|
||||||
<visible>
|
<visible>
|
||||||
<property>/sim/multiplay/online</property>
|
<property>/sim/multiplay/online</property>
|
||||||
</visible>
|
</visible>
|
||||||
<row>7</row>
|
|
||||||
<col>1</col>
|
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>MMMMMMMMMMMMMMMMM</label>
|
<label>MMMMMMMMMMMMMMMMM</label>
|
||||||
<format>Connected to %s</format>
|
<format>Connected to %s</format>
|
||||||
|
|
Loading…
Add table
Reference in a new issue