~ubuntu-branches/ubuntu/precise/simple-scan/precise

« back to all changes in this revision

Viewing changes to data/org.gnome.SimpleScan.gschema.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-08-22 14:39:00 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20110822143900-mas00fbdm5evsv8a
Tags: 3.1.3-0ubuntu1
* New upstream release.
* debian/control: Update build-deps as per configure.ac: valac (>= 0.13.0),
  GTK 2 → 3, drop libgconf2-dev.
* debian/watch: Look for *.tar.bz2.
* 01-zlib.patch: Update for new upstream version.
* Disable 20-lpi.patch for now, needs porting to vala.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <enum id="org.gnome.SimpleScan.ScanDirection">
 
3
    <value value="0" nick="top-to-bottom"/>
 
4
    <value value="1" nick="left-to-right"/>
 
5
    <value value="2" nick="bottom-to-top"/>
 
6
    <value value="3" nick="right-to-left"/>
 
7
  </enum>
 
8
  <enum id="org.gnome.SimpleScan.PageSide">
 
9
    <value value="1" nick="front"/>
 
10
    <value value="2" nick="back"/>
 
11
    <value value="3" nick="both"/>
 
12
  </enum>
 
13
 
 
14
  <schema id="org.gnome.SimpleScan" path="/org/gnome/simple-scan/" gettext-domain="simple-scan">
 
15
    <key name="window-width" type="i">
 
16
      <default>600</default>
 
17
      <_summary>Window width in pixels</_summary>
 
18
    </key>
 
19
    <key name="window-height" type="i">
 
20
      <default>400</default>
 
21
      <_summary>Window height in pixels</_summary>
 
22
    </key>
 
23
    <key name="window-is-maximized" type="b">
 
24
      <default>false</default>
 
25
      <_summary>TRUE if the application window is maximized</_summary>
 
26
    </key>
 
27
    <key name="selected-device" type="s">
 
28
      <default>''</default>
 
29
      <_summary>Device to scan from</_summary>
 
30
      <_description>SANE device to acquire images from.</_description>
 
31
    </key>
 
32
    <key name="document-type" type="s">
 
33
      <default>'photo'</default>
 
34
      <choices>
 
35
        <choice value="text"/>
 
36
        <choice value="photo"/>
 
37
      </choices>
 
38
      <_summary>Type of document being scanned</_summary>
 
39
      <_description>Type of document being scanned. This setting decides on the scan resolution, colors and post-processing.</_description>
 
40
    </key>
 
41
    <key name="scan-direction" enum="org.gnome.SimpleScan.ScanDirection">
 
42
      <default>'top-to-bottom'</default>
 
43
      <_summary>Direction of scan</_summary>
 
44
      <_description>The direction of the scanner across the scanned page.</_description>
 
45
    </key>
 
46
    <key name="page-width" type="i">
 
47
      <default>595</default>
 
48
      <_summary>Width of scanned image in pixels</_summary>
 
49
      <_description>The width of scanned image in pixels.  This value is updated to what the last scanned page was.</_description>
 
50
    </key>
 
51
    <key name="page-height" type="i">
 
52
      <default>842</default>
 
53
      <_summary>Height of scanned image in pixels</_summary>
 
54
      <_description>The height of scanned image in pixels.  This value is updated to what the last scanned page was.</_description>
 
55
    </key>
 
56
    <key name="paper-width" type="i">
 
57
      <default>0</default>
 
58
      <_summary>Width of paper in tenths of a mm</_summary>
 
59
      <_description>The width of the paper in tenths of a mm (or 0 for automatic paper detection).</_description>
 
60
    </key>
 
61
    <key name="paper-height" type="i">
 
62
      <default>0</default>
 
63
      <_summary>Height of paper in tenths of a mm</_summary>
 
64
      <_description>The height of the paper in tenths of a mm (or 0 for automatic paper detection).</_description>
 
65
    </key>
 
66
    <key name="page-dpi" type="i">
 
67
      <default>72</default>
 
68
      <_summary>Resolution of last scanned image</_summary>
 
69
      <_description>The resolution in dots-per-inch of the previously scanned image.</_description>
 
70
    </key>
 
71
    <key name="text-dpi" type="i">
 
72
      <default>150</default>
 
73
      <_summary>Resolution for text scans</_summary>
 
74
      <_description>The resolution in dots-per-inch to use when scanning text.</_description>
 
75
    </key>
 
76
    <key name="photo-dpi" type="i">
 
77
      <default>300</default>
 
78
      <_summary>Resolution for photo scans</_summary>
 
79
      <_description>The resolution in dots-per-inch to use when scanning photos.</_description>
 
80
    </key>
 
81
    <key name="page-side" enum="org.gnome.SimpleScan.PageSide">
 
82
      <default>'both'</default>
 
83
      <_summary>Page side to scan</_summary>
 
84
      <_description>The page side to scan.</_description>
 
85
    </key>
 
86
    <key name="save-directory" type="s">
 
87
      <default>''</default>
 
88
      <_summary>Directory to save files to</_summary>
 
89
      <_description>The directory to save files to.  Defaults to the documents directory if unset.</_description>
 
90
    </key>
 
91
  </schema>
 
92
</schemalist>