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">
2007-07-24 02:12:04 +00:00
<property name="width_request">500</property>
2007-03-22 19:39:32 +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="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-08-05 20:13:24 +00:00
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</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-07-23 23:29:37 +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-07-11 08:13:06 +00:00
<widget class="GtkTable" id="table3">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-07-11 08:13:06 +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">2</property>
<property name="n_columns">2</property>
2007-06-06 22:26:52 +00:00
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkFileChooserButton" id="finished_path_button">
2007-07-17 22:29:53 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
<property name="title" translatable="yes">Select A Folder</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-07-11 08:13:06 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-06-06 22:26:52 +00:00
</packing>
</child>
<child>
<widget class="GtkFileChooserButton" id="download_path_button">
<property name="visible">True</property>
2007-07-17 22:29:53 +00:00
<property name="sensitive">False</property>
2007-07-11 08:13:06 +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-06 22:26:52 +00:00
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
2007-07-11 08:13:06 +00:00
<property name="title" translatable="yes">Select A Folder</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
2007-07-11 08:13:06 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-06-06 22:26:52 +00:00
</packing>
</child>
2007-07-11 08:13:06 +00:00
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkCheckButton" id="chk_move_completed">
2007-07-11 08:13:06 +00:00
<property name="visible">True</property>
2007-07-17 22:29:53 +00:00
<property name="sensitive">False</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
2007-07-11 08:13:06 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="tooltip" translatable="yes">Move completed downloads to (*same partition only*):</property>
<property name="label" translatable="yes">Move completed downloads to:</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
2007-07-11 08:13:06 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
2007-08-07 04:31:09 +00:00
<child>
<widget class="GtkRadioButton" id="radio_save_all_to">
<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">Store all downloads in:</property>
<property name="label" translatable="yes">Store all downloads in:</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">radio_ask_save</property>
<signal name="toggled" handler="toggle_ui"/>
</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>
</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-07-15 19:24:37 +00:00
<widget class="GtkVBox" id="newvbox1">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-01 02:14:36 +00:00
<child>
2007-07-15 19:24:37 +00:00
<widget class="GtkHBox" id="hbox11">
2007-06-01 02:14:36 +00:00
<property name="visible">True</property>
2007-07-15 19:24:37 +00:00
<property name="spacing">10</property>
<child>
<widget class="GtkLabel" id="label56">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">The number of active torrents that Deluge will run. Set to -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum simultaneous active torrents:</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_torrents">
<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">The number of active torrents that Deluge will run. Set to -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>
<property name="snap_to_ticks">True</property>
<property name="update_policy">GTK_UPDATE_IF_VALID</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
</child>
2007-06-01 02:14:36 +00:00
</widget>
</child>
2007-03-22 19:39:32 +00:00
<child>
2007-07-15 19:24:37 +00:00
<widget class="GtkCheckButton" id="chk_enable_files_dialog">
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-07-15 19:24:37 +00:00
<property name="tooltip" translatable="yes">Enable selecting files for torrents before loading</property>
<property name="label" translatable="yes">Enable selecting files for torrents before loading</property>
2007-07-23 23:29:37 +00:00
<property name="response_id">0</property>
2007-07-15 19:24:37 +00:00
<property name="draw_indicator">True</property>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="expand">False</property>
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-07-23 23:29:37 +00:00
<child>
<widget class="GtkCheckButton" id="chk_prioritize_first_last_pieces">
<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">Prioritize first and last pieces of files in torrent</property>
<property name="label" translatable="yes">Prioritize first and last pieces of files in torrent</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</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-07-23 23:29:37 +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>
2007-07-24 02:12:04 +00:00
</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>
2007-03-22 19:39:32 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<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>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame8">
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-07-24 02:12:04 +00:00
<widget class="GtkAlignment" id="alignment8">
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-07-24 02:12:04 +00:00
<widget class="GtkVBox" id="vbox3">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkHBox" id="hbox6">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label26">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="label" translatable="yes">From:</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkSpinButton" id="spin_port_min">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2007-07-24 02:12:04 +00:00
<property name="adjustment">0 0 65535 1 10 10</property>
2007-06-06 22:26:52 +00:00
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="expand">False</property>
2007-07-24 02:12:04 +00:00
<property name="padding">5</property>
2007-06-06 22:26:52 +00:00
<property name="position">1</property>
</packing>
</child>
2007-07-24 02:12:04 +00:00
<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>
2007-07-28 18:58:59 +00:00
<widget class="GtkCheckButton" id="chk_random_port">
2007-07-24 02:12:04 +00:00
<property name="visible">True</property>
2007-07-28 18:58:59 +00:00
<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-07-29 01:37:50 +00:00
<property name="tooltip" translatable="yes">Deluge will automatically choose a different port to use every time.</property>
2007-07-28 18:58:59 +00:00
<property name="label" translatable="yes">Random Ports</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
2007-07-28 23:02:15 +00:00
<signal name="toggled" handler="toggle_ui"/>
2007-07-24 02:12:04 +00:00
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</property>
<property name="position">4</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btn_testport">
<property name="visible">True</property>
<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>
<property name="response_id">0</property>
<signal name="clicked" handler="on_btn_testport_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2007-07-28 18:58:59 +00:00
<property name="position">5</property>
2007-07-24 02:12:04 +00:00
</packing>
</child>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="padding">5</property>
2007-07-17 04:51:11 +00:00
</packing>
</child>
2007-06-06 22:26:52 +00:00
</widget>
</child>
</widget>
</child>
<child>
2007-07-28 18:58:59 +00:00
<widget class="GtkHBox" id="hbox4">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-28 18:58:59 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<child>
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>TCP</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">5</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">1</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">2</property>
</packing>
</child>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">2</property>
2007-07-24 02:12:04 +00:00
<property name="position">1</property>
2007-06-06 22:26:52 +00:00
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkFrame" id="frame9">
2007-06-06 22:26:52 +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-06-06 22:26:52 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkAlignment" id="alignment9">
2007-06-06 22:26:52 +00:00
<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-07-24 02:12:04 +00:00
<widget class="GtkVBox" id="vbox9">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-23 23:29:37 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_dht">
2007-07-23 23:29:37 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2007-07-24 02:12:04 +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>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
2007-07-23 23:29:37 +00:00
</widget>
</child>
2007-07-24 02:12:04 +00:00
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label16">
<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>
<property name="padding">2</property>
<property name="position">2</property>
</packing>
</child>
<child>
<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>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
2007-03-22 19:39:32 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkHBox" id="hbox1">
2007-07-17 22:29:53 +00:00
<property name="visible">True</property>
2007-07-23 23:29:37 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_upnp">
2007-07-23 23:29:37 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">Universal Plug and Play</property>
<property name="label" translatable="yes">UPnP</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
2007-07-23 23:29:37 +00:00
</widget>
2007-07-24 02:12:04 +00:00
<packing>
<property name="padding">2</property>
</packing>
2007-07-23 23:29:37 +00:00
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_natpmp">
2007-07-23 23:29:37 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">NAT Port Mapping Protocol</property>
<property name="label" translatable="yes">NAT-PMP</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
2007-07-23 23:29:37 +00:00
</widget>
2007-07-24 02:12:04 +00:00
<packing>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
2007-07-23 23:29:37 +00:00
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_utpex">
2007-07-23 23:29:37 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">µTorrent Peer-Exchange</property>
<property name="label" translatable="yes">µTorrent-PeX</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
2007-07-23 23:29:37 +00:00
</widget>
2007-07-24 02:12:04 +00:00
<packing>
<property name="padding">2</property>
<property name="position">2</property>
</packing>
2007-07-23 23:29:37 +00:00
</child>
2007-06-12 23:23:05 +00:00
</widget>
2007-03-22 19:39:32 +00:00
</child>
</widget>
</child>
2007-07-24 02:12:04 +00:00
<child>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Network Extras</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="padding">2</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-12 23:23:05 +00:00
<property name="fill">False</property>
2007-07-24 02:12:04 +00:00
<property name="position">3</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkFrame" id="frame12">
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-07-24 02:12:04 +00:00
<widget class="GtkAlignment" id="alignment12">
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-07-24 02:12:04 +00:00
<widget class="GtkVBox" id="vbox5">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="spacing">2</property>
2007-03-22 19:39:32 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkHBox" id="hbox2">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label29">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Inbound:</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkComboBox" id="combo_encin">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="items" translatable="yes">Disabled
Enabled
Forced</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="padding">5</property>
<property name="position">1</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label34">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Outbound:</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkComboBox" id="combo_encout">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="items" translatable="yes">Disabled
Enabled
Forced</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="padding">5</property>
<property name="position">3</property>
</packing>
</child>
2007-07-24 02:12:04 +00:00
</widget>
</child>
<child>
<widget class="GtkHBox" id="hbox18">
<property name="visible">True</property>
2007-06-06 22:26:52 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_pref_rc4">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +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>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label35">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="xalign">1</property>
<property name="label" translatable="yes">Level:</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="position">1</property>
2007-06-06 22:26:52 +00:00
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkComboBox" id="combo_enclevel">
2007-06-06 22:26:52 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="items" translatable="yes">Handshake
Either
Full Stream</property>
2007-06-06 22:26:52 +00:00
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="padding">6</property>
<property name="position">2</property>
2007-06-06 22:26:52 +00:00
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label24">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="label" translatable="yes"><b>Encryption</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-07-24 02:12:04 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-07-24 02:12:04 +00:00
<property name="position">4</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-03-23 01:28:53 +00:00
<child>
2007-08-01 19:57:32 +00:00
<placeholder/>
2007-05-31 01:29:09 +00:00
</child>
2007-07-24 02:12:04 +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>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<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="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport2">
<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="resize_mode">GTK_RESIZE_QUEUE</property>
2007-07-24 19:34:19 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-07-24 02:12:04 +00:00
<child>
<widget class="GtkVBox" id="vbox13">
<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-05-31 01:29:09 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkFrame" id="frame2">
2007-05-31 01:29:09 +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-05-28 01:51:50 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkAlignment" id="alignment2">
2007-05-31 01:29:09 +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-05-31 01:29:09 +00:00
<property name="left_padding">12</property>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkVBox" id="vbox12">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_seedbottom">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="can_focus">True</property>
<property name="label" translatable="yes">Queue torrents to bottom when they begin seeding</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
2007-05-31 01:29:09 +00:00
</widget>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_queue_above_completed">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Queue new torrents above completed ones</property>
<property name="use_underline">True</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="GtkHBox" id="hbox14">
<property name="visible">True</property>
<property name="spacing">10</property>
2007-05-31 01:29:09 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkCheckButton" id="chk_autoseed">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="label" translatable="yes">Stop seeding torrents when their share ratio reaches:</property>
2007-06-06 22:26:52 +00:00
<property name="use_underline">True</property>
2007-07-23 23:29:37 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
2007-07-24 02:12:04 +00:00
<signal name="toggled" handler="toggle_ui"/>
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-07-24 02:12:04 +00:00
<widget class="GtkSpinButton" id="ratio_spinner">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="sensitive">False</property>
<property name="can_focus">True</property>
2007-06-06 22:26:52 +00:00
<property name="xalign">1</property>
2007-07-24 02:12:04 +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>
2007-05-31 01:29:09 +00:00
</widget>
2007-06-06 22:26:52 +00:00
<packing>
2007-07-24 02:12:04 +00:00
<property name="expand">False</property>
2007-06-06 22:26:52 +00:00
<property name="position">1</property>
</packing>
2007-05-31 01:29:09 +00:00
</child>
</widget>
2007-06-06 22:26:52 +00:00
<packing>
2007-07-24 02:12:04 +00:00
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="chk_clear_max_ratio_torrents">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Automatically clear torrents that reach the max share ratio</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">3</property>
2007-06-06 22:26:52 +00:00
</packing>
2007-05-31 01:29:09 +00:00
</child>
</widget>
</child>
</widget>
2007-05-28 01:51:50 +00:00
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label18">
2007-05-31 01:29:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="label" translatable="yes"><b>Seeding</b></property>
2007-05-31 01:29:09 +00:00
<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-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-07-24 02:12:04 +00:00
<placeholder/>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">3</property>
<property name="tab_expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label9">
<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">Seeding</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">3</property>
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<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="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport3">
<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="resize_mode">GTK_RESIZE_QUEUE</property>
2007-07-24 19:34:19 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-07-24 02:12:04 +00:00
<child>
<widget class="GtkVBox" id="vbox14">
<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>
<child>
<widget class="GtkFrame" id="frame11">
2007-06-16 10:56:09 +00:00
<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-07-24 02:12:04 +00:00
<widget class="GtkAlignment" id="alignment11">
2007-06-16 10:56:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
2007-06-16 23:08:44 +00:00
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkTable" id="table1">
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-07-24 20:59:47 +00:00
<property name="n_rows">4</property>
2007-07-24 02:12:04 +00:00
<property name="n_columns">2</property>
2007-06-21 23:06:20 +00:00
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkAlignment" id="alignment18">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-08-07 04:31:09 +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="label20">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Global Upload Slots:</property>
</widget>
</child>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-07-24 20:55:20 +00:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-07-24 02:12:04 +00:00
<property name="x_options">GTK_FILL</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkAlignment" id="alignment14">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-08-07 04:31:09 +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="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Upload Speed (KiB/s):</property>
</widget>
</child>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-07-24 20:55:20 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkAlignment" id="alignment4">
2007-07-29 01:37:50 +00:00
<property name="visible">True</property>
2007-08-07 03:09:18 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="right_padding">10</property>
<child>
<widget class="GtkLabel" id="label54">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">The maximum number of connections allowed. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Connections:</property>
</widget>
</child>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<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>
2007-07-24 20:59:47 +00:00
<property name="xalign">1</property>
2007-08-07 04:31:09 +00:00
<property name="adjustment">-1 -1 1000 1 10 10</property>
2007-07-24 20:59:47 +00:00
<property name="climb_rate">1</property>
2007-06-21 23:06:20 +00:00
</widget>
<packing>
2007-07-24 20:59:47 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-07-24 02:12:04 +00:00
<property name="x_options">GTK_FILL</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-07-24 20:59:47 +00:00
<widget class="GtkLabel" id="label52">
2007-06-21 23:06:20 +00:00
<property name="visible">True</property>
2007-07-24 20:59:47 +00:00
<property name="tooltip" translatable="yes">The maximum download speed for all torrents. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Download Speed (KiB/s):</property>
2007-06-21 23:06:20 +00:00
</widget>
2007-06-22 01:09:38 +00:00
<packing>
2007-07-24 20:59:47 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-06-22 01:09:38 +00:00
</packing>
2007-06-21 23:06:20 +00:00
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_max_download">
2007-06-22 01:09:38 +00:00
<property name="visible">True</property>
2007-07-24 19:34:19 +00:00
<property name="can_focus">True</property>
2007-08-07 04:31:09 +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="tooltip" translatable="yes">The maximum download speed for all torrents. Set -1 for unlimited.</property>
2007-07-24 19:34:19 +00:00
<property name="xalign">1</property>
2007-08-07 04:31:09 +00:00
<property name="adjustment">0 -1 9000 1 10 10</property>
2007-07-24 19:34:19 +00:00
<property name="climb_rate">1</property>
2007-06-22 01:09:38 +00:00
</widget>
<packing>
2007-07-24 19:34:19 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-07-24 19:34:19 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_max_upload">
2007-08-07 03:09:18 +00:00
<property name="visible">True</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">0 -1 9000 1 10 10</property>
<property name="climb_rate">1</property>
2007-07-24 20:05:58 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-07-24 20:55:20 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-07-24 20:05:58 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_num_upload">
2007-07-24 20:05:58 +00:00
<property name="visible">True</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum upload slots 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-07-24 20:05:58 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-07-24 20:55:20 +00:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-07-24 02:12:04 +00:00
<property name="x_options">GTK_FILL</property>
2007-06-22 01:09:38 +00:00
</packing>
2007-06-21 23:06:20 +00:00
</child>
2007-06-16 23:08:44 +00:00
</widget>
</child>
2007-06-16 10:56:09 +00:00
</widget>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label13">
2007-06-16 10:56:09 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +00:00
<property name="label" translatable="yes"><b>Bandwidth Usage</b></property>
2007-06-16 10:56:09 +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-07-24 02:12:04 +00:00
<property name="fill">False</property>
2007-06-16 10:56:09 +00:00
<property name="padding">2</property>
</packing>
2007-05-25 20:39:45 +00:00
</child>
2007-07-24 02:12:04 +00:00
<child>
<placeholder/>
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
</child>
</widget>
<packing>
2007-07-24 02:12:04 +00:00
<property name="position">4</property>
2007-03-22 19:39:32 +00:00
<property name="tab_expand">False</property>
</packing>
</child>
<child>
2007-07-24 02:12:04 +00:00
<widget class="GtkLabel" id="label10">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-07-24 02:12:04 +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="label" translatable="yes">Bandwidth</property>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
<property name="type">tab</property>
2007-07-24 02:12:04 +00:00
<property name="position">4</property>
2007-03-22 19:39:32 +00:00
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
2007-08-01 19:57:32 +00:00
<child>
<widget class="GtkVBox" id="vbox10">
<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>
<child>
<widget class="GtkFrame" id="frame14">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox10">
<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>
<child>
<widget class="GtkHBox" id="hbox3">
<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>
<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>
<signal name="toggled" handler="toggle_ui"/>
</widget>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
<child>
<widget class="GtkTable" id="table2">
<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="n_rows">3</property>
<property name="n_columns">4</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_peer_proxy_port">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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-08-07 04:31:09 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label8">
2007-08-07 03:09:18 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label7">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkEntry" id="txt_peer_proxy_password">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
2007-08-01 19:57:32 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="visibility">False</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
<widget class="GtkEntry" id="txt_peer_proxy_username">
<property name="visible">True</property>
<property name="sensitive">False</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>
</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>
2007-08-07 04:31:09 +00:00
<widget class="GtkComboBox" id="combo_peer_proxy_type">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label6">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label5">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Username</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label1">
<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">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkEntry" id="txt_peer_proxy_hostname">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label46">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Peer 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>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame15">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox17">
<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>
<child>
<widget class="GtkHBox" id="hbox8">
<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>
<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">Affects regular bittorrent peers</property>
<property name="label" translatable="yes">Tracker Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
</widget>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
<child>
<widget class="GtkTable" id="table5">
<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="n_rows">3</property>
<property name="n_columns">4</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_tracker_proxy_port">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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-08-07 04:31:09 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label44">
2007-08-07 03:09:18 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label45">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkEntry" id="txt_tracker_proxy_password">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
2007-08-01 19:57:32 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="visibility">False</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
<widget class="GtkEntry" id="txt_tracker_proxy_username">
<property name="visible">True</property>
<property name="sensitive">False</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>
</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>
2007-08-07 04:31:09 +00:00
<widget class="GtkComboBox" id="combo_tracker_proxy_type">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label47">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label48">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Username</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label49">
<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">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkEntry" id="txt_tracker_proxy_hostname">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label50">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Tracker 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">1</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame17">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox19">
<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>
<child>
<widget class="GtkHBox" id="hbox10">
<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>
<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 regular bittorrent peers</property>
<property name="label" translatable="yes">DHT Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
</widget>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
<child>
<widget class="GtkTable" id="table7">
<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="n_rows">3</property>
<property name="n_columns">4</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_dht_proxy_port">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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-08-07 04:31:09 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label61">
2007-08-07 03:09:18 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label62">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkEntry" id="txt_dht_proxy_password">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
2007-08-01 19:57:32 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="visibility">False</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
<widget class="GtkEntry" id="txt_dht_proxy_username">
<property name="visible">True</property>
<property name="sensitive">False</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>
</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>
2007-08-07 04:31:09 +00:00
<widget class="GtkComboBox" id="combo_dht_proxy_type">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label63">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label64">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Username</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label65">
<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">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkEntry" id="txt_dht_proxy_hostname">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label66">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>DHT 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">2</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame18">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkVBox" id="vbox20">
<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>
<child>
<widget class="GtkHBox" id="hbox12">
<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>
<child>
<widget class="GtkCheckButton" id="chk_web_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">Web Seed Proxy</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
</widget>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
<child>
<widget class="GtkTable" id="table8">
<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="n_rows">3</property>
<property name="n_columns">4</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkSpinButton" id="spin_web_proxy_port">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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-08-07 04:31:09 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label67">
2007-08-07 03:09:18 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label68">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkEntry" id="txt_web_proxy_password">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-08-07 04:31:09 +00:00
<property name="can_focus">True</property>
2007-08-01 19:57:32 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="visibility">False</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
<widget class="GtkEntry" id="txt_web_proxy_username">
<property name="visible">True</property>
<property name="sensitive">False</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>
</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>
2007-08-07 04:31:09 +00:00
<widget class="GtkComboBox" id="combo_web_proxy_type">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-08-07 04:31:09 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label69">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-07 04:31:09 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label70">
2007-08-01 19:57:32 +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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Username</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-08-07 04:31:09 +00:00
<widget class="GtkLabel" id="label71">
<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">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkEntry" id="txt_web_proxy_hostname">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
<property name="sensitive">False</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>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label72">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Web Seed 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">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="position">5</property>
<property name="tab_expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label23">
<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">Proxies</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">5</property>
<property name="tab_expand">False</property>
<property name="tab_fill">False</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
<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-07-23 23:29:37 +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>
2007-07-17 22:29:53 +00:00
<signal name="toggled" handler="toggle_ui"/>
2007-05-25 08:17:22 +00:00
</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>
2007-07-17 22:29:53 +00:00
<property name="sensitive">False</property>
2007-06-06 22:26:52 +00:00
<property name="label" translatable="yes">Minimize to tray on close</property>
<property name="use_underline">True</property>
2007-07-23 23:29:37 +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>
2007-07-17 22:29:53 +00:00
<property name="sensitive">False</property>
2007-06-06 22:26:52 +00:00
<property name="can_focus">True</property>
<property name="label" translatable="yes">Password protect system tray</property>
<property name="use_underline">True</property>
2007-07-23 23:29:37 +00:00
<property name="response_id">0</property>
2007-06-06 22:26:52 +00:00
<property name="draw_indicator">True</property>
2007-07-17 22:29:53 +00:00
<signal name="toggled" handler="toggle_ui"/>
2007-06-06 22:26:52 +00:00
</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>
2007-07-17 22:29:53 +00:00
<property name="sensitive">False</property>
2007-06-06 22:26:52 +00:00
<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>
2007-08-01 04:14:58 +00:00
<child>
<widget class="GtkFrame" id="frame4">
<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_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkAlignment" id="alignment5">
<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="left_padding">12</property>
<child>
<widget class="GtkVBox" id="vbox15">
<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>
<child>
<widget class="GtkCheckButton" id="chk_new_releases">
<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">Deluge will check our servers and will tell you if a newer version has been released</property>
<property name="label" translatable="yes">Be alerted about new releases</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label19">
<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"><b>Updates</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
2007-08-07 03:09:18 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
2007-08-01 04:14:58 +00:00
<property name="position">2</property>
</packing>
</child>
2007-08-07 03:09:18 +00:00
<child>
<widget class="GtkFrame" id="frame5">
<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_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkAlignment" id="alignment19">
<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="left_padding">12</property>
<child>
<widget class="GtkCheckButton" id="chk_send_info">
<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-08-07 04:31:09 +00:00
<property name="label" translatable="yes">Help us improve Deluge by sending us your Python and PyGTK
versions, OS and processor types. Absolutely no other
information is sent.</property>
2007-08-07 03:09:18 +00:00
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label25">
<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"><b>System Information</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="position">3</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</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>
2007-07-24 19:34:19 +00:00
</child>
2007-03-22 19:39:32 +00:00
</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>
2007-08-05 20:13:24 +00:00
<widget class="GtkButton" id="cancel_button">
2007-03-22 19:39:32 +00:00
<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-07-23 23:29:37 +00:00
<property name="response_id">0</property>
2007-03-22 19:39:32 +00:00
</widget>
</child>
<child>
2007-08-05 20:13:24 +00:00
<widget class="GtkButton" id="ok_button">
2007-03-22 19:39:32 +00:00
<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>