846 lines
41 KiB
XML
846 lines
41 KiB
XML
<?xml version="1.0"?>
|
|
<glade-interface>
|
|
<!-- interface-requires gtk+ 2.16 -->
|
|
<!-- interface-naming-policy project-wide -->
|
|
<widget class="GtkWindow" id="aoview">
|
|
<property name="width_request">900</property>
|
|
<property name="height_request">700</property>
|
|
<property name="visible">True</property>
|
|
<property name="title" translatable="yes">AltOS View</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox1">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_File</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem1">
|
|
<property name="label">gtk-new</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem2">
|
|
<property name="label">gtk-open</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem3">
|
|
<property name="label">gtk-save</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem4">
|
|
<property name="label">gtk-save-as</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem5">
|
|
<property name="label">gtk-quit</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="gtk_main_quit"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem6">
|
|
<property name="label">gtk-cut</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem7">
|
|
<property name="label">gtk-copy</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem8">
|
|
<property name="label">gtk-paste</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem9">
|
|
<property name="label">gtk-delete</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem3">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Device</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu4">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="ao_connect">
|
|
<property name="label" translatable="yes">_Connect to device</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<signal name="activate_item" handler="gtk_widget_show" object="device_connect_dialog" after="yes"/>
|
|
<signal name="activate" handler="gtk_widget_show" object="device_connect_dialog" after="yes"/>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-connect</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="ao_disconnect">
|
|
<property name="label" translatable="yes">_Disconnect</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image2">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-disconnect</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="seperator">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="ao_savelog">
|
|
<property name="label" translatable="yes">_Save EEPROM data</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<signal name="activate_item" handler="gtk_widget_show" object="device_connect_dialog" after="yes"/>
|
|
<signal name="activate" handler="gtk_widget_show" object="device_connect_dialog"/>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image5">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-save</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="ao_replay">
|
|
<property name="label" translatable="yes">_Replay</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<signal name="activate_item" handler="gtk_widget_show" object="ao_replay_dialog" after="yes"/>
|
|
<signal name="activate" handler="gtk_widget_show" object="ao_replay_dialog"/>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image6">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-media-play</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem5">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Log</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu5">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="log_new">
|
|
<property name="label" translatable="yes">_New log</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image3">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-new</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="file_configure">
|
|
<property name="label" translatable="yes">_Configure Log</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">False</property>
|
|
<signal name="activate" handler="gtk_widget_show" object="file_chooser_dialog" after="yes"/>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image4">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-preferences</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem6">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Voice</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu6">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="voice_enable">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Enable _Voice</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="channel_menu_item">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Channel</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu7">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_0">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 0 (434.550MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 1 (434.650MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 2 (434.750MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_3">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 3 (434.850MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_4">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 4 (434.950MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_5">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 5 (435.050MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_6">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 6 (435.150MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_7">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 7 (435.250MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_8">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 8 (435.350MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkRadioMenuItem" id="channel_9">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Channel 9 (435.450MHz)</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">channel_0</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem4">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Help</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu3">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem10">
|
|
<property name="label">gtk-about</property>
|
|
<property name="visible">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="gtk_widget_show" object="about_dialog" after="yes"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTable" id="table1">
|
|
<property name="visible">True</property>
|
|
<property name="n_rows">2</property>
|
|
<property name="n_columns">4</property>
|
|
<property name="row_spacing">3</property>
|
|
<property name="homogeneous">True</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="height_label">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Height (m)</property>
|
|
<property name="justify">center</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="state_label">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">State</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="rssi_label">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">RSSI (dBm)</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">2</property>
|
|
<property name="right_attach">3</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="height_value">
|
|
<property name="visible">True</property>
|
|
<property name="ypad">2</property>
|
|
<property name="label" translatable="yes">0</property>
|
|
<property name="selectable">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="state_value">
|
|
<property name="visible">True</property>
|
|
<property name="ypad">2</property>
|
|
<property name="label" translatable="yes">pad</property>
|
|
<property name="selectable">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="rssi_value">
|
|
<property name="visible">True</property>
|
|
<property name="ypad">2</property>
|
|
<property name="label" translatable="yes">-50</property>
|
|
<property name="selectable">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">2</property>
|
|
<property name="right_attach">3</property>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="speed_label">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Speed (m/s)</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">3</property>
|
|
<property name="right_attach">4</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="speed_value">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">0</property>
|
|
<property name="selectable">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">3</property>
|
|
<property name="right_attach">4</property>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkTreeView" id="dataview_0">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_expanders">False</property>
|
|
<property name="enable_grid_lines">both</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTreeView" id="dataview_1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_expanders">False</property>
|
|
<property name="enable_grid_lines">both</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTreeView" id="dataview_2">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_expanders">False</property>
|
|
<property name="enable_grid_lines">both</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkDialog" id="device_connect_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="has_separator">False</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox1">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<widget class="GtkTreeView" id="dev_list">
|
|
<property name="width_request">300</property>
|
|
<property name="height_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_clickable">False</property>
|
|
<property name="rules_hint">True</property>
|
|
<property name="search_column">0</property>
|
|
<property name="show_expanders">False</property>
|
|
<property name="level_indentation">1</property>
|
|
<property name="enable_grid_lines">both</property>
|
|
<property name="enable_tree_lines">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
<child>
|
|
<widget class="GtkButton" id="cancel_button">
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="response_id">1</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="clicked" handler="gtk_widget_hide" object="device_connect_dialog" after="yes"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="connect_button">
|
|
<property name="label">gtk-connect</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="has_default">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkFileChooserDialog" id="file_chooser_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">Configure Log Directory</property>
|
|
<property name="type_hint">dialog</property>
|
|
<property name="has_separator">False</property>
|
|
<property name="action">select-folder</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox2">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area2">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
<child>
|
|
<widget class="GtkButton" id="file_configure_cancel">
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="clicked" handler="gtk_widget_hide" object="file_chooser_dialog"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="file_configure_ok">
|
|
<property name="label">gtk-ok</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="has_default">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkMessageDialog" id="file_fail_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">Failed to create log</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="skip_taskbar_hint">True</property>
|
|
<property name="transient_for">aoview</property>
|
|
<property name="message_type">error</property>
|
|
<property name="buttons">close</property>
|
|
<property name="text">Cannot create log file</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox4">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area4">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkMessageDialog" id="dev_open_fail_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">Failed to open device</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="skip_taskbar_hint">True</property>
|
|
<property name="transient_for">aoview</property>
|
|
<property name="message_type">error</property>
|
|
<property name="buttons">close</property>
|
|
<property name="text">Cannot open device</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox6">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area6">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkAboutDialog" id="about_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">About AoView</property>
|
|
<property name="resizable">False</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="transient_for">aoview</property>
|
|
<property name="has_separator">False</property>
|
|
<property name="program_name">AoView</property>
|
|
<property name="copyright" translatable="yes">Copyright © 2009 Keith Packard</property>
|
|
<property name="comments" translatable="yes">AltOS data capture and display.</property>
|
|
<property name="website">http://altusmetrum.org</property>
|
|
<property name="license" translatable="yes">AoView is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
|
|
AoView is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with AoView; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</property>
|
|
<property name="authors">Keith Packard <keithp@keithp.com></property>
|
|
<property name="wrap_license">True</property>
|
|
<signal name="close" handler="gtk_widget_hide" object="about_dialog" after="yes"/>
|
|
<signal name="response" handler="gtk_widget_hide" object="about_dialog" after="yes"/>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox7">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area7">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkMessageDialog" id="ao_save_done">
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">EEPROM save complete</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="skip_taskbar_hint">True</property>
|
|
<property name="transient_for">aoview</property>
|
|
<property name="buttons">close</property>
|
|
<property name="text">Saving EEPROM data as</property>
|
|
<property name="secondary_text"><filename></property>
|
|
<signal name="close" handler="gtk_widget_hide" object="ao_save_done"/>
|
|
<signal name="response" handler="gtk_widget_hide" object="ao_save_done"/>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox11">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area11">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkFileChooserDialog" id="ao_replay_dialog">
|
|
<property name="border_width">5</property>
|
|
<property name="destroy_with_parent">True</property>
|
|
<property name="type_hint">dialog</property>
|
|
<property name="skip_taskbar_hint">True</property>
|
|
<property name="transient_for">aoview</property>
|
|
<property name="has_separator">False</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox10">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area10">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">end</property>
|
|
<child>
|
|
<widget class="GtkButton" id="ao_replay_cancel">
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="clicked" handler="gtk_widget_hide" object="ao_replay_dialog"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="ao_replay_ok">
|
|
<property name="label">gtk-ok</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">end</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</glade-interface>
|