Add gconf schema
[pedometerwidget] / src / etc / gconf / schemas / pedometer.schemas
1 <gconfschemafile>
2    <schemalist>
3
4       <schema>
5         <key>/schemas/apps/pedometerhomewidget/mode</key>
6         <applyto>/apps/pedometerhomewidget/mode</applyto>
7         <owner>pedometer</owner>
8         <type>int</type>
9         <default>0</default>
10         <locale name="C">
11           <short>Current mode: 0 - walking, 1 - running</short>
12           <long>Current mode: 0 - walking, 1 - running</long>
13         </locale>
14       </schema>
15
16       <schema>
17         <key>/schemas/apps/pedometerhomewidget/height</key>
18         <applyto>/apps/pedometerhomewidget/height</applyto>
19         <owner>pedometer</owner>
20         <type>int</type>
21         <default>2</default>
22         <locale name="C">
23           <short>Height interval of the person using the pedometer</short>
24           <long>Height interval of the person using the pedometer</long>
25         </locale>
26       </schema>
27
28       <schema>
29         <key>/schemas/apps/pedometerhomewidget/weight</key>
30         <applyto>/apps/pedometerhomewidget/weight</applyto>
31         <owner>pedometer</owner>
32         <type>int</type>
33         <default>70</default>
34         <locale name="C">
35           <short>Weight of the person using the pedometer</short>
36           <long>Weight interval of the person using the pedometer</long>
37         </locale>
38       </schema>
39
40       <schema>
41         <key>/schemas/apps/pedometerhomewidget/unit</key>
42         <applyto>/apps/pedometerhomewidget/unit</applyto>
43         <owner>pedometer</owner>
44         <type>int</type>
45         <default>0</default>
46         <locale name="C">
47           <short>Metric / Imperial </short>
48           <long>Metric / Imperial</long>
49         </locale>
50       </schema>
51
52       <schema>
53         <key>/schemas/apps/pedometerhomewidget/aspect</key>
54         <applyto>/apps/pedometerhomewidget/aspect</applyto>
55         <owner>pedometer</owner>
56         <type>int</type>
57         <default>0</default>
58         <locale name="C">
59           <short>Widget aspect</short>
60           <long>Widget aspect</long>
61         </locale>
62       </schema>
63
64       <schema>
65         <key>/schemas/apps/pedometerhomewidget/secondview</key>
66         <applyto>/apps/pedometerhomewidget/secondview</applyto>
67         <owner>pedometer</owner>
68         <type>int</type>
69         <default>0</default>
70         <locale name="C">
71           <short>Second view content</short>
72           <long>Second view content</long>
73         </locale>
74       </schema>
75
76       <schema>
77         <key>/schemas/apps/pedometerhomewidget/graphview</key>
78         <applyto>/apps/pedometerhomewidget/graphview</applyto>
79         <owner>pedometer</owner>
80         <type>int</type>
81         <default>0</default>
82         <locale name="C">
83           <short>Graph content</short>
84           <long>Graph content</long>
85         </locale>
86       </schema>
87
88       <schema>
89         <key>/schemas/apps/pedometerhomewidget/noidletime</key>
90         <applyto>/apps/pedometerhomewidget/noidletime</applyto>
91         <owner>pedometer</owner>
92         <type>bool</type>
93         <default>FALSE</default>
94         <locale name="C">
95           <short>Whether or not to count time when no steps are detected</short>
96           <long>Whether or not to count time when no steps are detected</long>
97         </locale>
98       </schema>
99
100       <schema>
101         <key>/schemas/apps/pedometerhomewidget/logging</key>
102         <applyto>/apps/pedometerhomewidget/logging</applyto>
103         <owner>pedometer</owner>
104         <type>bool</type>
105         <default>FALSE</default>
106         <locale name="C">
107           <short>Create log files with data from accelerometer</short>
108           <long>Create log files with data from accelerometer</long>
109         </locale>
110       </schema>
111
112       <schema>
113         <key>/schemas/apps/pedometerhomewidget/alarm/enable</key>
114         <applyto>/apps/pedometerhomewidget/alarm/enable</applyto>
115         <owner>pedometer</owner>
116         <type>bool</type>
117         <default>FALSE</default>
118         <locale name="C">
119           <short>Whether or not the alarm is enabled</short>
120           <long>Whether or not the alarm is enabled</long>
121         </locale>
122       </schema>
123
124       <schema>
125         <key>/schemas/apps/pedometerhomewidget/alarm/fname</key>
126         <applyto>/apps/pedometerhomewidget/alarm/fname</applyto>
127         <owner>pedometer</owner>
128         <type>string</type>
129         <default>/home/user/MyDocs/.sounds/Ringtones/Bicycle.aac</default>
130         <locale name="C">
131           <short>Default sound for alarm</short>
132           <long>Default sound for alarm</long>
133         </locale>
134       </schema>
135
136       <schema>
137         <key>/schemas/apps/pedometerhomewidget/alarm/interval</key>
138         <applyto>/apps/pedometerhomewidget/alarm/interval</applyto>
139         <owner>pedometer</owner>
140         <type>int</type>
141         <default>5</default>
142         <locale name="C">
143           <short>Whether or not to count time when no steps are detected</short>
144           <long>Whether or not to count time when no steps are detected</long>
145         </locale>
146       </schema>
147
148       <schema>
149         <key>/schemas/apps/pedometerhomewidget/alarm/type</key>
150         <applyto>/apps/pedometerhomewidget/alarm/type</applyto>
151         <owner>pedometer</owner>
152         <type>int</type>
153         <default>0</default>
154         <locale name="C">
155           <short>Type of alarm</short>
156           <long>Alerts based on steps / time / distance, etc</long>
157         </locale>
158       </schema>
159
160   </schemalist>
161 </gconfschemafile>