~ubuntu-branches/debian/wheezy/foxtrotgps/wheezy

« back to all changes in this revision

Viewing changes to data/apps_foxtrotgps.schemas.in

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-02-14 06:13:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120214061328-zo4mu0rvgz06q5nw
Tags: 1.1.0-1
* Using compression level 9 also for binary packages.
* Merging upstream version 1.1.0:
  - includes osb2tango and poi2osm (Closes: #647986).
* Removing curl.patch, included upstream.
* Updating to debhelper version 9.
* Updating years in copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
  <schemalist>
 
3
    <schema>
 
4
      <key>/schemas/apps/foxtrotgps/gpsd_host</key>
 
5
      <applyto>/apps/foxtrotgps/gpsd_host</applyto>
 
6
      <owner>foxtrotgps</owner>
 
7
      <type>string</type>
 
8
      <default>localhost</default>
 
9
      <locale name="C">
 
10
        <short>GPSD host</short>
 
11
      </locale>
 
12
    </schema>
 
13
    <schema>
 
14
      <key>/schemas/apps/foxtrotgps/gpsd_port</key>
 
15
      <applyto>/apps/foxtrotgps/gpsd_port</applyto>
 
16
      <owner>foxtrotgps</owner>
 
17
      <type>string</type>
 
18
      <default>2947</default>
 
19
      <locale name="C">
 
20
        <short>GPSD port</short>
 
21
      </locale>
 
22
    </schema>
 
23
    <schema>
 
24
      <key>/schemas/apps/foxtrotgps/latlon_unit</key>
 
25
      <applyto>/apps/foxtrotgps/latlon_unit</applyto>
 
26
      <owner>foxtrotgps</owner>
 
27
      <type>int</type>
 
28
      <default>0</default>
 
29
      <locale name="C">
 
30
        <short>Latitude/longitude unit</short>
 
31
      </locale>
 
32
    </schema>
 
33
    <schema>
 
34
      <key>/schemas/apps/foxtrotgps/alt_unit</key>
 
35
      <applyto>/apps/foxtrotgps/alt_unit</applyto>
 
36
      <owner>foxtrotgps</owner>
 
37
      <type>int</type>
 
38
      <default>0</default>
 
39
      <locale name="C">
 
40
        <short>Altitude unit</short>
 
41
      </locale>
 
42
    </schema>
 
43
    <schema>
 
44
      <key>/schemas/apps/foxtrotgps/speed_unit</key>
 
45
      <applyto>/apps/foxtrotgps/speed_unit</applyto>
 
46
      <owner>foxtrotgps</owner>
 
47
      <type>int</type>
 
48
      <default>0</default>
 
49
      <locale name="C">
 
50
        <short>Speed unit</short>
 
51
      </locale>
 
52
    </schema>
 
53
    <schema>
 
54
      <key>/schemas/apps/foxtrotgps/repo_name</key>
 
55
      <applyto>/apps/foxtrotgps/repo_name</applyto>
 
56
      <owner>foxtrotgps</owner>
 
57
      <type>string</type>
 
58
      <default>OSM</default>
 
59
      <locale name="C">
 
60
        <short>The active map-repository</short>
 
61
      </locale>
 
62
    </schema>
 
63
    <schema>
 
64
      <key>/schemas/apps/foxtrotgps/repos</key>
 
65
      <applyto>/apps/foxtrotgps/repos</applyto>
 
66
      <owner>foxtrotgps</owner>
 
67
      <type>list</type>
 
68
      <list_type>string</list_type>
 
69
      <locale name="C">
 
70
        <short>Map-repository definitions</short>
 
71
      </locale>
 
72
    </schema>
 
73
    <schema>
 
74
      <key>/schemas/apps/foxtrotgps/auto_download</key>
 
75
      <applyto>/apps/foxtrotgps/auto_download</applyto>
 
76
      <owner>foxtrotgps</owner>
 
77
      <type>bool</type>
 
78
      <default>true</default>
 
79
      <locale name="C">
 
80
        <short>Automatically download map-tiles as needed</short>
 
81
      </locale>
 
82
    </schema>
 
83
    <schema>
 
84
      <key>/schemas/apps/foxtrotgps/no_redownload</key>
 
85
      <applyto>/apps/foxtrotgps/no_redownload</applyto>
 
86
      <owner>foxtrotgps</owner>
 
87
      <type>bool</type>
 
88
      <default>false</default>
 
89
      <locale name="C">
 
90
        <short>Avoid re-downloading cached tiles</short>
 
91
      </locale>
 
92
    </schema>
 
93
    <schema>
 
94
      <key>/schemas/apps/foxtrotgps/tracklog_on</key>
 
95
      <applyto>/apps/foxtrotgps/tracklog_on</applyto>
 
96
      <owner>foxtrotgps</owner>
 
97
      <type>bool</type>
 
98
      <default>false</default>
 
99
      <locale name="C">
 
100
        <short>Log tracks to a local file</short>
 
101
      </locale>
 
102
    </schema>
 
103
    <schema>
 
104
      <key>/schemas/apps/foxtrotgps/track_dir</key>
 
105
      <applyto>/apps/foxtrotgps/track_dir</applyto>
 
106
      <owner>foxtrotgps</owner>
 
107
      <type>string</type>
 
108
      <locale name="C">
 
109
        <short>The directory into which track-files are written</short>
 
110
      </locale>
 
111
    </schema>
 
112
    <schema>
 
113
      <key>/schemas/apps/foxtrotgps/global_x</key>
 
114
      <applyto>/apps/foxtrotgps/global_x</applyto>
 
115
      <owner>foxtrotgps</owner>
 
116
      <type>int</type>
 
117
      <default>890</default>
 
118
      <locale name="C">
 
119
        <short>Horizontal viewport-coordinate</short>
 
120
      </locale>
 
121
    </schema>
 
122
    <schema>
 
123
      <key>/schemas/apps/foxtrotgps/global_y</key>
 
124
      <applyto>/apps/foxtrotgps/global_y</applyto>
 
125
      <owner>foxtrotgps</owner>
 
126
      <type>int</type>
 
127
      <default>515</default>
 
128
      <locale name="C">
 
129
        <short>Vertical viewport-coordinate</short>
 
130
      </locale>
 
131
    </schema>
 
132
    <schema>
 
133
      <key>/schemas/apps/foxtrotgps/global_zoom</key>
 
134
      <applyto>/apps/foxtrotgps/global_zoom</applyto>
 
135
      <owner>foxtrotgps</owner>
 
136
      <type>int</type>
 
137
      <default>3</default>
 
138
      <locale name="C">
 
139
        <short>Viewport zoom-level</short>
 
140
      </locale>
 
141
    </schema>
 
142
    <schema>
 
143
      <key>/schemas/apps/foxtrotgps/global_detail_zoom</key>
 
144
      <applyto>/apps/foxtrotgps/global_detail_zoom</applyto>
 
145
      <owner>foxtrotgps</owner>
 
146
      <type>int</type>
 
147
      <default>0</default>
 
148
      <locale name="C">
 
149
        <short>Detail scale-factor</short>
 
150
      </locale>
 
151
    </schema>
 
152
    <schema>
 
153
      <key>/schemas/apps/foxtrotgps/myposition_lat</key>
 
154
      <applyto>/apps/foxtrotgps/myposition_lat</applyto>
 
155
      <owner>foxtrotgps</owner>
 
156
      <type>float</type>
 
157
      <default>0</default>
 
158
      <locale name="C">
 
159
        <short>`My position', latitude</short>
 
160
      </locale>
 
161
    </schema>
 
162
    <schema>
 
163
      <key>/schemas/apps/foxtrotgps/myposition_lon</key>
 
164
      <applyto>/apps/foxtrotgps/myposition_lon</applyto>
 
165
      <owner>foxtrotgps</owner>
 
166
      <type>float</type>
 
167
      <default>0</default>
 
168
      <locale name="C">
 
169
        <short>`My position', longitude</short>
 
170
      </locale>
 
171
    </schema>
 
172
    <schema>
 
173
      <key>/schemas/apps/foxtrotgps/fftimer_running</key>
 
174
      <applyto>/apps/foxtrotgps/fftimer_running</applyto>
 
175
      <owner>foxtrotgps</owner>
 
176
      <type>bool</type>
 
177
      <default>false</default>
 
178
      <locale name="C">
 
179
        <short>Publish your location &amp; show others' locations</short>
 
180
      </locale>
 
181
    </schema>
 
182
    <schema>
 
183
      <key>/schemas/apps/foxtrotgps/ffupdate_interval_minutes</key>
 
184
      <applyto>/apps/foxtrotgps/ffupdate_interval_minutes</applyto>
 
185
      <owner>foxtrotgps</owner>
 
186
      <type>float</type>
 
187
      <default>5</default>
 
188
      <locale name="C">
 
189
        <short>Friend-finder update interval, in minutes</short>
 
190
      </locale>
 
191
    </schema>
 
192
    <schema>
 
193
      <key>/schemas/apps/foxtrotgps/me_msg</key>
 
194
      <applyto>/apps/foxtrotgps/me_msg</applyto>
 
195
      <owner>foxtrotgps</owner>
 
196
      <type>string</type>
 
197
      <locale name="C">
 
198
        <short>Status-message to publish in the friend-finder</short>
 
199
      </locale>
 
200
    </schema>
 
201
    <schema>
 
202
      <key>/schemas/apps/foxtrotgps/nick</key>
 
203
      <applyto>/apps/foxtrotgps/nick</applyto>
 
204
      <owner>foxtrotgps</owner>
 
205
      <type>string</type>
 
206
      <locale name="C">
 
207
        <short>Friend-finder username</short>
 
208
      </locale>
 
209
    </schema>
 
210
    <schema>
 
211
      <key>/schemas/apps/foxtrotgps/pass</key>
 
212
      <applyto>/apps/foxtrotgps/pass</applyto>
 
213
      <owner>foxtrotgps</owner>
 
214
      <type>string</type>
 
215
      <locale name="C">
 
216
        <short>Friend-finder password</short>
 
217
      </locale>
 
218
    </schema>
 
219
    <schema>
 
220
      <key>/schemas/apps/foxtrotgps/geocode_correction</key>
 
221
      <applyto>/apps/foxtrotgps/geocode_correction</applyto>
 
222
      <owner>foxtrotgps</owner>
 
223
      <type>int</type>
 
224
      <default>0</default>
 
225
      <locale name="C">
 
226
        <short>Number of seconds by which photo timestamps must be corrected for geocoding</short>
 
227
      </locale>
 
228
    </schema>
 
229
    <schema>
 
230
      <key>/schemas/apps/foxtrotgps/geocode_timezone</key>
 
231
      <applyto>/apps/foxtrotgps/geocode_timezone</applyto>
 
232
      <owner>foxtrotgps</owner>
 
233
      <type>int</type>
 
234
      <default>13</default>
 
235
      <locale name="C">
 
236
        <short>Treat photo-timestamps as being relative to this timezone (UTC=13)</short>
 
237
      </locale>
 
238
    </schema>
 
239
    <schema>
 
240
      <key>/schemas/apps/foxtrotgps/hrm_bt_addr</key>
 
241
      <applyto>/apps/foxtrotgps/hrm_bt_addr</applyto>
 
242
      <owner>foxtrotgps</owner>
 
243
      <type>string</type>
 
244
      <locale name="C">
 
245
        <short>The Bluetooth address of your heartrate-monitor</short>
 
246
      </locale>
 
247
    </schema>
 
248
    <schema>
 
249
      <key>/schemas/apps/foxtrotgps/hrm_on</key>
 
250
      <applyto>/apps/foxtrotgps/hrm_on</applyto>
 
251
      <owner>foxtrotgps</owner>
 
252
      <type>bool</type>
 
253
      <default>false</default>
 
254
      <locale name="C">
 
255
        <short>Use the heartrate-monitor specified in hrm_bt_addr</short>
 
256
      </locale>
 
257
    </schema>
 
258
  </schemalist>
 
259
</gconfschemafile>