Imported Debian patch 0.8.0.4-1.1
[psensor-pkg-debian.git] / src / psensor.schemas
1 <!-- Copyright (C) 2012-2013 jeanfi@gmail.com                            -->
2
3 <!-- This program is free software; you can redistribute it and/or       -->
4 <!-- modify it under the terms of the GNU General Public License as      -->
5 <!-- published by the Free Software Foundation; either version 2 of the  -->
6 <!-- License, or (at your option) any later version.                     -->
7
8 <!-- This program is distributed in the hope that it will be useful, but -->
9 <!-- WITHOUT ANY WARRANTY; without even the implied warranty of          -->
10 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU   -->
11 <!-- General Public License for more details.                            -->
12
13 <!-- You should have received a copy of the GNU General Public License   -->
14 <!-- along with this program; if not, write to the Free Software         -->
15 <!-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA       -->
16 <!--  02110-1301 USA                                                     -->
17 <gconfschemafile>
18   <schemalist>
19     <!-- Graph settings -->
20     <schema>
21       <key>/schemas/apps/psensor/graph/alpha_channel_enabled</key>
22       <applyto>/apps/psensor/graph/alpha_channel_enabled</applyto>
23       <owner>psensor</owner>
24       <type>bool</type>
25       <default>false</default>
26       <locale name="C">
27          <short>Whether the alpha channel is enabled</short>
28          <long>
29            Whether the alpha channel is enabled. Must be enabled for changing
30            the transparency of the background of the graph window.
31          </long>
32       </locale>
33     </schema>
34
35     <schema>
36       <key>/schemas/apps/psensor/graph/background_alpha</key>
37       <applyto>/apps/psensor/graph/background_alpha</applyto>
38       <owner>psensor</owner>
39       <type>float</type>
40       <default>1</default>
41       <locale name="C">
42          <short>The alpha value of the background of the graph window</short>
43          <long>
44            The alpha value of the background of the graph window. It must
45            be a positive float between 0 and 1. '1' is the maximum opacity.
46          </long>
47       </locale>
48     </schema>
49
50     <schema>
51       <key>/schemas/apps/psensor/graph/background_color</key>
52       <applyto>/apps/psensor/graph/background_color</applyto>
53       <owner>psensor</owner>
54       <type>string</type>
55       <default>#e8f4e8f4a8f5</default>
56       <locale name="C">
57          <short>The color of the background of the graph canvas</short>
58          <long>
59            The color of the background of the graph canvas as a #rgb
60            representation.
61          </long>
62       </locale>
63     </schema>
64
65     <schema>
66       <key>/schemas/apps/psensor/graph/foreground_color</key>
67       <applyto>/apps/psensor/graph/foreground_color</applyto>
68       <owner>psensor</owner>
69       <type>string</type>
70       <default>#000000000000</default>
71       <locale name="C">
72          <short>The color of the foreground of the graph canvas</short>
73          <long>
74            The color of the foreground of the graph canvas as a #rgb
75            representation.
76          </long>
77       </locale>
78     </schema>
79
80     <schema>
81       <key>/schemas/apps/psensor/graph/monitoring_duration</key>
82       <applyto>/apps/psensor/graph/monitoring_duration</applyto>
83       <owner>psensor</owner>
84       <type>int</type>
85       <default>10</default>
86       <locale name="C">
87          <short>The monitoring duration of the graph</short>
88          <long>
89            The monitoring duration of the graph as minutes. It must
90            be greater than 1.
91          </long>
92       </locale>
93     </schema>
94
95     <schema>
96       <key>/schemas/apps/psensor/graph/update_interval</key>
97       <applyto>/apps/psensor/graph/update_interval</applyto>
98       <owner>psensor</owner>
99       <type>int</type>
100       <default>1</default>
101       <locale name="C">
102          <short>The interval between refreshs of the graph</short>
103          <long>
104            The interval between refreshs of the graph as seconds. It
105            must be greater than 1.
106          </long>
107       </locale>
108     </schema>
109
110     <!-- Inteface settings -->
111
112     <schema>
113       <key>/schemas/apps/psensor/interface/hide_on_startup</key>
114       <applyto>/apps/psensor/interface/hide_on_startup</applyto>
115       <owner>psensor</owner>
116       <type>bool</type>
117       <default>false</default>
118       <locale name="C">
119          <short>Whether the graph window is hidden on startup</short>
120          <long>
121            Whether the graph window is hidden on startup. The graph
122            will be hidden only if the Ubuntu Application Indicator or
123            status icon support is available.
124          </long>
125       </locale>
126     </schema>    
127
128     <schema>
129       <key>/schemas/apps/psensor/interface/menu_bar_disabled</key>
130       <applyto>/apps/psensor/interface/menu_bar_disabled</applyto>
131       <owner>psensor</owner>
132       <type>bool</type>
133       <default>false</default>
134       <locale name="C">
135          <short>Whether the menu of the graph window is disabled</short>
136          <long>
137            Whether the menu of the graph window is disabled
138          </long>
139       </locale>
140     </schema>    
141
142     <schema>
143       <key>/schemas/apps/psensor/interface/sensorlist_position</key>
144       <applyto>/apps/psensor/interface/sensorlist_position</applyto>
145       <owner>psensor</owner>
146       <type>int</type>
147       <default>0</default>
148       <locale name="C">
149          <short>Position of the sensor list in the graph window</short>
150          <long>Position of the sensor list in the graph
151          window. Possible values are 0 (right), 1 (left), 2 (top), 3
152          (bottom).</long>
153       </locale>
154     </schema>
155
156     <schema>
157       <key>/schemas/apps/psensor/interface/unity_launcher_count_disabled</key>
158       <applyto>/apps/psensor/interface/unity_launcher_count_disabled</applyto>
159       <owner>psensor</owner>
160       <type>bool</type>
161       <default>false</default>
162       <locale name="C">
163         <short>Whether the greatest temperature is displayed in Unity
164         launcher</short>
165         <long>If set to 'true' the greatest temperature will be
166         displayed in the Unity launcher.</long>
167       </locale>
168     </schema>    
169
170     <schema>
171       <key>/schemas/apps/psensor/interface/temperature_unit</key>
172       <applyto>/apps/psensor/interface/temperature_unit</applyto>
173       <owner>psensor</owner>
174       <type>int</type>
175       <default>0</default>
176       <locale name="C">
177         <short>The displayed temperature unit</short>
178         <long>The displayed temperature unit, '0' for Celcius, '1' for Fahenrenheit.</long>
179       </locale>
180     </schema>    
181
182     <schema>
183       <key>/schemas/apps/psensor/interface/window_decoration_disabled</key>
184       <applyto>/apps/psensor/interface/window_decoration_disabled</applyto>
185       <owner>psensor</owner>
186       <type>int</type>
187       <default>0</default>
188       <locale name="C">
189         <short>Whether the decoration of the window is disabled</short>
190         <long>Whether the decoration of the window is disabled.</long>
191       </locale>
192     </schema>    
193
194     <schema>
195       <key>/schemas/apps/psensor/interface/window_keep_below_enabled</key>
196       <applyto>/apps/psensor/interface/window_keep_below_enabled</applyto>
197       <owner>psensor</owner>
198       <type>bool</type>
199       <default>false</default>
200       <locale name="C">
201         <short>Whether the graph window is kept below all other windows</short>
202         <long>Whether the graph window is kept below all other windows.</long>
203       </locale>
204     </schema>    
205
206     <schema>
207       <key>/schemas/apps/psensor/interface/window_restore_enabled</key>
208       <applyto>/apps/psensor/interface/window_restore_enabled</applyto>
209       <owner>psensor</owner>
210       <type>bool</type>
211       <default>false</default>
212       <locale name="C">
213         <short>Whether the position and size of the graph window are restored</short>
214         <long>Whether the position and size of the graph window are restored</long>
215       </locale>
216     </schema>    
217
218     <schema>
219       <key>/schemas/apps/psensor/interface/window_divider_pos</key>
220       <applyto>/apps/psensor/interface/window_divider_pos</applyto>
221       <owner>psensor</owner>
222       <type>int</type>
223       <locale name="C">
224         <short>Position of the divider between the graph window and the list of sensors</short>
225         <long>Position of the divider between the graph window and the list of sensors</long>
226       </locale>
227     </schema>    
228
229     <schema>
230       <key>/schemas/apps/psensor/interface/window_w</key>
231       <applyto>/apps/psensor/interface/window_w</applyto>
232       <owner>psensor</owner>
233       <type>int</type>
234       <locale name="C">
235         <short>Width of the graph window</short>
236         <long>Width of the graph window.</long>
237       </locale>
238     </schema>    
239
240     <schema>
241       <key>/schemas/apps/psensor/interface/window_h</key>
242       <applyto>/apps/psensor/interface/window_h</applyto>
243       <owner>psensor</owner>
244       <type>int</type>
245       <locale name="C">
246         <short>Height of the graph window</short>
247         <long>Height of the graph window.</long>
248       </locale>
249     </schema>    
250
251     <schema>
252       <key>/schemas/apps/psensor/interface/window_x</key>
253       <applyto>/apps/psensor/interface/window_x</applyto>
254       <owner>psensor</owner>
255       <type>int</type>
256       <locale name="C">
257         <short>Horizontal position of the graph window</short>
258         <long>Horizontal position of the graph window.</long>
259       </locale>
260     </schema>    
261
262     <schema>
263       <key>/schemas/apps/psensor/interface/window_y</key>
264       <applyto>/apps/psensor/interface/window_y</applyto>
265       <owner>psensor</owner>
266       <type>int</type>
267       <locale name="C">
268         <short>Vertical position of the graph window</short>
269         <long>Vertical position of the graph window.</long>
270       </locale>
271     </schema>    
272     
273   </schemalist>
274 </gconfschemafile>