From 1d41380470146b1edbe5bd6a7500ad7e79e0f79b Mon Sep 17 00:00:00 2001 From: Victor Slavutinsky <vitosnet@mail.ru> Date: Sat, 25 Dec 2010 04:46:24 +0300 Subject: [PATCH 1/2] 1) Cool engine effect --- gui/dialogs/radios.xml | 46 ++++++++++++++++++++++++++++++++---------- gui/menubar.xml | 12 +++++++++++ 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/gui/dialogs/radios.xml b/gui/dialogs/radios.xml index 900962601..0220eb3f6 100644 --- a/gui/dialogs/radios.xml +++ b/gui/dialogs/radios.xml @@ -4,7 +4,7 @@ <name>radios</name> <width>600</width> - <height>370</height> + <height>330</height> <modal>false</modal> <text> @@ -381,6 +381,40 @@ </group> + <group> + <x>350</x> + <y>90</y> + + <text> + <label>Transponder</label> + </text> + + <input> + <name>transponder</name> + <x>100</x> + <y>0</y> + <width>75</width> + <height>25</height> + <property>/instrumentation/transponder/id-code</property> + </input> + + <button> + <x>175</x> + <y>0</y> + <legend>Standby</legend> + <border>1</border> + <binding> + <command>property-assign</command> + <property>/instrumentation/transponder/id-code</property> + <value>0000</value> + </binding> + <binding> + <command>dialog-update</command> + <object-name>transponder</object-name> + </binding> + </button> + </group> + <group> <x>0</x> <y>60</y> @@ -505,15 +539,5 @@ </button> </group> - <group> - <x>400</x> - <y>60</y> - <button> - <legend>ATC Services in range</legend> - <binding> - <command>ATC-freq-search</command> - </binding> - </button> - </group> </PropertyList> diff --git a/gui/menubar.xml b/gui/menubar.xml index e7ad39d78..be6e3a72b 100644 --- a/gui/menubar.xml +++ b/gui/menubar.xml @@ -550,6 +550,18 @@ </menu> +<menu> + <label>SquawkGear</label> + <item> + <label>Direct Comms</label> + <binding> + <command>dialog-show</command> + <dialog-name>sq_comm</dialog-name> + </binding> + </item> +</menu> + + <menu> <label>Debug</label> From 33b364fd2e0c789c05cea3ba94769d3433e72df7 Mon Sep 17 00:00:00 2001 From: Victor Slavutinsky <vitosnet@mail.ru> Date: Sat, 25 Dec 2010 18:40:10 +0300 Subject: [PATCH 2/2] 1) Pilot visible trough multiplayer --- gui/dialogs/radios.xml | 46 ++++++++++-------------------------------- gui/menubar.xml | 12 ----------- 2 files changed, 11 insertions(+), 47 deletions(-) diff --git a/gui/dialogs/radios.xml b/gui/dialogs/radios.xml index 0220eb3f6..900962601 100644 --- a/gui/dialogs/radios.xml +++ b/gui/dialogs/radios.xml @@ -4,7 +4,7 @@ <name>radios</name> <width>600</width> - <height>330</height> + <height>370</height> <modal>false</modal> <text> @@ -381,40 +381,6 @@ </group> - <group> - <x>350</x> - <y>90</y> - - <text> - <label>Transponder</label> - </text> - - <input> - <name>transponder</name> - <x>100</x> - <y>0</y> - <width>75</width> - <height>25</height> - <property>/instrumentation/transponder/id-code</property> - </input> - - <button> - <x>175</x> - <y>0</y> - <legend>Standby</legend> - <border>1</border> - <binding> - <command>property-assign</command> - <property>/instrumentation/transponder/id-code</property> - <value>0000</value> - </binding> - <binding> - <command>dialog-update</command> - <object-name>transponder</object-name> - </binding> - </button> - </group> - <group> <x>0</x> <y>60</y> @@ -539,5 +505,15 @@ </button> </group> + <group> + <x>400</x> + <y>60</y> + <button> + <legend>ATC Services in range</legend> + <binding> + <command>ATC-freq-search</command> + </binding> + </button> + </group> </PropertyList> diff --git a/gui/menubar.xml b/gui/menubar.xml index be6e3a72b..e7ad39d78 100644 --- a/gui/menubar.xml +++ b/gui/menubar.xml @@ -550,18 +550,6 @@ </menu> -<menu> - <label>SquawkGear</label> - <item> - <label>Direct Comms</label> - <binding> - <command>dialog-show</command> - <dialog-name>sq_comm</dialog-name> - </binding> - </item> -</menu> - - <menu> <label>Debug</label>