forked from ratanakvlun/deluge-movetools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
311 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
<?xml version="1.0"?> | ||
<interface> | ||
<object class="GtkAdjustment" id="adjustment1"> | ||
<property name="upper">10000000000</property> | ||
<property name="lower">1</property> | ||
<property name="page_increment">10</property> | ||
<property name="step_increment">1</property> | ||
<property name="page_size">0</property> | ||
<property name="value">1</property> | ||
</object> | ||
<object class="GtkAdjustment" id="adjustment2"> | ||
<property name="upper">100000</property> | ||
<property name="lower">-1</property> | ||
<property name="page_increment">10</property> | ||
<property name="step_increment">1</property> | ||
<property name="page_size">0</property> | ||
<property name="value">0</property> | ||
</object> | ||
<object class="GtkAdjustment" id="adjustment3"> | ||
<property name="upper">100000</property> | ||
<property name="lower">-1</property> | ||
<property name="page_increment">10</property> | ||
<property name="step_increment">1</property> | ||
<property name="page_size">0</property> | ||
<property name="value">0</property> | ||
</object> | ||
<!-- interface-requires gtk+ 2.16 --> | ||
<!-- interface-naming-policy toplevel-contextual --> | ||
<object class="GtkWindow" id="wnd_preferences"> | ||
<child> | ||
<object class="GtkAlignment" id="blk_preferences"> | ||
<property name="visible">True</property> | ||
<property name="top_padding">5</property> | ||
<property name="bottom_padding">5</property> | ||
<property name="left_padding">5</property> | ||
<property name="right_padding">5</property> | ||
<child> | ||
<object class="GtkVBox" id="vbox1"> | ||
<property name="visible">True</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">16</property> | ||
<child> | ||
<object class="GtkVBox" id="vbox3"> | ||
<property name="visible">True</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">5</property> | ||
<child> | ||
<object class="GtkLabel" id="lbl_general"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">General</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkAlignment" id="alignment2"> | ||
<property name="visible">True</property> | ||
<property name="left_padding">4</property> | ||
<child> | ||
<object class="GtkTable" id="table2"> | ||
<property name="visible">True</property> | ||
<property name="n_columns">3</property> | ||
<property name="column_spacing">5</property> | ||
<property name="row_spacing">3</property> | ||
<child> | ||
<object class="GtkLabel" id="label1"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">Estimated move speed:</property> | ||
</object> | ||
<packing> | ||
<property name="x_options">GTK_FILL</property> | ||
<property name="y_options">GTK_SHRINK | GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSpinButton" id="spn_estimated_speed"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">●</property> | ||
<property name="xalign">1</property> | ||
<property name="adjustment">adjustment1</property> | ||
<property name="numeric">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="right_attach">2</property> | ||
<property name="y_options">GTK_SHRINK | GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label13"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">B/s</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">2</property> | ||
<property name="right_attach">3</property> | ||
<property name="y_options">GTK_SHRINK | GTK_FILL</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkCheckButton" id="chk_remove_empty"> | ||
<property name="label" translatable="yes">Remove empty folders on move</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">False</property> | ||
<property name="draw_indicator">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">2</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkVBox" id="vbox2"> | ||
<property name="visible">True</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">5</property> | ||
<child> | ||
<object class="GtkLabel" id="lbl_timeout"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">Status Timeout</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkTable" id="table1"> | ||
<property name="visible">True</property> | ||
<property name="n_rows">2</property> | ||
<property name="n_columns">3</property> | ||
<property name="column_spacing">10</property> | ||
<property name="row_spacing">5</property> | ||
<child> | ||
<object class="GtkLabel" id="label2"> | ||
<property name="visible">True</property> | ||
<property name="xalign">1</property> | ||
<property name="label" translatable="yes">Success</property> | ||
</object> | ||
<packing> | ||
<property name="x_options">GTK_FILL</property> | ||
<property name="y_options">GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label3"> | ||
<property name="visible">True</property> | ||
<property name="xalign">1</property> | ||
<property name="label" translatable="yes">Error</property> | ||
</object> | ||
<packing> | ||
<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> | ||
<object class="GtkSpinButton" id="spn_success_timeout"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">●</property> | ||
<property name="adjustment">adjustment2</property> | ||
<property name="numeric">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="right_attach">2</property> | ||
<property name="x_options">GTK_FILL</property> | ||
<property name="y_options">GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSpinButton" id="spn_error_timeout"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">●</property> | ||
<property name="adjustment">adjustment3</property> | ||
<property name="numeric">True</property> | ||
</object> | ||
<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> | ||
<object class="GtkLabel" id="label5"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">seconds</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">2</property> | ||
<property name="right_attach">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label6"> | ||
<property name="visible">True</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">seconds</property> | ||
</object> | ||
<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> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</interface> |
Oops, something went wrong.