source: trunk/third/eog/eog.schemas.in @ 20978

Revision 20978, 3.8 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20977, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2  <schemalist>
3    <schema>
4      <key>/schemas/apps/eog/view/interpolate</key>
5      <applyto>/apps/eog/view/interpolate</applyto>
6      <owner>eog</owner>
7      <type>bool</type>
8      <default>1</default>
9      <locale name="C">
10        <short>Interpolate Image</short>
11        <long>Whether the image should be interpolated on zoom or not.
12        This leads to better quality but is somewhat slower than non
13        interpolated images.</long>
14      </locale>
15    </schema>
16
17    <schema>
18      <key>/schemas/apps/eog/view/transparency</key>
19      <applyto>/apps/eog/view/transparency</applyto>
20      <owner>eog</owner>
21      <type>string</type>
22      <default>CHECK_PATTERN</default>
23      <locale name="C">
24        <short>Transparency indicator</short>
25        <long>Determines how transparency should be indicated. Valid values
26        are CHECK_PATTERN, COLOR and NONE. If COLOR is choosen, then
27        the trans_color key determines the used color value.
28        </long>
29      </locale>
30    </schema>
31
32    <schema>
33      <key>/schemas/apps/eog/view/trans_color</key>
34      <applyto>/apps/eog/view/trans_color</applyto>
35      <owner>eog</owner>
36      <type>string</type>
37      <default>#000000</default>
38      <locale name="C">
39        <short>Transparency color</short>
40        <long>If the transparency key has the value COLOR, then this
41        key determines the color which is used for indicating transparency.
42        </long>
43      </locale>
44    </schema>
45
46    <schema>
47      <key>/schemas/apps/eog/window/open_new_window</key>
48      <applyto>/apps/eog/window/open_new_window</applyto>
49      <owner>eog</owner>
50      <type>bool</type>
51      <default>1</default>
52      <locale name="C">
53        <short>Open images in a new window</short>
54        <long>Whether opening an image should create a new window
55        instead of replacing the image in the current window.</long>
56      </locale>
57    </schema>
58
59    <schema>
60      <key>/schemas/apps/eog/full_screen/loop</key>
61      <applyto>/apps/eog/full_screen/loop</applyto>
62      <owner>eog</owner>
63      <type>bool</type>
64      <default>1</default>
65      <locale name="C">
66        <short>Loop through the image sequence</short>
67        <long>Whether or not the sequence of images should be shown in an
68        endless loop.</long>
69      </locale>
70    </schema>
71
72    <schema>
73      <key>/schemas/apps/eog/full_screen/upscale</key>
74      <applyto>/apps/eog/full_screen/upscale</applyto>
75      <owner>eog</owner>
76      <type>bool</type>
77      <default>1</default>
78      <locale name="C">
79        <short>Allow zoom greater than 100% initially</short>
80        <long>If this is set to FALSE small images will not be
81        stretched to fit into the screen initially.</long>
82      </locale>
83    </schema>
84
85    <schema>
86      <key>/schemas/apps/eog/full_screen/seconds</key>
87      <applyto>/apps/eog/full_screen/seconds</applyto>
88      <owner>eog</owner>
89      <type>int</type>
90      <default>0</default>
91      <locale name="C">
92        <short>Delay in seconds until showing the next image</short>
93        <long>A value greater than 0 determines the seconds an image stays
94        on screen until the next one is shown automatically. Zero
95        disables the automatic browsing.</long>
96      </locale>
97    </schema>
98
99    <schema>
100      <key>/schemas/apps/eog/ui/toolbar</key>
101      <applyto>/apps/eog/ui/toolbar</applyto>
102      <owner>eog</owner>
103      <type>bool</type>
104      <default>1</default>
105      <locale name="C">
106        <short>Show/hide the window toolbar.</short>
107      </locale>
108    </schema>
109
110    <schema>
111      <key>/schemas/apps/eog/ui/statusbar</key>
112      <applyto>/apps/eog/ui/statusbar</applyto>
113      <owner>eog</owner>
114      <type>bool</type>
115      <default>1</default>
116      <locale name="C">
117        <short>Show/hide the window statusbar.</short>
118      </locale>
119    </schema>
120
121  </schemalist>
122</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.