Last active
August 29, 2015 13:58
-
-
Save w0ng/9979333 to your computer and use it in GitHub Desktop.
deluge stop seeding ratio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<glade-interface> | |
<!-- interface-requires gtk+ 2.12 --> | |
<!-- interface-naming-policy toplevel-contextual --> | |
<widget class="GtkDialog" id="pref_dialog"> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="border_width">5</property> | |
<property name="title" translatable="yes">Preferences</property> | |
<property name="window_position">center-on-parent</property> | |
<property name="default_width">500</property> | |
<property name="default_height">560</property> | |
<property name="destroy_with_parent">True</property> | |
<property name="type_hint">dialog</property> | |
<property name="has_separator">False</property> | |
<signal name="configure_event" handler="on_pref_dialog_configure_event"/> | |
<signal name="delete_event" handler="on_pref_dialog_delete_event"/> | |
<child internal-child="vbox"> | |
<widget class="GtkVBox" id="dialog-vbox1"> | |
<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="spacing">2</property> | |
<child> | |
<widget class="GtkHPaned" id="hpaned1"> | |
<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> | |
<child> | |
<widget class="GtkViewport" id="viewport6"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="resize_mode">queue</property> | |
<child> | |
<widget class="GtkTreeView" id="treeview"> | |
<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> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="resize">False</property> | |
<property name="shrink">True</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkNotebook" id="notebook"> | |
<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="show_tabs">False</property> | |
<property name="scrollable">True</property> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow1"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport2"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox1"> | |
<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="GtkLabel" id="label21"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><b><i><big>Downloads</big></i></b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</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="GtkFrame" id="frame5"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment5"> | |
<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="GtkTable" id="table9"> | |
<property name="visible">True</property> | |
<property name="n_rows">5</property> | |
<property name="n_columns">2</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment11"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkHBox" id="hbox5"> | |
<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="spacing">5</property> | |
<child> | |
<widget class="GtkFileChooserButton" id="folder_autoadd"> | |
<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">select-folder</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_autoadd"> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</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> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment39"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkHBox" id="hbox13"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkFileChooserButton" id="move_completed_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">select-folder</property> | |
<property name="title" translatable="yes">Select A Folder</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_move_completed_path"> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_autoadd"> | |
<property name="label" translatable="yes">Auto add .torrents from:</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_move_completed"> | |
<property name="label" translatable="yes">Move completed to:</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<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> | |
<property name="spacing">5</property> | |
<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">select-folder</property> | |
<property name="title" translatable="yes">Select A Folder</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_download_path"> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label19"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Download to:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_copy_torrent_file"> | |
<property name="label" translatable="yes">Copy of .torrent files to:</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment8"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkHBox" id="hbox10"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkFileChooserButton" id="torrent_files_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">select-folder</property> | |
<property name="title" translatable="yes">Select A Folder</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_torrents_path"> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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="invisible_char">●</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_del_copy_torrent_file"> | |
<property name="label" translatable="yes">Delete copy of torrent file on remove</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">Delete the copy of the torrent file created when the torrent is removed</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_padding">15</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label11"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Folders</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">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame6"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment6"> | |
<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="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> | |
<property name="spacing">10</property> | |
<child> | |
<widget class="GtkRadioButton" id="radio_full_allocation"> | |
<property name="label" translatable="yes">Use Full Allocation</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Full allocation preallocates all of the space that is needed for the torrent and prevents disk fragmentation</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkRadioButton" id="radio_compact_allocation"> | |
<property name="label" translatable="yes">Use Compact Allocation</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Compact allocation only allocates space as needed</property> | |
<property name="draw_indicator">True</property> | |
<property name="group">radio_full_allocation</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label12"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Allocation</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="padding">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame7"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment9"> | |
<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="newvbox1"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_prioritize_first_last_pieces"> | |
<property name="label" translatable="yes">Prioritize first and last pieces of torrent</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Prioritize first and last pieces of files in torrent</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_add_paused"> | |
<property name="label" translatable="yes">Add torrents in Paused state</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label13"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Options</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">5</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label29"> | |
<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="no">page 6</property> | |
</widget> | |
<packing> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow2"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_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="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox2"> | |
<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="GtkLabel" id="label22"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><b><i><big>Network</big></i></b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator2"> | |
<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="GtkFrame" id="frame1"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment1"> | |
<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="vbox3"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkHBox" id="hbox2"> | |
<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="spacing">20</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_random_port"> | |
<property name="label" translatable="yes">Use Random Ports</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Deluge will automatically choose a different port to use every time.</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHBox" id="hbox3"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkLabel" id="label3"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
<property name="label" translatable="yes">Active Port:</property> | |
<property name="justify">right</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">0</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="no">0000</property> | |
<property name="width_chars">5</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="padding">5</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHBox" id="hbox1"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkLabel" id="label1"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">From:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_port_min"> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="max_length">5</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">0 0 65535 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</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="label2"> | |
<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="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="max_length">5</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">0 0 65535 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkButton" id="btn_testport"> | |
<property name="label" translatable="yes">Test Active Port</property> | |
<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> | |
<signal name="clicked" handler="on_test_port_clicked"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment48"> | |
<property name="visible">True</property> | |
<property name="left_padding">5</property> | |
<child> | |
<widget class="GtkImage" id="port_img"> | |
<property name="stock">gtk-missing-image</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="padding">5</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label4"> | |
<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>Incoming Ports</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">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame26"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment34"> | |
<property name="visible">True</property> | |
<property name="top_padding">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox25"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_random_outgoing_ports"> | |
<property name="label" translatable="yes">Use Random Ports</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHBox" id="hbox14"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label77"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">From:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_outgoing_port_min"> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="max_length">5</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">0 0 65535 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</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="label78"> | |
<property name="visible">True</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_outgoing_port_max"> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="max_length">5</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">0 0 65535 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label79"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Outgoing Ports</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="frame31"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment51"> | |
<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="hbox21"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkEntry" id="entry_interface"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="tooltip" translatable="yes">Enter the IP address of the interface to listen for incoming bittorrent connections on. Leave this empty if you want to use the default.</property> | |
<property name="max_length">60</property> | |
<property name="invisible_char">●</property> | |
<property name="width_chars">30</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label110"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Interface</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">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame2"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment2"> | |
<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="vbox4"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkHBox" id="hbox4"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label80"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The TOS byte set in the IP header of every packet sent to peers (including web seeds). Expects a Hex value.</property> | |
<property name="label" translatable="yes">Peer TOS Byte:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_peer_tos"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="width_chars">4</property> | |
<property name="truncate_multiline">True</property> | |
<property name="text" translatable="no">0x00</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label5"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>TOS</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">5</property> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame3"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">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="GtkTable" id="table8"> | |
<property name="visible">True</property> | |
<property name="n_rows">2</property> | |
<property name="n_columns">3</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_upnp"> | |
<property name="label" translatable="yes">UPnP</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">Universal Plug and Play</property> | |
<property name="use_underline">True</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_natpmp"> | |
<property name="label" translatable="yes">NAT-PMP</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">NAT Port Mapping Protocol</property> | |
<property name="use_underline">True</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</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="GtkCheckButton" id="chk_utpex"> | |
<property name="label" translatable="yes">Peer Exchange</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">Peer Exchange</property> | |
<property name="use_underline">True</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">2</property> | |
<property name="right_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_lsd"> | |
<property name="label" translatable="yes">LSD</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Local Service Discovery finds local peers on your network.</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_dht"> | |
<property name="label" translatable="yes">DHT</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">Distributed hash table may improve the amount of active connections.</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label6"> | |
<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> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">5</property> | |
<property name="position">6</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame4"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment4"> | |
<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="hbox6"> | |
<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="spacing">5</property> | |
<child> | |
<widget class="GtkVBox" id="vbox10"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkLabel" id="label7"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
<property name="label" translatable="yes">Inbound:</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label9"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Level:</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkVBox" id="vbox12"> | |
<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="GtkComboBox" id="combo_encin"> | |
<property name="visible">True</property> | |
<property name="items" translatable="yes">Forced | |
Enabled | |
Disabled</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_enclevel"> | |
<property name="visible">True</property> | |
<property name="items" translatable="yes">Handshake | |
Full Stream | |
Either</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkVBox" id="vbox15"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkHBox" id="hbox15"> | |
<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="GtkLabel" id="label8"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
<property name="label" translatable="yes">Outbound:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_encout"> | |
<property name="visible">True</property> | |
<property name="items" translatable="yes">Forced | |
Enabled | |
Disabled</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_pref_rc4"> | |
<property name="label" translatable="yes">Encrypt entire stream</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="padding">3</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label10"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Encryption</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="padding">5</property> | |
<property name="position">7</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label20"> | |
<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="no">page 7</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow3"> | |
<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">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport3"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox7"> | |
<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="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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><b><i><big>Bandwidth</big></i></b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator3"> | |
<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="GtkFrame" id="frame11"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment7"> | |
<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="vbox21"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkTable" id="table1"> | |
<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">6</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">15</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_max_connections_per_second"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 9999 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">5</property> | |
<property name="bottom_attach">6</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_max_half_open_connections"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 9999 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label58"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Connection Attempts per Second:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">5</property> | |
<property name="bottom_attach">6</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label57"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Half-Open Connections:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label17"> | |
<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> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label16"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The maximum number of connections allowed. Set -1 for unlimited.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Connections:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label15"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The maximum upload slots for all torrents. Set -1 for unlimited.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Upload Slots:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<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="max_length">4</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 9000 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
<property name="update_policy">if-valid</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="label14"> | |
<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">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_max_download"> | |
<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 maximum download speed for all torrents. Set -1 for unlimited.</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 2097151 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="digits">1</property> | |
<property name="numeric">True</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"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 2097151 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="digits">1</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="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> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 9000 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment28"> | |
<property name="visible">True</property> | |
<property name="left_padding">5</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_ignore_limits_on_local_network"> | |
<property name="label" translatable="yes">Ignore limits on local network</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment40"> | |
<property name="visible">True</property> | |
<property name="left_padding">5</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_rate_limit_ip_overhead"> | |
<property name="label" translatable="yes">Rate limit IP overhead</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="tooltip" translatable="yes">If checked, the estimated TCP/IP overhead is drained from the rate limiters, to avoid exceeding the limits with the total traffic</property> | |
<property name="active">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label37"> | |
<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">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame12"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment18"> | |
<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">4</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">15</property> | |
<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 9000 1 10 0</property> | |
<property name="climb_rate">1</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_max_connections_per_torrent"> | |
<property name="visible">True</property> | |
<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 9000 1 10 0</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</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="label18"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Connections:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label24"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Upload Slots:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Download Speed (KiB/s):</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label32"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Maximum Upload Speed (KiB/s):</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_max_download_per_torrent"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="tooltip" translatable="yes">The maximum download speed per torrent. Set -1 for unlimited.</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 2097151 1 10 0</property> | |
<property name="digits">1</property> | |
<property name="numeric">True</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_per_torrent"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="tooltip" translatable="yes">The maximum upload speed per torrent. Set -1 for unlimited.</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">-1 -1 2097151 1 10 0</property> | |
<property name="digits">1</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<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="label" translatable="yes"><b>Per Torrent 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="padding">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<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="no">page 8</property> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</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">automatic</property> | |
<property name="vscrollbar_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">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox8"> | |
<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="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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Interface</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator4"> | |
<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="GtkFrame" id="frame9"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment12"> | |
<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="GtkCheckButton" id="chk_classic_mode"> | |
<property name="label" translatable="yes">Enable</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Classic Mode will hide most of the daemon functionality and will make Deluge appear to be a single application. Use this if you do not want to take advantage of running Deluge as a daemon. You need to restart Deluge for this setting to take effect.</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label26"> | |
<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>Classic Mode</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">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame29"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment47"> | |
<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="vbox27"> | |
<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_show_rate_in_title"> | |
<property name="label" translatable="yes">Show session speed in titlebar</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_focus_main_window_on_add"> | |
<property name="label" translatable="yes">Focus window when adding torrent</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label106"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Main Window</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">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame18"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment14"> | |
<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="vbox5"> | |
<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_show_dialog"> | |
<property name="label" translatable="yes">Always show</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<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> | |
<child> | |
<widget class="GtkCheckButton" id="chk_focus_dialog"> | |
<property name="label" translatable="yes">Bring the dialog to focus</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label47"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Add Torrents Dialog</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">5</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame13"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">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="vbox17"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_use_tray"> | |
<property name="label" translatable="yes">Enable system tray icon</property> | |
<property name="visible">True</property> | |
<property name="can_focus">False</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment15"> | |
<property name="visible">True</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_min_on_close"> | |
<property name="label" translatable="yes">Minimize to tray on close</property> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">False</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment16"> | |
<property name="visible">True</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_start_in_tray"> | |
<property name="label" translatable="yes">Start in tray</property> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">False</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment32"> | |
<property name="visible">True</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_enable_appindicator"> | |
<property name="label" translatable="yes">Enable Application Indicator</property> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">False</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment17"> | |
<property name="visible">True</property> | |
<property name="bottom_padding">3</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_lock_tray"> | |
<property name="label" translatable="yes">Password protect system tray</property> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="use_underline">True</property> | |
<property name="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment10"> | |
<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">20</property> | |
<child> | |
<widget class="GtkHBox" id="hbox9"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="password_label"> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Password:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_tray_password"> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="visibility">False</property> | |
<property name="width_chars">16</property> | |
<property name="text">********</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label52"> | |
<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">5</property> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label64"> | |
<property name="visible">True</property> | |
<property name="label" translatable="no">page 10</property> | |
</widget> | |
<packing> | |
<property name="position">3</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow7"> | |
<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">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport8"> | |
<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">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox16"> | |
<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="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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Other</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator8"> | |
<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="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="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment35"> | |
<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="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox18"> | |
<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="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="GtkCheckButton" id="chk_show_new_releases"> | |
<property name="label" translatable="yes">Be alerted about new releases</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="tooltip" translatable="yes">Deluge will check our servers and will tell you if a newer version has been released</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label43"> | |
<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="padding">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<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="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment37"> | |
<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="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox19"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkLabel" id="label44"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Help us improve Deluge by sending us your Python version, PyGTK version, OS and processor types. Absolutely no other information is sent.</property> | |
<property name="wrap">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="padding">2</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment38"> | |
<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">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_send_info"> | |
<property name="label" translatable="yes">Yes, please send anonymous statistics</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label45"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label" translatable="yes"><b>System Information</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="padding">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame30"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment49"> | |
<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="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox29"> | |
<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="alignment50"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<child> | |
<widget class="GtkHBox" id="hbox20"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label109"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">Location:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="entry_geoip"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="tooltip" translatable="yes">If Deluge cannot find the database file at this location it will fallback to using DNS to resolve the peer's country.</property> | |
<property name="invisible_char">●</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label108"> | |
<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>GeoIP Database</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">5</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment31"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkHButtonBox" id="hbuttonbox4"> | |
<property name="visible">True</property> | |
<property name="layout_style">start</property> | |
<child> | |
<widget class="GtkButton" id="button_associate_magnet"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<signal name="clicked" handler="on_button_associate_magnet_clicked"/> | |
<child> | |
<widget class="GtkHBox" id="hbox16"> | |
<property name="visible">True</property> | |
<property name="spacing">2</property> | |
<child> | |
<widget class="GtkImage" id="image_magnet"> | |
<property name="visible">True</property> | |
<property name="stock">gtk-missing-image</property> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label60"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">Associate Magnet links with Deluge</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label65"> | |
<property name="visible">True</property> | |
<property name="label" translatable="no">page 11</property> | |
</widget> | |
<packing> | |
<property name="position">4</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow6"> | |
<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">automatic</property> | |
<property name="vscrollbar_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">queue</property> | |
<property name="shadow_type">none</property> | |
<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="GtkLabel" id="label34"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Daemon</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator7"> | |
<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="GtkFrame" id="frame14"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">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="left_padding">12</property> | |
<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="GtkHBox" id="hbox12"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label41"> | |
<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">Daemon port:</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_daemon_port"> | |
<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="xalign">1</property> | |
<property name="adjustment">0 0 65535 1 10 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="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label35"> | |
<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>Port</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="padding">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame15"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment21"> | |
<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">5</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_allow_remote_connections"> | |
<property name="label" translatable="yes">Allow Remote Connections</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label39"> | |
<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>Connections</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">5</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame22"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment27"> | |
<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">5</property> | |
<property name="left_padding">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_new_releases"> | |
<property name="label" translatable="yes">Periodically check the website for new releases</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label56"> | |
<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>Other</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">5</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">5</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label71"> | |
<property name="visible">True</property> | |
<property name="label" translatable="no">page 11</property> | |
</widget> | |
<packing> | |
<property name="position">5</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow8"> | |
<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">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport9"> | |
<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">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox9"> | |
<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="GtkLabel" id="label46"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Queue</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator9"> | |
<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="GtkVBox" id="queue_prefs_box2"> | |
<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="spacing">5</property> | |
<child> | |
<widget class="GtkFrame" id="frame10"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment22"> | |
<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">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox6"> | |
<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_queue_new_top"> | |
<property name="label" translatable="yes">Queue new torrents to top</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="position">0</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> | |
<property name="label" translatable="yes"><b>General</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">0</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="label_xalign">0</property> | |
<property name="shadow_type">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="top_padding">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox20"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkTable" id="table3"> | |
<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">2</property> | |
<property name="column_spacing">10</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_active"> | |
<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="xalign">1</property> | |
<property name="adjustment">0 -1 9999 1 10 0</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_seeding"> | |
<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="xalign">1</property> | |
<property name="adjustment">0 -1 9999 1 10 0</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</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"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label27"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Total active seeding:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</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="xalign">0</property> | |
<property name="label" translatable="yes">Total active:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_downloading"> | |
<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="xalign">1</property> | |
<property name="adjustment">0 -1 9999 1 10 0</property> | |
<property name="snap_to_ticks">True</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label42"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Total active downloading:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkCheckButton" id="chk_dont_count_slow_torrents"> | |
<property name="label" translatable="yes">Do not count slow torrents</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">False</property> | |
<property name="draw_indicator">True</property> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label49"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label" translatable="yes"><b>Active 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> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame21"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<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> | |
<property name="top_padding">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox11"> | |
<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="spacing">2</property> | |
<child> | |
<widget class="GtkTable" id="table2"> | |
<property name="visible">True</property> | |
<property name="n_rows">3</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">10</property> | |
<child> | |
<widget class="GtkLabel" id="label53"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Share Ratio Limit:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label54"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Seed Time Ratio:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label55"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Seed Time (m):</property> | |
</widget> | |
<packing> | |
<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_share_ratio_limit"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="width_chars">6</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">1.5 -1 100 0.10000000000000001 10 0</property> | |
<property name="digits">2</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_seed_time_ratio_limit"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="width_chars">6</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">6 -1 100 0.10000000000000001 10 0</property> | |
<property name="digits">2</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"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_seed_time_limit"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="width_chars">6</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">6 -1 10000 1 10 0</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"></property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHBox" id="hbox11"> | |
<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="spacing">5</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_seed_ratio"> | |
<property name="label" translatable="yes">Stop seeding when share ratio reaches:</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
<signal name="toggled" handler="on_toggle"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_share_ratio"> | |
<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> | |
<property name="xalign">1</property> | |
<property name="adjustment">2 0.5 100 0.10000000000000001 1 0</property> | |
<property name="digits">2</property> | |
<property name="numeric">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment25"> | |
<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">10</property> | |
<child> | |
<widget class="GtkCheckButton" id="chk_remove_ratio"> | |
<property name="label" translatable="yes">Remove torrent when share ratio reached</property> | |
<property name="visible">True</property> | |
<property name="sensitive">False</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">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="draw_indicator">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label50"> | |
<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>Seeding</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="padding">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">6</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label72"> | |
<property name="visible">True</property> | |
<property name="label" translatable="no">page 12</property> | |
</widget> | |
<packing> | |
<property name="position">6</property> | |
<property name="tab_fill">False</property> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow9"> | |
<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">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport10"> | |
<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">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox22"> | |
<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="GtkLabel" id="label83"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Proxy</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator6"> | |
<property name="visible">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkVBox" id="vbox26"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkFrame" id="frame23"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment29"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<property name="right_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">5</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_password_peer"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Password:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_password_peer"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="visibility">False</property> | |
</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="GtkLabel" id="label_proxy_server_peer"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Host:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_server_peer"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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">3</property> | |
<property name="bottom_attach">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_port_peer"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Port:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment30"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="xscale">0</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_proxy_port_peer"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="adjustment">8080 0 65535 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_username_peer"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_proxy_type_peer"> | |
<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">None | |
Socksv4 | |
Socksv5 | |
Socksv5 W/ Auth | |
HTTP | |
HTTP W/ Auth</property> | |
<signal name="changed" handler="on_combo_proxy_type_changed"/> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label63"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Type:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_username_peer"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Username:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label59"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Peer</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">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame17"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment41"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<property name="right_padding">12</property> | |
<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">5</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_password_web_seed"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Password:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_password_web_seed"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="visibility">False</property> | |
</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="GtkLabel" id="label_proxy_server_web_seed"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Host:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_server_web_seed"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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">3</property> | |
<property name="bottom_attach">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_port_web_seed"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Port:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment42"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="xscale">0</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_proxy_port_web_seed"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="adjustment">8080 0 65535 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_username_web_seed"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_proxy_type_web_seed"> | |
<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">None | |
Socksv4 | |
Socksv5 | |
Socksv5 W/ Auth | |
HTTP | |
HTTP W/ Auth</property> | |
<signal name="changed" handler="on_combo_proxy_type_changed"/> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label91"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Type:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_username_web_seed"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Username:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label93"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Web Seed</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">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame27"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment43"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<property name="right_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table12"> | |
<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">5</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_password_tracker"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Password:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_password_tracker"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="visibility">False</property> | |
</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="GtkLabel" id="label_proxy_server_tracker"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Host:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_server_tracker"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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">3</property> | |
<property name="bottom_attach">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_port_tracker"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Port:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment44"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="xscale">0</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_proxy_port_tracker"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="adjustment">8080 0 65535 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_username_tracker"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_proxy_type_tracker"> | |
<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">None | |
Socksv4 | |
Socksv5 | |
Socksv5 W/ Auth | |
HTTP | |
HTTP W/ Auth</property> | |
<signal name="changed" handler="on_combo_proxy_type_changed"/> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label97"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Type:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_username_tracker"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Username:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label99"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Tracker</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">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame28"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment45"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<property name="right_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table13"> | |
<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">5</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_password_dht"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Password:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_password_dht"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="visibility">False</property> | |
</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="GtkLabel" id="label_proxy_server_dht"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Host:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_server_dht"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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">3</property> | |
<property name="bottom_attach">4</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_port_dht"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Port:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment46"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="xscale">0</property> | |
<child> | |
<widget class="GtkSpinButton" id="spin_proxy_port_dht"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="adjustment">8080 0 65535 1 10 0</property> | |
<property name="numeric">True</property> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkEntry" id="txt_proxy_username_dht"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="truncate_multiline">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> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkComboBox" id="combo_proxy_type_dht"> | |
<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">None | |
Socksv4 | |
Socksv5 | |
Socksv5 W/ Auth | |
HTTP | |
HTTP W/ Auth</property> | |
<signal name="changed" handler="on_combo_proxy_type_changed"/> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label103"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Type:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_proxy_username_dht"> | |
<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="xalign">0</property> | |
<property name="label" translatable="yes">Username:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label105"> | |
<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="fill">False</property> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="padding">5</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">7</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
<packing> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow13"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport13"> | |
<property name="visible">True</property> | |
<property name="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox30"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkLabel" id="label111"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><b><i><big>Cache</big></i></b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator11"> | |
<property name="visible">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkAlignment" id="alignment52"> | |
<property name="visible">True</property> | |
<property name="right_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox31"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkFrame" id="frame32"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment53"> | |
<property name="visible">True</property> | |
<property name="top_padding">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table14"> | |
<property name="visible">True</property> | |
<property name="n_rows">2</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label114"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Cache Size (16 KiB blocks):</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label115"> | |
<property name="visible">True</property> | |
<property name="has_tooltip">True</property> | |
<property name="tooltip" translatable="yes">The number of seconds from the last cached write to a piece in the write cache, to when it's forcefully flushed to disk. Default is 60 seconds.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Cache Expiry (seconds):</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_cache_size"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="invisible_char">●</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">512 0 999999 1 10 0</property> | |
<property name="numeric">True</property> | |
<property name="update_policy">if-valid</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkSpinButton" id="spin_cache_expiry"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="max_length">5</property> | |
<property name="invisible_char">●</property> | |
<property name="width_chars">5</property> | |
<property name="xalign">1</property> | |
<property name="adjustment">60 1 32000 1 10 0</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"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label112"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Settings</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">5</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame33"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment54"> | |
<property name="visible">True</property> | |
<property name="top_padding">5</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkVBox" id="vbox32"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkFrame" id="frame34"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment55"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table18"> | |
<property name="visible">True</property> | |
<property name="n_rows">3</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label116"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The total number of 16 KiB blocks written to disk since this session was started.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Blocks Written:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label120"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The total number of write operations performed since this session was started.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Writes:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label124"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The ratio (blocks_written - writes) / blocks_written represents the number of saved write operations per total write operations, i.e. a kind of cache hit ratio for the write cache.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Write Cache Hit Ratio:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_blocks_written"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_writes"> | |
<property name="visible">True</property> | |
<property name="xalign">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"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_write_hit_ratio"> | |
<property name="visible">True</property> | |
<property name="xalign">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"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label132"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Write</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame35"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment56"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table19"> | |
<property name="visible">True</property> | |
<property name="n_rows">4</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label118"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The number of blocks that were requested from the bittorrent engine (from peers), that were served from disk or cache.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Blocks Read:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label119"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The number of blocks that were served from cache.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Blocks Read Hit:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label122"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The cache hit ratio for the read cache.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Read Cache Hit Ratio:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_blocks_read"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_blocks_read_hit"> | |
<property name="visible">True</property> | |
<property name="xalign">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"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_read_hit_ratio"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label121"> | |
<property name="visible">True</property> | |
<property name="has_tooltip">True</property> | |
<property name="tooltip" translatable="yes">The total number of read operations performed since this session was started.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Reads:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_reads"> | |
<property name="visible">True</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"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label133"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Read</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkFrame" id="frame36"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment57"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table20"> | |
<property name="visible">True</property> | |
<property name="n_rows">2</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label123"> | |
<property name="visible">True</property> | |
<property name="tooltip" translatable="yes">The number of 16 KiB blocks currently in the disk cache. This includes both read and write cache.</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Cache Size:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label117"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Read Cache Size:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_cache_size"> | |
<property name="visible">True</property> | |
<property name="xalign">1</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="x_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_cache_read_cache_size"> | |
<property name="visible">True</property> | |
<property name="xalign">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"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label134"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Size</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHButtonBox" id="hbuttonbox3"> | |
<property name="visible">True</property> | |
<property name="layout_style">start</property> | |
<child> | |
<widget class="GtkButton" id="button_cache_refresh"> | |
<property name="label">gtk-refresh</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<property name="use_stock">True</property> | |
<signal name="clicked" handler="on_button_cache_refresh_clicked"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">3</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label113"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Status</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">5</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">8</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
<packing> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow5"> | |
<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">automatic</property> | |
<property name="vscrollbar_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="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkVBox" id="vbox28"> | |
<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="GtkLabel" id="label51"> | |
<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="xalign">0</property> | |
<property name="xpad">10</property> | |
<property name="ypad">10</property> | |
<property name="label" translatable="yes"><i><b><big>Plugins</big></b></i></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHSeparator" id="hseparator5"> | |
<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="GtkVPaned" id="vpaned1"> | |
<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> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow12"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<property name="shadow_type">in</property> | |
<child> | |
<widget class="GtkTreeView" id="plugin_listview"> | |
<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> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="resize">False</property> | |
<property name="shrink">True</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkScrolledWindow" id="scrolledwindow11"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<widget class="GtkViewport" id="viewport12"> | |
<property name="visible">True</property> | |
<property name="resize_mode">queue</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkFrame" id="frame8"> | |
<property name="visible">True</property> | |
<property name="label_xalign">0</property> | |
<property name="shadow_type">none</property> | |
<child> | |
<widget class="GtkAlignment" id="alignment26"> | |
<property name="visible">True</property> | |
<property name="left_padding">12</property> | |
<child> | |
<widget class="GtkTable" id="table10"> | |
<property name="visible">True</property> | |
<property name="n_rows">5</property> | |
<property name="n_columns">2</property> | |
<property name="column_spacing">5</property> | |
<child> | |
<widget class="GtkLabel" id="label_plugin_details"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_plugin_version"> | |
<property name="visible">True</property> | |
<property name="xalign">0</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="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_plugin_author"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label85"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="yalign">0</property> | |
<property name="label" translatable="yes">Details:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">4</property> | |
<property name="bottom_attach">5</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label84"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Version:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">1</property> | |
<property name="bottom_attach">2</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label82"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Author:</property> | |
</widget> | |
<packing> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label86"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Homepage:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label87"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
<property name="label" translatable="yes">Author Email:</property> | |
</widget> | |
<packing> | |
<property name="top_attach">2</property> | |
<property name="bottom_attach">3</property> | |
<property name="x_options">GTK_FILL</property> | |
<property name="y_options">GTK_FILL</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_plugin_homepage"> | |
<property name="visible">True</property> | |
<property name="xalign">0</property> | |
</widget> | |
<packing> | |
<property name="left_attach">1</property> | |
<property name="right_attach">2</property> | |
<property name="top_attach">3</property> | |
<property name="bottom_attach">4</property> | |
<property name="y_options"></property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label_plugin_email"> | |
<property name="visible">True</property> | |
<property name="xalign">0</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="y_options"></property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label81"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes"><b>Info</b></property> | |
<property name="use_markup">True</property> | |
</widget> | |
<packing> | |
<property name="type">label_item</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="resize">False</property> | |
<property name="shrink">False</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHButtonBox" id="hbuttonbox1"> | |
<property name="visible">True</property> | |
<property name="layout_style">center</property> | |
<child> | |
<widget class="GtkButton" id="button_plugin_install"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<signal name="clicked" handler="on_button_plugin_install_clicked"/> | |
<child> | |
<widget class="GtkHBox" id="hbox17"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkImage" id="image1"> | |
<property name="visible">True</property> | |
<property name="stock">gtk-add</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label28"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">_Install Plugin</property> | |
<property name="use_markup">True</property> | |
<property name="use_underline">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkButton" id="button_rescan_plugins"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<signal name="clicked" handler="on_button_rescan_plugins_clicked"/> | |
<child> | |
<widget class="GtkHBox" id="hbox18"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkImage" id="image2"> | |
<property name="visible">True</property> | |
<property name="stock">gtk-refresh</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label30"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">_Rescan Plugins</property> | |
<property name="use_markup">True</property> | |
<property name="use_underline">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</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="position">3</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkHButtonBox" id="hbuttonbox2"> | |
<property name="visible">True</property> | |
<child> | |
<widget class="GtkButton" id="button_find_plugins"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<signal name="clicked" handler="on_button_find_plugins_clicked"/> | |
<child> | |
<widget class="GtkHBox" id="hbox19"> | |
<property name="visible">True</property> | |
<property name="spacing">5</property> | |
<child> | |
<widget class="GtkImage" id="image3"> | |
<property name="visible">True</property> | |
<property name="stock">gtk-find</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkLabel" id="label107"> | |
<property name="visible">True</property> | |
<property name="label" translatable="yes">_Find More Plugins</property> | |
<property name="use_markup">True</property> | |
<property name="use_underline">True</property> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">4</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">9</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
<packing> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
<child> | |
<placeholder/> | |
</child> | |
<child> | |
<placeholder/> | |
<packing> | |
<property name="type">tab</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="resize">True</property> | |
<property name="shrink">True</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child internal-child="action_area"> | |
<widget class="GtkHButtonBox" id="dialog-action_area1"> | |
<property name="visible">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="layout_style">end</property> | |
<child> | |
<widget class="GtkButton" id="button_cancel"> | |
<property name="label">gtk-cancel</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="use_stock">True</property> | |
<signal name="clicked" handler="on_button_cancel_clicked"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkButton" id="button_apply"> | |
<property name="label">gtk-apply</property> | |
<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="use_stock">True</property> | |
<signal name="clicked" handler="on_button_apply_clicked"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<widget class="GtkButton" id="button_ok"> | |
<property name="label">gtk-ok</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> | |
<property name="use_stock">True</property> | |
<signal name="clicked" handler="on_button_ok_clicked"/> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="fill">False</property> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</widget> | |
<packing> | |
<property name="expand">False</property> | |
<property name="pack_type">end</property> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
</widget> | |
</child> | |
</widget> | |
</glade-interface> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment