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>
|
2006-12-12 22:56:46 +00:00
|
|
|
<widget class="GtkTable" id="layout_table">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">4</property>
|
|
|
|
<property name="n_columns">3</property>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkNotebook" id="torrent_info">
|
2006-11-28 21:15:22 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="enable_popup">True</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow3">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="torrent_view">
|
|
|
|
<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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2007-01-07 22:50:26 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="tab_expand">False</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label7">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes">Torrents</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow4">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkViewport" id="viewport1">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkTable" id="table2">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">10</property>
|
|
|
|
<property name="n_rows">12</property>
|
|
|
|
<property name="n_columns">4</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
2006-12-12 22:56:46 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-07 22:50:26 +00:00
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_eta">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label21">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Estimated Time Remaining:</b></property>
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_peers">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_seeders">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label20">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Peers:</b></property>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +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-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label16">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Seeders:</b></property>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
2007-01-11 05:01:11 +00:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
</packing>
|
2006-12-12 22:56:46 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_title">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label177">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Size:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label2">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Downloaded:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label3">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Percentage Done:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label4">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Downloaded this session:</b></property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_size">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +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-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_downloaded">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_percentage_done">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_downloaded_this_session">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label9">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker:</b></property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label10">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker Response:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label11">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Tracker Status:</b></property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-07 22:50:26 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker_status">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label1">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Next Announce:</b></property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_next_announce">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-12 22:56:46 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label14">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Pieces:</b></property>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="use_markup">True</property>
|
2006-12-12 22:56:46 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +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-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-12 22:56:46 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label15">
|
2006-11-28 22:28:37 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Total Uploaded:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +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-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_pieces">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +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-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_total_uploaded">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label18">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Share Ratio:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label19">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Uploaded This Session:</b></property>
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
2007-01-07 22:50:26 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
|
|
|
</packing>
|
2006-12-21 07:28:55 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_share_ratio">
|
2006-12-21 07:28:55 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_uploaded_this_session">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="xalign">0</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="xalign">0</property>
|
2006-12-08 18:10:47 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-08 18:10:47 +00:00
|
|
|
</child>
|
2006-12-21 07:28:55 +00:00
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_tracker_response">
|
2006-12-08 18:10:47 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label5">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Name:</b></property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label6">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="label" translatable="yes"><b>Use compact storage allocation:</b></property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_compact_allocation">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="xalign">0</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="label13">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Download Rate:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_download_rate">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label17">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Upload Rate:</b></property>
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2007-01-07 22:50:26 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkLabel" id="summary_upload_rate">
|
2007-01-07 22:50:26 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</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="label8">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Details</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="scrolledwindow2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="peer_view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label22">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="file_view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</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">Files</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</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="GtkStatusbar" id="statusbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuBar" id="menubar">
|
|
|
|
<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="menu_createtorrent">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Create a Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Add Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<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_edit">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menu2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Queue Up</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Queue Down</property>
|
|
|
|
<property name="use_underline">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"/>
|
|
|
|
</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"/>
|
|
|
|
</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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_View</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menu1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_column">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Columns</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menu3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_num">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Number</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_name">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Name</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_size">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Size</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_status">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Status</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_seed">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Seeders</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_peer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Peers</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_download">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Download</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_upload">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Upload</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_eta">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Time Remaining</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="col_ratio">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Share Ratio</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2007-01-07 22:50:26 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
2006-12-22 23:24:42 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menuitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Translate This Application...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="translate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</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"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2006-12-22 23:24:42 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-01-11 05:01:11 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="y_options"></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="GtkToolbar" id="tb_middle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<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="toolbutton_add">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Add Torrent</property>
|
|
|
|
<property name="label">Add Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-add</property>
|
|
|
|
<signal name="clicked" handler="add_torrent"/>
|
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-12 22:56:46 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkToolButton" id="toolbutton_remove">
|
2006-12-12 22:56:46 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="tooltip" translatable="yes">Remove Torrent</property>
|
|
|
|
<property name="label">Remove Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-remove</property>
|
|
|
|
<signal name="clicked" handler="remove_torrent"/>
|
2006-12-04 21:28:00 +00:00
|
|
|
</widget>
|
2006-12-21 07:28:55 +00:00
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkSeparatorToolItem" id="toolbutton6">
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkToolButton" id="toolbutton_update">
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="tooltip" translatable="yes">Update Tracker</property>
|
|
|
|
<property name="label">Update Tracker</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-refresh</property>
|
|
|
|
<signal name="clicked" handler="update_tracker"/>
|
2006-12-22 23:24:42 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkToolButton" id="toolbutton3">
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="visible">True</property>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="tooltip" translatable="yes">Clear Finished Torrents</property>
|
|
|
|
<property name="label">Clear Finished</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-clear</property>
|
|
|
|
<signal name="clicked" handler="clear_finished"/>
|
2006-12-22 23:24:42 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
2006-12-22 23:24:42 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2007-01-11 05:01:11 +00:00
|
|
|
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
|
2006-12-22 23:24:42 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_pause">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Force Pause/Resume Torrent</property>
|
|
|
|
<property name="label">Force Pause/Resume Torrent</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-media-pause</property>
|
|
|
|
<signal name="clicked" handler="pause_torrent"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorToolItem" id="separatortoolitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_up">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Queue Torrent Up</property>
|
|
|
|
<property name="label">Move Up</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-go-up</property>
|
|
|
|
<signal name="clicked" handler="torrent_up"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="toolbutton_down">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Queue Torrent Down</property>
|
|
|
|
<property name="label">Move Down</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-go-down</property>
|
|
|
|
<signal name="clicked" handler="torrent_down"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2006-12-21 07:28:55 +00:00
|
|
|
</packing>
|
2006-12-04 21:28:00 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2007-01-11 05:01:11 +00:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options"></property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
2006-12-04 21:28:00 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2006-11-28 21:15:22 +00:00
|
|
|
</glade-interface>
|