mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
minor interface work
This commit is contained in:
parent
a74356ce9f
commit
3bf643de92
3 changed files with 767 additions and 743 deletions
|
@ -21,7 +21,7 @@
|
||||||
import sys, os, webbrowser
|
import sys, os, webbrowser
|
||||||
|
|
||||||
PROGRAM_NAME = "Deluge"
|
PROGRAM_NAME = "Deluge"
|
||||||
PROGRAM_VERSION = "0.5.0"
|
PROGRAM_VERSION = "0.4.9.0"
|
||||||
DELUGE_DIR = os.path.abspath(os.path.dirname(sys.argv[0]))
|
DELUGE_DIR = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||||
GLADE_DIR = DELUGE_DIR + "/glade"
|
GLADE_DIR = DELUGE_DIR + "/glade"
|
||||||
PIXMAP_DIR = DELUGE_DIR + "/pixmaps"
|
PIXMAP_DIR = DELUGE_DIR + "/pixmaps"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -246,6 +246,7 @@ their share ratio reaches:</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkExpander" id="expander5">
|
<widget class="GtkExpander" id="expander5">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="expanded">True</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkTable" id="table6">
|
<widget class="GtkTable" id="table6">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
@ -347,22 +348,51 @@ their share ratio reaches:</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkExpander" id="expander4">
|
<widget class="GtkExpander" id="expander4">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="expanded">True</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkTable" id="table7">
|
<widget class="GtkTable" id="table7">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="n_rows">4</property>
|
<property name="n_rows">4</property>
|
||||||
<property name="n_columns">2</property>
|
<property name="n_columns">2</property>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<widget class="GtkLabel" id="label4">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
<property name="label" translatable="yes">Maximum Upload Rate:</property>
|
||||||
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<widget class="GtkLabel" id="label3">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
<property name="label" translatable="yes">Maximum number of Uploads:</property>
|
||||||
|
</widget>
|
||||||
|
<packing>
|
||||||
|
<property name="top_attach">1</property>
|
||||||
|
<property name="bottom_attach">2</property>
|
||||||
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<widget class="GtkLabel" id="label2">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
<property name="label" translatable="yes">Maximum Download Rate:</property>
|
||||||
|
</widget>
|
||||||
|
<packing>
|
||||||
|
<property name="top_attach">2</property>
|
||||||
|
<property name="bottom_attach">3</property>
|
||||||
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<widget class="GtkLabel" id="label1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
<property name="label" translatable="yes">Maximum number of Downloads:</property>
|
||||||
|
</widget>
|
||||||
|
<packing>
|
||||||
|
<property name="top_attach">3</property>
|
||||||
|
<property name="bottom_attach">4</property>
|
||||||
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkSpinButton" id="spinbutton7">
|
<widget class="GtkSpinButton" id="spinbutton7">
|
||||||
|
@ -481,29 +511,20 @@ their share ratio reaches:</property>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="button1">
|
<widget class="GtkButton" id="button1">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<child>
|
<property name="label" translatable="yes">gtk-preferences</property>
|
||||||
<placeholder/>
|
<property name="use_stock">True</property>
|
||||||
</child>
|
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="button2">
|
<widget class="GtkButton" id="button2">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">button</property>
|
<property name="label" translatable="yes">gtk-apply</property>
|
||||||
|
<property name="use_stock">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="position">1</property>
|
<property name="position">1</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</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>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue