Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / gnome / revelation.schemas
- commit
- 02fc1b2867d4
- parent
- 7d9375f894bb
- branch
- default
- tags
- revelation-0.3.2
removed loading of druid module, and bumped version to 0.3.2
1 |
cea4127a11c0
|
<?xml version="1.0" ?> |
2 |
cea4127a11c0
|
<gconfschemafile> |
3 |
cea4127a11c0
|
<schemalist> |
4 |
cea4127a11c0
|
<schema> |
5 |
cea4127a11c0
|
<key>/schemas/apps/revelation/file/autoload</key> |
6 |
cea4127a11c0
|
<applyto>/apps/revelation/file/autoload</applyto> |
7 |
cea4127a11c0
|
<owner>revelation</owner> |
8 |
cea4127a11c0
|
<type>bool</type> |
9 |
cea4127a11c0
|
<default>false</default> |
10 |
cea4127a11c0
|
|
11 |
cea4127a11c0
|
<locale name="C"> |
12 |
cea4127a11c0
|
<short>Autoload a file on startup</short> |
13 |
cea4127a11c0
|
<long> |
14 |
cea4127a11c0
|
If true, Revelation will automatically |
15 |
cea4127a11c0
|
load a data file on startup. The file to |
16 |
cea4127a11c0
|
open is specified in the "autoload_file" key. |
17 |
cea4127a11c0
|
</long> |
18 |
cea4127a11c0
|
</locale> |
19 |
cea4127a11c0
|
</schema> |
20 |
cea4127a11c0
|
|
21 |
cea4127a11c0
|
<schema> |
22 |
cea4127a11c0
|
<key>/schemas/apps/revelation/file/autoload_file</key> |
23 |
cea4127a11c0
|
<applyto>/apps/revelation/file/autoload_file</applyto> |
24 |
cea4127a11c0
|
<owner>revelation</owner> |
25 |
cea4127a11c0
|
<type>string</type> |
26 |
cea4127a11c0
|
<default></default> |
27 |
cea4127a11c0
|
|
28 |
cea4127a11c0
|
<locale name="C"> |
29 |
cea4127a11c0
|
<short>A file to autoload on startup</short> |
30 |
cea4127a11c0
|
<long> |
31 |
cea4127a11c0
|
The full path to a file which Revelation |
32 |
cea4127a11c0
|
should autoload when starting. The "autoload" |
33 |
cea4127a11c0
|
key must also be set to true for this to |
34 |
cea4127a11c0
|
work. |
35 |
cea4127a11c0
|
</long> |
36 |
cea4127a11c0
|
</locale> |
37 |
cea4127a11c0
|
</schema> |
38 |
cea4127a11c0
|
|
39 |
cea4127a11c0
|
<schema> |
40 |
71831418a015
|
<key>/schemas/apps/revelation/file/autosave</key> |
41 |
71831418a015
|
<applyto>/apps/revelation/file/autosave</applyto> |
42 |
71831418a015
|
<owner>revelation</owner> |
43 |
71831418a015
|
<type>bool</type> |
44 |
71831418a015
|
<default>false</default> |
45 |
71831418a015
|
|
46 |
71831418a015
|
<locale name="C"> |
47 |
71831418a015
|
<short>Autosave data when changed</short> |
48 |
71831418a015
|
<long> |
49 |
71831418a015
|
If true, Revelation will automatically |
50 |
71831418a015
|
save the data file when an entry is added, |
51 |
71831418a015
|
updated or removed. |
52 |
71831418a015
|
</long> |
53 |
71831418a015
|
</locale> |
54 |
71831418a015
|
</schema> |
55 |
71831418a015
|
|
56 |
71831418a015
|
<schema> |
57 |
cea4127a11c0
|
<key>/schemas/apps/revelation/passwordgen/avoid_ambiguous</key> |
58 |
cea4127a11c0
|
<applyto>/apps/revelation/passwordgen/avoid_ambiguous</applyto> |
59 |
cea4127a11c0
|
<owner>revelation</owner> |
60 |
cea4127a11c0
|
<type>bool</type> |
61 |
cea4127a11c0
|
<default>true</default> |
62 |
cea4127a11c0
|
|
63 |
cea4127a11c0
|
<locale name="C"> |
64 |
cea4127a11c0
|
<short>Avoid ambiguous characters</short> |
65 |
cea4127a11c0
|
<long> |
66 |
cea4127a11c0
|
If enabled, generated passwords will not |
67 |
cea4127a11c0
|
include ambiguous characters (such as |
68 |
cea4127a11c0
|
0 and O). |
69 |
cea4127a11c0
|
</long> |
70 |
cea4127a11c0
|
</locale> |
71 |
cea4127a11c0
|
</schema> |
72 |
cea4127a11c0
|
|
73 |
cea4127a11c0
|
<schema> |
74 |
cea4127a11c0
|
<key>/schemas/apps/revelation/passwordgen/length</key> |
75 |
cea4127a11c0
|
<applyto>/apps/revelation/passwordgen/length</applyto> |
76 |
cea4127a11c0
|
<owner>revelation</owner> |
77 |
cea4127a11c0
|
<type>int</type> |
78 |
cea4127a11c0
|
<default>8</default> |
79 |
cea4127a11c0
|
|
80 |
cea4127a11c0
|
<locale name="C"> |
81 |
cea4127a11c0
|
<short>Length of passwords</short> |
82 |
cea4127a11c0
|
<long> |
83 |
cea4127a11c0
|
The number of characters in generated |
84 |
cea4127a11c0
|
passwords. A length less than 4 characters |
85 |
cea4127a11c0
|
will be ignored. |
86 |
cea4127a11c0
|
</long> |
87 |
cea4127a11c0
|
</locale> |
88 |
cea4127a11c0
|
</schema> |
89 |
cea4127a11c0
|
|
90 |
cea4127a11c0
|
<schema> |
91 |
cea4127a11c0
|
<key>/schemas/apps/revelation/search/folders</key> |
92 |
cea4127a11c0
|
<applyto>/apps/revelation/search/folders</applyto> |
93 |
cea4127a11c0
|
<owner>revelation</owner> |
94 |
cea4127a11c0
|
<type>bool</type> |
95 |
cea4127a11c0
|
<default>true</default> |
96 |
cea4127a11c0
|
|
97 |
cea4127a11c0
|
<locale name="C"> |
98 |
cea4127a11c0
|
<short>Search for folders</short> |
99 |
cea4127a11c0
|
<long> |
100 |
cea4127a11c0
|
When enabled, the entry searcher will search |
101 |
cea4127a11c0
|
for folders as well as normal accounts. |
102 |
cea4127a11c0
|
</long> |
103 |
cea4127a11c0
|
</locale> |
104 |
cea4127a11c0
|
</schema> |
105 |
cea4127a11c0
|
|
106 |
cea4127a11c0
|
<schema> |
107 |
cea4127a11c0
|
<key>/schemas/apps/revelation/search/namedesc</key> |
108 |
cea4127a11c0
|
<applyto>/apps/revelation/search/namedesc</applyto> |
109 |
cea4127a11c0
|
<owner>revelation</owner> |
110 |
cea4127a11c0
|
<type>bool</type> |
111 |
cea4127a11c0
|
<default>false</default> |
112 |
cea4127a11c0
|
|
113 |
cea4127a11c0
|
<locale name="C"> |
114 |
cea4127a11c0
|
<short>Search in name and description only</short> |
115 |
cea4127a11c0
|
<long> |
116 |
cea4127a11c0
|
When enabled, the entry searcher will only |
117 |
cea4127a11c0
|
search in the name and description of |
118 |
cea4127a11c0
|
entries. |
119 |
cea4127a11c0
|
</long> |
120 |
cea4127a11c0
|
</locale> |
121 |
cea4127a11c0
|
</schema> |
122 |
cea4127a11c0
|
|
123 |
cea4127a11c0
|
<schema> |
124 |
cea4127a11c0
|
<key>/schemas/apps/revelation/search/casesens</key> |
125 |
cea4127a11c0
|
<applyto>/apps/revelation/search/casesens</applyto> |
126 |
cea4127a11c0
|
<owner>revelation</owner> |
127 |
cea4127a11c0
|
<type>bool</type> |
128 |
cea4127a11c0
|
<default>false</default> |
129 |
cea4127a11c0
|
|
130 |
cea4127a11c0
|
<locale name="C"> |
131 |
cea4127a11c0
|
<short>Case-sensitive search</short> |
132 |
cea4127a11c0
|
<long> |
133 |
cea4127a11c0
|
When enabled, searches will be case-sensitive. |
134 |
cea4127a11c0
|
</long> |
135 |
cea4127a11c0
|
</locale> |
136 |
cea4127a11c0
|
</schema> |
137 |
cea4127a11c0
|
|
138 |
cea4127a11c0
|
<schema> |
139 |
1aa324cfd765
|
<key>/schemas/apps/revelation/view/pane-position</key> |
140 |
1aa324cfd765
|
<applyto>/apps/revelation/view/pane-position</applyto> |
141 |
1aa324cfd765
|
<owner>revelation</owner> |
142 |
1aa324cfd765
|
<type>int</type> |
143 |
1aa324cfd765
|
<default>300</default> |
144 |
1aa324cfd765
|
|
145 |
1aa324cfd765
|
<locale name="C"> |
146 |
1aa324cfd765
|
<short>Initial main pane position</short> |
147 |
1aa324cfd765
|
<long> |
148 |
1aa324cfd765
|
The initial position of the pane in |
149 |
1aa324cfd765
|
the main application window, in pixels. |
150 |
1aa324cfd765
|
</long> |
151 |
1aa324cfd765
|
</locale> |
152 |
1aa324cfd765
|
</schema> |
153 |
1aa324cfd765
|
|
154 |
1aa324cfd765
|
<schema> |
155 |
cea4127a11c0
|
<key>/schemas/apps/revelation/view/passwords</key> |
156 |
cea4127a11c0
|
<applyto>/apps/revelation/view/passwords</applyto> |
157 |
cea4127a11c0
|
<owner>revelation</owner> |
158 |
cea4127a11c0
|
<type>bool</type> |
159 |
cea4127a11c0
|
<default>true</default> |
160 |
cea4127a11c0
|
|
161 |
cea4127a11c0
|
<locale name="C"> |
162 |
cea4127a11c0
|
<short>Show passwords</short> |
163 |
cea4127a11c0
|
<long> |
164 |
cea4127a11c0
|
When true, passwords will be displayed |
165 |
cea4127a11c0
|
in plain text. Turning this option off |
166 |
cea4127a11c0
|
will obscure passwords with ******. |
167 |
cea4127a11c0
|
</long> |
168 |
cea4127a11c0
|
</locale> |
169 |
cea4127a11c0
|
</schema> |
170 |
cea4127a11c0
|
|
171 |
cea4127a11c0
|
<schema> |
172 |
1aa324cfd765
|
<key>/schemas/apps/revelation/view/statusbar</key> |
173 |
1aa324cfd765
|
<applyto>/apps/revelation/view/statusbar</applyto> |
174 |
1aa324cfd765
|
<owner>revelation</owner> |
175 |
1aa324cfd765
|
<type>bool</type> |
176 |
1aa324cfd765
|
<default>true</default> |
177 |
1aa324cfd765
|
|
178 |
1aa324cfd765
|
<locale name="C"> |
179 |
1aa324cfd765
|
<short>Displays the statusbar</short> |
180 |
1aa324cfd765
|
<long> |
181 |
1aa324cfd765
|
When set to "true", Revelation will display |
182 |
1aa324cfd765
|
its statusbar. |
183 |
1aa324cfd765
|
</long> |
184 |
1aa324cfd765
|
</locale> |
185 |
1aa324cfd765
|
</schema> |
186 |
1aa324cfd765
|
|
187 |
1aa324cfd765
|
<schema> |
188 |
cea4127a11c0
|
<key>/schemas/apps/revelation/view/toolbar</key> |
189 |
cea4127a11c0
|
<applyto>/apps/revelation/view/toolbar</applyto> |
190 |
cea4127a11c0
|
<owner>revelation</owner> |
191 |
cea4127a11c0
|
<type>bool</type> |
192 |
cea4127a11c0
|
<default>true</default> |
193 |
cea4127a11c0
|
|
194 |
cea4127a11c0
|
<locale name="C"> |
195 |
cea4127a11c0
|
<short>Displays the toolbar</short> |
196 |
cea4127a11c0
|
<long> |
197 |
cea4127a11c0
|
When set to "true", Revelation will display |
198 |
cea4127a11c0
|
its toolbar. |
199 |
cea4127a11c0
|
</long> |
200 |
cea4127a11c0
|
</locale> |
201 |
cea4127a11c0
|
</schema> |
202 |
cea4127a11c0
|
|
203 |
cea4127a11c0
|
<schema> |
204 |
1aa324cfd765
|
<key>/schemas/apps/revelation/view/window-height</key> |
205 |
1aa324cfd765
|
<applyto>/apps/revelation/view/window-height</applyto> |
206 |
cea4127a11c0
|
<owner>revelation</owner> |
207 |
1aa324cfd765
|
<type>int</type> |
208 |
1aa324cfd765
|
<default>400</default> |
209 |
cea4127a11c0
|
|
210 |
cea4127a11c0
|
<locale name="C"> |
211 |
1aa324cfd765
|
<short>Initial window height</short> |
212 |
cea4127a11c0
|
<long> |
213 |
1aa324cfd765
|
The initial height of the main window, |
214 |
1aa324cfd765
|
in pixels. |
215 |
cea4127a11c0
|
</long> |
216 |
cea4127a11c0
|
</locale> |
217 |
cea4127a11c0
|
</schema> |
218 |
1aa324cfd765
|
|
219 |
1aa324cfd765
|
<schema> |
220 |
f4e8220f0a3a
|
<key>/schemas/apps/revelation/view/window-position-x</key> |
221 |
f4e8220f0a3a
|
<applyto>/apps/revelation/view/window-position-x</applyto> |
222 |
f4e8220f0a3a
|
<owner>revelation</owner> |
223 |
f4e8220f0a3a
|
<type>int</type> |
224 |
f4e8220f0a3a
|
<default>0</default> |
225 |
f4e8220f0a3a
|
|
226 |
f4e8220f0a3a
|
<locale name="C"> |
227 |
f4e8220f0a3a
|
<short>Initial horizontal window position</short> |
228 |
f4e8220f0a3a
|
<long> |
229 |
f4e8220f0a3a
|
The initial horizontal position of the main |
230 |
f4e8220f0a3a
|
window, in pixels. |
231 |
f4e8220f0a3a
|
</long> |
232 |
f4e8220f0a3a
|
</locale> |
233 |
f4e8220f0a3a
|
</schema> |
234 |
f4e8220f0a3a
|
|
235 |
f4e8220f0a3a
|
<schema> |
236 |
f4e8220f0a3a
|
<key>/schemas/apps/revelation/view/window-position-y</key> |
237 |
f4e8220f0a3a
|
<applyto>/apps/revelation/view/window-position-y</applyto> |
238 |
f4e8220f0a3a
|
<owner>revelation</owner> |
239 |
f4e8220f0a3a
|
<type>int</type> |
240 |
f4e8220f0a3a
|
<default>0</default> |
241 |
f4e8220f0a3a
|
|
242 |
f4e8220f0a3a
|
<locale name="C"> |
243 |
f4e8220f0a3a
|
<short>Initial vertical window position</short> |
244 |
f4e8220f0a3a
|
<long> |
245 |
f4e8220f0a3a
|
The initial vertical position of the main |
246 |
f4e8220f0a3a
|
window, in pixels. |
247 |
f4e8220f0a3a
|
</long> |
248 |
f4e8220f0a3a
|
</locale> |
249 |
f4e8220f0a3a
|
</schema> |
250 |
f4e8220f0a3a
|
|
251 |
f4e8220f0a3a
|
<schema> |
252 |
1aa324cfd765
|
<key>/schemas/apps/revelation/view/window-width</key> |
253 |
1aa324cfd765
|
<applyto>/apps/revelation/view/window-width</applyto> |
254 |
1aa324cfd765
|
<owner>revelation</owner> |
255 |
1aa324cfd765
|
<type>int</type> |
256 |
1aa324cfd765
|
<default>600</default> |
257 |
1aa324cfd765
|
|
258 |
1aa324cfd765
|
<locale name="C"> |
259 |
1aa324cfd765
|
<short>Initial window width</short> |
260 |
1aa324cfd765
|
<long> |
261 |
1aa324cfd765
|
The initial width of the main window, |
262 |
1aa324cfd765
|
in pixels. |
263 |
1aa324cfd765
|
</long> |
264 |
1aa324cfd765
|
</locale> |
265 |
1aa324cfd765
|
</schema> |
266 |
1aa324cfd765
|
|
267 |
cea4127a11c0
|
</schemalist> |
268 |
cea4127a11c0
|
</gconfschemafile> |