2006-12-08 18:10:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
|
|
|
<!--*- mode: xml -*-->
|
|
|
|
<glade-interface>
|
|
|
|
<widget class="GtkDialog" id="pref_dialog">
|
|
|
|
<property name="width_request">480</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Preferences Dialog</property>
|
2007-01-09 00:37:57 +00:00
|
|
|
<property name="default_width">583</property>
|
|
|
|
<property name="default_height">431</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
<property name="skip_taskbar_hint">True</property>
|
|
|
|
<property name="skip_pager_hint">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="has_separator">False</property>
|
|
|
|
<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 | GDK_ENTER_NOTIFY_MASK</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkNotebook" id="pref_notebook">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="gen_options">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkViewport" id="viewport2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="resize_mode">GTK_RESIZE_IMMEDIATE</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander6">
|
|
|
|
<property name="visible">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkCheckButton" id="chk_use_tray">
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">Enable system tray icon</property>
|
|
|
|
<property name="active">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="draw_indicator">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<signal name="toggled" handler="tray_toggle"/>
|
2007-02-07 23:49:31 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkCheckButton" id="chk_min_on_close">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">Minimize to tray on close</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">2</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_padding">12</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label29">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Options</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander1">
|
|
|
|
<property name="visible">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkFileChooserButton" id="download_path_button">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="left_attach">1</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="right_attach">2</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkRadioButton" id="radio_save_all_to">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Save all downloads to:</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">radio_ask_save</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkRadioButton" id="radio_ask_save">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">Ask me where to save each download</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label16">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Save Location</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander2">
|
|
|
|
<property name="visible">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">1</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkSpinButton" id="ratio_spinner">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="width_chars">5</property>
|
|
|
|
<property name="xalign">0.5</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="adjustment">1 0 10 0.10000000000000001 10 10</property>
|
|
|
|
<property name="climb_rate">0.05000000074505806</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="digits">2</property>
|
|
|
|
<property name="snap_to_ticks">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="x_options"></property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="chk_autoseed">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Stop seeding torrents when
|
|
|
|
their share ratio reaches:</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label21">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Seeding</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander3">
|
|
|
|
<property name="visible">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkCheckButton" id="chk_compact">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Use compact storage allocation</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label22">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Storage</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label13">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">General</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="net_options">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkViewport" id="viewport3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander5">
|
|
|
|
<property name="visible">True</property>
|
2007-02-05 23:51:11 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="label25">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">Try from:</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="label26">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">to:</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_port_min">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="adjustment">0 0 65535 1 10 10</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_port_max">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="adjustment">0 0 65535 1 10 10</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="label27">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">Active port:</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="active_port_label">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">0000</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkButton" id="btn_test_port">
|
|
|
|
<property name="label" translatable="yes">Test Port</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2007-02-21 18:30:27 +00:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label24">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">TCP Port</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander4">
|
|
|
|
<property name="visible">True</property>
|
2007-02-05 23:51:11 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table7">
|
|
|
|
<property name="visible">True</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="n_rows">5</property>
|
|
|
|
<property name="n_columns">3</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="label9">
|
2007-02-05 23:51:11 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes"><i>(-1 is unlimited)</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2007-02-05 23:51:11 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="right_attach">3</property>
|
2007-02-05 23:51:11 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkLabel" id="label8">
|
2007-02-05 23:51:11 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="label" translatable="yes">KB/s</property>
|
2007-02-05 23:51:11 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_options"></property>
|
2007-02-05 23:51:11 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_max_download">
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="width_chars">10</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="adjustment">0 -1 2048 1 10 10</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="x_options"></property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_num_upload">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="width_chars">10</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="adjustment">0 -1 100 1 10 10</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="x_options"></property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label2">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Maximum Download Rate:</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label3">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Upload Slots</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label1">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Maximum Connections</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_num_download">
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-16 04:48:48 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="width_chars">10</property>
|
|
|
|
<property name="xalign">1</property>
|
2007-02-19 21:42:36 +00:00
|
|
|
<property name="adjustment">0 -1 100 1 10 10</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-16 04:48:48 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-02-16 04:30:49 +00:00
|
|
|
<property name="x_options"></property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Maximum Upload Rate:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2007-02-12 20:53:33 +00:00
|
|
|
<child>
|
2007-02-21 18:30:27 +00:00
|
|
|
<widget class="GtkSpinButton" id="spin_max_upload">
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="width_chars">10</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="adjustment">0 -1 1024 1 10 10</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2007-02-19 21:42:36 +00:00
|
|
|
<property name="x_options"></property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2007-02-12 20:53:33 +00:00
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label5">
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="visible">True</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="label" translatable="yes">KB/s</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="x_options"></property>
|
2007-02-12 20:53:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label6">
|
2007-02-14 22:43:48 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2007-02-16 04:30:49 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-03-01 23:28:42 +00:00
|
|
|
<widget class="GtkLabel" id="label7">
|
2007-02-16 04:30:49 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-03-01 23:28:42 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2007-02-19 21:42:36 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label23">
|
|
|
|
<property name="visible">True</property>
|
2007-02-12 20:53:33 +00:00
|
|
|
<property name="label" translatable="yes">Bandwidth </property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label17">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Network</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2007-02-07 23:49:31 +00:00
|
|
|
</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 | GDK_ENTER_NOTIFY_MASK</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">gtk-cancel</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">gtk-ok</property>
|
|
|
|
<property name="use_stock">True</property>
|
2007-02-09 21:41:58 +00:00
|
|
|
<property name="response_id">1</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<widget class="GtkDialog" id="plugin_dialog">
|
|
|
|
<property name="width_request">480</property>
|
|
|
|
<property name="border_width">5</property>
|
2007-02-15 05:24:44 +00:00
|
|
|
<property name="title" translatable="yes">Plugin Manager</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="default_width">583</property>
|
|
|
|
<property name="default_height">431</property>
|
2007-02-21 18:30:27 +00:00
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
<property name="skip_taskbar_hint">True</property>
|
|
|
|
<property name="skip_pager_hint">True</property>
|
2007-02-07 23:49:31 +00:00
|
|
|
<property name="has_separator">False</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-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 | GDK_ENTER_NOTIFY_MASK</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkNotebook" id="pref_notebook1">
|
|
|
|
<property name="visible">True</property>
|
2007-02-15 05:24:44 +00:00
|
|
|
<property name="show_tabs">False</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
2007-02-15 18:46:57 +00:00
|
|
|
<widget class="GtkHBox" id="hbox1">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-15 18:46:57 +00:00
|
|
|
<property name="homogeneous">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<child>
|
2007-02-15 18:46:57 +00:00
|
|
|
<widget class="GtkTreeView" id="plugin_view">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-15 18:46:57 +00:00
|
|
|
<widget class="GtkVBox" id="vbox3">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2007-02-15 18:46:57 +00:00
|
|
|
<widget class="GtkTextView" id="plugin_text">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-15 18:46:57 +00:00
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="wrap_mode">GTK_WRAP_WORD</property>
|
|
|
|
<property name="cursor_visible">False</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2007-02-15 18:46:57 +00:00
|
|
|
<packing>
|
|
|
|
<property name="padding">10</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="plugin_conf">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="label" translatable="yes">gtk-preferences</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="plugin_pref"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-02-15 18:46:57 +00:00
|
|
|
<property name="padding">10</property>
|
|
|
|
<property name="position">1</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkLabel" id="label34">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Plugins</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area2">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
2007-02-07 23:49:31 +00:00
|
|
|
<widget class="GtkButton" id="button10">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-02-14 22:43:48 +00:00
|
|
|
<property name="label" translatable="yes">gtk-close</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</glade-interface>
|