source: trunk/third/ggv/ggv.schemas @ 18703

Revision 18703, 10.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18702, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2  <schemalist>
3    <schema>
4      <key>/schemas/apps/ggv/gtkgs/respect_eof</key>
5      <applyto>/apps/ggv/gtkgs/respect_eof</applyto>
6      <owner>ggv</owner>
7      <type>bool</type>
8      <default>true</default>
9      <locale name="C">
10        <short>Respect EOF comment</short>
11        <long>Tells whether the postsrcipt display widget will respect
12        the End Of File comment. If true, the widget will only parse the
13        document until EOF comment.</long>
14      </locale>
15    </schema>
16
17    <schema>
18      <key>/schemas/apps/ggv/gtkgs/watch_doc</key>
19      <applyto>/apps/ggv/gtkgs/watch_doc</applyto>
20      <owner>ggv</owner>
21      <type>bool</type>
22      <default>false</default>
23      <locale name="C">
24        <short>Watch document for changes</short>
25        <long>Should the postscript display widget poll the viewed
26        file for changes and reload it if it changes.</long>
27      </locale>
28    </schema>
29
30    <schema>
31      <key>/schemas/apps/ggv/gtkgs/override_size</key>
32      <applyto>/apps/ggv/gtkgs/override_size</applyto>
33      <owner>ggv</owner>
34      <type>bool</type>
35      <default>false</default>
36      <locale name="C">
37        <short>Override document specified page size</short>
38        <long>Should the postscript display widget use its
39        default page size instead of the one specified in the
40        document.</long>
41      </locale>
42    </schema>
43
44    <schema>
45      <key>/schemas/apps/ggv/gtkgs/override_orientation</key>
46      <applyto>/apps/ggv/gtkgs/override_orientation</applyto>
47      <owner>ggv</owner>
48      <type>bool</type>
49      <default>false</default>
50      <locale name="C">
51        <short>Override document specified orientation</short>
52        <long>If true, the orientation specified by the document will
53        be overriden with the default orientation.</long>
54      </locale>
55    </schema>
56
57    <schema>
58      <key>/schemas/apps/ggv/gtkgs/antialiasing</key>
59      <applyto>/apps/ggv/gtkgs/antialiasing</applyto>
60      <owner>ggv</owner>
61      <type>bool</type>
62      <default>true</default>
63      <locale name="C">
64        <short>Antialiased rendering</short>
65        <long>Should the document be rendered in an antialiased mode.</long>
66      </locale>
67    </schema>
68
69    <schema>
70      <key>/schemas/apps/ggv/gtkgs/show_scroll_rect</key>
71      <applyto>/apps/ggv/gtkgs/show_scroll_rect</applyto>
72      <owner>ggv</owner>
73      <type>bool</type>
74      <default>true</default>
75      <locale name="C">
76        <short>Show previous visible area when scrolling</short>
77        <long>Does the user want to see a rectangle outlining the
78        previously visible area when scrolling.</long>
79      </locale>
80    </schema>
81
82    <schema>
83      <key>/schemas/apps/ggv/gtkgs/size</key>
84      <applyto>/apps/ggv/gtkgs/size</applyto>
85      <owner>ggv</owner>
86      <type>int</type>
87      <default>1</default>
88      <locale name="C">
89        <short>Default page size</short>
90        <long>The default page size to use when no page size is specified by
91        the document or when the user wishes to override the size
92        specified in the document.</long>
93      </locale>
94    </schema>
95
96    <schema>
97      <key>/schemas/apps/ggv/gtkgs/zoom</key>
98      <applyto>/apps/ggv/gtkgs/zoom</applyto>
99      <owner>ggv</owner>
100      <type>float</type>
101      <default>1.0</default>
102      <locale name="C">
103        <short>Default zoom factor.</short>
104        <long>The default zoom factor for the document. Should belong to
105        the interval [0.05, 30.0].</long>
106      </locale>
107    </schema>
108
109    <schema>
110      <key>/schemas/apps/ggv/gtkgs/scrollstep</key>
111      <applyto>/apps/ggv/gtkgs/scrollstep</applyto>
112      <owner>ggv</owner>
113      <type>float</type>
114      <default>0.25</default>
115      <locale name="C">
116        <short>Percentage of the viewable area to scroll.</short>
117        <long>Percentage of the viewable area to move when scrolling.</long>
118      </locale>
119    </schema>
120
121    <schema>
122      <key>/schemas/apps/ggv/gtkgs/orientation</key>
123      <applyto>/apps/ggv/gtkgs/orientation</applyto>
124      <owner>ggv</owner>
125      <type>int</type>
126      <default>0</default>
127      <locale name="C">
128        <short>Default document orientation</short>
129        <long>The orientation to use when the document defines no       
130        orientation or when the user wishes to override the document
131        specified orientation.</long>
132      </locale>
133    </schema>
134
135    <schema>
136      <key>/schemas/apps/ggv/gtkgs/interpreter</key>
137      <applyto>/apps/ggv/gtkgs/interpreter</applyto>
138      <owner>ggv</owner>
139      <type>string</type>
140      <locale name="C">
141        <short>Postscript interpreter command</short>
142        <long>Command line used to execute the postscript interpreter.</long>
143      </locale>
144    </schema>
145
146    <schema>
147      <key>/schemas/apps/ggv/gtkgs/alphaparams</key>
148      <applyto>/apps/ggv/gtkgs/alphaparams</applyto>
149      <owner>ggv</owner>
150      <type>string</type>
151      <locale name="C">
152        <short>Antialiasing arguments.</short>
153        <long>Command line arguments for antialiasing.</long>
154      </locale>
155    </schema>
156
157    <schema>
158      <key>/schemas/apps/ggv/gtkgs/convertpdf</key>
159      <applyto>/apps/ggv/gtkgs/convertpdf</applyto>
160      <owner>ggv</owner>
161      <type>string</type>
162      <locale name="C">
163        <short>PDF to PS conversion command</short>
164        <long>The command line used to convert PDF files to PostScript.</long>
165      </locale>
166    </schema>
167
168    <schema>
169      <key>/schemas/apps/ggv/gtkgs/ungzip</key>
170      <applyto>/apps/ggv/gtkgs/ungzip</applyto>
171      <owner>ggv</owner>
172      <type>string</type>
173      <locale name="C">
174        <short>Ungzip command</short>
175        <long>The command for unpacking gzipped files.</long>
176      </locale>
177    </schema>
178
179    <schema>
180      <key>/schemas/apps/ggv/gtkgs/unbzip2</key>
181      <applyto>/apps/ggv/gtkgs/unbzip2</applyto>
182      <owner>ggv</owner>
183      <type>string</type>
184      <locale name="C">
185        <short>Unbzip2 command</short>
186        <long>The command used to unpack files compressed with bzip2.</long>
187      </locale>
188    </schema>
189
190    <schema>
191      <key>/schemas/apps/ggv/layout/showpanel</key>
192      <applyto>/apps/ggv/layout/showpanel</applyto>
193      <owner>ggv</owner>
194      <type>bool</type>
195      <default>true</default>
196      <locale name="C">
197        <short>Show side panel</short>
198        <long>Whether the side panel should be visible by default.</long>
199      </locale>
200    </schema>
201
202    <schema>
203      <key>/schemas/apps/ggv/layout/rightpanel</key>
204      <applyto>/apps/ggv/layout/rightpanel</applyto>
205      <owner>ggv</owner>
206      <type>bool</type>
207      <default>false</default>
208      <locale name="C">
209        <short>Panel on right-hand side</short>
210        <long>Should the side panel appear on the right of the display area.</long>
211      </locale>
212    </schema>
213
214    <schema>
215      <key>/schemas/apps/ggv/layout/showtoolbar</key>
216      <applyto>/apps/ggv/layout/showtoolbar</applyto>
217      <owner>ggv</owner>
218      <type>bool</type>
219      <default>true</default>
220      <locale name="C">
221        <short>Show toolbar</short>
222        <long>Whether the toolbar should be visible by default.</long>
223      </locale>
224    </schema>
225
226    <schema>
227      <key>/schemas/apps/ggv/layout/showstatusbar</key>
228      <applyto>/apps/ggv/layout/showstatusbar</applyto>
229      <owner>ggv</owner>
230      <type>bool</type>
231      <default>true</default>
232      <locale name="C">
233        <short>Show statusbar</short>
234        <long>Whether the statusbar should be visible by default.</long>
235      </locale>
236    </schema>
237
238    <schema>
239      <key>/schemas/apps/ggv/layout/toolbarstyle</key>
240      <applyto>/apps/ggv/layout/toolbarlabels</applyto>
241      <owner>ggv</owner>
242      <type>int</type>
243      <default>0</default>
244      <locale name="C">
245        <short>Toolbar style</short>
246        <long>Whether the toolbar buttons show icons, text, both or use the GNOME-wise default.</long>
247      </locale>
248    </schema>
249
250    <schema>
251      <key>/schemas/apps/ggv/layout/showmenubar</key>
252      <applyto>/apps/ggv/layout/showmenubar</applyto>
253      <owner>ggv</owner>
254      <type>bool</type>
255      <default>true</default>
256      <locale name="C">
257        <short>Show menubar</short>
258        <long>Whether the menubar should be visible by default.</long>
259      </locale>
260    </schema>
261
262    <schema>
263      <key>/schemas/apps/ggv/control/autojump</key>
264      <applyto>/apps/ggv/control/autojump</applyto>
265      <owner>ggv</owner>
266      <type>bool</type>
267      <default>true</default>
268      <locale name="C">
269        <short>Autojump</short>
270        <long>Whether the control should jump to next page when using
271        keyboard to scroll.</long>
272      </locale>
273    </schema>
274
275    <schema>
276      <key>/schemas/apps/ggv/control/pageflip</key>
277      <applyto>/apps/ggv/control/pageflip</applyto>
278      <owner>ggv</owner>
279      <type>bool</type>
280      <default>false</default>
281      <locale name="C">
282        <short>Page flip</short>
283        <long>Should GGV automatically flip pages when you scroll to
284        the edge.</long>
285      </locale>
286    </schema>
287
288    <schema>
289      <key>/schemas/apps/ggv/layout/savegeometry</key>
290      <applyto>/apps/ggv/layout/savegeometry</applyto>
291      <owner>ggv</owner>
292      <type>bool</type>
293      <default>true</default>
294      <locale name="C">
295        <short>Save window geometry</short>
296        <long>Whether the viewer should save and restore the window
297        geometry.</long>
298      </locale>
299    </schema>
300
301    <schema>
302      <key>/schemas/apps/ggv/layout/windowwidth</key>
303      <applyto>/apps/ggv/layout/windowwidth</applyto>
304      <owner>ggv</owner>
305      <type>int</type>
306      <default>640</default>
307      <locale name="C">
308        <short>Viewer window width.</short>
309        <long>The width of the viewer's window.</long>
310      </locale>
311    </schema>
312
313    <schema>
314      <key>/schemas/apps/ggv/layout/windowheight</key>
315      <applyto>/apps/ggv/layout/windowheight</applyto>
316      <owner>ggv</owner>
317      <type>int</type>
318      <default>480</default>
319      <locale name="C">
320        <short>Viewer window height.</short>
321        <long>The height of the viewer's window.</long>
322      </locale>
323    </schema>
324
325    <schema>
326      <key>/schemas/apps/ggv/printing/command</key>
327      <applyto>/apps/ggv/printing/command</applyto>
328      <owner>ggv</owner>
329      <type>string</type>
330      <locale name="C">
331        <short>Printing command.</short>
332        <long>The shell command used to print files.</long>
333      </locale>
334    </schema>
335
336    <schema>
337      <key>/schemas/apps/ggv/coordinates/units</key>
338      <applyto>/apps/ggv/coordinates/units</applyto>
339      <owner>ggv</owner>
340      <type>int</type>
341      <default>0</default>
342      <locale name="C">
343        <short>Coordinate units.</short>
344        <long>Units for the coordinate display.</long>
345      </locale>
346    </schema>
347  </schemalist>
348</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.