]> err.no Git - mapper/blob - data/mapper.schemas.in
More map widget integration changes
[mapper] / data / mapper.schemas.in
1 <?xml version="1.0"?>
2 <gconfschemafile>
3     <schemalist>    
4
5       <schema>
6         <key>/schemas/apps/maemo/mapper/enable_gps</key>
7         <applyto>/apps/maemo/mapper/enable_gps</applyto>
8         <owner>maemo/mapper</owner>
9         <type>bool</type>
10         <default>true</default>
11         <locale name="C">
12           <short>GPS connection enabled</short>
13         </locale>
14       </schema>
15
16       <schema>
17         <key>/schemas/apps/maemo/mapper/gps_info</key>
18         <applyto>/apps/maemo/mapper/gps_info</applyto>
19         <owner>maemo/mapper</owner>
20         <type>bool</type>
21         <default>true</default>
22         <locale name="C">
23           <short>Display GPS information panel</short>
24         </locale>
25       </schema>
26
27       <schema>
28         <key>/schemas/apps/maemo/mapper/receiver_mac</key>
29         <applyto>/apps/maemo/mapper/receiver_mac</applyto>
30         <owner>maemo/mapper</owner>
31         <type>string</type>
32         <default/>
33         <locale name="C">
34           <short>Bluetooth MAC, device path or IP (for gpsd) for GPS device</short>
35         </locale>
36       </schema>
37
38       <schema>
39         <key>/schemas/apps/maemo/mapper/receiver_port</key>
40         <applyto>/apps/maemo/mapper/receiver_port</applyto>
41         <owner>maemo/mapper</owner>
42         <type>int</type>
43         <default>2947</default>
44         <locale name="C">
45           <short>Port for TCP or gpsd connection</short>
46         </locale>
47       </schema>
48
49       <schema>
50         <key>/schemas/apps/maemo/mapper/receiver_type</key>
51         <applyto>/apps/maemo/mapper/receiver_type</applyto>
52         <owner>maemo/mapper</owner>
53         <type>int</type>
54         <default>1</default>
55         <locale name="C">
56           <short>GPS connection type used</short>
57         </locale>
58       </schema>
59
60       <schema>
61         <key>/schemas/apps/maemo/mapper/gps_filter</key>
62         <applyto>/apps/maemo/mapper/gps_filter</applyto>
63         <owner>maemo/mapper</owner>
64         <type>bool</type>
65         <default>false</default>
66         <locale name="C">
67           <short>GPS Track point filter</short>
68         </locale>
69       </schema>
70
71       <schema>
72         <key>/schemas/apps/maemo/mapper/gps_filter_maxdrop</key>
73         <applyto>/apps/maemo/mapper/gps_filter_maxdrop</applyto>
74         <owner>maemo/mapper</owner>
75         <type>int</type>
76         <default>1</default>
77         <locale name="C">
78           <short>Max number of GPS points to drop by the filter</short>
79         </locale>
80       </schema>
81
82       <schema>
83         <key>/schemas/apps/maemo/mapper/enable_voice</key>
84         <applyto>/apps/maemo/mapper/enable_voice</applyto>
85         <owner>maemo/mapper</owner>
86         <type>bool</type>
87         <default>true</default>
88         <locale name="C">
89           <short>Enable speech</short>
90         </locale>
91       </schema>
92
93       <schema>
94         <key>/schemas/apps/maemo/mapper/voice_speed</key>
95         <applyto>/apps/maemo/mapper/voice_speed</applyto>
96         <owner>maemo/mapper</owner>
97         <type>int</type>
98         <default>160</default>
99         <locale name="C">
100           <short>Voice speed in words per minute</short>
101         </locale>
102       </schema>
103
104       <schema>
105         <key>/schemas/apps/maemo/mapper/voice_pitch</key>
106         <applyto>/apps/maemo/mapper/voice_pitch</applyto>
107         <owner>maemo/mapper</owner>
108         <type>int</type>
109         <default>80</default>
110         <locale name="C">
111           <short>Voice pitch</short>
112         </locale>
113       </schema>
114
115   </schemalist>
116 </gconfschemafile>