1<?xml version="1.0" encoding="UTF-8"?>
2<schemalist>
3
4  <enum id="org.entangle-photo.manager.cms.rendering-intent">
5    <value value="0" nick="perceptual"/>
6    <value value="1" nick="relative-colourimetric"/>
7    <value value="2" nick="saturation"/>
8    <value value="3" nick="absolute-colourimetric"/>
9  </enum>
10
11  <enum id="org.entangle-photo.manager.img.grid-lines">
12    <value value="0" nick="none"/>
13    <value value="1" nick="center-lines"/>
14    <value value="2" nick="rule-of-3rds"/>
15    <value value="3" nick="quarters"/>
16    <value value="4" nick="rule-of-5ths"/>
17    <value value="5" nick="golden-sections"/>
18  </enum>
19
20  <schema path="/org/entangle-photo/manager/" id="org.entangle-photo.manager" gettext-domain="entangle-photo">
21    <child schema="org.entangle-photo.manager.interface" name="interface"/>
22    <child schema="org.entangle-photo.manager.capture" name="capture"/>
23    <child schema="org.entangle-photo.manager.cms" name="cms"/>
24    <child schema="org.entangle-photo.manager.img" name="img"/>
25  </schema>
26
27  <schema path="/org/entangle-photo/manager/interface/" id="org.entangle-photo.manager.interface" gettext-domain="entangle-photo">
28    <key type="b" name="auto-connect">
29      <default>true</default>
30      <summary>Auto connect</summary>
31      <description>Automatically connect to cameras at startup</description>
32    </key>
33
34    <key type="b" name="screen-blank">
35      <default>false</default>
36      <summary>Screen blank</summary>
37      <description>Blank screen while capturing images</description>
38    </key>
39
40    <key type="b" name="histogram-linear">
41      <default>false</default>
42      <summary>Show linear histogram</summary>
43      <description>Show linear histogram instead of logarithmic</description>
44    </key>
45
46    <key type="as" name="plugins">
47      <default>[]</default>
48      <summary>Plugins</summary>
49      <description>Plugins which are loaded</description>
50    </key>
51  </schema>
52
53  <schema path="/org/entangle-photo/manager/capture/" id="org.entangle-photo.manager.capture" gettext-domain="entangle-photo">
54    <key type="s" name="filename-pattern">
55      <default>'captureXXXXXX'</default>
56      <summary>Filename pattern</summary>
57      <description>Image filename pattern</description>
58    </key>
59
60    <key type="s" name="last-session">
61      <default>''</default>
62      <summary>Picture dir</summary>
63      <description>Directory in which image sessions are created</description>
64    </key>
65
66    <key type="b" name="continuous-preview">
67      <default>false</default>
68      <summary>Continuous preview</summary>
69      <description>Continue with preview after capture</description>
70    </key>
71
72    <key type="b" name="delete-file">
73      <default>true</default>
74      <summary>Delete files</summary>
75      <description>Delete files from camera after capture</description>
76    </key>
77
78    <key type="b" name="sync-clock">
79      <default>false</default>
80      <summary>Sync clock</summary>
81      <description>Automatically sync camera clock with computer</description>
82    </key>
83
84    <key type="b" name="electronic-shutter">
85      <default>false</default>
86      <summary>Electronic shutter</summary>
87      <description>Use preview output as capture image</description>
88    </key>
89  </schema>
90
91  <schema path="/org/entangle-photo/manager/cms/" id="org.entangle-photo.manager.cms" gettext-domain="entangle-photo">
92    <key type="b" name="enabled">
93      <default>true</default>
94      <summary>Enable colour management</summary>
95      <description>Enable colour managed display of images</description>
96    </key>
97
98    <key type="b" name="detect-system-profile">
99      <default>true</default>
100      <summary>Detect system monitor profile</summary>
101      <description>Automatically detexct colour profile for monitors</description>
102    </key>
103
104    <key name="rendering-intent" enum="org.entangle-photo.manager.cms.rendering-intent">
105      <default>'perceptual'</default>
106      <summary>Rendering intent</summary>
107      <description>Rendering intent</description>
108    </key>
109
110    <key type="s" name="monitor-profile">
111      <default>''</default>
112      <summary>Monitor profile</summary>
113      <description>Path to monitor colour profile</description>
114    </key>
115
116    <key type="s" name="rgb-profile">
117      <default>''</default>
118      <summary>RGB profile</summary>
119      <description>Path to RGB colour profile</description>
120    </key>
121  </schema>
122
123  <schema path="/org/entangle-photo/manager/img/" id="org.entangle-photo.manager.img" gettext-domain="entangle-photo">
124    <key type="s" name="aspect-ratio">
125      <default>'1.33'</default>
126      <summary>Aspect ratio</summary>
127      <description>Apply image mask with a fixed aspect ratio (eg 1.33)</description>
128    </key>
129
130    <key type="i" name="mask-opacity">
131      <default>90</default>
132      <summary>Mask opacity</summary>
133      <description>Opacity of borders used for image mask</description>
134    </key>
135
136    <key type="b" name="mask-enabled">
137      <default>false</default>
138      <summary>Mask enabled</summary>
139      <description>Enable aspect ratio image mask</description>
140    </key>
141
142    <key type="b" name="focus-point">
143      <default>true</default>
144      <summary>Focus point</summary>
145      <description>Focus point in preview mode</description>
146    </key>
147
148    <key name="grid-lines" enum="org.entangle-photo.manager.img.grid-lines">
149      <default>'golden-sections'</default>
150      <summary>Grid lines</summary>
151      <description>Grid lines in preview</description>
152    </key>
153
154    <key type="b" name="embedded-preview">
155      <default>true</default>
156      <summary>Use embedded preview</summary>
157      <description>Use embedded preview image instead of loading raw file</description>
158    </key>
159
160    <key type="i" name="onion-layers">
161      <default>3</default>
162      <summary>Onion layers</summary>
163      <description>Number of overlay layers in image display</description>
164    </key>
165
166    <key type="b" name="onion-skin">
167      <default>false</default>
168      <summary>Onion skin</summary>
169      <description>Enable image overlay display</description>
170    </key>
171
172    <key type="s" name="background">
173      <default>'#000000'</default>
174      <summary>Image background color</summary>
175      <description>Image background color</description>
176    </key>
177
178    <key type="s" name="highlight">
179      <default>'#FFFFFF'</default>
180      <summary>Image highlight color</summary>
181      <description>Image highlight color</description>
182    </key>
183
184  </schema>
185
186  <schema id="org.entangle-photo.manager.camera" gettext-domain="entangle-photo">
187    <key type="as" name="controls">
188      <default>[]</default>
189      <summary>Control list</summary>
190      <description>List of camera control setting name</description>
191    </key>
192  </schema>
193</schemalist>
194