2007-03-22 19:39:32 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
<widget class="GtkDialog" id="pref_dialog">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Deluge Preferences</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2007-06-12 23:23:05 +00:00
<property name="default_height">550</property>
<property name="destroy_with_parent">True</property>
2007-03-22 19:39:32 +00:00
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2007-03-23 01:28:53 +00:00
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
2007-06-11 19:38:34 +00:00
<property name="has_separator">False</property>
2007-03-22 19:39:32 +00:00
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
<property name="visible">True</property>
2007-06-11 19:38:34 +00:00
<property name="spacing">1</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<widget class="GtkScrolledWindow" id="scroll_downloads">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">2</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox11">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<child>
2007-06-01 02:14:36 +00:00
<widget class="GtkRadioButton" id="radio_ask_save">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="label" translatable="yes">Ask where to save each download</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-01 02:14:36 +00:00
<property name="draw_indicator">True</property>
2007-03-22 19:39:32 +00:00
</widget>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox12">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">10</property>
<child>
<widget class="GtkRadioButton" id="radio_save_all_to">
<property name="visible">True</property>
<property name="label" translatable="yes">Save all downloads to:</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
<property name="group">radio_ask_save</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkFileChooserButton" id="download_path_button">
<property name="visible">True</property>
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Download Location</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-12 23:23:05 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame6">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkAlignment" id="alignment6">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox11">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">10</property>
2007-06-01 02:14:36 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label56">
2007-06-01 02:14:36 +00:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum simultaneous active torrents:</property>
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="expand">False</property>
</packing>
2007-06-01 02:14:36 +00:00
</child>
2007-03-22 19:39:32 +00:00
<child>
2007-03-26 21:09:39 +00:00
<widget class="GtkSpinButton" id="spin_torrents">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-06 22:26:52 +00:00
<property name="tooltip" translatable="yes">The number of active torrents that Deluge will run. Set to 0 for unlimited.</property>
2007-06-19 23:40:00 +00:00
<property name="xalign">1</property>
2007-06-22 18:24:41 +00:00
<property name="adjustment">-1 -1 1000 1 10 10</property>
2007-06-06 22:26:52 +00:00
<property name="climb_rate">1</property>
2007-03-22 19:39:32 +00:00
<property name="snap_to_ticks">True</property>
<property name="update_policy">GTK_UPDATE_IF_VALID</property>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="expand">False</property>
<property name="padding">2</property>
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Torrents</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-05-31 01:29:09 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame7">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkAlignment" id="alignment7">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
<widget class="GtkCheckButton" id="chk_compact">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="tooltip" translatable="yes">Compact allocation will only allocate as much storage as it needs to keep the pieces downloaded so far.</property>
2007-03-22 19:39:32 +00:00
<property name="label" translatable="yes">Use compact storage allocation</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-03-22 19:39:32 +00:00
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Compact Allocation</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-12 23:23:05 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame2">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox12">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<child>
2007-06-01 02:14:36 +00:00
<widget class="GtkCheckButton" id="chk_seedbottom">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2007-06-01 02:14:36 +00:00
<property name="label" translatable="yes">Queue torrents to bottom when they begin seeding</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-01 02:14:36 +00:00
<property name="draw_indicator">True</property>
2007-03-22 19:39:32 +00:00
</widget>
2007-06-06 22:26:52 +00:00
</child>
<child>
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
<property name="spacing">10</property>
<child>
<widget class="GtkCheckButton" id="chk_autoseed">
<property name="visible">True</property>
<property name="label" translatable="yes">Stop seeding torrents when their share ratio reaches:</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="ratio_spinner">
<property name="visible">True</property>
<property name="can_focus">True</property>
2007-06-19 23:40:00 +00:00
<property name="xalign">1</property>
2007-06-06 22:26:52 +00:00
<property name="adjustment">0 0 10 0.050000000745099998 10 9</property>
<property name="climb_rate">1</property>
<property name="digits">2</property>
<property name="snap_to_ticks">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Seeding</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame11">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-06-06 22:26:52 +00:00
<child>
<widget class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
<child>
2007-06-12 23:23:05 +00:00
<widget class="GtkTable" id="table1">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-06-12 23:23:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
2007-06-06 22:26:52 +00:00
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkSpinButton" id="spin_max_upload">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum upload rate for all torrents. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 9000 1 10 10</property>
<property name="climb_rate">1</property>
2007-06-12 23:23:05 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-12 23:23:05 +00:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkSpinButton" id="spin_max_download">
2007-06-12 23:23:05 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
2007-06-12 23:23:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="tooltip" translatable="yes">The maximum download rate for all torrents. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 9000 1 10 10</property>
<property name="climb_rate">1</property>
2007-06-06 22:26:52 +00:00
</widget>
2007-06-12 23:23:05 +00:00
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-12 23:23:05 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
2007-06-06 22:26:52 +00:00
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkSpinButton" id="spin_num_upload">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum number of upload slots. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 1000 1 10 10</property>
<property name="climb_rate">1</property>
2007-06-06 22:26:52 +00:00
</widget>
2007-03-22 19:39:32 +00:00
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-12 23:23:05 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-06-22 18:24:41 +00:00
<child>
<widget class="GtkSpinButton" id="spin_max_connections">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum number of connections allowed. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 1000 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
<child>
2007-06-12 23:23:05 +00:00
<widget class="GtkAlignment" id="alignment4">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-12 23:23:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="right_padding">10</property>
2007-06-06 22:26:52 +00:00
<child>
2007-06-12 23:23:05 +00:00
<widget class="GtkLabel" id="label54">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
<property name="xalign">0</property>
2007-06-12 23:23:05 +00:00
<property name="label" translatable="yes">Maximum Connections:</property>
2007-06-06 22:26:52 +00:00
</widget>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-12 23:23:05 +00:00
<property name="x_options">GTK_FILL</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkAlignment" id="alignment5">
2007-06-22 03:21:19 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="right_padding">10</property>
<child>
<widget class="GtkLabel" id="label53">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Upload Slots:</property>
</widget>
</child>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-06-12 23:23:05 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkAlignment" id="alignment14">
2007-06-12 23:23:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="right_padding">10</property>
<child>
<widget class="GtkLabel" id="label52">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Download Rate (KiB/s):</property>
</widget>
</child>
2007-06-12 23:23:05 +00:00
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkAlignment" id="alignment18">
2007-06-12 23:23:05 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="right_padding">10</property>
<child>
<widget class="GtkLabel" id="label55">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Upload Rate (KiB/s):</property>
</widget>
</child>
2007-06-12 23:23:05 +00:00
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label13">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-19 21:11:10 +00:00
<property name="label" translatable="yes"><b>Bandwidth Usage</b></property>
2007-03-22 19:39:32 +00:00
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-12 23:23:05 +00:00
<property name="fill">False</property>
<property name="padding">2</property>
2007-06-06 22:26:52 +00:00
<property name="position">4</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="label" translatable="yes">Downloads</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scroll_network">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport5">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox6">
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox2">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<child>
<widget class="GtkHBox" id="hbox5">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-dialog-warning</property>
<property name="icon_size">6</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">10</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="xalign">0.20000000298023224</property>
<property name="label" translatable="yes"><b>Please Note - Changes to these settings will only be applied the next time Deluge is restarted.</b></property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="width_chars">0</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="fill">False</property>
<property name="padding">5</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame8">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkAlignment" id="alignment8">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox3">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox6">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<child>
<widget class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="label" translatable="yes">From:</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_port_min">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">0 0 65535 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label27">
<property name="visible">True</property>
<property name="xpad">5</property>
<property name="label" translatable="yes">To:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_port_max">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">0 0 65535 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label37">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Active Port:</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
<property name="position">4</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="active_port_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">0000</property>
<property name="width_chars">5</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
<property name="position">5</property>
</packing>
</child>
<child>
2007-06-08 03:13:34 +00:00
<widget class="GtkButton" id="btn_testport">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-06-08 03:13:34 +00:00
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Test Active Port</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-08 03:13:34 +00:00
<signal name="clicked" handler="on_btn_testport_clicked"/>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">6</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">5</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>TCP Port</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="position">1</property>
</packing>
</child>
2007-03-23 01:28:53 +00:00
<child>
<widget class="GtkFrame" id="frame9">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-23 01:28:53 +00:00
<child>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-23 01:28:53 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox9">
2007-03-23 01:28:53 +00:00
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_dht">
2007-03-23 01:28:53 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2007-06-06 22:26:52 +00:00
<property name="tooltip" translatable="yes">Distributed hash table may improve the amount of active connections.</property>
<property name="label" translatable="yes">Enable Mainline DHT</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
2007-03-23 01:28:53 +00:00
</widget>
</child>
<child>
2007-06-14 15:59:02 +00:00
<placeholder/>
2007-03-23 01:28:53 +00:00
</child>
</widget>
</child>
</widget>
</child>
<child>
2007-03-26 21:09:39 +00:00
<widget class="GtkLabel" id="label16">
2007-03-23 01:28:53 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes"><b>DHT</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-05-25 20:39:45 +00:00
<property name="position">2</property>
2007-03-23 01:28:53 +00:00
</packing>
</child>
<child>
2007-05-28 01:51:50 +00:00
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<child>
<widget class="GtkFrame" id="frame10">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-05-28 01:51:50 +00:00
<child>
<widget class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-05-28 01:51:50 +00:00
<property name="left_padding">12</property>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_upnp">
2007-05-28 01:51:50 +00:00
<property name="visible">True</property>
2007-06-15 21:45:53 +00:00
<property name="can_focus">True</property>
2007-06-22 01:09:38 +00:00
<property name="tooltip" translatable="yes">Universal Plug and Play</property>
2007-05-28 01:51:50 +00:00
<property name="label" translatable="yes">UPnP</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-11 19:38:34 +00:00
<property name="active">True</property>
2007-05-28 01:51:50 +00:00
<property name="draw_indicator">True</property>
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="padding">2</property>
</packing>
2007-05-28 01:51:50 +00:00
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_natpmp">
2007-05-28 01:51:50 +00:00
<property name="visible">True</property>
2007-06-15 21:45:53 +00:00
<property name="can_focus">True</property>
2007-06-22 01:09:38 +00:00
<property name="tooltip" translatable="yes">NAT Port Mapping Protocol</property>
2007-05-28 01:51:50 +00:00
<property name="label" translatable="yes">NAT-PMP</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-11 19:38:34 +00:00
<property name="active">True</property>
2007-05-28 01:51:50 +00:00
<property name="draw_indicator">True</property>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-05-28 01:51:50 +00:00
<property name="position">1</property>
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_utpex">
2007-05-28 01:51:50 +00:00
<property name="visible">True</property>
2007-06-15 21:45:53 +00:00
<property name="can_focus">True</property>
2007-06-22 01:09:38 +00:00
<property name="tooltip" translatable="yes">µTorrent Peer-Exchange</property>
<property name="label" translatable="yes">µTorrent-PeX</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-11 19:38:34 +00:00
<property name="active">True</property>
2007-05-28 01:51:50 +00:00
<property name="draw_indicator">True</property>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-05-28 01:51:50 +00:00
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
2007-06-15 21:45:53 +00:00
<property name="label" translatable="yes"><b>Network Extras</b></property>
2007-05-28 01:51:50 +00:00
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="padding">2</property>
</packing>
2007-05-28 01:51:50 +00:00
</child>
2007-05-31 01:29:09 +00:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame12">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-05-28 01:51:50 +00:00
<child>
2007-05-31 01:29:09 +00:00
<widget class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-05-31 01:29:09 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox5">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">2</property>
2007-05-31 01:29:09 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox2">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label29">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Inbound:</property>
2007-06-01 02:14:36 +00:00
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="expand">False</property>
</packing>
2007-06-01 02:14:36 +00:00
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkComboBox" id="combo_encin">
2007-06-01 02:14:36 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="items" translatable="yes">Disabled
Enabled
Forced</property>
2007-06-01 02:14:36 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">5</property>
<property name="position">1</property>
2007-06-01 02:14:36 +00:00
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label34">
2007-06-01 02:14:36 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Outbound:</property>
2007-05-31 01:29:09 +00:00
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="position">2</property>
</packing>
2007-05-31 01:29:09 +00:00
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkComboBox" id="combo_encout">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="items" translatable="yes">Disabled
Enabled
Forced</property>
2007-05-31 01:29:09 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">5</property>
<property name="position">3</property>
2007-05-31 01:29:09 +00:00
</packing>
</child>
</widget>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox18">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_pref_rc4">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="can_focus">True</property>
<property name="label" translatable="yes">Prefer to encrypt the entire stream</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
2007-05-31 01:29:09 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="expand">False</property>
2007-05-31 01:29:09 +00:00
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label35">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Level:</property>
2007-05-31 01:29:09 +00:00
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="position">1</property>
</packing>
2007-05-31 01:29:09 +00:00
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkComboBox" id="combo_enclevel">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="items" translatable="yes">Handshake
Either
Full Stream</property>
2007-05-31 01:29:09 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">6</property>
<property name="position">2</property>
2007-05-31 01:29:09 +00:00
</packing>
</child>
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="position">1</property>
</packing>
2007-05-31 01:29:09 +00:00
</child>
</widget>
</child>
</widget>
2007-05-28 01:51:50 +00:00
</child>
<child>
2007-05-31 01:29:09 +00:00
<widget class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Encryption</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
2007-05-28 01:51:50 +00:00
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-05-31 01:29:09 +00:00
<property name="position">4</property>
2007-05-28 01:51:50 +00:00
</packing>
2007-03-23 01:28:53 +00:00
</child>
2007-03-22 19:39:32 +00:00
<child>
2007-06-16 10:56:09 +00:00
<widget class="GtkFrame" id="frame14">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-16 11:36:30 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-06-16 10:56:09 +00:00
<child>
2007-06-21 23:06:20 +00:00
<widget class="GtkVBox" id="vbox10">
2007-06-16 10:56:09 +00:00
<property name="visible">True</property>
2007-06-16 23:08:44 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<child>
2007-06-21 23:06:20 +00:00
<widget class="GtkHBox" id="hbox3">
2007-06-16 23:08:44 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-21 23:06:20 +00:00
<child>
<widget class="GtkCheckButton" id="chk_peer_proxy">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Affects regular bittorrent peers</property>
<property name="label" translatable="yes">Peer Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
<child>
<widget class="GtkCheckButton" id="chk_tracker_proxy">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Only affects HTTP tracker connections (UDP tracker connections are affected if the given proxy supports UDP, e.g. SOCKS5).</property>
<property name="label" translatable="yes">Tracker Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="chk_dht_proxy">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Affects the DHT messages. Since they are sent over UDP, it only has any effect if the proxy supports UDP.</property>
<property name="label" translatable="yes">DHT Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
2007-06-16 23:08:44 +00:00
</widget>
</child>
<child>
2007-06-21 23:06:20 +00:00
<widget class="GtkTable" id="table2">
2007-06-16 23:08:44 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-21 23:06:20 +00:00
<property name="n_rows">3</property>
<property name="n_columns">4</property>
<child>
2007-06-22 01:09:38 +00:00
<placeholder/>
2007-06-21 23:06:20 +00:00
</child>
<child>
2007-06-22 01:09:38 +00:00
<placeholder/>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkLabel" id="label1">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="label" translatable="yes">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Username</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkLabel" id="label6">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="label" translatable="yes">Password</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkComboBox" id="combo_proxy_type">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkEntry" id="txt_proxy_username">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
2007-06-21 23:06:20 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 01:09:38 +00:00
<widget class="GtkEntry" id="txt_proxy_password">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-06-22 01:09:38 +00:00
<property name="can_focus">True</property>
2007-06-21 23:06:20 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 01:09:38 +00:00
<property name="visibility">False</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-22 01:09:38 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkLabel" id="label7">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="label" translatable="yes">Server</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkLabel" id="label8">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="label" translatable="yes">Port</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkEntry" id="txt_proxy_hostname">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
2007-06-21 23:06:20 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
2007-06-22 01:09:38 +00:00
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-06-22 01:09:38 +00:00
</packing>
2007-06-21 23:06:20 +00:00
</child>
<child>
2007-06-22 18:24:41 +00:00
<widget class="GtkSpinButton" id="spin_proxy_port">
2007-06-22 01:09:38 +00:00
<property name="visible">True</property>
2007-06-22 18:24:41 +00:00
<property name="can_focus">True</property>
2007-06-22 01:09:38 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-06-22 18:24:41 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-06-22 01:09:38 +00:00
</widget>
<packing>
2007-06-22 18:24:41 +00:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-06-22 01:09:38 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
2007-06-21 23:06:20 +00:00
</child>
2007-06-16 23:08:44 +00:00
</widget>
<packing>
2007-06-21 23:06:20 +00:00
<property name="position">1</property>
2007-06-16 23:08:44 +00:00
</packing>
</child>
2007-06-16 10:56:09 +00:00
</widget>
</child>
<child>
<widget class="GtkLabel" id="label46">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Proxy</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">2</property>
<property name="position">5</property>
</packing>
2007-05-25 20:39:45 +00:00
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="label" translatable="yes">Network</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">1</property>
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkScrolledWindow" id="scroll_other">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport6">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox7">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">2</property>
2007-03-22 19:39:32 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkFrame" id="frame13">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkAlignment" id="alignment13">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkVBox" id="vbox8">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-05-25 08:17:22 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkCheckButton" id="chk_use_tray">
2007-05-25 08:17:22 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="label" translatable="yes">Enable system tray icon</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="active">True</property>
2007-05-25 08:17:22 +00:00
<property name="draw_indicator">True</property>
</widget>
2007-03-22 19:39:32 +00:00
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkAlignment" id="alignment15">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="left_padding">10</property>
<child>
<widget class="GtkCheckButton" id="chk_min_on_close">
<property name="visible">True</property>
<property name="label" translatable="yes">Minimize to tray on close</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
</widget>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-05-25 08:17:22 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkAlignment" id="alignment16">
2007-05-25 08:17:22 +00:00
<property name="visible">True</property>
2007-06-20 02:07:38 +00:00
<property name="bottom_padding">3</property>
2007-06-06 22:26:52 +00:00
<property name="left_padding">10</property>
<child>
<widget class="GtkHBox" id="hbox15">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="chk_lock_tray">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Password protect system tray</property>
<property name="use_underline">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
</widget>
</child>
<child>
<widget class="GtkHBox" id="hbox17">
<property name="visible">True</property>
<child>
<widget class="GtkAlignment" id="alignment17">
<property name="visible">True</property>
<property name="right_padding">5</property>
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Password:</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="txt_tray_passwd">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="visibility">False</property>
<property name="width_chars">16</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
2007-05-25 08:17:22 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="expand">False</property>
<property name="position">2</property>
2007-05-25 08:17:22 +00:00
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label2">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes"><b>System Tray</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkFrame" id="frame3">
2007-03-22 19:39:32 +00:00
<property name="label_xalign">0</property>
2007-06-11 19:38:34 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-03-22 19:39:32 +00:00
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkAlignment" id="alignment3">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="left_padding">12</property>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkHBox" id="hbox16">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="spacing">15</property>
2007-03-22 19:39:32 +00:00
<child>
2007-06-01 02:14:36 +00:00
<widget class="GtkLabel" id="label28">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-01 02:14:36 +00:00
<property name="xalign">0</property>
2007-06-06 22:26:52 +00:00
<property name="label" translatable="yes">GUI update interval (seconds)</property>
2007-03-22 19:39:32 +00:00
</widget>
2007-06-06 22:26:52 +00:00
<packing>
<property name="expand">False</property>
</packing>
2007-03-22 19:39:32 +00:00
</child>
<child>
2007-03-26 21:09:39 +00:00
<widget class="GtkSpinButton" id="spin_gui">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="adjustment">0.5 0.5 5 0.5 0.5 1</property>
2007-06-06 22:26:52 +00:00
<property name="climb_rate">1</property>
2007-03-22 19:39:32 +00:00
<property name="digits">1</property>
<property name="snap_to_ticks">True</property>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="expand">False</property>
<property name="position">1</property>
2007-06-01 02:14:36 +00:00
</packing>
2007-03-22 19:39:32 +00:00
</child>
</widget>
</child>
</widget>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label4">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Performance</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-05-28 01:56:15 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="position">2</property>
2007-03-22 19:39:32 +00:00
<property name="tab_expand">False</property>
</packing>
</child>
<child>
2007-06-06 22:26:52 +00:00
<widget class="GtkLabel" id="label12">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes">Other</property>
</widget>
<packing>
<property name="type">tab</property>
2007-06-06 22:26:52 +00:00
<property name="position">2</property>
2007-03-22 19:39:32 +00:00
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
<property name="position">2</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area3">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="button2">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="label">gtk-cancel</property>
2007-03-22 19:39:32 +00:00
<property name="use_stock">True</property>
2007-06-12 22:45:30 +00:00
<property name="response_id">0</property>
2007-03-22 19:39:32 +00:00
</widget>
</child>
<child>
<widget class="GtkButton" id="button1">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<property name="label">gtk-ok</property>
2007-03-22 19:39:32 +00:00
<property name="use_stock">True</property>
<property name="response_id">1</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>