forked from floripasat/fsat-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: ui: Moving the UDP host configuration parameters to the main wi…
…ndow #9
- Loading branch information
Showing
2 changed files
with
100 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,7 +205,7 @@ Author: Gabriel Mariano Marcelino <[email protected]> | |
<property name="can-focus">False</property> | ||
<property name="left-padding">12</property> | ||
<child> | ||
<!-- n-columns=3 n-rows=5 --> | ||
<!-- n-columns=3 n-rows=7 --> | ||
<object class="GtkGrid"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
|
@@ -226,57 +226,70 @@ Author: Gabriel Mariano Marcelino <[email protected]> | |
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">0</property> | ||
<property name="width">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkComboBox" id="combobox_satellite"> | ||
<property name="width-request">200</property> | ||
<object class="GtkLabel" id="label_link"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="tooltip-text" translatable="yes">Satellite</property> | ||
<property name="model">liststore_satellite</property> | ||
<property name="active">0</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Link:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">0</property> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">1</property> | ||
<property name="width">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label_link"> | ||
<object class="GtkSeparator"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Link:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">1</property> | ||
<property name="top-attach">2</property> | ||
<property name="width">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkComboBox" id="combobox_packet_type"> | ||
<object class="GtkSeparator"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">4</property> | ||
<property name="width">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkComboBox" id="combobox_satellite"> | ||
<property name="width-request">200</property> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="tooltip-text" translatable="yes">Packet type</property> | ||
<property name="model">liststore_packet_type</property> | ||
<property name="tooltip-text" translatable="yes">Satellite</property> | ||
<property name="model">liststore_satellite</property> | ||
<property name="active">0</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">1</property> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSeparator"> | ||
<object class="GtkComboBox" id="combobox_packet_type"> | ||
<property name="width-request">200</property> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="tooltip-text" translatable="yes">Packet type</property> | ||
<property name="model">liststore_packet_type</property> | ||
<property name="active">0</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">2</property> | ||
<property name="width">2</property> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
|
@@ -288,19 +301,58 @@ Author: Gabriel Mariano Marcelino <[email protected]> | |
<property name="filter">filefilter_audio</property> | ||
<property name="title" translatable="yes"/> | ||
</object> | ||
<packing> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_preferences_udp_address"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="hexpand">True</property> | ||
<property name="text" translatable="yes">localhost</property> | ||
<property name="input-purpose">digits</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">5</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_preferences_udp_port"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="hexpand">True</property> | ||
<property name="text" translatable="yes">7355</property> | ||
<property name="input-purpose">number</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">6</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="label" translatable="yes">Audio file:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkRadioButton" id="radiobutton_audio_file"> | ||
<property name="label" translatable="yes">Audio file:</property> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="receives-default">False</property> | ||
<property name="active">True</property> | ||
<property name="draw-indicator">True</property> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
|
@@ -309,36 +361,45 @@ Author: Gabriel Mariano Marcelino <[email protected]> | |
</child> | ||
<child> | ||
<object class="GtkRadioButton" id="radiobutton_udp"> | ||
<property name="label" translatable="yes">UDP</property> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="receives-default">False</property> | ||
<property name="active">True</property> | ||
<property name="draw-indicator">True</property> | ||
<property name="group">radiobutton_audio_file</property> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">4</property> | ||
<property name="top-attach">5</property> | ||
<property name="height">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Address:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">5</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Port:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">6</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
|
@@ -750,104 +811,6 @@ Vitória Beatriz Bianchin <[email protected] ></property> | |
<property name="tab-fill">False</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<!-- n-columns=3 n-rows=3 --> | ||
<object class="GtkGrid"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="margin-left">10</property> | ||
<property name="margin-right">10</property> | ||
<property name="margin-top">5</property> | ||
<property name="row-spacing">8</property> | ||
<property name="column-spacing">5</property> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">UDP Host</property> | ||
<attributes> | ||
<attribute name="weight" value="heavy"/> | ||
</attributes> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">0</property> | ||
<property name="width">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Address:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="halign">start</property> | ||
<property name="label" translatable="yes">Port:</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_preferences_udp_address"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="hexpand">True</property> | ||
<property name="text" translatable="yes">localhost</property> | ||
<property name="input-purpose">digits</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_preferences_udp_port"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="hexpand">True</property> | ||
<property name="text" translatable="yes">7355</property> | ||
<property name="input-purpose">number</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">2</property> | ||
<property name="top-attach">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="position">2</property> | ||
</packing> | ||
</child> | ||
<child type="tab"> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="label" translatable="yes">Connection</property> | ||
</object> | ||
<packing> | ||
<property name="position">2</property> | ||
<property name="tab-fill">False</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
__copyright__ = "Copyright The SpaceLab-Decoder Contributors" | ||
__credits__ = ["Gabriel Mariano Marcelino - PU5GMA"] | ||
__license__ = "GPLv3" | ||
__version__ = "0.4.9" | ||
__version__ = "0.4.10" | ||
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" |