~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/org.gnome.Cheese.gschema.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-07-17 21:04:16 UTC
  • mfrom: (15.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110717210416-nt5qi659qei7a2yy
Tags: 3.0.1-2
* debian/control.in:
  - Change gir1.2-cheese-3.0 Section to libs
  - Make library packages depend against cheese-common package
  - Make cheese package recommends against hicolor-icon-theme
  - Move gst Dependency to libcheese package
* debian/patches/0002-fix-linking.patch: Add missing library to fix linking
* debian/watch:
  - Switch to .bz2 tarballs.
  - Bump version to 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id='org.gnome.Cheese' path='/apps/cheese/'>
 
3
    <key name='countdown' type='b'>
 
4
      <summary>Use a countdown</summary>
 
5
      <description>
 
6
        Set to True to show countdown when taking a photo
 
7
      </description>
 
8
      <default>true</default>
 
9
    </key>
 
10
 
 
11
    <key name='flash' type='b'>
 
12
      <summary>Fire flash before taking a picture</summary>
 
13
      <description>
 
14
        Set to True to fire a flash before taking a picture
 
15
      </description>
 
16
      <default>true</default>
 
17
    </key>
 
18
 
 
19
    <key name='camera' type='s'>
 
20
      <summary>Camera device string indicator</summary>
 
21
      <description>
 
22
        The device which points to the camera (e.g. /dev/video0)
 
23
      </description>
 
24
      <default>''</default>
 
25
    </key>
 
26
 
 
27
    <key name='selected-effect' type='s'>
 
28
      <summary>Name of last selected effect</summary>
 
29
      <description>
 
30
        Name of installed effect that was selected last
 
31
      </description>
 
32
      <default>'identity'</default>
 
33
    </key>
 
34
 
 
35
    <key name='photo-x-resolution' type='i'>
 
36
      <summary>Photo width resolution</summary>
 
37
      <description>
 
38
        The width resolution of the image captured from the camera
 
39
      </description>
 
40
      <default>0</default>
 
41
    </key>
 
42
 
 
43
    <key name='photo-y-resolution' type='i'>
 
44
      <summary>Photo height resolution</summary>
 
45
      <description>
 
46
        The height resolution of the image captured from the camera
 
47
      </description>
 
48
      <default>0</default>
 
49
    </key>
 
50
 
 
51
    <key name='video-x-resolution' type='i'>
 
52
      <summary>Video width resolution</summary>
 
53
      <description>
 
54
        The width resolution of the video captured from the camera
 
55
      </description>
 
56
      <default>0</default>
 
57
    </key>
 
58
 
 
59
    <key name='video-y-resolution' type='i'>
 
60
      <summary>Video height resolution</summary>
 
61
      <description>
 
62
        The height resolution of the video captured from the camera
 
63
      </description>
 
64
      <default>0</default>
 
65
    </key>
 
66
 
 
67
    <key name='brightness' type='d'>
 
68
      <summary>Picture brightness</summary>
 
69
      <description>
 
70
        Adjusts brightness level of the picture coming from the camera
 
71
      </description>
 
72
      <default>0</default>
 
73
    </key>
 
74
 
 
75
    <key name='contrast' type='d'>
 
76
      <summary>Picture contrast</summary>
 
77
      <description>
 
78
        Adjusts contrast level of the picture coming from the camera
 
79
      </description>
 
80
      <default>1.0</default>
 
81
    </key>
 
82
 
 
83
    <key name='saturation' type='d'>
 
84
      <summary>Picture saturation</summary>
 
85
      <description>
 
86
        Adjusts saturation level of the picture coming from the camera
 
87
      </description>
 
88
      <default>1</default>
 
89
    </key>
 
90
 
 
91
    <key name='hue' type='d'>
 
92
      <summary>Picture hue</summary>
 
93
      <description>
 
94
        Adjusts hue level of the picture coming from the camera
 
95
      </description>
 
96
      <default>0</default>
 
97
    </key>
 
98
 
 
99
    <key name='video-path' type='s'>
 
100
      <summary>Video Path</summary>
 
101
      <description>
 
102
        Defines the path where the videos are stored. If empty,
 
103
        "XDG_VIDEO/Webcam" will be used.
 
104
      </description>
 
105
      <default>''</default>
 
106
    </key>
 
107
 
 
108
    <key name='photo-path' type='s'>
 
109
      <summary>Photo Path</summary>
 
110
      <description>
 
111
        Defines the path where the photos are stored. If empty,
 
112
        "XDG_PHOTO/Webcam" will be used.
 
113
      </description>
 
114
      <default>''</default>
 
115
    </key>
 
116
 
 
117
    <key name='wide-mode' type='b'>
 
118
      <summary>Whether to start in wide mode</summary>
 
119
      <description>
 
120
        If set to true, Cheese will start up in a wide mode with the
 
121
        image collection placed on the right-hand side. Useful with
 
122
        small screens.
 
123
      </description>
 
124
      <default>false</default>
 
125
    </key>
 
126
 
 
127
    <key name='fullscreen' type='b'>
 
128
      <summary>Whether to start in fullscreen</summary>
 
129
      <description>
 
130
        If set to true, Cheese will start up in a fullscreen mode. 
 
131
      </description>
 
132
      <default>false</default>
 
133
    </key>
 
134
 
 
135
    <key name='burst-delay' type='i'>
 
136
      <summary>Time between photos in burst mode</summary>
 
137
      <description>
 
138
        The length of time, in milliseconds, to delay between taking
 
139
        each photo in a burst sequence of photos.
 
140
      </description>
 
141
      <default>1000</default>
 
142
    </key>
 
143
 
 
144
     <key name='burst-repeat' type='i'>
 
145
      <summary>Number of photos in burst mode</summary>
 
146
      <description>
 
147
        The number of photos to take in a single burst.
 
148
      </description>
 
149
      <default>4</default>
 
150
    </key>
 
151
  </schema>
 
152
</schemalist>