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-10-06 05:37:54 +00:00
<property name="width_request">516</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>
2007-08-21 00:50:04 +00:00
<property name="scrollable">True</property>
2007-03-22 19:39:32 +00:00
<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>
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>
2007-08-20 02:28:51 +00:00
<property name="n_rows">1</property>
2007-07-11 08:13:06 +00:00
<property name="n_columns">2</property>
<child>
2007-08-20 02:28:51 +00:00
<widget class="GtkRadioButton" id="radio_save_all_to">
2007-07-11 08:13:06 +00:00
<property name="visible">True</property>
2007-08-20 02:28:51 +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-20 02:28:51 +00:00
<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"/>
2007-07-11 08:13:06 +00:00
</widget>
</child>
2007-11-08 02:44:22 +00:00
<child>
<widget class="GtkFileChooserButton" id="download_path_button">
<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>
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
<property name="title" translatable="yes">Select A Folder</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
<packing>
2007-06-06 22:26:52 +00:00
<property name="position">1</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-11-04 23:55:37 +00:00
<child>
<widget class="GtkTable" id="table10">
<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">1</property>
<property name="n_columns">2</property>
<child>
<widget class="GtkAlignment" id="alignment32">
<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">15</property>
<child>
<widget class="GtkFileChooserButton" id="torrent_path_button">
<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="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
<property name="title" translatable="yes">Select A Folder</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
2007-11-08 02:44:22 +00:00
<child>
<widget class="GtkLabel" id="label38">
<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">Store all torrent files in:</property>
</widget>
</child>
2007-11-04 23:55:37 +00:00
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</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>
2007-11-05 01:05:34 +00:00
<child>
<widget class="GtkFrame" id="frame20">
<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="GtkAlignment" id="alignment34">
<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="GtkTable" id="table11">
<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">1</property>
<property name="n_columns">2</property>
<child>
<widget class="GtkAlignment" id="alignment36">
<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="GtkFileChooserButton" id="autoload_path_button">
<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="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
<property name="title" translatable="yes">Select A Folder</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
2007-11-08 02:44:22 +00:00
<child>
<widget class="GtkCheckButton" id="chk_autoload">
<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="label" translatable="yes">Autoload all torrent files in:</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
2007-11-05 01:05:34 +00:00
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label40">
<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>Autoload</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
<child>
<widget class="GtkFrame" id="frame6">
<property name="visible">True</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-11-05 01:05:34 +00:00
<property name="position">2</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame7">
<property name="visible">True</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>
2007-08-10 20:55:08 +00:00
<widget class="GtkHBox" id="hbox9">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-10 20:55:08 +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="GtkAlignment" id="alignment29">
<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="GtkRadioButton" id="radio_full_allocation">
<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">Full allocation preallocates all of the space that is needed for the torrent and prevents disk fragmentation</property>
<property name="label" translatable="yes">Use Full Allocation</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
2007-08-10 20:59:58 +00:00
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
2007-08-10 20:55:08 +00:00
</child>
<child>
<widget class="GtkAlignment" id="alignment28">
<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-10 20:59:58 +00:00
<property name="left_padding">45</property>
2007-08-10 20:55:08 +00:00
<child>
<widget class="GtkRadioButton" id="radio_compact_allocation">
<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">Compact allocation only allocates space as needed</property>
<property name="label" translatable="yes">Use Compact Allocation</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<property name="group">radio_full_allocation</property>
</widget>
</child>
</widget>
<packing>
2007-08-10 20:59:58 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
2007-08-10 20:55:08 +00:00
<property name="position">1</property>
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
2007-08-10 20:55:08 +00:00
<property name="label" translatable="yes"><b>Allocation</b></property>
2007-03-22 19:39:32 +00:00
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-12 23:23:05 +00:00
<property name="fill">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-11-05 01:05:34 +00:00
<property name="position">3</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-07-24 02:12:04 +00:00
</widget>
</child>
</widget>
</child>
</widget>
</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_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>
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>
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="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-11-08 02:44:22 +00:00
<child>
<widget class="GtkCheckButton" id="chk_lsd">
<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">Local Service Discovery</property>
<property name="label" translatable="yes">Local Discovery</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">3</property>
</packing>
</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>
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
2007-09-27 03:01:25 +00:00
Full Stream
Either</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>
</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_fill">False</property>
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkScrolledWindow" id="scroll_other">
2007-07-24 02:12:04 +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>
2007-08-21 00:50:04 +00:00
<widget class="GtkViewport" id="viewport6">
2007-07-24 02:12:04 +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 19:34:19 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-07-24 02:12:04 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkVBox" id="vbox12">
2007-07-24 02:12:04 +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-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>
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>
</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>
2007-08-21 00:50:04 +00:00
<property name="position">2</property>
2007-07-24 02:12:04 +00:00
</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>
2007-08-21 00:50:04 +00:00
<property name="position">2</property>
2007-07-24 02:12:04 +00:00
<property name="tab_fill">False</property>
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkScrolledWindow" id="scrolledwindow1">
2007-07-24 02:12:04 +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="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkViewport" id="viewport2">
2007-07-24 02:12:04 +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>
<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>
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-10-10 01:56:05 +00:00
<property name="n_rows">5</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-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_max_half_open">
2007-08-08 19:59:46 +00:00
<property name="visible">True</property>
2007-10-08 21:21:52 +00:00
<property name="can_focus">True</property>
2007-11-08 02:44:22 +00:00
<property name="tooltip" translatable="yes">The maximum half-open connections. A high value may crash some cheap routers. Set -1 for unlimited.</property>
2007-10-08 21:21:52 +00:00
<property name="xalign">1</property>
<property name="adjustment">-1 -1 9000 1 10 10</property>
<property name="climb_rate">1</property>
2007-08-08 19:59:46 +00:00
</widget>
<packing>
2007-10-08 21:21:52 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2007-10-10 05:11:29 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment33">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="right_padding">10</property>
<child>
<widget class="GtkLabel" id="label39">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">The maximum half-open connections. A high value may crash some cheap routers. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Half-Open Connections:</property>
</widget>
</child>
2007-10-10 05:11:29 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2007-10-10 05:11:29 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment18">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="right_padding">10</property>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label20">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
2007-11-08 02:44:22 +00:00
<property name="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property>
2007-10-10 01:56:05 +00:00
<property name="xalign">0</property>
2007-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Maximum Upload Slots:</property>
2007-10-10 01:56:05 +00:00
</widget>
</child>
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-08-08 19:59:46 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-10-10 01:56:05 +00:00
<widget class="GtkAlignment" id="alignment14">
2007-08-08 19:59:46 +00:00
<property name="visible">True</property>
2007-10-10 01:56:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="right_padding">10</property>
<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-08-08 19:59:46 +00:00
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment4">
2007-09-27 07:56:28 +00:00
<property name="visible">True</property>
2007-10-08 21:21:52 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-10-10 01:56:05 +00:00
<property name="right_padding">10</property>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label54">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
2007-11-08 02:44:22 +00:00
<property name="tooltip" translatable="yes">The maximum number of connections allowed. Set -1 for unlimited.</property>
2007-10-10 01:56:05 +00:00
<property name="xalign">0</property>
2007-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Maximum Connections:</property>
2007-10-10 01:56:05 +00:00
</widget>
</child>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_max_connections_global">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum number of connections allowed. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 1000 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label52">
<property name="visible">True</property>
<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>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_max_download">
2007-08-08 19:59:46 +00:00
<property name="visible">True</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
2007-10-10 01:56:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="tooltip" translatable="yes">The maximum download 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-06-21 23:06:20 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-07-24 20:55:20 +00:00
<property name="x_options">GTK_FILL</property>
2007-06-21 23:06:20 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_max_upload">
2007-07-29 01:37:50 +00:00
<property name="visible">True</property>
2007-10-10 01:56:05 +00:00
<property name="can_focus">True</property>
2007-11-08 02:44:22 +00:00
<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>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_max_upload_slots_global">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum upload slots for all torrents. Set -1 for unlimited.</property>
2007-10-10 01:56:05 +00:00
<property name="xalign">1</property>
<property name="adjustment">-1 -1 9000 1 10 10</property>
<property name="climb_rate">1</property>
2007-08-07 04:31:09 +00:00
</widget>
<packing>
2007-10-10 01:56:05 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-08-07 04:31:09 +00:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
2007-08-08 19:59:46 +00:00
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Global Bandwidth Usage</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">2</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame16">
<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="GtkAlignment" id="alignment20">
<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="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkTable" id="table4">
<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">2</property>
<property name="n_columns">2</property>
2007-08-07 04:31:09 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment21">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
2007-11-08 02:44:22 +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="label31">
<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="tooltip" translatable="yes">The maximum number of connections per torrent. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Connections:</property>
</widget>
</child>
2007-08-10 19:28:46 +00:00
</widget>
2007-08-10 20:55:08 +00:00
</child>
<child>
2007-10-10 05:11:29 +00:00
<widget class="GtkAlignment" id="alignment22">
2007-08-10 20:55:08 +00:00
<property name="visible">True</property>
2007-10-10 05:11:29 +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="label33">
<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="tooltip" translatable="yes">The maximum upload slots per torrent. Set -1 for unlimited.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum Upload Slots:</property>
</widget>
</child>
2007-08-10 20:55:08 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
2007-08-10 19:28:46 +00:00
</child>
2007-10-10 05:11:29 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_max_connections_per_torrent">
2007-10-10 05:11:29 +00:00
<property name="visible">True</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum number of connections per torrent. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 1000 1 10 10</property>
2007-10-10 05:11:29 +00:00
</widget>
2007-11-08 02:44:22 +00:00
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="spin_max_upload_slots_per_torrent">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">The maximum upload slots per torrent. Set -1 for unlimited.</property>
<property name="xalign">1</property>
<property name="adjustment">-1 -1 1000 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
2007-10-10 05:11:29 +00:00
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label30">
<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>Per Torrent Bandwidth Usage</b></property>
<property name="use_markup">True</property>
2007-06-16 10:56:09 +00:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-08-08 19:59:46 +00:00
<property name="position">1</property>
2007-06-16 10:56:09 +00:00
</packing>
2007-05-25 20:39:45 +00:00
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="position">3</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label12">
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-08-21 00:50:04 +00:00
<property name="position">3</property>
2007-03-22 19:39:32 +00:00
<property name="tab_fill">False</property>
</packing>
</child>
2007-08-01 19:57:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkScrolledWindow" id="scrolledwindow2">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +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-21 00:50:04 +00:00
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2007-08-01 19:57:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkViewport" id="viewport3">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50: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="resize_mode">GTK_RESIZE_QUEUE</property>
2007-08-01 19:57:32 +00:00
<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>
2007-08-27 00:35:31 +00:00
<child>
2007-08-27 21:29:10 +00:00
<placeholder/>
</child>
<child>
<widget class="GtkFrame" id="frame14">
2007-08-27 00:35:31 +00:00
<property name="visible">True</property>
2007-08-27 21:29:10 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-08-27 00:35:31 +00:00
<child>
2007-08-27 21:29:10 +00:00
<widget class="GtkVBox" id="vbox10">
2007-08-27 00:35:31 +00:00
<property name="visible">True</property>
2007-08-27 21:29:10 +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-27 00:35:31 +00:00
<child>
2007-08-27 21:29:10 +00:00
<widget class="GtkHBox" id="hbox3">
2007-08-27 00:35:31 +00:00
<property name="visible">True</property>
2007-08-27 21:29:10 +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="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>
2007-08-21 00:50:04 +00:00
</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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_peer_proxy_hostname">
2007-08-21 00:50:04 +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>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label1">
2007-08-27 21:29:10 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Username</property>
2007-08-21 00:50:04 +00:00
</widget>
2007-08-27 01:09:51 +00:00
<packing>
2007-10-10 01:56:05 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-27 01:09:51 +00:00
</packing>
2007-08-21 00:50:04 +00:00
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label6">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkComboBox" id="combo_peer_proxy_type">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
2007-08-27 01:09:51 +00:00
<property name="sensitive">False</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-08-27 01:09:51 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-10-10 01:56:05 +00:00
<widget class="GtkEntry" id="txt_peer_proxy_username">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-10-10 01:56:05 +00:00
<property name="can_focus">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-10-10 01:56:05 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_peer_proxy_password">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
2007-10-10 01:56:05 +00:00
<property name="sensitive">False</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="visibility">False</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-10-10 01:56:05 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label7">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label8">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-21 00:50:04 +00:00
</widget>
2007-10-10 01:56:05 +00:00
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-10-10 01:56:05 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
2007-08-21 00:50:04 +00:00
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_peer_proxy_port">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
2007-08-20 02:28:51 +00:00
</widget>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label46">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="label" translatable="yes"><b>Peer Proxy</b></property>
<property name="use_markup">True</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="type">label_item</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="padding">2</property>
2007-08-27 00:35:31 +00:00
<property name="position">1</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkFrame" id="frame15">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-08-01 19:57:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkVBox" id="vbox17">
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-21 00:50:04 +00:00
<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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_tracker_proxy_hostname">
2007-08-21 00:50:04 +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>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label49">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label48">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Username</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label47">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkComboBox" id="combo_tracker_proxy_type">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_tracker_proxy_password">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="visibility">False</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label45">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label44">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_tracker_proxy_port">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
2007-08-20 02:28:51 +00:00
</widget>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label50">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="label" translatable="yes"><b>Tracker Proxy</b></property>
<property name="use_markup">True</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="type">label_item</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="padding">2</property>
2007-08-27 00:35:31 +00:00
<property name="position">2</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkFrame" id="frame17">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="shadow_type">GTK_SHADOW_NONE</property>
2007-08-01 19:57:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkVBox" id="vbox19">
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-21 00:50:04 +00:00
<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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_dht_proxy_hostname">
2007-08-21 00:50:04 +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>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label65">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label64">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Username</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label63">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkComboBox" id="combo_dht_proxy_type">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_dht_proxy_password">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="visibility">False</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label62">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label61">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_dht_proxy_port">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
2007-08-20 02:28:51 +00:00
</widget>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label66">
2007-08-01 19:57:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="label" translatable="yes"><b>DHT Proxy</b></property>
<property name="use_markup">True</property>
2007-08-01 19:57:32 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="type">label_item</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="padding">2</property>
2007-08-27 00:35:31 +00:00
<property name="position">3</property>
2007-08-01 19:57:32 +00:00
</packing>
</child>
2007-03-22 19:39:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkFrame" id="frame18">
2007-03-22 19:39:32 +00:00
<property name="visible">True</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-08-21 00:50:04 +00:00
<widget class="GtkVBox" id="vbox20">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-03-22 19:39:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkHBox" id="hbox12">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-05-25 08:17:22 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkCheckButton" id="chk_web_proxy">
2007-05-25 08:17:22 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +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="tooltip" translatable="yes">Affects regular bittorrent peers</property>
<property name="label" translatable="yes">Web Seed Proxy</property>
2007-07-23 23:29:37 +00:00
<property name="response_id">0</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-08-21 00:50:04 +00:00
<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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_web_proxy_hostname">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<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-03-22 19:39:32 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-08-11 01:18:50 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label71">
2007-10-10 01:56:05 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Proxy type</property>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label70">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Username</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label69">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Password</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkComboBox" id="combo_web_proxy_type">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="items" translatable="yes">None
Socksv4
Socksv5
Socksv5 W/ Auth
HTTP
HTTP W/ Auth</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</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-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_web_proxy_password">
2007-08-21 00:50:04 +00:00
<property name="visible">True</property>
<property name="sensitive">False</property>
2007-11-08 02:44:22 +00:00
<property name="can_focus">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-08 02:44:22 +00:00
<property name="visibility">False</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label68">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Server</property>
2007-08-21 00:50:04 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
</packing>
</child>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkLabel" id="label67">
2007-08-21 00:50:04 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Port</property>
2007-08-11 01:18:50 +00:00
</widget>
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-21 00:50:04 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-11 01:18:50 +00:00
</packing>
</child>
2007-05-25 08:17:22 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkSpinButton" id="spin_web_proxy_port">
2007-05-25 08:17:22 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<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-11-08 02:44:22 +00:00
<property name="adjustment">8080 0 10000 1 10 10</property>
2007-05-25 08:17:22 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-11-08 02:44:22 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-05-25 08:17:22 +00:00
</packing>
</child>
2007-03-22 19:39:32 +00:00
</widget>
2007-08-21 00:50:04 +00:00
<packing>
<property name="position">1</property>
</packing>
2007-03-22 19:39:32 +00:00
</child>
</widget>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label72">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="label" translatable="yes"><b>Web Seed Proxy</b></property>
2007-03-22 19:39:32 +00:00
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
2007-06-06 22:26:52 +00:00
<property name="padding">2</property>
2007-08-27 00:35:31 +00:00
<property name="position">4</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
2007-08-21 00:50:04 +00:00
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">4</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label10">
<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">4</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox7">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkFrame" id="frame13">
<property name="visible">True</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkVBox" id="vbox8">
2007-08-08 21:45:18 +00:00
<property name="visible">True</property>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkCheckButton" id="chk_use_tray">
2007-08-08 21:45:18 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="label" translatable="yes">Enable system tray icon</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="toggle_ui"/>
</widget>
</child>
<child>
<widget class="GtkAlignment" id="alignment15">
<property name="visible">True</property>
<property name="left_padding">10</property>
2007-08-08 21:45:18 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkCheckButton" id="chk_min_on_close">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="label" translatable="yes">Minimize to tray on close</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment31">
<property name="visible">True</property>
<property name="left_padding">10</property>
<child>
<widget class="GtkCheckButton" id="chk_start_in_tray">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="label" translatable="yes">Start in tray</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment16">
<property name="visible">True</property>
<property name="bottom_padding">3</property>
<property name="left_padding">10</property>
<child>
<widget class="GtkHBox" id="hbox15">
2007-08-08 21:45:18 +00:00
<property name="visible">True</property>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkCheckButton" id="chk_lock_tray">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Password protect system tray</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"/>
</widget>
</child>
<child>
<widget class="GtkHBox" id="hbox17">
2007-08-08 21:45:18 +00:00
<property name="visible">True</property>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkAlignment" id="alignment17">
2007-08-08 21:45:18 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="right_padding">5</property>
2007-08-08 23:03:44 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label3">
2007-08-08 23:03:44 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="xalign">0</property>
<property name="label" translatable="yes">Password:</property>
2007-08-08 23:03:44 +00:00
</widget>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
2007-08-08 23:03:44 +00:00
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkEntry" id="txt_tray_passwd">
2007-08-08 23:03:44 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="sensitive">False</property>
<property name="can_focus">True</property>
2007-08-08 23:03:44 +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-21 00:50:04 +00:00
<property name="visibility">False</property>
<property name="width_chars">16</property>
2007-08-08 21:45:18 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="position">1</property>
2007-08-08 21:45:18 +00:00
</packing>
</child>
</widget>
2007-08-08 23:03:44 +00:00
<packing>
2007-08-21 00:50:04 +00:00
<property name="position">1</property>
2007-08-08 23:03:44 +00:00
</packing>
2007-08-08 21:45:18 +00:00
</child>
</widget>
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="position">3</property>
2007-08-08 21:45:18 +00:00
</packing>
</child>
</widget>
</child>
2007-08-21 00:50:04 +00:00
</widget>
</child>
<child>
<widget class="GtkLabel" id="label2">
<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>
<property name="padding">2</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame19">
<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="GtkAlignment" id="alignment23">
<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>
2007-03-22 19:39:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkHBox" id="hbox7">
<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-03-22 19:39:32 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkTable" id="table6">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50: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="n_rows">2</property>
<property name="n_columns">2</property>
2007-03-22 19:39:32 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment27">
2007-10-10 05:11:29 +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-11-08 02:44:22 +00:00
<property name="left_padding">40</property>
2007-10-10 05:11:29 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkEntry" id="txt_open_folder_location">
2007-10-10 05:11:29 +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-11-08 02:44:22 +00:00
<signal name="focus_in_event" handler="on_txt_open_folder_location_focus_in_event"/>
2007-03-22 19:39:32 +00:00
</widget>
</child>
</widget>
2007-08-21 00:50:04 +00:00
<packing>
2007-11-08 02:44:22 +00:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-21 00:50:04 +00:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment26">
<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">40</property>
<child>
2007-10-08 21:21:52 +00:00
<widget class="GtkComboBox" id="combo_file_manager">
2007-08-21 00:50:04 +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>
<property name="items" translatable="yes">Auto-detect (xdg-open)
Konqueror
Nautilus
2007-09-27 07:56:28 +00:00
Thunar</property>
2007-08-21 00:50:04 +00:00
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
2007-03-22 19:39:32 +00:00
</child>
2007-08-01 04:14:58 +00:00
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkAlignment" id="alignment25">
2007-08-01 04:14:58 +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>
<child>
2007-11-08 02:44:22 +00:00
<widget class="GtkRadioButton" id="radio_open_folder_custom">
2007-08-01 04:14:58 +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-11-08 02:44:22 +00:00
<property name="label" translatable="yes">Custom:</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">radio_open_folder_stock</property>
<signal name="focus_in_event" handler="on_radio_open_folder_custom_focus_in_event"/>
2007-08-01 04:14:58 +00:00
</widget>
</child>
</widget>
2007-08-21 00:50:04 +00:00
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
2007-08-01 04:14:58 +00:00
</child>
2007-11-08 02:44:22 +00:00
<child>
<widget class="GtkAlignment" id="alignment24">
<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="GtkRadioButton" id="radio_open_folder_stock">
<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="label" translatable="yes">Open folder with:</property>
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
</child>
</widget>
</child>
2007-08-01 04:14:58 +00:00
</widget>
2007-08-21 00:50:04 +00:00
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label36">
<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-09-27 07:56:28 +00:00
<property name="label" translatable="yes"><b>Desktop File Manager</b> - only for non-Windows platforms</property>
2007-08-21 00:50:04 +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>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame3">
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="top_padding">2</property>
<property name="bottom_padding">2</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkHBox" id="hbox16">
<property name="visible">True</property>
<property name="spacing">15</property>
<child>
<widget class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">GUI update interval (seconds)</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
2007-08-01 04:14:58 +00:00
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkSpinButton" id="spin_gui">
2007-08-01 04:14:58 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="can_focus">True</property>
2007-08-01 04:14:58 +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-21 00:50:04 +00:00
<property name="adjustment">0.5 0.5 5 0.5 0.5 1</property>
<property name="climb_rate">1</property>
<property name="digits">1</property>
<property name="snap_to_ticks">True</property>
2007-08-01 04:14:58 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="position">1</property>
2007-08-01 04:14:58 +00:00
</packing>
</child>
</widget>
</child>
2007-08-21 00:50:04 +00:00
</widget>
</child>
<child>
<widget class="GtkLabel" id="label4">
<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>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">2</property>
</packing>
</child>
<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="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>
2007-08-07 03:09:18 +00:00
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkVBox" id="vbox15">
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>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkCheckButton" id="chk_new_releases">
2007-08-07 03:09:18 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="can_focus">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-21 00:50:04 +00:00
<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>
2007-08-07 03:09:18 +00:00
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
2007-08-07 03:09:18 +00:00
</packing>
</child>
</widget>
</child>
2007-03-22 19:39:32 +00:00
</widget>
</child>
2007-08-21 00:50:04 +00:00
<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>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
<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="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>
<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>
<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>
2007-03-22 19:39:32 +00:00
</widget>
2007-08-21 00:50:04 +00:00
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">4</property>
</packing>
2007-03-22 19:39:32 +00:00
</child>
</widget>
<packing>
2007-08-21 00:50:04 +00:00
<property name="position">5</property>
2007-03-22 19:39:32 +00:00
</packing>
</child>
<child>
2007-08-21 00:50:04 +00:00
<widget class="GtkLabel" id="label2">
2007-03-22 19:39:32 +00:00
<property name="visible">True</property>
2007-08-21 00:50:04 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-03-22 19:39:32 +00:00
<property name="label" translatable="yes">Other</property>
</widget>
<packing>
<property name="type">tab</property>
2007-08-21 00:50:04 +00:00
<property name="position">5</property>
<property name="tab_fill">False</property>
</packing>
</child>
<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>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow3">
2007-08-21 00:59:53 +00:00
<property name="width_request">350</property>
<property name="height_request">150</property>
2007-08-21 00:50:04 +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="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<child>
<widget class="GtkViewport" id="viewport4">
<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>
<child>
<widget class="GtkTreeView" id="plugin_view">
<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="headers_clickable">True</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkHSeparator" id="hseparator1">
<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>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow4">
<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="viewport7">
<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>
<child>
<widget class="GtkTextView" id="plugin_text">
<property name="width_request">350</property>
<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="editable">False</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">False</property>
<property name="accepts_tab">False</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox13">
<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="GtkAlignment" id="alignment30">
<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">168</property>
<child>
<widget class="GtkButton" id="plugin_conf">
<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">gtk-preferences</property>
<property name="use_stock">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="plugin_pref"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
<property name="position">6</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">Plugins</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">6</property>
2007-03-22 19:39:32 +00:00
<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>