summaryrefslogtreecommitdiff
path: root/src/transmission-remote-gtk.schemas
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 10:54:29 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 10:54:29 +0000
commit42eddac0e9f0216175fef223fd9b1023ed502a6e (patch)
tree7fd853c8fdabc678bc1df0f4eb5160420347ac8e /src/transmission-remote-gtk.schemas
parentf4a194f08d0c48641f5394cd07be61931a432241 (diff)
some quite significant changes to only receive/update recently-active torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
Diffstat (limited to 'src/transmission-remote-gtk.schemas')
-rw-r--r--src/transmission-remote-gtk.schemas13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/transmission-remote-gtk.schemas b/src/transmission-remote-gtk.schemas
index 11415a8..7b56d1a 100644
--- a/src/transmission-remote-gtk.schemas
+++ b/src/transmission-remote-gtk.schemas
@@ -15,6 +15,19 @@
</schema>
<schema>
+ <key>/schemas/apps/transmission-remote-gtk/update-active-only</key>
+ <applyto>/apps/transmission-remote-gtk/update-active-only</applyto>
+ <owner>transmission-remote-gtk</owner>
+ <type>bool</type>
+ <default>0</default>
+
+ <locale name="C">
+ <short>Update Active Only</short>
+ <long>Update Active Only</long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/transmission-remote-gtk/auto-connect</key>
<applyto>/apps/transmission-remote-gtk/auto-connect</applyto>
<owner>transmission-remote-gtk</owner>