~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to data/darktable.schemas

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2011-04-14 23:42:12 UTC
  • Revision ID: james.westby@ubuntu.com-20110414234212-kuffcz5wiu18v6ra
Tags: upstream-0.8
ImportĀ upstreamĀ versionĀ 0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
  <schemalist>
 
3
    <schema><!--tab:core-->
 
4
      <key>/schemas/apps/darktable/database</key>
 
5
      <applyto>/apps/darktable/database</applyto>
 
6
      <owner>darktable</owner>
 
7
      <type>string</type>
 
8
      <default>library.db</default>
 
9
      <gettext_domain>darktable</gettext_domain>
 
10
      <locale name="C">
 
11
        <short>database file</short>
 
12
        <long>filename relative to your home directory, or starting with a slash (needs a restart).</long>
 
13
      </locale>
 
14
    </schema>
 
15
 
 
16
    <schema><!--tab:core-->
 
17
      <key>/schemas/apps/darktable/cachefile</key>
 
18
      <applyto>/apps/darktable/cachefile</applyto>
 
19
      <owner>darktable</owner>
 
20
      <type>string</type>
 
21
      <default>mipmaps</default>
 
22
      <gettext_domain>darktable</gettext_domain>
 
23
      <locale name="C">
 
24
        <short>image cache file</short>
 
25
        <long>filename relative to your home directory, or starting with a slash (needs a restart).</long>
 
26
      </locale>
 
27
    </schema>
 
28
    
 
29
    <schema><!--tab:core-->
 
30
      <key>/schemas/apps/darktable/cachefile_backup</key>
 
31
      <applyto>/apps/darktable/cachefile_backup</applyto>
 
32
      <owner>darktable</owner>
 
33
      <type>bool</type>
 
34
      <default>true</default>
 
35
      <gettext_domain>darktable</gettext_domain>
 
36
      <locale name="C">
 
37
        <short>image cache file backup</short>
 
38
        <long>creates backup of cachefile to prevent loss of thumbnails generated at crashes etc (needs a restart).</long>
 
39
      </locale>
 
40
    </schema>
 
41
 
 
42
    <schema><!--tab:gui-->
 
43
      <key>/schemas/apps/darktable/themefile</key>
 
44
      <applyto>/apps/darktable/themefile</applyto>
 
45
      <owner>darktable</owner>
 
46
      <type>string</type>
 
47
      <default>darktable.gtkrc</default>
 
48
      <gettext_domain>darktable</gettext_domain>
 
49
      <locale name="C">
 
50
        <short>filename of your custom theme in share/darktable/</short>
 
51
        <long> (needs a restart) </long>
 
52
      </locale>
 
53
    </schema>
 
54
 
 
55
    <schema><!--tab:gui-->
 
56
      <key>/schemas/apps/darktable/panel_width</key>
 
57
      <applyto>/apps/darktable/panel_width</applyto>
 
58
      <owner>darktable</owner>
 
59
      <type>int</type>
 
60
      <default>300</default>
 
61
      <gettext_domain>darktable</gettext_domain>
 
62
      <locale name="C">
 
63
        <short>size of the side panels in pixels</short>
 
64
        <long> (needs a restart)</long>
 
65
      </locale>
 
66
    </schema>
 
67
 
 
68
    <schema><!--tab:core-->
 
69
      <key>/schemas/apps/darktable/cache_memory</key>
 
70
      <applyto>/apps/darktable/cache_memory</applyto>
 
71
      <owner>darktable</owner>
 
72
      <type>int</type>
 
73
      <default>536870912</default>
 
74
      <gettext_domain>darktable</gettext_domain>
 
75
      <locale name="C">
 
76
        <short>memory in bytes to use for mipmap cache</short>
 
77
        <long> (needs a restart) </long>
 
78
      </locale>
 
79
    </schema>
 
80
 
 
81
    <schema>
 
82
      <key>/schemas/apps/darktable/mipmap_cache_thumbnails</key>
 
83
      <applyto>/apps/darktable/mipmap_cache_thumbnails</applyto>
 
84
      <owner>darktable</owner>
 
85
      <type>int</type>
 
86
      <default>1000</default>
 
87
      <gettext_domain>darktable</gettext_domain>
 
88
      <locale name="C">
 
89
        <short>small thumbnails to keep in main memory cache</short>
 
90
        <long>how many smallest-size thumbnails to keep in main memory at maximum. this also affects larger mipmap counts,
 
91
              these get fewer by size. only read at startup.</long>
 
92
      </locale>
 
93
    </schema>
 
94
 
 
95
    <schema><!--tab:core-->
 
96
      <key>/schemas/apps/darktable/mipmap_cache_full_images</key>
 
97
      <applyto>/apps/darktable/mipmap_cache_full_images</applyto>
 
98
      <owner>darktable</owner>
 
99
      <type>int</type>
 
100
      <default>2</default>
 
101
      <gettext_domain>darktable</gettext_domain>
 
102
      <locale name="C">
 
103
        <short>full resolution image buffers to keep in main memory cache</short>
 
104
        <long>how many full-resolution floating point buffers of loaded raw images to keep in main memory at maximum.  set this variable to num_threads + 1 if you want multithreaded export (keep one for darkroom mode).  be warned: every thread will need about 1GB of memory (needs a restart).</long>
 
105
      </locale>
 
106
    </schema>
 
107
 
 
108
    <schema><!--tab:gui-->
 
109
      <key>/schemas/apps/darktable/never_use_embedded_thumb</key>
 
110
      <applyto>/apps/darktable/never_use_embedded_thumb</applyto>
 
111
      <owner>darktable</owner>
 
112
      <type>bool</type>
 
113
      <default>false</default>
 
114
      <gettext_domain>darktable</gettext_domain>
 
115
      <locale name="C">
 
116
        <short>don't use embedded preview jpeg, always use half-size raw</short>
 
117
        <long></long>
 
118
      </locale>
 
119
    </schema>
 
120
 
 
121
    <schema><!--tab:core-->
 
122
      <key>/schemas/apps/darktable/write_sidecar_files</key>
 
123
      <applyto>/apps/darktable/write_sidecar_files</applyto>
 
124
      <owner>darktable</owner>
 
125
      <type>bool</type>
 
126
      <default>true</default>
 
127
      <gettext_domain>darktable</gettext_domain>
 
128
      <locale name="C">
 
129
        <short>write a redundant sidecar file for each image</short>
 
130
        <long>these files can later be re-imported into a different database, preserving your changes to the image.</long>
 
131
      </locale>
 
132
    </schema>
 
133
 
 
134
    <schema><!--tab:gui-->
 
135
      <key>/schemas/apps/darktable/ask_before_remove</key>
 
136
      <applyto>/apps/darktable/ask_before_remove</applyto>
 
137
      <owner>darktable</owner>
 
138
      <type>bool</type>
 
139
      <default>true</default>
 
140
      <gettext_domain>darktable</gettext_domain>
 
141
      <locale name="C">
 
142
        <short>ask before removing images</short>
 
143
        <long>always ask the user before any image is removed from db.</long>
 
144
      </locale>
 
145
    </schema>
 
146
 
 
147
    <schema><!--tab:gui-->
 
148
      <key>/schemas/apps/darktable/ask_before_delete</key>
 
149
      <applyto>/apps/darktable/ask_before_delete</applyto>
 
150
      <owner>darktable</owner>
 
151
      <type>bool</type>
 
152
      <default>true</default>
 
153
      <gettext_domain>darktable</gettext_domain>
 
154
      <locale name="C">
 
155
        <short>ask before deleting images</short>
 
156
        <long>always ask the user before any image file is deleted.</long>
 
157
      </locale>
 
158
    </schema>
 
159
 
 
160
    <schema><!--tab:gui-->
 
161
      <key>/schemas/apps/darktable/preview_subsample</key>
 
162
      <applyto>/apps/darktable/preview_subsample</applyto>
 
163
      <owner>darktable</owner>
 
164
      <type>float</type>
 
165
      <default>1.0</default>
 
166
      <gettext_domain>darktable</gettext_domain>
 
167
      <locale name="C">
 
168
        <short>downsample the preview pixels</short>
 
169
        <long>this value smaller than 1.0 downsamples the preview pixels in darkroom mode for faster feedback.</long>
 
170
      </locale>
 
171
    </schema>
 
172
 
 
173
    <schema><!--tab:gui-->
 
174
      <key>/schemas/apps/darktable/show_folder_levels</key>
 
175
      <applyto>/apps/darktable/show_folder_levels</applyto>
 
176
      <owner>darktable</owner>
 
177
      <type>int</type>
 
178
      <default>1</default>
 
179
      <gettext_domain>darktable</gettext_domain>
 
180
      <locale name="C">
 
181
        <short>number of folder levels to show in lists</short>
 
182
        <long>the number of folder levels to show in film roll names, starting from the right</long>
 
183
      </locale>
 
184
    </schema>
 
185
 
 
186
    <schema>
 
187
      <key>/schemas/apps/darktable/config_version</key>
 
188
      <applyto>/apps/darktable/config_version</applyto>
 
189
      <owner>darktable</owner>
 
190
      <type>int</type>
 
191
      <default>0</default>
 
192
      <gettext_domain>darktable</gettext_domain>
 
193
      <locale name="C">
 
194
        <short>version of these dt-gconf entries</short>
 
195
        <long>if this number is smaller than the darktable internal version number, the values here will be synched with the new defaults.</long>
 
196
      </locale>
 
197
    </schema>
 
198
 
 
199
    <schema>
 
200
      <key>/schemas/apps/darktable/plugins/capture/jobcode</key>
 
201
      <applyto>/apps/darktable/plugins/capture/jobcode</applyto>
 
202
      <owner>darktable</owner>
 
203
      <type>string</type>
 
204
      <default>capture job</default>
 
205
      <gettext_domain>darktable</gettext_domain>
 
206
      <locale name="C">
 
207
        <short>name of capture job</short>
 
208
        <long></long>
 
209
      </locale>
 
210
    </schema>
 
211
    
 
212
    <schema>
 
213
      <key>/schemas/apps/darktable/plugins/capture/storage/basedirectory</key>
 
214
      <applyto>/apps/darktable/plugins/capture/storage/basedirectory</applyto>
 
215
      <owner>darktable</owner>
 
216
      <type>string</type>
 
217
      <default>$(PICTURES_FOLDER)/darktable</default>
 
218
      <gettext_domain>darktable</gettext_domain>
 
219
      <locale name="C">
 
220
        <short>path of storage for captured images</short>
 
221
        <long></long>
 
222
      </locale>
 
223
    </schema>
 
224
    
 
225
    <schema>
 
226
      <key>/schemas/apps/darktable/plugins/capture/storage/subpath</key>
 
227
      <applyto>/apps/darktable/plugins/capture/storage/subpath</applyto>
 
228
      <owner>darktable</owner>
 
229
      <type>string</type>
 
230
      <default>$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)</default>
 
231
      <gettext_domain>darktable</gettext_domain>
 
232
      <locale name="C">
 
233
        <short>subpath pattern in storage for captured images</short>
 
234
        <long></long>
 
235
      </locale>
 
236
    </schema>
 
237
    
 
238
    <schema>
 
239
      <key>/schemas/apps/darktable/plugins/capture/storage/namepattern</key>
 
240
      <applyto>/apps/darktable/plugins/capture/storage/namepattern</applyto>
 
241
      <owner>darktable</owner>
 
242
      <type>string</type>
 
243
      <default>$(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)</default>
 
244
      <gettext_domain>darktable</gettext_domain>
 
245
      <locale name="C">
 
246
        <short>rename pattern for captured images</short>
 
247
        <long></long>
 
248
      </locale>
 
249
    </schema>
 
250
    
 
251
    <schema>
 
252
      <key>/schemas/apps/darktable/plugins/capture/camera/import/delete_originals</key>
 
253
      <applyto>/apps/darktable/plugins/capture/camera/import/delete_originals</applyto>
 
254
      <owner>darktable</owner>
 
255
      <type>bool</type>
 
256
      <default>false</default>
 
257
      <gettext_domain>darktable</gettext_domain>
 
258
      <locale name="C">
 
259
        <short>flag if originals on camera should be deleted</short>
 
260
        <long></long>
 
261
      </locale>
 
262
    </schema>
 
263
 
 
264
    <schema>
 
265
      <key>/schemas/apps/darktable/plugins/capture/camera/import/jobcode</key>
 
266
      <applyto>/apps/darktable/plugins/capture/camera/import/jobcode</applyto>
 
267
      <owner>darktable</owner>
 
268
      <type>string</type>
 
269
      <default>noname</default>
 
270
      <gettext_domain>darktable</gettext_domain>
 
271
      <locale name="C">
 
272
        <short>jobcode of import job</short>
 
273
        <long></long>
 
274
      </locale>
 
275
    </schema>
 
276
    
 
277
    <schema>
 
278
      <key>/schemas/apps/darktable/plugins/capture/backup/enable</key>
 
279
      <applyto>/apps/darktable/plugins/capture/backup/enable</applyto>
 
280
      <owner>darktable</owner>
 
281
      <type>bool</type>
 
282
      <default>false</default>
 
283
      <gettext_domain>darktable</gettext_domain>
 
284
      <locale name="C">
 
285
        <short>flag if backup of imported images should be performed</short>
 
286
        <long></long>
 
287
      </locale>
 
288
    </schema>
 
289
    
 
290
    <schema>
 
291
      <key>/schemas/apps/darktable/plugins/capture/backup/warn</key>
 
292
      <applyto>/apps/darktable/plugins/capture/backup/warn</applyto>
 
293
      <owner>darktable</owner>
 
294
      <type>bool</type>
 
295
      <default>false</default>
 
296
      <gettext_domain>darktable</gettext_domain>
 
297
      <locale name="C">
 
298
        <short>flag if user should be interactivly warned about non present backup destinations</short>
 
299
        <long></long>
 
300
      </locale>
 
301
    </schema>
 
302
    
 
303
     <schema>
 
304
      <key>/schemas/apps/darktable/plugins/capture/backup/foldername</key>
 
305
      <applyto>/apps/darktable/plugins/capture/backup/foldername</applyto>
 
306
      <owner>darktable</owner>
 
307
      <type>string</type>
 
308
      <default>photos</default>
 
309
      <gettext_domain>darktable</gettext_domain>
 
310
      <locale name="C">
 
311
        <short>the name of backup directory to search for on mounted medias</short>
 
312
        <long></long>
 
313
      </locale>
 
314
    </schema>
 
315
 
 
316
    <schema>
 
317
      <key>/schemas/apps/darktable/ui_last/colorpicker_mean</key>
 
318
      <applyto>/apps/darktable/ui_last/colorpicker_mean</applyto>
 
319
      <owner>darktable</owner>
 
320
      <type>int</type>
 
321
      <default>0</default>
 
322
      <gettext_domain>darktable</gettext_domain>
 
323
      <locale name="C">
 
324
        <short>0: mean, 1: min, 2: max</short>
 
325
        <long></long>
 
326
      </locale>
 
327
    </schema>
 
328
    
 
329
    <schema>
 
330
      <key>/schemas/apps/darktable/ui_last/fullscreen</key>
 
331
      <applyto>/apps/darktable/ui_last/fullscreen</applyto>
 
332
      <owner>darktable</owner>
 
333
      <type>bool</type>
 
334
      <default>FALSE</default>
 
335
      <gettext_domain>darktable</gettext_domain>
 
336
      <locale name="C">
 
337
        <short></short>
 
338
        <long></long>
 
339
      </locale>
 
340
    </schema>
 
341
    
 
342
    <schema>
 
343
      <key>/schemas/apps/darktable/ui_last/view</key>
 
344
      <applyto>/apps/darktable/ui_last/view</applyto>
 
345
      <owner>darktable</owner>
 
346
      <type>int</type>
 
347
      <default>1</default>
 
348
      <gettext_domain>darktable</gettext_domain>
 
349
      <locale name="C">
 
350
        <short></short>
 
351
        <long></long>
 
352
      </locale>
 
353
    </schema>
 
354
 
 
355
    <schema>
 
356
      <key>/schemas/apps/darktable/ui_last/window_x</key>
 
357
      <applyto>/apps/darktable/ui_last/window_x</applyto>
 
358
      <owner>darktable</owner>
 
359
      <type>int</type>
 
360
      <default>0</default>
 
361
      <gettext_domain>darktable</gettext_domain>
 
362
      <locale name="C">
 
363
        <short></short>
 
364
        <long></long>
 
365
      </locale>
 
366
    </schema>
 
367
    
 
368
    <schema>
 
369
      <key>/schemas/apps/darktable/ui_last/window_y</key>
 
370
      <applyto>/apps/darktable/ui_last/window_y</applyto>
 
371
      <owner>darktable</owner>
 
372
      <type>int</type>
 
373
      <default>0</default>
 
374
      <gettext_domain>darktable</gettext_domain>
 
375
      <locale name="C">
 
376
        <short></short>
 
377
        <long></long>
 
378
      </locale>
 
379
    </schema>
 
380
    
 
381
    <schema>
 
382
      <key>/schemas/apps/darktable/ui_last/window_w</key>
 
383
      <applyto>/apps/darktable/ui_last/window_w</applyto>
 
384
      <owner>darktable</owner>
 
385
      <type>int</type>
 
386
      <default>640</default>
 
387
      <gettext_domain>darktable</gettext_domain>
 
388
      <locale name="C">
 
389
        <short></short>
 
390
        <long></long>
 
391
      </locale>
 
392
    </schema>
 
393
    
 
394
    <schema>
 
395
      <key>/schemas/apps/darktable/ui_last/window_h</key>
 
396
      <applyto>/apps/darktable/ui_last/window_h</applyto>
 
397
      <owner>darktable</owner>
 
398
      <type>int</type>
 
399
      <default>480</default>
 
400
      <gettext_domain>darktable</gettext_domain>
 
401
      <locale name="C">
 
402
        <short></short>
 
403
        <long></long>
 
404
      </locale>
 
405
    </schema>
 
406
    
 
407
    <schema>
 
408
      <key>/schemas/apps/darktable/ui_last/panel_left</key>
 
409
      <applyto>/apps/darktable/ui_last/panel_left</applyto>
 
410
      <owner>darktable</owner>
 
411
      <type>int</type>
 
412
      <default>-1</default>
 
413
      <gettext_domain>darktable</gettext_domain>
 
414
      <locale name="C">
 
415
        <short></short>
 
416
        <long></long>
 
417
      </locale>
 
418
    </schema>
 
419
    
 
420
    <schema>
 
421
      <key>/schemas/apps/darktable/ui_last/panel_right</key>
 
422
      <applyto>/apps/darktable/ui_last/panel_right</applyto>
 
423
      <owner>darktable</owner>
 
424
      <type>int</type>
 
425
      <default>-1</default>
 
426
      <gettext_domain>darktable</gettext_domain>
 
427
      <locale name="C">
 
428
        <short></short>
 
429
        <long></long>
 
430
      </locale>
 
431
    </schema>
 
432
    
 
433
    <schema>
 
434
      <key>/schemas/apps/darktable/ui_last/panel_top</key>
 
435
      <applyto>/apps/darktable/ui_last/panel_top</applyto>
 
436
      <owner>darktable</owner>
 
437
      <type>int</type>
 
438
      <default>1</default>
 
439
      <gettext_domain>darktable</gettext_domain>
 
440
      <locale name="C">
 
441
        <short></short>
 
442
        <long></long>
 
443
      </locale>
 
444
    </schema>
 
445
    
 
446
    <schema>
 
447
      <key>/schemas/apps/darktable/ui_last/panel_bottom</key>
 
448
      <applyto>/apps/darktable/ui_last/panel_bottom</applyto>
 
449
      <owner>darktable</owner>
 
450
      <type>int</type>
 
451
      <default>1</default>
 
452
      <gettext_domain>darktable</gettext_domain>
 
453
      <locale name="C">
 
454
        <short></short>
 
455
        <long></long>
 
456
      </locale>
 
457
    </schema>
 
458
    
 
459
    <schema>
 
460
      <key>/schemas/apps/darktable/ui_last/expander_import</key>
 
461
      <applyto>/apps/darktable/ui_last/expander_import</applyto>
 
462
      <owner>darktable</owner>
 
463
      <type>int</type>
 
464
      <default>2</default>
 
465
      <gettext_domain>darktable</gettext_domain>
 
466
      <locale name="C">
 
467
        <short></short>
 
468
        <long></long>
 
469
      </locale>
 
470
    </schema>
 
471
 
 
472
    <schema>
 
473
      <key>/schemas/apps/darktable/ui_last/import_ignore_jpegs</key>
 
474
      <applyto>/apps/darktable/ui_last/import_ignore_jpegs</applyto>
 
475
      <owner>darktable</owner>
 
476
      <type>bool</type>
 
477
      <default>FALSE</default>
 
478
      <gettext_domain>darktable</gettext_domain>
 
479
      <locale name="C">
 
480
        <short>ignore jpeg images when importing film rolls.</short>
 
481
        <long>when having raw+jpeg images together in one directory it makes no sense to import both. with this flag one can ignore all jpegs found.</long>
 
482
      </locale>
 
483
    </schema>
 
484
 
 
485
    <schema>
 
486
      <key>/schemas/apps/darktable/ui_last/import_recursive</key>
 
487
      <applyto>/apps/darktable/ui_last/import_recursive</applyto>
 
488
      <owner>darktable</owner>
 
489
      <type>bool</type>
 
490
      <default>FALSE</default>
 
491
      <gettext_domain>darktable</gettext_domain>
 
492
      <locale name="C">
 
493
        <short>recursive directory traversal when importing filmrolls.</short>
 
494
        <long></long>
 
495
      </locale>
 
496
    </schema>
 
497
 
 
498
    <schema>
 
499
      <key>/schemas/apps/darktable/ui_last/import_last_directory</key>
 
500
      <applyto>/apps/darktable/ui_last/import_last_directory</applyto>
 
501
      <owner>darktable</owner>
 
502
      <type>string</type>
 
503
      <default></default>
 
504
      <gettext_domain>darktable</gettext_domain>
 
505
      <locale name="C">
 
506
        <short>last opened directory.</short>
 
507
        <long></long>
 
508
      </locale>
 
509
    </schema>
 
510
 
 
511
    <schema><!--tab:gui-->
 
512
      <key>/schemas/apps/darktable/ui_last/import_initial_rating</key>
 
513
      <applyto>/apps/darktable/ui_last/import_initial_rating</applyto>
 
514
      <owner>darktable</owner>
 
515
      <type>int</type>
 
516
      <default>1</default>
 
517
      <gettext_domain>darktable</gettext_domain>
 
518
      <locale name="C">
 
519
        <short>initial rating when importing filmrolls</short>
 
520
        <long></long>
 
521
      </locale>
 
522
    </schema>
 
523
 
 
524
    <schema>
 
525
      <key>/schemas/apps/darktable/plugins/capture/mode</key>
 
526
      <applyto>/apps/darktable/plugins/capture/mode</applyto>
 
527
      <owner>darktable</owner>
 
528
      <type>int</type>
 
529
      <default>0</default>
 
530
      <gettext_domain>darktable</gettext_domain>
 
531
      <locale name="C">
 
532
        <short>Capture view mode</short>
 
533
        <long></long>
 
534
      </locale>
 
535
    </schema>
 
536
 
 
537
    <schema>
 
538
      <key>/schemas/apps/darktable/plugins/filmstrip/size</key>
 
539
      <applyto>/apps/darktable/plugins/filmstrip/size</applyto>
 
540
      <owner>darktable</owner>
 
541
      <type>float</type>
 
542
      <default>0.15</default>
 
543
      <gettext_domain>darktable</gettext_domain>
 
544
      <locale name="C">
 
545
        <short></short>
 
546
        <long></long>
 
547
      </locale>
 
548
    </schema>
 
549
 
 
550
    <schema><!--tab:gui-->
 
551
      <key>/schemas/apps/darktable/plugins/filmstrip/on</key>
 
552
      <applyto>/apps/darktable/plugins/filmstrip/on</applyto>
 
553
      <owner>darktable</owner>
 
554
      <type>bool</type>
 
555
      <default>TRUE</default>
 
556
      <gettext_domain>darktable</gettext_domain>
 
557
      <locale name="C">
 
558
        <short>enable filmstrip in darkroom mode</short>
 
559
        <long></long>
 
560
      </locale>
 
561
    </schema>
 
562
    
 
563
    <schema><!--tab:gui-->
 
564
      <key>/schemas/apps/darktable/plugins/lighttable/thumbnail_size</key>
 
565
      <applyto>/apps/darktable/plugins/lighttable/thumbnail_size</applyto>
 
566
      <owner>darktable</owner>
 
567
      <type>int</type>
 
568
      <default>800</default>
 
569
      <gettext_domain>darktable</gettext_domain>
 
570
      <locale name="C">
 
571
        <short>maximum resolution of lighttable thumbnails</short>
 
572
        <long>keep this value low for fast thumbnail creation (allowed: 160-1300)\n(needs a restart and will invalidate current thumbnail caches).</long>
 
573
      </locale>
 
574
    </schema>
 
575
 
 
576
    <schema><!--tab:gui-->
 
577
      <key>/schemas/apps/darktable/database_cache_quality</key>
 
578
      <applyto>/apps/darktable/database_cache_quality</applyto>
 
579
      <owner>darktable</owner>
 
580
      <type>int</type>
 
581
      <default>89</default>
 
582
      <gettext_domain>darktable</gettext_domain>
 
583
      <locale name="C">
 
584
        <short>jpeg quality of on-disk thumbnails</short>
 
585
        <long>affects only the thumbnail cache used for quick startup.</long>
 
586
      </locale>
 
587
    </schema>
 
588
 
 
589
    
 
590
    <schema>
 
591
      <key>/schemas/apps/darktable/plugins/lighttable/layout</key>
 
592
      <applyto>/apps/darktable/plugins/lighttable/layout</applyto>
 
593
      <owner>darktable</owner>
 
594
      <type>int</type>
 
595
      <default>1</default>
 
596
      <gettext_domain>darktable</gettext_domain>
 
597
      <locale name="C">
 
598
        <short>which layout should lighttable mode show</short>
 
599
        <long>select a layout for the lighttable: 0 - zoomable or 1 - file manager.</long>
 
600
      </locale>
 
601
    </schema>
 
602
    
 
603
    <schema>
 
604
      <key>/schemas/apps/darktable/plugins/lighttable/images_in_row</key>
 
605
      <applyto>/apps/darktable/plugins/lighttable/images_in_row</applyto>
 
606
      <owner>darktable</owner>
 
607
      <type>int</type>
 
608
      <default>7</default>
 
609
      <gettext_domain>darktable</gettext_domain>
 
610
      <locale name="C">
 
611
        <short>how many images are in one row</short>
 
612
        <long></long>
 
613
      </locale>
 
614
    </schema>
 
615
    
 
616
    <schema>
 
617
      <key>/schemas/apps/darktable/plugins/lighttable/camera/expanded</key>
 
618
      <applyto>/apps/darktable/plugins/lighttable/camera/expanded</applyto>
 
619
      <owner>darktable</owner>
 
620
      <type>bool</type>
 
621
      <default>FALSE</default>
 
622
      <gettext_domain>darktable</gettext_domain>
 
623
      <locale name="C">
 
624
        <short></short>
 
625
        <long></long>
 
626
      </locale>
 
627
    </schema>
 
628
    
 
629
    <schema>
 
630
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/expanded</key>
 
631
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/expanded</applyto>
 
632
      <owner>darktable</owner>
 
633
      <type>bool</type>
 
634
      <default>FALSE</default>
 
635
      <gettext_domain>darktable</gettext_domain>
 
636
      <locale name="C">
 
637
        <short></short>
 
638
        <long></long>
 
639
      </locale>
 
640
    </schema>
 
641
    
 
642
    <schema>
 
643
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/num_items</key>
 
644
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/num_items</applyto>
 
645
      <owner>darktable</owner>
 
646
      <type>int</type>
 
647
      <default>0</default>
 
648
      <gettext_domain>darktable</gettext_domain>
 
649
      <locale name="C">
 
650
        <short></short>
 
651
        <long></long>
 
652
      </locale>
 
653
    </schema>
 
654
    
 
655
    <schema>
 
656
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/line0</key>
 
657
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/line0</applyto>
 
658
      <owner>darktable</owner>
 
659
      <type>string</type>
 
660
      <default></default>
 
661
      <gettext_domain>darktable</gettext_domain>
 
662
      <locale name="C">
 
663
        <short></short>
 
664
        <long></long>
 
665
      </locale>
 
666
    </schema>
 
667
    
 
668
    <schema>
 
669
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/line1</key>
 
670
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/line1</applyto>
 
671
      <owner>darktable</owner>
 
672
      <type>string</type>
 
673
      <default></default>
 
674
      <gettext_domain>darktable</gettext_domain>
 
675
      <locale name="C">
 
676
        <short></short>
 
677
        <long></long>
 
678
      </locale>
 
679
    </schema>
 
680
    
 
681
    <schema>
 
682
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/line2</key>
 
683
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/line2</applyto>
 
684
      <owner>darktable</owner>
 
685
      <type>string</type>
 
686
      <default></default>
 
687
      <gettext_domain>darktable</gettext_domain>
 
688
      <locale name="C">
 
689
        <short></short>
 
690
        <long></long>
 
691
      </locale>
 
692
    </schema>
 
693
    
 
694
    <schema>
 
695
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/line3</key>
 
696
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/line3</applyto>
 
697
      <owner>darktable</owner>
 
698
      <type>string</type>
 
699
      <default></default>
 
700
      <gettext_domain>darktable</gettext_domain>
 
701
      <locale name="C">
 
702
        <short></short>
 
703
        <long></long>
 
704
      </locale>
 
705
    </schema>
 
706
    
 
707
    <schema>
 
708
      <key>/schemas/apps/darktable/plugins/lighttable/recentcollect/line4</key>
 
709
      <applyto>/apps/darktable/plugins/lighttable/recentcollect/line4</applyto>
 
710
      <owner>darktable</owner>
 
711
      <type>string</type>
 
712
      <default></default>
 
713
      <gettext_domain>darktable</gettext_domain>
 
714
      <locale name="C">
 
715
        <short></short>
 
716
        <long></long>
 
717
      </locale>
 
718
    </schema>
 
719
    
 
720
    <schema>
 
721
      <key>/schemas/apps/darktable/plugins/lighttable/styles/expanded</key>
 
722
      <applyto>/apps/darktable/plugins/lighttable/styles/expanded</applyto>
 
723
      <owner>darktable</owner>
 
724
      <type>bool</type>
 
725
      <default>FALSE</default>
 
726
      <gettext_domain>darktable</gettext_domain>
 
727
      <locale name="C">
 
728
        <short></short>
 
729
        <long></long>
 
730
      </locale>
 
731
    </schema>
 
732
    
 
733
    <schema>
 
734
      <key>/schemas/apps/darktable/plugins/lighttable/select/expanded</key>
 
735
      <applyto>/apps/darktable/plugins/lighttable/select/expanded</applyto>
 
736
      <owner>darktable</owner>
 
737
      <type>bool</type>
 
738
      <default>FALSE</default>
 
739
      <gettext_domain>darktable</gettext_domain>
 
740
      <locale name="C">
 
741
        <short></short>
 
742
        <long></long>
 
743
      </locale>
 
744
    </schema>
 
745
    
 
746
    <schema>
 
747
      <key>/schemas/apps/darktable/plugins/lighttable/metadata/expanded</key>
 
748
      <applyto>/apps/darktable/plugins/lighttable/metadata/expanded</applyto>
 
749
      <owner>darktable</owner>
 
750
      <type>bool</type>
 
751
      <default>FALSE</default>
 
752
      <gettext_domain>darktable</gettext_domain>
 
753
      <locale name="C">
 
754
        <short></short>
 
755
        <long></long>
 
756
      </locale>
 
757
    </schema>
 
758
    
 
759
    <schema>
 
760
      <key>/schemas/apps/darktable/plugins/lighttable/export/expanded</key>
 
761
      <applyto>/apps/darktable/plugins/lighttable/export/expanded</applyto>
 
762
      <owner>darktable</owner>
 
763
      <type>bool</type>
 
764
      <default>FALSE</default>
 
765
      <gettext_domain>darktable</gettext_domain>
 
766
      <locale name="C">
 
767
        <short></short>
 
768
        <long></long>
 
769
      </locale>
 
770
    </schema>
 
771
    
 
772
    <schema>
 
773
      <key>/schemas/apps/darktable/plugins/lighttable/copy_history/expanded</key>
 
774
      <applyto>/apps/darktable/plugins/lighttable/copy_history/expanded</applyto>
 
775
      <owner>darktable</owner>
 
776
      <type>bool</type>
 
777
      <default>FALSE</default>
 
778
      <gettext_domain>darktable</gettext_domain>
 
779
      <locale name="C">
 
780
        <short></short>
 
781
        <long></long>
 
782
      </locale>
 
783
    </schema>
 
784
    
 
785
    <schema>
 
786
      <key>/schemas/apps/darktable/plugins/lighttable/copy_history/pastemode</key>
 
787
      <applyto>/apps/darktable/plugins/lighttable/copy_history/pastemode</applyto>
 
788
      <owner>darktable</owner>
 
789
      <type>int</type>
 
790
      <default>0</default>
 
791
      <gettext_domain>darktable</gettext_domain>
 
792
      <locale name="C">
 
793
        <short>append or replace history stack if pasted</short>
 
794
        <long>0 -- append on top of stack, 1 -- replace it.</long>
 
795
      </locale>
 
796
    </schema>
 
797
    
 
798
    <schema>
 
799
      <key>/schemas/apps/darktable/plugins/lighttable/image/expanded</key>
 
800
      <applyto>/apps/darktable/plugins/lighttable/image/expanded</applyto>
 
801
      <owner>darktable</owner>
 
802
      <type>bool</type>
 
803
      <default>FALSE</default>
 
804
      <gettext_domain>darktable</gettext_domain>
 
805
      <locale name="C">
 
806
        <short></short>
 
807
        <long></long>
 
808
      </locale>
 
809
    </schema>
 
810
 
 
811
    <schema>
 
812
      <key>/schemas/apps/darktable/plugins/lighttable/collect/expanded</key>
 
813
      <applyto>/apps/darktable/plugins/lighttable/collect/expanded</applyto>
 
814
      <owner>darktable</owner>
 
815
      <type>bool</type>
 
816
      <default>FALSE</default>
 
817
      <gettext_domain>darktable</gettext_domain>
 
818
      <locale name="C">
 
819
        <short></short>
 
820
        <long></long>
 
821
      </locale>
 
822
    </schema>
 
823
    
 
824
    <schema>
 
825
      <key>/schemas/apps/darktable/plugins/lighttable/collect/num_rules</key>
 
826
      <applyto>/apps/darktable/plugins/lighttable/collect/num_rules</applyto>
 
827
      <owner>darktable</owner>
 
828
      <type>int</type>
 
829
      <default>1</default>
 
830
      <gettext_domain>darktable</gettext_domain>
 
831
      <locale name="C">
 
832
        <short></short>
 
833
        <long></long>
 
834
      </locale>
 
835
    </schema>
 
836
    
 
837
    <schema>
 
838
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item9</key>
 
839
      <applyto>/apps/darktable/plugins/lighttable/collect/item1</applyto>
 
840
      <owner>darktable</owner>
 
841
      <type>int</type>
 
842
      <default>0</default>
 
843
      <gettext_domain>darktable</gettext_domain>
 
844
      <locale name="C">
 
845
        <short></short>
 
846
        <long></long>
 
847
      </locale>
 
848
    </schema>
 
849
    
 
850
    <schema>
 
851
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string0</key>
 
852
      <applyto>/apps/darktable/plugins/lighttable/collect/string0</applyto>
 
853
      <owner>darktable</owner>
 
854
      <type>string</type>
 
855
      <default></default>
 
856
      <gettext_domain>darktable</gettext_domain>
 
857
      <locale name="C">
 
858
        <short></short>
 
859
        <long></long>
 
860
      </locale>
 
861
    </schema>
 
862
    
 
863
    <schema>
 
864
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item1</key>
 
865
      <applyto>/apps/darktable/plugins/lighttable/collect/item1</applyto>
 
866
      <owner>darktable</owner>
 
867
      <type>int</type>
 
868
      <default>0</default>
 
869
      <gettext_domain>darktable</gettext_domain>
 
870
      <locale name="C">
 
871
        <short></short>
 
872
        <long></long>
 
873
      </locale>
 
874
    </schema>
 
875
    
 
876
    <schema>
 
877
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string1</key>
 
878
      <applyto>/apps/darktable/plugins/lighttable/collect/string1</applyto>
 
879
      <owner>darktable</owner>
 
880
      <type>string</type>
 
881
      <default></default>
 
882
      <gettext_domain>darktable</gettext_domain>
 
883
      <locale name="C">
 
884
        <short></short>
 
885
        <long></long>
 
886
      </locale>
 
887
    </schema>
 
888
    
 
889
    <schema>
 
890
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item2</key>
 
891
      <applyto>/apps/darktable/plugins/lighttable/collect/item2</applyto>
 
892
      <owner>darktable</owner>
 
893
      <type>int</type>
 
894
      <default>0</default>
 
895
      <gettext_domain>darktable</gettext_domain>
 
896
      <locale name="C">
 
897
        <short></short>
 
898
        <long></long>
 
899
      </locale>
 
900
    </schema>
 
901
    
 
902
    <schema>
 
903
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string2</key>
 
904
      <applyto>/apps/darktable/plugins/lighttable/collect/string2</applyto>
 
905
      <owner>darktable</owner>
 
906
      <type>string</type>
 
907
      <default></default>
 
908
      <gettext_domain>darktable</gettext_domain>
 
909
      <locale name="C">
 
910
        <short></short>
 
911
        <long></long>
 
912
      </locale>
 
913
    </schema>
 
914
    
 
915
    <schema>
 
916
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item3</key>
 
917
      <applyto>/apps/darktable/plugins/lighttable/collect/item3</applyto>
 
918
      <owner>darktable</owner>
 
919
      <type>int</type>
 
920
      <default>0</default>
 
921
      <gettext_domain>darktable</gettext_domain>
 
922
      <locale name="C">
 
923
        <short></short>
 
924
        <long></long>
 
925
      </locale>
 
926
    </schema>
 
927
    
 
928
    <schema>
 
929
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string3</key>
 
930
      <applyto>/apps/darktable/plugins/lighttable/collect/string3</applyto>
 
931
      <owner>darktable</owner>
 
932
      <type>string</type>
 
933
      <default></default>
 
934
      <gettext_domain>darktable</gettext_domain>
 
935
      <locale name="C">
 
936
        <short></short>
 
937
        <long></long>
 
938
      </locale>
 
939
    </schema>
 
940
    
 
941
    <schema>
 
942
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item4</key>
 
943
      <applyto>/apps/darktable/plugins/lighttable/collect/item4</applyto>
 
944
      <owner>darktable</owner>
 
945
      <type>int</type>
 
946
      <default>0</default>
 
947
      <gettext_domain>darktable</gettext_domain>
 
948
      <locale name="C">
 
949
        <short></short>
 
950
        <long></long>
 
951
      </locale>
 
952
    </schema>
 
953
    
 
954
    <schema>
 
955
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string4</key>
 
956
      <applyto>/apps/darktable/plugins/lighttable/collect/string4</applyto>
 
957
      <owner>darktable</owner>
 
958
      <type>string</type>
 
959
      <default></default>
 
960
      <gettext_domain>darktable</gettext_domain>
 
961
      <locale name="C">
 
962
        <short></short>
 
963
        <long></long>
 
964
      </locale>
 
965
    </schema>
 
966
    
 
967
    <schema>
 
968
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item5</key>
 
969
      <applyto>/apps/darktable/plugins/lighttable/collect/item5</applyto>
 
970
      <owner>darktable</owner>
 
971
      <type>int</type>
 
972
      <default>0</default>
 
973
      <gettext_domain>darktable</gettext_domain>
 
974
      <locale name="C">
 
975
        <short></short>
 
976
        <long></long>
 
977
      </locale>
 
978
    </schema>
 
979
    
 
980
    <schema>
 
981
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string5</key>
 
982
      <applyto>/apps/darktable/plugins/lighttable/collect/string5</applyto>
 
983
      <owner>darktable</owner>
 
984
      <type>string</type>
 
985
      <default></default>
 
986
      <gettext_domain>darktable</gettext_domain>
 
987
      <locale name="C">
 
988
        <short></short>
 
989
        <long></long>
 
990
      </locale>
 
991
    </schema>
 
992
    
 
993
    <schema>
 
994
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item6</key>
 
995
      <applyto>/apps/darktable/plugins/lighttable/collect/item6</applyto>
 
996
      <owner>darktable</owner>
 
997
      <type>int</type>
 
998
      <default>0</default>
 
999
      <gettext_domain>darktable</gettext_domain>
 
1000
      <locale name="C">
 
1001
        <short></short>
 
1002
        <long></long>
 
1003
      </locale>
 
1004
    </schema>
 
1005
    
 
1006
    <schema>
 
1007
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string6</key>
 
1008
      <applyto>/apps/darktable/plugins/lighttable/collect/string6</applyto>
 
1009
      <owner>darktable</owner>
 
1010
      <type>string</type>
 
1011
      <default></default>
 
1012
      <gettext_domain>darktable</gettext_domain>
 
1013
      <locale name="C">
 
1014
        <short></short>
 
1015
        <long></long>
 
1016
      </locale>
 
1017
    </schema>
 
1018
    
 
1019
    <schema>
 
1020
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item7</key>
 
1021
      <applyto>/apps/darktable/plugins/lighttable/collect/item7</applyto>
 
1022
      <owner>darktable</owner>
 
1023
      <type>int</type>
 
1024
      <default>0</default>
 
1025
      <gettext_domain>darktable</gettext_domain>
 
1026
      <locale name="C">
 
1027
        <short></short>
 
1028
        <long></long>
 
1029
      </locale>
 
1030
    </schema>
 
1031
    
 
1032
    <schema>
 
1033
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string7</key>
 
1034
      <applyto>/apps/darktable/plugins/lighttable/collect/string7</applyto>
 
1035
      <owner>darktable</owner>
 
1036
      <type>string</type>
 
1037
      <default></default>
 
1038
      <gettext_domain>darktable</gettext_domain>
 
1039
      <locale name="C">
 
1040
        <short></short>
 
1041
        <long></long>
 
1042
      </locale>
 
1043
    </schema>
 
1044
    
 
1045
    <schema>
 
1046
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item8</key>
 
1047
      <applyto>/apps/darktable/plugins/lighttable/collect/item8</applyto>
 
1048
      <owner>darktable</owner>
 
1049
      <type>int</type>
 
1050
      <default>0</default>
 
1051
      <gettext_domain>darktable</gettext_domain>
 
1052
      <locale name="C">
 
1053
        <short></short>
 
1054
        <long></long>
 
1055
      </locale>
 
1056
    </schema>
 
1057
    
 
1058
    <schema>
 
1059
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string8</key>
 
1060
      <applyto>/apps/darktable/plugins/lighttable/collect/string8</applyto>
 
1061
      <owner>darktable</owner>
 
1062
      <type>string</type>
 
1063
      <default></default>
 
1064
      <gettext_domain>darktable</gettext_domain>
 
1065
      <locale name="C">
 
1066
        <short></short>
 
1067
        <long></long>
 
1068
      </locale>
 
1069
    </schema>
 
1070
    
 
1071
    <schema>
 
1072
      <key>/schemas/apps/darktable/plugins/lighttable/collect/item9</key>
 
1073
      <applyto>/apps/darktable/plugins/lighttable/collect/item9</applyto>
 
1074
      <owner>darktable</owner>
 
1075
      <type>int</type>
 
1076
      <default>0</default>
 
1077
      <gettext_domain>darktable</gettext_domain>
 
1078
      <locale name="C">
 
1079
        <short></short>
 
1080
        <long></long>
 
1081
      </locale>
 
1082
    </schema>
 
1083
    
 
1084
    <schema>
 
1085
      <key>/schemas/apps/darktable/plugins/lighttable/collect/string9</key>
 
1086
      <applyto>/apps/darktable/plugins/lighttable/collect/string9</applyto>
 
1087
      <owner>darktable</owner>
 
1088
      <type>string</type>
 
1089
      <default></default>
 
1090
      <gettext_domain>darktable</gettext_domain>
 
1091
      <locale name="C">
 
1092
        <short></short>
 
1093
        <long></long>
 
1094
      </locale>
 
1095
    </schema>
 
1096
 
 
1097
    <schema>
 
1098
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode0</key>
 
1099
      <applyto>/apps/darktable/plugins/lighttable/collect/mode0</applyto>
 
1100
      <owner>darktable</owner>
 
1101
      <type>int</type>
 
1102
      <default>0</default>
 
1103
      <gettext_domain>darktable</gettext_domain>
 
1104
      <locale name="C">
 
1105
        <short></short>
 
1106
        <long></long>
 
1107
      </locale>
 
1108
    </schema>
 
1109
    
 
1110
    <schema>
 
1111
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode1</key>
 
1112
      <applyto>/apps/darktable/plugins/lighttable/collect/mode1</applyto>
 
1113
      <owner>darktable</owner>
 
1114
      <type>int</type>
 
1115
      <default>0</default>
 
1116
      <gettext_domain>darktable</gettext_domain>
 
1117
      <locale name="C">
 
1118
        <short></short>
 
1119
        <long></long>
 
1120
      </locale>
 
1121
    </schema>
 
1122
    
 
1123
    <schema>
 
1124
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode2</key>
 
1125
      <applyto>/apps/darktable/plugins/lighttable/collect/mode2</applyto>
 
1126
      <owner>darktable</owner>
 
1127
      <type>int</type>
 
1128
      <default>0</default>
 
1129
      <gettext_domain>darktable</gettext_domain>
 
1130
      <locale name="C">
 
1131
        <short></short>
 
1132
        <long></long>
 
1133
      </locale>
 
1134
    </schema>
 
1135
    
 
1136
    <schema>
 
1137
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode3</key>
 
1138
      <applyto>/apps/darktable/plugins/lighttable/collect/mode3</applyto>
 
1139
      <owner>darktable</owner>
 
1140
      <type>int</type>
 
1141
      <default>0</default>
 
1142
      <gettext_domain>darktable</gettext_domain>
 
1143
      <locale name="C">
 
1144
        <short></short>
 
1145
        <long></long>
 
1146
      </locale>
 
1147
    </schema>
 
1148
    
 
1149
    <schema>
 
1150
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode4</key>
 
1151
      <applyto>/apps/darktable/plugins/lighttable/collect/mode4</applyto>
 
1152
      <owner>darktable</owner>
 
1153
      <type>int</type>
 
1154
      <default>0</default>
 
1155
      <gettext_domain>darktable</gettext_domain>
 
1156
      <locale name="C">
 
1157
        <short></short>
 
1158
        <long></long>
 
1159
      </locale>
 
1160
    </schema>
 
1161
    
 
1162
    <schema>
 
1163
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode5</key>
 
1164
      <applyto>/apps/darktable/plugins/lighttable/collect/mode5</applyto>
 
1165
      <owner>darktable</owner>
 
1166
      <type>int</type>
 
1167
      <default>0</default>
 
1168
      <gettext_domain>darktable</gettext_domain>
 
1169
      <locale name="C">
 
1170
        <short></short>
 
1171
        <long></long>
 
1172
      </locale>
 
1173
    </schema>
 
1174
    
 
1175
    <schema>
 
1176
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode6</key>
 
1177
      <applyto>/apps/darktable/plugins/lighttable/collect/mode6</applyto>
 
1178
      <owner>darktable</owner>
 
1179
      <type>int</type>
 
1180
      <default>0</default>
 
1181
      <gettext_domain>darktable</gettext_domain>
 
1182
      <locale name="C">
 
1183
        <short></short>
 
1184
        <long></long>
 
1185
      </locale>
 
1186
    </schema>
 
1187
    
 
1188
    <schema>
 
1189
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode7</key>
 
1190
      <applyto>/apps/darktable/plugins/lighttable/collect/mode7</applyto>
 
1191
      <owner>darktable</owner>
 
1192
      <type>int</type>
 
1193
      <default>0</default>
 
1194
      <gettext_domain>darktable</gettext_domain>
 
1195
      <locale name="C">
 
1196
        <short></short>
 
1197
        <long></long>
 
1198
      </locale>
 
1199
    </schema>
 
1200
    
 
1201
    <schema>
 
1202
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode8</key>
 
1203
      <applyto>/apps/darktable/plugins/lighttable/collect/mode8</applyto>
 
1204
      <owner>darktable</owner>
 
1205
      <type>int</type>
 
1206
      <default>0</default>
 
1207
      <gettext_domain>darktable</gettext_domain>
 
1208
      <locale name="C">
 
1209
        <short></short>
 
1210
        <long></long>
 
1211
      </locale>
 
1212
    </schema>
 
1213
    
 
1214
    <schema>
 
1215
      <key>/schemas/apps/darktable/plugins/lighttable/collect/mode9</key>
 
1216
      <applyto>/apps/darktable/plugins/lighttable/collect/mode9</applyto>
 
1217
      <owner>darktable</owner>
 
1218
      <type>int</type>
 
1219
      <default>0</default>
 
1220
      <gettext_domain>darktable</gettext_domain>
 
1221
      <locale name="C">
 
1222
        <short></short>
 
1223
        <long></long>
 
1224
      </locale>
 
1225
    </schema>
 
1226
    
 
1227
    <schema>
 
1228
      <key>/schemas/apps/darktable/plugins/lighttable/tagging/expanded</key>
 
1229
      <applyto>/apps/darktable/plugins/lighttable/tagging/expanded</applyto>
 
1230
      <owner>darktable</owner>
 
1231
      <type>bool</type>
 
1232
      <default>FALSE</default>
 
1233
      <gettext_domain>darktable</gettext_domain>
 
1234
      <locale name="C">
 
1235
        <short></short>
 
1236
        <long></long>
 
1237
      </locale>
 
1238
    </schema>
 
1239
    
 
1240
    <schema><!--tab:gui-->
 
1241
      <key>/schemas/apps/darktable/plugins/lighttable/tagging/ask_before_delete_tag</key>
 
1242
      <applyto>/apps/darktable/plugins/lighttable/tagging/ask_before_delete_tag</applyto>
 
1243
      <owner>darktable</owner>
 
1244
      <type>bool</type>
 
1245
      <default>TRUE</default>
 
1246
      <gettext_domain>darktable</gettext_domain>
 
1247
      <locale name="C">
 
1248
        <short>ask before deleting a tag</short>
 
1249
        <long></long>
 
1250
      </locale>
 
1251
    </schema>
 
1252
    
 
1253
    <schema>
 
1254
      <key>/schemas/apps/darktable/ui_last/expander_metadata</key>
 
1255
      <applyto>/apps/darktable/ui_last/expander_metadata</applyto>
 
1256
      <owner>darktable</owner>
 
1257
      <type>int</type>
 
1258
      <default>0</default>
 
1259
      <gettext_domain>darktable</gettext_domain>
 
1260
      <locale name="C">
 
1261
        <short></short>
 
1262
        <long></long>
 
1263
      </locale>
 
1264
    </schema>
 
1265
    
 
1266
    <schema>
 
1267
      <key>/schemas/apps/darktable/ui_last/expander_navigation</key>
 
1268
      <applyto>/apps/darktable/ui_last/expander_navigation</applyto>
 
1269
      <owner>darktable</owner>
 
1270
      <type>int</type>
 
1271
      <default>-1</default>
 
1272
      <gettext_domain>darktable</gettext_domain>
 
1273
      <locale name="C">
 
1274
        <short></short>
 
1275
        <long></long>
 
1276
      </locale>
 
1277
    </schema>
 
1278
    
 
1279
    <schema>
 
1280
      <key>/schemas/apps/darktable/ui_last/expander_histogram</key>
 
1281
      <applyto>/apps/darktable/ui_last/expander_histogram</applyto>
 
1282
      <owner>darktable</owner>
 
1283
      <type>int</type>
 
1284
      <default>-1</default>
 
1285
      <gettext_domain>darktable</gettext_domain>
 
1286
      <locale name="C">
 
1287
        <short></short>
 
1288
        <long></long>
 
1289
      </locale>
 
1290
    </schema>
 
1291
    
 
1292
    <schema>
 
1293
      <key>/schemas/apps/darktable/ui_last/expander_snapshots</key>
 
1294
      <applyto>/apps/darktable/ui_last/expander_snapshots</applyto>
 
1295
      <owner>darktable</owner>
 
1296
      <type>int</type>
 
1297
      <default>-1</default>
 
1298
      <gettext_domain>darktable</gettext_domain>
 
1299
      <locale name="C">
 
1300
        <short></short>
 
1301
        <long></long>
 
1302
      </locale>
 
1303
    </schema>
 
1304
    
 
1305
    <schema>
 
1306
      <key>/schemas/apps/darktable/ui_last/expander_history</key>
 
1307
      <applyto>/apps/darktable/ui_last/expander_history</applyto>
 
1308
      <owner>darktable</owner>
 
1309
      <type>int</type>
 
1310
      <default>-1</default>
 
1311
      <gettext_domain>darktable</gettext_domain>
 
1312
      <locale name="C">
 
1313
        <short></short>
 
1314
        <long></long>
 
1315
      </locale>
 
1316
    </schema>
 
1317
    
 
1318
    <schema>
 
1319
      <key>/schemas/apps/darktable/ui_last/combo_sort</key>
 
1320
      <applyto>/apps/darktable/ui_last/combo_sort</applyto>
 
1321
      <owner>darktable</owner>
 
1322
      <type>int</type>
 
1323
      <default>0</default>
 
1324
      <gettext_domain>darktable</gettext_domain>
 
1325
      <locale name="C">
 
1326
        <short></short>
 
1327
        <long></long>
 
1328
      </locale>
 
1329
    </schema>
 
1330
    
 
1331
    <schema>
 
1332
      <key>/schemas/apps/darktable/ui_last/combo_filter</key>
 
1333
      <applyto>/apps/darktable/ui_last/combo_filter</applyto>
 
1334
      <owner>darktable</owner>
 
1335
      <type>int</type>
 
1336
      <default>2</default>
 
1337
      <gettext_domain>darktable</gettext_domain>
 
1338
      <locale name="C">
 
1339
        <short></short>
 
1340
        <long></long>
 
1341
      </locale>
 
1342
    </schema>
 
1343
 
 
1344
    <schema>
 
1345
      <key>/schemas/apps/darktable/plugins/lighttable/export/width</key>
 
1346
      <applyto>/apps/darktable/plugins/lighttable/export/width</applyto>
 
1347
      <owner>darktable</owner>
 
1348
      <type>int</type>
 
1349
      <default>0</default>
 
1350
      <gettext_domain>darktable</gettext_domain>
 
1351
      <locale name="C">
 
1352
        <short>width of the exported image</short>
 
1353
        <long>width of the exported image, or 0 if no scaling should be done.</long>
 
1354
      </locale>
 
1355
    </schema>
 
1356
    
 
1357
    <schema>
 
1358
      <key>/schemas/apps/darktable/plugins/lighttable/export/height</key>
 
1359
      <applyto>/apps/darktable/plugins/lighttable/export/height</applyto>
 
1360
      <owner>darktable</owner>
 
1361
      <type>int</type>
 
1362
      <default>0</default>
 
1363
      <gettext_domain>darktable</gettext_domain>
 
1364
      <locale name="C">
 
1365
        <short>height of the exported image</short>
 
1366
        <long>height of the exported image, or 0 if no scaling should be done.</long>
 
1367
      </locale>
 
1368
    </schema>
 
1369
    
 
1370
    <schema>
 
1371
      <key>/schemas/apps/darktable/plugins/lighttable/export/format</key>
 
1372
      <applyto>/apps/darktable/plugins/lighttable/export/format</applyto>
 
1373
      <owner>darktable</owner>
 
1374
      <type>int</type>
 
1375
      <default>1</default>
 
1376
      <gettext_domain>darktable</gettext_domain>
 
1377
      <locale name="C">
 
1378
        <short></short>
 
1379
        <long></long>
 
1380
      </locale>
 
1381
    </schema>
 
1382
    
 
1383
    <schema>
 
1384
      <key>/schemas/apps/darktable/plugins/imageio/storage/disk/file_directory</key>
 
1385
      <applyto>/apps/darktable/plugins/imageio/storage/disk/file_directory</applyto>
 
1386
      <owner>darktable</owner>
 
1387
      <type>string</type>
 
1388
      <default>$(FILE_DIRECTORY)/darktable_exported/img_$(SEQUENCE)</default>
 
1389
      <gettext_domain>darktable</gettext_domain>
 
1390
      <locale name="C">
 
1391
        <short></short>
 
1392
        <long></long>
 
1393
      </locale>
 
1394
    </schema>
 
1395
    
 
1396
    <schema>
 
1397
      <key>/schemas/apps/darktable/plugins/imageio/storage/email/client</key>
 
1398
      <applyto>/apps/darktable/plugins/imageio/storage/email/client</applyto>
 
1399
      <owner>darktable</owner>
 
1400
      <type>string</type>
 
1401
      <default></default>
 
1402
      <gettext_domain>darktable</gettext_domain>
 
1403
      <locale name="C">
 
1404
        <short>Default client to use, this overrides detection of default client.</short>
 
1405
        <long></long>
 
1406
      </locale>
 
1407
    </schema>
 
1408
    
 
1409
    <schema>
 
1410
      <key>/schemas/apps/darktable/plugins/imageio/format/jpeg/quality</key>
 
1411
      <applyto>/apps/darktable/plugins/imageio/format/jpeg/quality</applyto>
 
1412
      <owner>darktable</owner>
 
1413
      <type>int</type>
 
1414
      <default>97</default>
 
1415
      <gettext_domain>darktable</gettext_domain>
 
1416
      <locale name="C">
 
1417
        <short></short>
 
1418
        <long></long>
 
1419
      </locale>
 
1420
    </schema>
 
1421
    
 
1422
    <schema>
 
1423
      <key>/schemas/apps/darktable/plugins/imageio/format/tiff/bpp</key>
 
1424
      <applyto>/apps/darktable/plugins/imageio/format/tiff/bpp</applyto>
 
1425
      <owner>darktable</owner>
 
1426
      <type>int</type>
 
1427
      <default>16</default>
 
1428
      <gettext_domain>darktable</gettext_domain>
 
1429
      <locale name="C">
 
1430
        <short></short>
 
1431
        <long></long>
 
1432
      </locale>
 
1433
    </schema>
 
1434
    
 
1435
    <schema>
 
1436
      <key>/schemas/apps/darktable/plugins/imageio/format/png/bpp</key>
 
1437
      <applyto>/apps/darktable/plugins/imageio/format/png/bpp</applyto>
 
1438
      <owner>darktable</owner>
 
1439
      <type>int</type>
 
1440
      <default>8</default>
 
1441
      <gettext_domain>darktable</gettext_domain>
 
1442
      <locale name="C">
 
1443
        <short></short>
 
1444
        <long></long>
 
1445
      </locale>
 
1446
    </schema>
 
1447
    
 
1448
    <schema><!--tab:core-->
 
1449
      <key>/schemas/apps/darktable/plugins/pwstorage/pwstorage_backend</key>
 
1450
      <applyto>/apps/darktable/plugins/pwstorage/pwstorage_backend</applyto>
 
1451
      <owner>darktable</owner>
 
1452
      <type>int</type>
 
1453
      <default>0</default>
 
1454
      <gettext_domain>darktable</gettext_domain>
 
1455
      <locale name="C">
 
1456
        <short>password storage backend to use</short>
 
1457
        <long>the storage backend for pwstorage: 0 - none, 1 - gconf (do not use), 2 - kwallet, 3 - gnome keyring</long>
 
1458
      </locale>
 
1459
    </schema>
 
1460
    
 
1461
    <schema>
 
1462
      <key>/schemas/apps/darktable/plugins/lighttable/export/iccprofile</key>
 
1463
      <applyto>/apps/darktable/plugins/lighttable/export/iccprofile</applyto>
 
1464
      <owner>darktable</owner>
 
1465
      <type>string</type>
 
1466
      <default>image</default>
 
1467
      <gettext_domain>darktable</gettext_domain>
 
1468
      <locale name="C">
 
1469
        <short>icc profile to use for export</short>
 
1470
        <long>this overrides the per-image settings, if not set to `image'.</long>
 
1471
      </locale>
 
1472
    </schema>
 
1473
    
 
1474
    <schema>
 
1475
      <key>/schemas/apps/darktable/plugins/lighttable/export/iccintent</key>
 
1476
      <applyto>/apps/darktable/plugins/lighttable/export/iccintent</applyto>
 
1477
      <owner>darktable</owner>
 
1478
      <type>int</type>
 
1479
      <default>-1</default>
 
1480
      <gettext_domain>darktable</gettext_domain>
 
1481
      <locale name="C">
 
1482
        <short>icc rendering intent</short>
 
1483
        <long>if non-negative, this overrides the per-image output color profile rendering intent on export.</long>
 
1484
      </locale>
 
1485
    </schema>
 
1486
    
 
1487
    <schema>
 
1488
      <key>/schemas/apps/darktable/gamma_linear</key>
 
1489
      <applyto>/apps/darktable/gamma_linear</applyto>
 
1490
      <owner>darktable</owner>
 
1491
      <type>float</type>
 
1492
      <default>.4045f</default>
 
1493
      <gettext_domain>darktable</gettext_domain>
 
1494
      <locale name="C">
 
1495
        <short></short>
 
1496
        <long></long>
 
1497
      </locale>
 
1498
    </schema>
 
1499
    
 
1500
    <schema>
 
1501
      <key>/schemas/apps/darktable/gamma_gamma</key>
 
1502
      <applyto>/apps/darktable/gamma_gamma</applyto>
 
1503
      <owner>darktable</owner>
 
1504
      <type>float</type>
 
1505
      <default>.41f</default>
 
1506
      <gettext_domain>darktable</gettext_domain>
 
1507
      <locale name="C">
 
1508
        <short></short>
 
1509
        <long></long>
 
1510
      </locale>
 
1511
    </schema>
 
1512
 
 
1513
    <schema>
 
1514
      <key>/schemas/apps/darktable/plugins/darkroom/groups</key>
 
1515
      <applyto>/apps/darktable/plugins/darkroom/groups</applyto>
 
1516
      <owner>darktable</owner>
 
1517
      <type>int</type>
 
1518
      <default>1</default>
 
1519
      <gettext_domain>darktable</gettext_domain>
 
1520
      <locale name="C">
 
1521
        <short></short>
 
1522
        <long></long>
 
1523
      </locale>
 
1524
    </schema>
 
1525
 
 
1526
    <schema>
 
1527
      <key>/schemas/apps/darktable/plugins/darkroom/active</key>
 
1528
      <applyto>/apps/darktable/plugins/darkroom/active</applyto>
 
1529
      <owner>darktable</owner>
 
1530
      <type>string</type>
 
1531
      <default></default>
 
1532
      <gettext_domain>darktable</gettext_domain>
 
1533
      <locale name="C">
 
1534
        <short></short>
 
1535
        <long></long>
 
1536
      </locale>
 
1537
    </schema>
 
1538
 
 
1539
    <schema>
 
1540
      <key>/schemas/apps/darktable/plugins/darkroom/clipping/visible</key>
 
1541
      <applyto>/apps/darktable/plugins/darkroom/clipping/visible</applyto>
 
1542
      <owner>darktable</owner>
 
1543
      <type>bool</type>
 
1544
      <default>TRUE</default>
 
1545
      <gettext_domain>darktable</gettext_domain>
 
1546
      <locale name="C">
 
1547
        <short></short>
 
1548
        <long></long>
 
1549
      </locale>
 
1550
    </schema>
 
1551
 
 
1552
    <schema>
 
1553
      <key>/schemas/apps/darktable/plugins/darkroom/colorcorrection/visible</key>
 
1554
      <applyto>/apps/darktable/plugins/darkroom/colorcorrection/visible</applyto>
 
1555
      <owner>darktable</owner>
 
1556
      <type>bool</type>
 
1557
      <default>FALSE</default>
 
1558
      <gettext_domain>darktable</gettext_domain>
 
1559
      <locale name="C">
 
1560
        <short></short>
 
1561
        <long></long>
 
1562
      </locale>
 
1563
    </schema>
 
1564
 
 
1565
    <schema>
 
1566
      <key>/schemas/apps/darktable/plugins/darkroom/colorin/visible</key>
 
1567
      <applyto>/apps/darktable/plugins/darkroom/colorin/visible</applyto>
 
1568
      <owner>darktable</owner>
 
1569
      <type>bool</type>
 
1570
      <default>TRUE</default>
 
1571
      <gettext_domain>darktable</gettext_domain>
 
1572
      <locale name="C">
 
1573
        <short></short>
 
1574
        <long></long>
 
1575
      </locale>
 
1576
    </schema>
 
1577
 
 
1578
    <schema>
 
1579
      <key>/schemas/apps/darktable/plugins/darkroom/colorout/visible</key>
 
1580
      <applyto>/apps/darktable/plugins/darkroom/colorout/visible</applyto>
 
1581
      <owner>darktable</owner>
 
1582
      <type>bool</type>
 
1583
      <default>FALSE</default>
 
1584
      <gettext_domain>darktable</gettext_domain>
 
1585
      <locale name="C">
 
1586
        <short></short>
 
1587
        <long></long>
 
1588
      </locale>
 
1589
    </schema>
 
1590
 
 
1591
    <schema>
 
1592
      <key>/schemas/apps/darktable/plugins/darkroom/monochrome/visible</key>
 
1593
      <applyto>/apps/darktable/plugins/darkroom/monochrome/visible</applyto>
 
1594
      <owner>darktable</owner>
 
1595
      <type>bool</type>
 
1596
      <default>TRUE</default>
 
1597
      <gettext_domain>darktable</gettext_domain>
 
1598
      <locale name="C">
 
1599
        <short></short>
 
1600
        <long></long>
 
1601
      </locale>
 
1602
    </schema>
 
1603
 
 
1604
    <schema>
 
1605
      <key>/schemas/apps/darktable/plugins/darkroom/atrous/visible</key>
 
1606
      <applyto>/apps/darktable/plugins/darkroom/atrous/visible</applyto>
 
1607
      <owner>darktable</owner>
 
1608
      <type>bool</type>
 
1609
      <default>FALSE</default>
 
1610
      <gettext_domain>darktable</gettext_domain>
 
1611
      <locale name="C">
 
1612
        <short></short>
 
1613
        <long></long>
 
1614
      </locale>
 
1615
    </schema>
 
1616
 
 
1617
    <schema>
 
1618
      <key>/schemas/apps/darktable/plugins/darkroom/equalizer/visible</key>
 
1619
      <applyto>/apps/darktable/plugins/darkroom/equalizer/visible</applyto>
 
1620
      <owner>darktable</owner>
 
1621
      <type>bool</type>
 
1622
      <default>FALSE</default>
 
1623
      <gettext_domain>darktable</gettext_domain>
 
1624
      <locale name="C">
 
1625
        <short></short>
 
1626
        <long></long>
 
1627
      </locale>
 
1628
    </schema>
 
1629
 
 
1630
    <schema>
 
1631
      <key>/schemas/apps/darktable/plugins/darkroom/exposure/visible</key>
 
1632
      <applyto>/apps/darktable/plugins/darkroom/exposure/visible</applyto>
 
1633
      <owner>darktable</owner>
 
1634
      <type>bool</type>
 
1635
      <default>TRUE</default>
 
1636
      <gettext_domain>darktable</gettext_domain>
 
1637
      <locale name="C">
 
1638
        <short></short>
 
1639
        <long></long>
 
1640
      </locale>
 
1641
    </schema>
 
1642
 
 
1643
    <schema>
 
1644
      <key>/schemas/apps/darktable/plugins/darkroom/gamma/visible</key>
 
1645
      <applyto>/apps/darktable/plugins/darkroom/gamma/visible</applyto>
 
1646
      <owner>darktable</owner>
 
1647
      <type>bool</type>
 
1648
      <default>FALSE</default>
 
1649
      <gettext_domain>darktable</gettext_domain>
 
1650
      <locale name="C">
 
1651
        <short></short>
 
1652
        <long></long>
 
1653
      </locale>
 
1654
    </schema>
 
1655
 
 
1656
    <schema>
 
1657
      <key>/schemas/apps/darktable/plugins/darkroom/lens/visible</key>
 
1658
      <applyto>/apps/darktable/plugins/darkroom/lens/visible</applyto>
 
1659
      <owner>darktable</owner>
 
1660
      <type>bool</type>
 
1661
      <default>FALSE</default>
 
1662
      <gettext_domain>darktable</gettext_domain>
 
1663
      <locale name="C">
 
1664
        <short></short>
 
1665
        <long></long>
 
1666
      </locale>
 
1667
    </schema>
 
1668
 
 
1669
    <schema>
 
1670
      <key>/schemas/apps/darktable/plugins/darkroom/sharpen/visible</key>
 
1671
      <applyto>/apps/darktable/plugins/darkroom/sharpen/visible</applyto>
 
1672
      <owner>darktable</owner>
 
1673
      <type>bool</type>
 
1674
      <default>TRUE</default>
 
1675
      <gettext_domain>darktable</gettext_domain>
 
1676
      <locale name="C">
 
1677
        <short></short>
 
1678
        <long></long>
 
1679
      </locale>
 
1680
    </schema>
 
1681
 
 
1682
    <schema>
 
1683
      <key>/schemas/apps/darktable/plugins/darkroom/temperature/visible</key>
 
1684
      <applyto>/apps/darktable/plugins/darkroom/temperature/visible</applyto>
 
1685
      <owner>darktable</owner>
 
1686
      <type>bool</type>
 
1687
      <default>TRUE</default>
 
1688
      <gettext_domain>darktable</gettext_domain>
 
1689
      <locale name="C">
 
1690
        <short></short>
 
1691
        <long></long>
 
1692
      </locale>
 
1693
    </schema>
 
1694
 
 
1695
    <schema>
 
1696
      <key>/schemas/apps/darktable/plugins/darkroom/tonecurve/visible</key>
 
1697
      <applyto>/apps/darktable/plugins/darkroom/tonecurve/visible</applyto>
 
1698
      <owner>darktable</owner>
 
1699
      <type>bool</type>
 
1700
      <default>FALSE</default>
 
1701
      <gettext_domain>darktable</gettext_domain>
 
1702
      <locale name="C">
 
1703
        <short></short>
 
1704
        <long></long>
 
1705
      </locale>
 
1706
    </schema>
 
1707
 
 
1708
    <schema>
 
1709
      <key>/schemas/apps/darktable/plugins/darkroom/basecurve/visible</key>
 
1710
      <applyto>/apps/darktable/plugins/darkroom/basecurve/visible</applyto>
 
1711
      <owner>darktable</owner>
 
1712
      <type>bool</type>
 
1713
      <default>FALSE</default>
 
1714
      <gettext_domain>darktable</gettext_domain>
 
1715
      <locale name="C">
 
1716
        <short></short>
 
1717
        <long></long>
 
1718
      </locale>
 
1719
    </schema>
 
1720
 
 
1721
    <schema>
 
1722
      <key>/schemas/apps/darktable/plugins/darkroom/rawimport/visible</key>
 
1723
      <applyto>/apps/darktable/plugins/darkroom/rawimport/visible</applyto>
 
1724
      <owner>darktable</owner>
 
1725
      <type>bool</type>
 
1726
      <default>FALSE</default>
 
1727
      <gettext_domain>darktable</gettext_domain>
 
1728
      <locale name="C">
 
1729
        <short></short>
 
1730
        <long></long>
 
1731
      </locale>
 
1732
    </schema>
 
1733
 
 
1734
    <schema>
 
1735
      <key>/schemas/apps/darktable/plugins/darkroom/colorzones/visible</key>
 
1736
      <applyto>/apps/darktable/plugins/darkroom/colorzones/visible</applyto>
 
1737
      <owner>darktable</owner>
 
1738
      <type>bool</type>
 
1739
      <default>FALSE</default>
 
1740
      <gettext_domain>darktable</gettext_domain>
 
1741
      <locale name="C">
 
1742
        <short></short>
 
1743
        <long></long>
 
1744
      </locale>
 
1745
    </schema>
 
1746
 
 
1747
    <schema>
 
1748
      <key>/schemas/apps/darktable/plugins/darkroom/clipping/expanded</key>
 
1749
      <applyto>/apps/darktable/plugins/darkroom/clipping/expanded</applyto>
 
1750
      <owner>darktable</owner>
 
1751
      <type>bool</type>
 
1752
      <default>TRUE</default>
 
1753
      <gettext_domain>darktable</gettext_domain>
 
1754
      <locale name="C">
 
1755
        <short></short>
 
1756
        <long></long>
 
1757
      </locale>
 
1758
    </schema>
 
1759
 
 
1760
    <schema>
 
1761
      <key>/schemas/apps/darktable/plugins/darkroom/colorcorrection/expanded</key>
 
1762
      <applyto>/apps/darktable/plugins/darkroom/colorcorrection/expanded</applyto>
 
1763
      <owner>darktable</owner>
 
1764
      <type>bool</type>
 
1765
      <default>FALSE</default>
 
1766
      <gettext_domain>darktable</gettext_domain>
 
1767
      <locale name="C">
 
1768
        <short></short>
 
1769
        <long></long>
 
1770
      </locale>
 
1771
    </schema>
 
1772
 
 
1773
    <schema>
 
1774
      <key>/schemas/apps/darktable/plugins/darkroom/colorin/expanded</key>
 
1775
      <applyto>/apps/darktable/plugins/darkroom/colorin/expanded</applyto>
 
1776
      <owner>darktable</owner>
 
1777
      <type>bool</type>
 
1778
      <default>FALSE</default>
 
1779
      <gettext_domain>darktable</gettext_domain>
 
1780
      <locale name="C">
 
1781
        <short></short>
 
1782
        <long></long>
 
1783
      </locale>
 
1784
    </schema>
 
1785
 
 
1786
    <schema>
 
1787
      <key>/schemas/apps/darktable/plugins/darkroom/colorout/expanded</key>
 
1788
      <applyto>/apps/darktable/plugins/darkroom/colorout/expanded</applyto>
 
1789
      <owner>darktable</owner>
 
1790
      <type>bool</type>
 
1791
      <default>FALSE</default>
 
1792
      <gettext_domain>darktable</gettext_domain>
 
1793
      <locale name="C">
 
1794
        <short></short>
 
1795
        <long></long>
 
1796
      </locale>
 
1797
    </schema>
 
1798
 
 
1799
    <schema>
 
1800
      <key>/schemas/apps/darktable/plugins/darkroom/atrous/expanded</key>
 
1801
      <applyto>/apps/darktable/plugins/darkroom/atrous/expanded</applyto>
 
1802
      <owner>darktable</owner>
 
1803
      <type>bool</type>
 
1804
      <default>FALSE</default>
 
1805
      <gettext_domain>darktable</gettext_domain>
 
1806
      <locale name="C">
 
1807
        <short></short>
 
1808
        <long></long>
 
1809
      </locale>
 
1810
    </schema>
 
1811
 
 
1812
    <schema>
 
1813
      <key>/schemas/apps/darktable/plugins/darkroom/equalizer/expanded</key>
 
1814
      <applyto>/apps/darktable/plugins/darkroom/equalizer/expanded</applyto>
 
1815
      <owner>darktable</owner>
 
1816
      <type>bool</type>
 
1817
      <default>FALSE</default>
 
1818
      <gettext_domain>darktable</gettext_domain>
 
1819
      <locale name="C">
 
1820
        <short></short>
 
1821
        <long></long>
 
1822
      </locale>
 
1823
    </schema>
 
1824
 
 
1825
    <schema>
 
1826
      <key>/schemas/apps/darktable/plugins/darkroom/exposure/expanded</key>
 
1827
      <applyto>/apps/darktable/plugins/darkroom/exposure/expanded</applyto>
 
1828
      <owner>darktable</owner>
 
1829
      <type>bool</type>
 
1830
      <default>TRUE</default>
 
1831
      <gettext_domain>darktable</gettext_domain>
 
1832
      <locale name="C">
 
1833
        <short></short>
 
1834
        <long></long>
 
1835
      </locale>
 
1836
    </schema>
 
1837
 
 
1838
    <schema>
 
1839
      <key>/schemas/apps/darktable/plugins/darkroom/gamma/expanded</key>
 
1840
      <applyto>/apps/darktable/plugins/darkroom/gamma/expanded</applyto>
 
1841
      <owner>darktable</owner>
 
1842
      <type>bool</type>
 
1843
      <default>FALSE</default>
 
1844
      <gettext_domain>darktable</gettext_domain>
 
1845
      <locale name="C">
 
1846
        <short></short>
 
1847
        <long></long>
 
1848
      </locale>
 
1849
    </schema>
 
1850
 
 
1851
    <schema>
 
1852
      <key>/schemas/apps/darktable/plugins/darkroom/lens/expanded</key>
 
1853
      <applyto>/apps/darktable/plugins/darkroom/lens/expanded</applyto>
 
1854
      <owner>darktable</owner>
 
1855
      <type>bool</type>
 
1856
      <default>FALSE</default>
 
1857
      <gettext_domain>darktable</gettext_domain>
 
1858
      <locale name="C">
 
1859
        <short></short>
 
1860
        <long></long>
 
1861
      </locale>
 
1862
    </schema>
 
1863
 
 
1864
    <schema>
 
1865
      <key>/schemas/apps/darktable/plugins/darkroom/monochrome/expanded</key>
 
1866
      <applyto>/apps/darktable/plugins/darkroom/monochrome/expanded</applyto>
 
1867
      <owner>darktable</owner>
 
1868
      <type>bool</type>
 
1869
      <default>FALSE</default>
 
1870
      <gettext_domain>darktable</gettext_domain>
 
1871
      <locale name="C">
 
1872
        <short></short>
 
1873
        <long></long>
 
1874
      </locale>
 
1875
    </schema>
 
1876
 
 
1877
    <schema>
 
1878
      <key>/schemas/apps/darktable/plugins/darkroom/rawimport/expanded</key>
 
1879
      <applyto>/apps/darktable/plugins/darkroom/rawimport/expanded</applyto>
 
1880
      <owner>darktable</owner>
 
1881
      <type>bool</type>
 
1882
      <default>FALSE</default>
 
1883
      <gettext_domain>darktable</gettext_domain>
 
1884
      <locale name="C">
 
1885
        <short></short>
 
1886
        <long></long>
 
1887
      </locale>
 
1888
    </schema>
 
1889
 
 
1890
    <schema>
 
1891
      <key>/schemas/apps/darktable/plugins/darkroom/colorzones/expanded</key>
 
1892
      <applyto>/apps/darktable/plugins/darkroom/colorzones/expanded</applyto>
 
1893
      <owner>darktable</owner>
 
1894
      <type>bool</type>
 
1895
      <default>FALSE</default>
 
1896
      <gettext_domain>darktable</gettext_domain>
 
1897
      <locale name="C">
 
1898
        <short></short>
 
1899
        <long></long>
 
1900
      </locale>
 
1901
    </schema>
 
1902
 
 
1903
    <schema>
 
1904
      <key>/schemas/apps/darktable/plugins/darkroom/sharpen/expanded</key>
 
1905
      <applyto>/apps/darktable/plugins/darkroom/sharpen/expanded</applyto>
 
1906
      <owner>darktable</owner>
 
1907
      <type>bool</type>
 
1908
      <default>FALSE</default>
 
1909
      <gettext_domain>darktable</gettext_domain>
 
1910
      <locale name="C">
 
1911
        <short></short>
 
1912
        <long></long>
 
1913
      </locale>
 
1914
    </schema>
 
1915
 
 
1916
    <schema>
 
1917
      <key>/schemas/apps/darktable/plugins/darkroom/temperature/expanded</key>
 
1918
      <applyto>/apps/darktable/plugins/darkroom/temperature/expanded</applyto>
 
1919
      <owner>darktable</owner>
 
1920
      <type>bool</type>
 
1921
      <default>FALSE</default>
 
1922
      <gettext_domain>darktable</gettext_domain>
 
1923
      <locale name="C">
 
1924
        <short></short>
 
1925
        <long></long>
 
1926
      </locale>
 
1927
    </schema>
 
1928
 
 
1929
    <schema>
 
1930
      <key>/schemas/apps/darktable/plugins/darkroom/tonecurve/expanded</key>
 
1931
      <applyto>/apps/darktable/plugins/darkroom/tonecurve/expanded</applyto>
 
1932
      <owner>darktable</owner>
 
1933
      <type>bool</type>
 
1934
      <default>FALSE</default>
 
1935
      <gettext_domain>darktable</gettext_domain>
 
1936
      <locale name="C">
 
1937
        <short></short>
 
1938
        <long></long>
 
1939
      </locale>
 
1940
    </schema>
 
1941
 
 
1942
    <schema>
 
1943
      <key>/schemas/apps/darktable/plugins/darkroom/basecurve/expanded</key>
 
1944
      <applyto>/apps/darktable/plugins/darkroom/basecurve/expanded</applyto>
 
1945
      <owner>darktable</owner>
 
1946
      <type>bool</type>
 
1947
      <default>FALSE</default>
 
1948
      <gettext_domain>darktable</gettext_domain>
 
1949
      <locale name="C">
 
1950
        <short></short>
 
1951
        <long></long>
 
1952
      </locale>
 
1953
    </schema>
 
1954
 
 
1955
  </schemalist>
 
1956
</gconfschemafile>
 
1957