summaryrefslogtreecommitdiff
path: root/src/transmission-remote-gtk.schemas
blob: a4df4e04bed81ed85383955d5167769be5497e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<gconfschemafile>
  <schemalist>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/auto-connect</key>
      <applyto>/apps/transmission-remote-gtk/auto-connect</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>bool</type>
      <default>0</default>

      <locale name="C">
        <short>Auto connect</short>
        <long>Auto connect</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/system-tray-minimise</key>
      <applyto>/apps/transmission-remote-gtk/system-tray-minimise</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>bool</type>
      <default>1</default>

      <locale name="C">
        <short>Minimise to system tray</short>
        <long>Minimise to system tray</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/ssl</key>
      <applyto>/apps/transmission-remote-gtk/ssl</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>bool</type>
      <default>0</default>

      <locale name="C">
        <short>SSL</short>
        <long>SSL</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/system-tray</key>
      <applyto>/apps/transmission-remote-gtk/system-tray</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>bool</type>
      <default>1</default>

      <locale name="C">
        <short>Show system tray icon</short>
        <long>Show system tray icon while app is running</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/window-height</key>
      <applyto>/apps/transmission-remote-gtk/window-height</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>int</type>
      <default>600</default>

      <locale name="C">
        <short>Window height</short>
        <long>Window height</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/window-width</key>
      <applyto>/apps/transmission-remote-gtk/window-width</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>int</type>
      <default>800</default>

      <locale name="C">
        <short>Window width</short>
        <long>Window width</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/port</key>
      <applyto>/apps/transmission-remote-gtk/port</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>int</type>
      <default>9091</default>

      <locale name="C">
        <short>Port</short>
        <long>Port</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/username</key>
      <applyto>/apps/transmission-remote-gtk/username</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>string</type>
      <default></default>

      <locale name="C">
        <short>Username</short>
        <long>Username</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/password</key>
      <applyto>/apps/transmission-remote-gtk/password</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>string</type>
      <default></default>

      <locale name="C">
        <short>Password</short>
        <long>Password</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/transmission-remote-gtk/hostname</key>
      <applyto>/apps/transmission-remote-gtk/hostname</applyto>
      <owner>transmission-remote-gtk</owner>
      <type>string</type>
      <default></default>

      <locale name="C">
        <short>Hostname</short>
        <long>Hostname</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>