Commit 3bb0b134 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Updating a new PDA interface design.

parent 68cdda1e
...@@ -291,24 +291,6 @@ ...@@ -291,24 +291,6 @@
<property name="homogeneous">False</property> <property name="homogeneous">False</property>
<property name="spacing">0</property> <property name="spacing">0</property>
<child>
<widget class="GtkButton" id="AddMrlGo">
<property name="width_request">33</property>
<property name="height_request">26</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Add</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="PDAMrlGo"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child> <child>
<widget class="GtkLabel" id="label30"> <widget class="GtkLabel" id="label30">
<property name="width_request">35</property> <property name="width_request">35</property>
...@@ -568,176 +550,262 @@ ...@@ -568,176 +550,262 @@
</child> </child>
<child> <child>
<widget class="GtkHBox" id="hbox14"> <widget class="GtkTable" id="table2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="homogeneous">True</property> <property name="n_rows">6</property>
<property name="spacing">0</property> <property name="n_columns">2</property>
<property name="homogeneous">False</property>
<property name="row_spacing">0</property>
<property name="column_spacing">0</property>
<child> <child>
<widget class="GtkCheckButton" id="network_multicast"> <widget class="GtkLabel" id="label39">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">multicast streams</property> <property name="label" translatable="yes">Port:</property>
<property name="can_focus">True</property> <property name="use_underline">False</property>
<property name="label" translatable="yes">Multicast</property> <property name="use_markup">False</property>
<property name="use_underline">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="wrap">False</property>
<property name="active">False</property> <property name="selectable">False</property>
<property name="inconsistent">False</property> <property name="xalign">0</property>
<property name="draw_indicator">True</property> <property name="yalign">0.5</property>
<signal name="toggled" handler="on_network_multicast_toggled" last_modification_time="Wed, 30 Jul 2003 10:33:11 GMT"/> <property name="xpad">0</property>
<property name="ypad">0</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">0</property>
<property name="expand">False</property> <property name="right_attach">1</property>
<property name="fill">False</property> <property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="protocol_IP4"> <widget class="GtkLabel" id="label40">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">IPv4 protocol</property> <property name="label" translatable="yes">Address:</property>
<property name="can_focus">True</property> <property name="use_underline">False</property>
<property name="label" translatable="yes">IPv4</property> <property name="use_markup">False</property>
<property name="use_underline">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="wrap">False</property>
<property name="active">True</property> <property name="selectable">False</property>
<property name="inconsistent">False</property> <property name="xalign">0</property>
<property name="draw_indicator">True</property> <property name="yalign">0.5</property>
<signal name="toggled" handler="on_protocol_IP4_toggled" last_modification_time="Wed, 30 Jul 2003 10:34:00 GMT"/> <property name="xpad">0</property>
<property name="ypad">0</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">0</property>
<property name="expand">False</property> <property name="right_attach">1</property>
<property name="fill">False</property> <property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="protocol_IPv6"> <widget class="GtkSpinButton" id="network_port">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">IPv6 protocol</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">IPv6</property> <property name="climb_rate">1</property>
<property name="use_underline">True</property> <property name="digits">0</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="numeric">True</property>
<property name="active">False</property> <property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="inconsistent">False</property> <property name="snap_to_ticks">False</property>
<property name="draw_indicator">True</property> <property name="wrap">False</property>
<property name="group">protocol_IP4</property> <property name="adjustment">1234 0 100 1 10 10</property>
<signal name="toggled" handler="on_protocol_IPv6_toggled" last_modification_time="Wed, 30 Jul 2003 10:33:54 GMT"/> <signal name="changed" handler="on_network_port_changed" last_modification_time="Wed, 30 Jul 2003 10:33:25 GMT"/>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">1</property>
<property name="expand">False</property> <property name="right_attach">2</property>
<property name="fill">False</property> <property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child> <child>
<widget class="GtkRadioButton" id="network_http"> <widget class="GtkCombo" id="combo4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="value_in_list">False</property>
<property name="label" translatable="yes">HTTP</property> <property name="allow_empty">True</property>
<property name="use_underline">True</property> <property name="case_sensitive">False</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="enable_arrow_keys">True</property>
<property name="active">False</property> <property name="enable_arrows_always">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property> <child internal-child="entry">
<signal name="toggled" handler="on_network_http_toggled" last_modification_time="Wed, 30 Jul 2003 10:34:12 GMT"/> <widget class="GtkEntry" id="network_address">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
<signal name="changed" handler="on_network_address_changed" last_modification_time="Wed, 30 Jul 2003 10:33:37 GMT"/>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="combo-list1">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
</widget>
</child>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">1</property>
<property name="expand">False</property> <property name="right_attach">2</property>
<property name="fill">False</property> <property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="network_ftp"> <widget class="GtkCombo" id="network_type">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="value_in_list">False</property>
<property name="label" translatable="yes">FTP</property> <property name="allow_empty">True</property>
<property name="use_underline">True</property> <property name="case_sensitive">False</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="enable_arrow_keys">True</property>
<property name="active">False</property> <property name="enable_arrows_always">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property> <child internal-child="entry">
<property name="group">network_http</property> <widget class="GtkEntry" id="combo-entry1">
<signal name="toggled" handler="on_network_ftp_toggled" last_modification_time="Wed, 30 Jul 2003 10:34:18 GMT"/> <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes">unicast</property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="combo-list6">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem85">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">unicast</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem86">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">multicast</property>
</widget>
</child>
</widget>
</child>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">1</property>
<property name="expand">False</property> <property name="right_attach">2</property>
<property name="fill">False</property> <property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="network_mms"> <widget class="GtkLabel" id="label49">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="label" translatable="yes">Network: </property>
<property name="label" translatable="yes">MMS</property> <property name="use_underline">False</property>
<property name="use_underline">True</property> <property name="use_markup">False</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="active">False</property> <property name="wrap">False</property>
<property name="inconsistent">False</property> <property name="selectable">False</property>
<property name="draw_indicator">True</property> <property name="xalign">0</property>
<property name="group">network_http</property> <property name="yalign">0.5</property>
<signal name="toggled" handler="on_network_mms_toggled" last_modification_time="Wed, 30 Jul 2003 10:34:23 GMT"/> <property name="xpad">0</property>
<property name="ypad">0</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="left_attach">0</property>
<property name="expand">False</property> <property name="right_attach">1</property>
<property name="fill">False</property> <property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing> </packing>
</child> </child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child> <child>
<widget class="GtkHSeparator" id="hseparator16"> <widget class="GtkCombo" id="protocol_type">
<property name="height_request">10</property> <property name="visible">True</property>
<property name="visible">True</property> <property name="value_in_list">False</property>
</widget> <property name="allow_empty">True</property>
<packing> <property name="case_sensitive">False</property>
<property name="padding">0</property> <property name="enable_arrow_keys">True</property>
<property name="expand">False</property> <property name="enable_arrows_always">False</property>
<property name="fill">False</property>
</packing>
</child>
<child> <child internal-child="entry">
<widget class="GtkTable" id="table2"> <widget class="GtkEntry" id="combo-entry2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="n_rows">2</property> <property name="can_focus">True</property>
<property name="n_columns">2</property> <property name="editable">True</property>
<property name="homogeneous">False</property> <property name="visibility">True</property>
<property name="row_spacing">0</property> <property name="max_length">0</property>
<property name="column_spacing">0</property> <property name="text" translatable="yes">IPv4</property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="combo-list7">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem21">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">IPv4</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem22">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">IPv6</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child> <child>
<widget class="GtkLabel" id="label39"> <widget class="GtkLabel" id="label50">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Port:</property> <property name="label" translatable="yes">Protocol:</property>
<property name="use_underline">False</property> <property name="use_underline">False</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
...@@ -751,17 +819,17 @@ ...@@ -751,17 +819,17 @@
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="right_attach">1</property> <property name="right_attach">1</property>
<property name="top_attach">0</property> <property name="top_attach">3</property>
<property name="bottom_attach">1</property> <property name="bottom_attach">4</property>
<property name="x_options">fill</property> <property name="x_options">fill</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkLabel" id="label40"> <widget class="GtkLabel" id="mrl_type">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Address:</property> <property name="label" translatable="yes">MRL:</property>
<property name="use_underline">False</property> <property name="use_underline">False</property>
<property name="use_markup">False</property> <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
...@@ -775,37 +843,118 @@ ...@@ -775,37 +843,118 @@
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="right_attach">1</property> <property name="right_attach">1</property>
<property name="top_attach">1</property> <property name="top_attach">4</property>
<property name="bottom_attach">2</property> <property name="bottom_attach">5</property>
<property name="x_options">fill</property> <property name="x_options">fill</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkSpinButton" id="network_port"> <widget class="GtkCombo" id="mrl_type">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="value_in_list">False</property>
<property name="climb_rate">1</property> <property name="allow_empty">True</property>
<property name="digits">0</property> <property name="case_sensitive">False</property>
<property name="numeric">True</property> <property name="enable_arrow_keys">True</property>
<property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="enable_arrows_always">False</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property> <child internal-child="entry">
<property name="adjustment">1234 0 100 1 10 10</property> <widget class="GtkEntry" id="combo-entry3">
<signal name="changed" handler="on_network_port_changed" last_modification_time="Wed, 30 Jul 2003 10:33:25 GMT"/> <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes">http</property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="combo-list8">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem59">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">http</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem60">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">ftp</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem61">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">mms</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem62">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">rtp</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem63">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">udp</property>
</widget>
</child>
</widget>
</child>
</widget> </widget>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">0</property> <property name="top_attach">4</property>
<property name="bottom_attach">1</property> <property name="bottom_attach">5</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkCombo" id="combo4"> <widget class="GtkLabel" id="label52">
<property name="visible">True</property>
<property name="label" translatable="yes">Stream:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="stream_type">
<property name="visible">True</property> <property name="visible">True</property>
<property name="value_in_list">False</property> <property name="value_in_list">False</property>
<property name="allow_empty">True</property> <property name="allow_empty">True</property>
...@@ -814,32 +963,47 @@ ...@@ -814,32 +963,47 @@
<property name="enable_arrows_always">False</property> <property name="enable_arrows_always">False</property>
<child internal-child="entry"> <child internal-child="entry">
<widget class="GtkEntry" id="network_address"> <widget class="GtkEntry" id="combo-entry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="editable">True</property> <property name="editable">True</property>
<property name="visibility">True</property> <property name="visibility">True</property>
<property name="max_length">0</property> <property name="max_length">0</property>
<property name="text" translatable="yes"></property> <property name="text" translatable="yes">server</property>
<property name="has_frame">True</property> <property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property> <property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property> <property name="activates_default">False</property>
<signal name="changed" handler="on_network_address_changed" last_modification_time="Wed, 30 Jul 2003 10:33:37 GMT"/>
</widget> </widget>
</child> </child>
<child internal-child="list"> <child internal-child="list">
<widget class="GtkList" id="combo-list1"> <widget class="GtkList" id="combo-list9">
<property name="visible">True</property> <property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property> <property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem80">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">server</property>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem81">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">client</property>
</widget>
</child>
</widget> </widget>
</child> </child>
</widget> </widget>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">1</property> <property name="top_attach">5</property>
<property name="bottom_attach">2</property> <property name="bottom_attach">6</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
...@@ -850,6 +1014,42 @@ ...@@ -850,6 +1014,42 @@
<property name="fill">True</property> <property name="fill">True</property>
</packing> </packing>
</child> </child>
<child>
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkButton" id="network_AddPlaylist">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Add Playlist</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget> </widget>
<packing> <packing>
<property name="tab_expand">True</property> <property name="tab_expand">True</property>
...@@ -1342,6 +1542,42 @@ ...@@ -1342,6 +1542,42 @@
<property name="fill">True</property> <property name="fill">True</property>
</packing> </packing>
</child> </child>
<child>
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<placeholder/>
</child>
<child>
<widget class="GtkButton" id="camera_AddPlaylist">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Add Playlist</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget> </widget>
<packing> <packing>
<property name="tab_expand">False</property> <property name="tab_expand">False</property>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment