summaryrefslogtreecommitdiff
path: root/data/eom.schemas.in
blob: 626ebca400e1bb9f84450881b3cbcb5f23c95a16 (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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/eom/view/autorotate</key>
      <applyto>/apps/eom/view/autorotate</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
	<short>Automatic orientation</short>
	<long>Whether the image should be rotated automatically based on
	EXIF orientation.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/background-color</key>
      <applyto>/apps/eom/view/background-color</applyto>
      <owner>eom</owner>
      <type>string</type>
      <default>#000000</default>
      <locale name="C">
	<short>Background Color</short>
	<long>The color that is used to fill the area behind the image.
        If the use-background-color key is not set, the color is determined
        by the active GTK+ theme instead.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/use-background-color</key>
      <applyto>/apps/eom/view/use-background-color</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
	<short>Use a custom background color</short>
	<long>If this is active, the color set by the background-color key will be used to fill the area behind the image. If it is not set, the current GTK+ theme will determine the fill color.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/interpolate</key>
      <applyto>/apps/eom/view/interpolate</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
	<short>Interpolate Image</short>
	<long>Whether the image should be interpolated on zoom-out.
	This leads to better quality but is somewhat slower than
        non-interpolated images.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/extrapolate</key>
      <applyto>/apps/eom/view/extrapolate</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
	<short>Extrapolate Image</short>
	<long>Whether the image should be extrapolated on zoom-in.
	This leads to blurry quality and is somewhat slower than
        non-extrapolated images.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/transparency</key>
      <applyto>/apps/eom/view/transparency</applyto>
      <owner>eom</owner>
      <type>string</type>
      <default>CHECK_PATTERN</default>
      <locale name="C">
	<short>Transparency indicator</short>
	<long>Determines how transparency should be indicated. Valid values
        are CHECK_PATTERN, COLOR and NONE. If COLOR is chosen, then
        the trans-color key determines the color value used.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/scroll_wheel_zoom</key>
      <applyto>/apps/eom/view/scroll_wheel_zoom</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
	<short>Scroll wheel zoom</short>
	<long>Whether the scroll wheel should be used for zooming.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/zoom_multiplier</key>
      <applyto>/apps/eom/view/zoom_multiplier</applyto>
      <owner>eom</owner>
      <type>float</type>
      <default>0.05</default>
      <locale name="C">
	<short>Zoom multiplier</short>
	<long>The multiplier to be applied when using the mouse scroll wheel 
        for zooming. This value defines the zooming step used for each scroll 
	event. For example, 0.05 results in a 5% zoom increment for each 
	scroll event and 1.00 result in a 100% zoom increment.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/view/trans_color</key>
      <applyto>/apps/eom/view/trans_color</applyto>
      <owner>eom</owner>
      <type>string</type>
      <default>#000000</default>
      <locale name="C">
	<short>Transparency color</short>
	<long>If the transparency key has the value COLOR, then this 
        key determines the color which is used for indicating transparency.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/full_screen/loop</key>
      <applyto>/apps/eom/full_screen/loop</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Loop through the image sequence</short>
        <long>Whether the sequence of images should be shown in an
        endless loop.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/full_screen/upscale</key>
      <applyto>/apps/eom/full_screen/upscale</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Allow zoom greater than 100% initially</short>
        <long>If this is set to FALSE small images will not be
        stretched to fit into the screen initially.</long>
      </locale>
    </schema>
	
    <schema>
      <key>/schemas/apps/eom/full_screen/seconds</key>
      <applyto>/apps/eom/full_screen/seconds</applyto>
      <owner>eom</owner>
      <type>int</type>
      <default>5</default>
      <locale name="C">
        <short>Delay in seconds until showing the next image</short>
        <long>A value greater than 0 determines the seconds an image stays
        on screen until the next one is shown automatically. Zero 
        disables the automatic browsing.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/toolbar</key>
      <applyto>/apps/eom/ui/toolbar</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Show/Hide the window toolbar.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/statusbar</key>
      <applyto>/apps/eom/ui/statusbar</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Show/Hide the window statusbar.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/image_collection</key>
      <applyto>/apps/eom/ui/image_collection</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
        <short>Show/Hide the image collection pane.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/image_collection_position</key>
      <applyto>/apps/eom/ui/image_collection_position</applyto>
      <owner>eom</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Image collection pane position. Set to 0 for bottom; 
        1 for left; 2 for top; 3 for right.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/image_collection_resizable</key>
      <applyto>/apps/eom/ui/image_collection_resizable</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
        <short>Whether the image collection pane should be resizable.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/sidebar</key>
      <applyto>/apps/eom/ui/sidebar</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Show/Hide the window side pane.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/scroll_buttons</key>
      <applyto>/apps/eom/ui/scroll_buttons</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Show/Hide the image collection pane scroll buttons.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/disable_trash_confirmation</key>
      <applyto>/apps/eom/ui/disable_trash_confirmation</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
        <short>Trash images without asking</short>
	<long>If activated, Eye of MATE won't ask for confirmation when
	moving images to the trash. It will still ask if any of the files
	cannot be moved to the trash and would be deleted instead.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/filechooser_xdg_fallback</key>
      <applyto>/apps/eom/ui/filechooser_xdg_fallback</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Whether the file chooser should show the user's pictures folder if no images are loaded.</short>
        <long>If activated and no image is loaded in the active window, the file chooser will display the user's pictures folder using the XDG special user directories. If deactivated or the pictures folder has not been set up, it will show the current working directory.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/ui/propsdialog_netbook_mode</key>
      <applyto>/apps/eom/ui/propsdialog_netbook_mode</applyto>
      <owner>eom</owner>
      <type>bool</type>
      <default>1</default>
      <locale name="C">
        <short>Whether the metadata list in the properties dialog should have its own page.</short>
        <long>If activated, the detailed metadata list in the properties dialog
	will be moved to its own page in the dialog. This should make the dialog
	more usable on smaller screens, e.g. as used by netbooks. If disabled,
	the widget will be embedded on the "Metadata" page.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/eom/plugins/active_plugins</key>
      <applyto>/apps/eom/plugins/active_plugins</applyto>
      <owner>eom</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
        <short>Active plugins</short>
        <long>List of active plugins. It doesn't contain the "Location" of the active plugins. 
        See the .eom-plugin file for obtaining the "Location" of a given plugin.</long>
      </locale>
    </schema>

  </schemalist>
</mateconfschemafile>