2006-11-28 21:15:22 +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="GtkWindow" id="main_window">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title">Deluge</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="default_width">640</property>
|
|
|
|
<property name="default_height">480</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<signal name="destroy" handler="quit"/>
|
|
|
|
<signal name="destroy_event" handler="quit"/>
|
|
|
|
<signal name="delete_event" handler="delete"/>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">4</property>
|
|
|
|
<property name="n_columns">3</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkStatusbar" id="statusbar1">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="y_options"></property>
|
2006-11-28 22:28:37 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkVPaned" id="vpaned1">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow3">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkTreeView" id="torrentView">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="reorderable">True</property>
|
|
|
|
<property name="rules_hint">True</property>
|
|
|
|
<property name="enable_search">False</property>
|
|
|
|
<signal name="button_press_event" handler="torrentrow_click"/>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2006-12-04 23:59:45 +00:00
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
</packing>
|
2006-11-28 21:15:22 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkNotebook" id="torrent_info">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="enable_popup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow4">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkViewport" id="viewport1">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table2">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">10</property>
|
|
|
|
<property name="n_rows">9</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
2006-11-28 21:15:22 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2006-11-28 22:28:37 +00:00
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_title">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="left_attach">1</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="right_attach">4</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label177">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Size:</b></property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label2">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Downloaded:</b></property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label3">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Percentage Done:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label4">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Downloaded this session:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_size">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_downloaded">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +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>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_percentage_done">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_downloaded_this_session">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label9">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label10">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker Response:</b></property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label11">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker Status:</b></property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker_status">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-11-28 22:28:37 +00:00
|
|
|
<widget class="GtkLabel" id="label1">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="label" translatable="yes"><b>Next Announce:</b></property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_next_announce">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label14">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Pieces:</b></property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +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>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label15">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Uploaded:</b></property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_pieces">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_uploaded">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label18">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Share Ratio:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label19">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Uploaded This Session:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_share_ratio">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_uploaded_this_session">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
2006-11-28 22:28:37 +00:00
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
</packing>
|
2006-11-28 21:15:22 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker_response">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="label5">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes"><b>Name:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Use compact storage allocation:</b></property>
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkLabel" id="summary_compact_allocation">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2006-11-28 22:28:37 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2006-12-04 23:59:45 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Information</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="scrolledwindow2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="fileView">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Files</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="peerView">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label12">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Peers</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolbar" id="tb_right">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
|
|
|
<property name="show_arrow">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options"></property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_file">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem1_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Create a Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="new_torrent"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="menu-item-image10">
|
|
|
|
<property 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="stock">gtk-new</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_addtorrent1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Add a Torrent...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="add_torrent"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image27">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-add</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_removetorrent">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Remove selected Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="remove_torrent"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image28">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-remove</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem9">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="pref_clicked"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="plugins1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Manage Plugins</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="plugins_clicked"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="menu-item-image8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-disconnect</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="menu_quit"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_torrent">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menu1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_show_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="label" translatable="yes">Show Info Pane</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="toggled" handler="show_info"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_q_to_bottom">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Queue to Bottom</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="torrent_bottom"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="menu-item-image9">
|
|
|
|
<property 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="stock">gtk-goto-bottom</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_update_tracker">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Update Tracker</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="update_tracker"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image29">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-refresh</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Clear Finished</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="clear_finished"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image30">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-clear</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_help">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem2_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_forums">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Open the online support forums in your web browser</property>
|
|
|
|
<property name="label" translatable="yes">Deluge Support _Forums</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="open_forums"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image31">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-network</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2006-11-28 21:15:22 +00:00
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkImageMenuItem" id="menuitem3">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes">Translate This Application...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="translate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image32">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-edit</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-about</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="show_about_dialog"/>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">3</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="y_options"></property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkToolbar" id="tb_left">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
|
|
|
<property name="show_arrow">False</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Add Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-add</property>
|
|
|
|
<property name="tooltip" translatable="yes">Add Torrent</property>
|
|
|
|
<signal name="clicked" handler="add_torrent"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_remove">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Remove Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-remove</property>
|
|
|
|
<property name="tooltip" translatable="yes">Remove Torrent</property>
|
|
|
|
<signal name="clicked" handler="remove_torrent"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorToolItem" id="toolbutton6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_update">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Update Tracker</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-refresh</property>
|
|
|
|
<property name="tooltip" translatable="yes">Update Tracker</property>
|
|
|
|
<signal name="clicked" handler="update_tracker"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Clear Finished</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-clear</property>
|
|
|
|
<property name="tooltip" translatable="yes">Clear Finished Torrents</property>
|
|
|
|
<signal name="clicked" handler="clear_finished"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_pause">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Force Pause/Resume Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-media-pause</property>
|
|
|
|
<property name="tooltip" translatable="yes">Force Pause/Resume Torrent</property>
|
|
|
|
<signal name="clicked" handler="pause_torrent"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorToolItem" id="separatortoolitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_up">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Move Up</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-go-up</property>
|
|
|
|
<property name="tooltip" translatable="yes">Queue Torrent Up</property>
|
|
|
|
<signal name="clicked" handler="torrent_up"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_down">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Move Down</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-go-down</property>
|
|
|
|
<property name="tooltip" translatable="yes">Queue Torrent Down</property>
|
|
|
|
<signal name="clicked" handler="torrent_down"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options"></property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolbar" id="tb_middle">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
2006-11-28 21:15:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2006-12-04 21:28:00 +00:00
|
|
|
<widget class="GtkDialog" id="pref_dialog">
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="width_request">480</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="border_width">5</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="title" translatable="yes">Preferences Dialog</property>
|
2006-12-04 21:28:00 +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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkNotebook" id="pref_notebook">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="gen_options">
|
2006-12-04 21:28:00 +00:00
|
|
|
<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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="resize_mode">GTK_RESIZE_IMMEDIATE</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<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>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="chk_min_on_close">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Minimize to tray on close</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</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>
|
2006-12-04 21:28:00 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkFileChooserButton" id="filechooserbutton1">
|
|
|
|
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="right_attach">2</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkRadioButton" id="radio_save_all_too">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Save all downloads to:</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="group">radio_ask_save</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkRadioButton" id="radio_ask_save">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes">Ask me where to save each download</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2006-12-04 21:28:00 +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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="position">1</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander2">
|
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-04 21:28:00 +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>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0.10000000000000001 0 10 0.10000000000000001 10 10</property>
|
|
|
|
<property name="climb_rate">0.10000000149011612</property>
|
|
|
|
<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>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="checkbutton1">
|
|
|
|
<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-04 21:28:00 +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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="position">2</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkExpander" id="expander3">
|
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="expanded">True</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="checkbutton2">
|
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="label" translatable="yes">Use compact storage allocation</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="position">3</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2006-12-04 21:28:00 +00:00
|
|
|
</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>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="net_options">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkViewport" id="viewport3">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkVBox" id="vbox2">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkExpander" id="expander5">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +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>
|
|
|
|
<widget class="GtkLabel" id="label25">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Try from:</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label26">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">to:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label27">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Active port:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label28">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">label</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Test Port</property>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
</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>
|
2006-12-04 21:28:00 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="expand">False</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkExpander" id="expander4">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">4</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</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="GtkSpinButton" id="spinbutton5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</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>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="spinbutton7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">0 0 100 1 10 10</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label23">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Bandwidth</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2006-12-04 21:28:00 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</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>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkTable" id="plugins_options">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkTreeView" id="treeview1">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">button</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">button</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">button</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</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>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2006-12-04 23:59:45 +00:00
|
|
|
<widget class="GtkTextView" id="textview1">
|
2006-12-04 21:28:00 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="wrap_mode">GTK_WRAP_WORD</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-04 23:59:45 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="x_padding">10</property>
|
|
|
|
<property name="y_padding">10</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label20">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Plugins</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="position">2</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">
|
|
|
|
<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>
|
|
|
|
</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>
|
2006-11-28 21:15:22 +00:00
|
|
|
</glade-interface>
|