summaryrefslogtreecommitdiff
path: root/data/org.mate.eom.gschema.xml.in.in
blob: de8c94f97115d074ab5d785feb8c0729820aeba5 (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
<schemalist>
  <schema id="org.mate.eom" path="/org/mate/eom/">
    <child name="view" schema="org.mate.eom.view"/>
    <child name="full-screen" schema="org.mate.eom.full-screen"/>
    <child name="ui" schema="org.mate.eom.ui"/>
    <child name="plugins" schema="org.mate.eom.plugins"/>
  </schema>
  <schema id="org.mate.eom.view" path="/org/mate/eom/view/">
    <key name="autorotate" type="b">
      <default>true</default>
      <_summary>Automatic orientation</_summary>
      <_description>Whether the image should be rotated automatically based on EXIF orientation.</_description>
    </key>
    <key name="background-color" type="s">
      <default>'#000000'</default>
      <_summary>Background Color</_summary>
      <_description>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.</_description>
    </key>
    <key name="use-background-color" type="b">
      <default>true</default>
      <_summary>Use a custom background color</_summary>
      <_description>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.</_description>
    </key>
    <key name="interpolate" type="b">
      <default>true</default>
      <_summary>Interpolate Image</_summary>
      <_description>Whether the image should be interpolated on zoom-out. This leads to better quality but is somewhat slower than non-interpolated images.</_description>
    </key>
    <key name="extrapolate" type="b">
      <default>true</default>
      <_summary>Extrapolate Image</_summary>
      <_description>Whether the image should be extrapolated on zoom-in. This leads to blurry quality and is somewhat slower than non-extrapolated images.</_description>
    </key>
    <key name="transparency" enum="org.mate.eom.EomTransparencyStyle">
      <default>'checked'</default>
      <_summary>Transparency indicator</_summary>
      <_description>Determines how transparency should be indicated. Valid values are checked, color and none. If color is chosen, then the trans-color key determines the color value used.</_description>
    </key>
    <key name="scroll-wheel-zoom" type="b">
      <default>true</default>
      <_summary>Scroll wheel zoom</_summary>
      <_description>Whether the scroll wheel should be used for zooming.</_description>
    </key>
    <key name="zoom-multiplier" type="d">
      <default>0.05</default>
      <_summary>Zoom multiplier</_summary>
      <_description>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.</_description>
    </key>
    <key name="trans-color" type="s">
      <default>'#000000'</default>
      <_summary>Transparency color</_summary>
      <_description>If the transparency key has the value COLOR, then this  key determines the color which is used for indicating transparency.</_description>
    </key>
  </schema>
  <schema id="org.mate.eom.full-screen" path="/org/mate/eom/full-screen/">
    <key name="random" type="b">
      <default>false</default>
      <_summary>Randomize the image sequence</_summary>
      <_description>Whether the sequence of images should be shown in an random loop.</_description>
    </key>
    <key name="loop" type="b">
      <default>true</default>
      <_summary>Loop through the image sequence</_summary>
      <_description>Whether the sequence of images should be shown in an endless loop.</_description>
    </key>
    <key name="upscale" type="b">
      <default>true</default>
      <_summary>Allow zoom greater than 100% initially</_summary>
      <_description>If this is set to FALSE small images will not be stretched to fit into the screen initially.</_description>
    </key>
    <key name="seconds" type="i">
      <default>5</default>
      <_summary>Delay in seconds until showing the next image</_summary>
      <_description>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.</_description>
    </key>
  </schema>
  <schema id="org.mate.eom.ui" path="/org/mate/eom/ui/">
    <key name="toolbar" type="b">
      <default>true</default>
      <_summary>Show/Hide the window toolbar.</_summary>
    </key>
    <key name="statusbar" type="b">
      <default>true</default>
      <_summary>Show/Hide the window statusbar.</_summary>
    </key>
    <key name="image-collection" type="b">
      <default>false</default>
      <_summary>Show/Hide the image collection pane.</_summary>
    </key>
    <key name="image-collection-position" enum="org.mate.eom.EomWindowCollectionPos">
      <default>'bottom'</default>
      <_summary>Image collection pane position.</_summary>
    </key>
    <key name="image-collection-resizable" type="b">
      <default>false</default>
      <_summary>Whether the image collection pane should be resizable.</_summary>
    </key>
    <key name="sidebar" type="b">
      <default>true</default>
      <_summary>Show/Hide the window side pane.</_summary>
    </key>
    <key name="scroll-buttons" type="b">
      <default>true</default>
      <_summary>Show/Hide the image collection pane scroll buttons.</_summary>
    </key>
    <key name="disable-close-confirmation" type="b">
      <default>false</default>
      <_summary>Close main window without asking to save changes.</_summary>
    </key>
    <key name="disable-trash-confirmation" type="b">
      <default>false</default>
      <_summary>Trash images without asking</_summary>
      <_description>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.</_description>
    </key>
    <key name="propsdialog-netbook-mode" type="b">
      <default>true</default>
      <_summary>Whether the metadata list in the properties dialog should have its own page.</_summary>
      <_description>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.</_description>
    </key>
    <key name="external-editor" type="s">
      <default>''</default>
      <_summary>External program to use for editing images</_summary>
      <_description>The desktop file name (including the ".desktop") of the application to use for editing images (when the "Edit Image" toolbar button is clicked). Set to the empty string to disable this feature.</_description>
    </key>
    <key name="filechooser-xdg-fallback" type="b">
      <default>true</default>
      <_summary>Whether the file chooser should show the user's pictures folder if no images are loaded.</_summary>
      <_description>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.</_description>
    </key>
  </schema>
  <schema id="org.mate.eom.plugins" path="/org/mate/eom/plugins/">
    <key name="active-plugins" type="as">
      <default>[]</default>
      <_summary>Active plugins</_summary>
      <_description>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.</_description>
    </key>
  </schema>
</schemalist>