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

« back to all changes in this revision

Viewing changes to data/cheese.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Loïc Minier
  • Date: 2009-09-23 20:25:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923202541-q9lr8b7ykic314xy
Tags: 2.28.0.1-1
[ Andrea Veri ]
* New upstream release.
* debian/control:
  - Bumped Standards-version to 3.8.3. No changes needed.
  - libgtk2.0-dev bumped to >= 2.17.4 as per configure.ac
    requirements.
  - libgnome-desktop-dev bumped to >= 2.26.0 as per configure.ac
    requirements.
  - added a B-D on x11proto-core-dev needed from multimedia keys
    to work properly.
* debian/copyright:
  - added missing copyright holders.
* debian/patches:
  - removed as long as it has no patches in it.
* debian/rules:
  - simple-patchsys include removed, there are no patches to be
    applied.

[ Loïc Minier ]
* Bdep on rarian-compat instead of scrollkeeper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<gconfschemafile>
2
 
        <schemalist>
3
 
                <schema>
4
 
                        <key>/schemas/apps/cheese/countdown</key>
5
 
                        <applyto>/apps/cheese/countdown</applyto>
6
 
                        <owner>cheese</owner>
7
 
                        <type>bool</type>
8
 
                        <default>1</default>
9
 
                        <locale name="C">
10
 
                                <short>Use a countdown</short>
11
 
                                <long>Set to True to show countdown when taking a photo</long>
12
 
                        </locale>
13
 
        </schema>
14
 
 
15
 
                <schema>
16
 
                        <key>/schemas/apps/cheese/webcam</key>
17
 
                        <applyto>/apps/cheese/webcam</applyto>
18
 
                        <owner>cheese</owner>
19
 
                        <type>string</type>
20
 
                        <default></default>
21
 
                        <locale name="C">
22
 
                                <short>Webcam device string indicator</short>
23
 
                                <long>The device which points to the webcam (e.g. /dev/video0)</long>
24
 
                        </locale>
25
 
                </schema>
26
 
 
27
 
                <schema>
28
 
                        <key>/schemas/apps/cheese/selected_effects</key>
29
 
                        <applyto>/apps/cheese/selected_effects</applyto>
30
 
                        <owner>cheese</owner>
31
 
                        <type>list</type>
32
 
                        <list_type>string</list_type>
33
 
                        <default>[]</default>
34
 
                        <locale name="C">
35
 
                                <short>Selected Effects</short>
36
 
                                <long><!-- Translators: please note, that the effect names are
37
 
                                standarized and should not be translated -->
38
 
                                A list of effects applied on startup. Possible values are: "mauve",
39
 
                                "noir_blanc", "saturation", "hulk", "vertical-flip", "horizontal-flip",
40
 
                                "shagadelic", "vertigo", "edge", "dice" and "warp"</long>
41
 
                        </locale>
42
 
                </schema>
43
 
                
44
 
                <schema>
45
 
                        <key>/schemas/apps/cheese/x_resolution</key>
46
 
                        <applyto>/apps/cheese/x_resolution</applyto>
47
 
                        <owner>cheese</owner>
48
 
                        <type>int</type>
49
 
                        <default>0</default>
50
 
                        <locale name="C">
51
 
                                <short>Width resolution</short>
52
 
                                <long>The width resolution of the image captured from the camera</long>
53
 
                        </locale>
54
 
    </schema>
55
 
                
56
 
                <schema>
57
 
                        <key>/schemas/apps/cheese/y_resolution</key>
58
 
                        <applyto>/apps/cheese/y_resolution</applyto>
59
 
                        <owner>cheese</owner>
60
 
                        <type>int</type>
61
 
                        <default>0</default>
62
 
                        <locale name="C">
63
 
                                <short>Height resolution</short>
64
 
                                <long>The height resolution of the image captured from the camera</long>
65
 
                        </locale>
66
 
    </schema>
67
 
        
68
 
    <schema>
69
 
                        <key>/schemas/apps/cheese/video_path</key>
70
 
                        <applyto>/apps/cheese/video_path</applyto>
71
 
                        <owner>cheese</owner>
72
 
                        <type>string</type>
73
 
                        <default></default>
74
 
                        <locale name="C">
75
 
                                <short>Video Path</short>
76
 
                                <long>Defines the path where the videos are stored, if empty "XDG_VIDEO/Webcam" will be used.</long>
77
 
                        </locale>
78
 
    </schema>
79
 
    
80
 
    <schema>
81
 
                        <key>/schemas/apps/cheese/photo_path</key>
82
 
                        <applyto>/apps/cheese/photo_path</applyto>
83
 
                        <owner>cheese</owner>
84
 
                        <type>string</type>
85
 
                        <default></default>
86
 
                        <locale name="C">
87
 
                                <short>Photo Path</short>
88
 
                                <long>Defines the path where the photos are stored, if empty "XDG_PHOTO/Webcam" will be used.</long>
89
 
                        </locale>
90
 
    </schema>
91
 
    <schema>
92
 
                        <key>/schemas/apps/cheese/enable_delete</key>
93
 
                        <applyto>/apps/cheese/enable_delete</applyto>
94
 
                        <owner>cheese</owner>
95
 
                        <type>bool</type>
96
 
                        <default>0</default>
97
 
                        <locale name="C">
98
 
                                 <short>Whether to enable immediate deletion</short>
99
 
                                 <long>If set to true, then Cheese will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</long>
100
 
                        </locale>
101
 
    </schema>
102
 
 
103
 
        </schemalist>
 
2
  <schemalist>
 
3
    <schema>
 
4
      <key>/schemas/apps/cheese/countdown</key>
 
5
      <applyto>/apps/cheese/countdown</applyto>
 
6
      <owner>cheese</owner>
 
7
      <type>bool</type>
 
8
      <default>1</default>
 
9
      <locale name="C">
 
10
        <short>Use a countdown</short>
 
11
        <long>Set to True to show countdown when taking a photo</long>
 
12
      </locale>
 
13
    </schema>
 
14
 
 
15
    <schema>
 
16
      <key>/schemas/apps/cheese/webcam</key>
 
17
      <applyto>/apps/cheese/webcam</applyto>
 
18
      <owner>cheese</owner>
 
19
      <type>string</type>
 
20
      <default></default>
 
21
      <locale name="C">
 
22
        <short>Webcam device string indicator</short>
 
23
        <long>The device which points to the webcam (e.g. /dev/video0)</long>
 
24
      </locale>
 
25
    </schema>
 
26
 
 
27
    <schema>
 
28
      <key>/schemas/apps/cheese/selected_effects</key>
 
29
      <applyto>/apps/cheese/selected_effects</applyto>
 
30
      <owner>cheese</owner>
 
31
      <type>list</type>
 
32
      <list_type>string</list_type>
 
33
      <default>[]</default>
 
34
      <locale name="C">
 
35
        <short>Selected Effects</short>
 
36
        <long><!-- Translators: please note, that the effect names are
 
37
                   standarized and should not be translated -->
 
38
          A list of effects applied on startup. Possible values are: "mauve",
 
39
          "noir_blanc", "saturation", "hulk", "vertical-flip", "horizontal-flip",
 
40
          "shagadelic", "vertigo", "edge", "dice" and "warp"</long>
 
41
      </locale>
 
42
    </schema>
 
43
 
 
44
    <schema>
 
45
      <key>/schemas/apps/cheese/x_resolution</key>
 
46
      <applyto>/apps/cheese/x_resolution</applyto>
 
47
      <owner>cheese</owner>
 
48
      <type>int</type>
 
49
      <default>0</default>
 
50
      <locale name="C">
 
51
        <short>Width resolution</short>
 
52
        <long>The width resolution of the image captured from the camera</long>
 
53
      </locale>
 
54
    </schema>
 
55
 
 
56
    <schema>
 
57
      <key>/schemas/apps/cheese/y_resolution</key>
 
58
      <applyto>/apps/cheese/y_resolution</applyto>
 
59
      <owner>cheese</owner>
 
60
      <type>int</type>
 
61
      <default>0</default>
 
62
      <locale name="C">
 
63
        <short>Height resolution</short>
 
64
        <long>The height resolution of the image captured from the camera</long>
 
65
      </locale>
 
66
    </schema>
 
67
 
 
68
    <schema>
 
69
      <key>/schemas/apps/cheese/brightness</key>
 
70
      <applyto>/apps/cheese/brightness</applyto>
 
71
      <owner>cheese</owner>
 
72
      <type>float</type>
 
73
      <default>0</default>
 
74
      <locale name="C">
 
75
        <short>Picture brightness</short>
 
76
        <long>Adjusts brightness level of the picture coming from the webcam</long>
 
77
      </locale>
 
78
    </schema>
 
79
 
 
80
    <schema>
 
81
      <key>/schemas/apps/cheese/contrast</key>
 
82
      <applyto>/apps/cheese/contrast</applyto>
 
83
      <owner>cheese</owner>
 
84
      <type>float</type>
 
85
      <default>1</default>
 
86
      <locale name="C">
 
87
        <short>Picture contrast</short>
 
88
        <long>Adjusts contrast level of the picture coming from the webcam</long>
 
89
      </locale>
 
90
    </schema>
 
91
 
 
92
    <schema>
 
93
      <key>/schemas/apps/cheese/saturation</key>
 
94
      <applyto>/apps/cheese/saturation</applyto>
 
95
      <owner>cheese</owner>
 
96
      <type>float</type>
 
97
      <default>1</default>
 
98
      <locale name="C">
 
99
        <short>Picture saturation</short>
 
100
        <long>Adjusts saturation level of the picture coming from the webcam</long>
 
101
      </locale>
 
102
    </schema>
 
103
 
 
104
    <schema>
 
105
      <key>/schemas/apps/cheese/hue</key>
 
106
      <applyto>/apps/cheese/hue</applyto>
 
107
      <owner>cheese</owner>
 
108
      <type>float</type>
 
109
      <default>0</default>
 
110
      <locale name="C">
 
111
        <short>Picture hue</short>
 
112
        <long>Adjusts hue level of the picture coming from the webcam</long>
 
113
      </locale>
 
114
    </schema>
 
115
 
 
116
    <schema>
 
117
      <key>/schemas/apps/cheese/video_path</key>
 
118
      <applyto>/apps/cheese/video_path</applyto>
 
119
      <owner>cheese</owner>
 
120
      <type>string</type>
 
121
      <default></default>
 
122
      <locale name="C">
 
123
        <short>Video Path</short>
 
124
        <long>Defines the path where the videos are stored, if empty "XDG_VIDEO/Webcam" will be used.</long>
 
125
      </locale>
 
126
    </schema>
 
127
 
 
128
    <schema>
 
129
      <key>/schemas/apps/cheese/photo_path</key>
 
130
      <applyto>/apps/cheese/photo_path</applyto>
 
131
      <owner>cheese</owner>
 
132
      <type>string</type>
 
133
      <default></default>
 
134
      <locale name="C">
 
135
        <short>Photo Path</short>
 
136
        <long>Defines the path where the photos are stored, if empty "XDG_PHOTO/Webcam" will be used.</long>
 
137
      </locale>
 
138
    </schema>
 
139
 
 
140
    <schema>
 
141
      <key>/schemas/apps/cheese/enable_delete</key>
 
142
      <applyto>/apps/cheese/enable_delete</applyto>
 
143
      <owner>cheese</owner>
 
144
      <type>bool</type>
 
145
      <default>0</default>
 
146
      <locale name="C">
 
147
        <short>Whether to enable immediate deletion</short>
 
148
        <long>If set to true, then Cheese will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</long>
 
149
      </locale>
 
150
    </schema>
 
151
 
 
152
    <schema>
 
153
      <key>/schemas/apps/cheese/wide_mode</key>
 
154
      <applyto>/apps/cheese/wide_mode</applyto>
 
155
      <owner>cheese</owner>
 
156
      <type>bool</type>
 
157
      <default>0</default>
 
158
      <locale name="C">
 
159
        <short>Whether to start in wide mode</short>
 
160
        <long>If set to true, Cheese will startup in a wide mode with
 
161
        the image collection placed on the right side. Useful with
 
162
        small screens.</long>
 
163
      </locale>
 
164
    </schema>
 
165
 
 
166
    <schema>
 
167
      <key>/schemas/apps/cheese/burst_delay</key>
 
168
      <applyto>/apps/cheese/burst_delay</applyto>
 
169
      <owner>cheese</owner>
 
170
      <type>int</type>
 
171
      <default>1000</default>
 
172
      <locale name="C">
 
173
        <short>Milliseconds between photos in burst mode.</short>
 
174
        <long>The length of time, in milliseconds, to delay between taking each photo in a burst sequence of photos.</long>
 
175
      </locale>
 
176
    </schema>
 
177
 
 
178
    <schema>
 
179
      <key>/schemas/apps/cheese/burst_repeat</key>
 
180
      <applyto>/apps/cheese/burst_repeat</applyto>
 
181
      <owner>cheese</owner>
 
182
      <type>int</type>
 
183
      <default>4</default>
 
184
      <locale name="C">
 
185
        <short>Number of photos in burst mode.</short>
 
186
        <long>The number of photos to take in a single burst.</long>
 
187
      </locale>
 
188
    </schema>
 
189
  </schemalist>
104
190
</gconfschemafile>