Imported Upstream version 1.1.2
[psensor-pkg-ubuntu.git] / src / psensor.gschema.xml
index 435fd91..8439c1b 100644 (file)
@@ -30,7 +30,7 @@
       a #rgb representation.</description>
     </key>
     <key name="graph-monitoring-duration" type="i">
-      <default>10</default>
+      <default>20</default>
       <summary>The monitoring duration of the graph</summary>
       <description>The monitoring duration of the graph as minutes. It
       must be greater than 1.</description>
       <description>The interval between refreshs of the graph as
       seconds. It must be greater than 1.</description>
     </key>
+    <key name="graph-smooth-curves-enabled" type="b">
+      <default>true</default>
+      <summary>Whether smooth curves are enabled</summary>
+      <description>Whether curves are drawn using Bezier algorithm
+      for a smoother visual rendering .</description>
+    </key>
     <key name="interface-hide-on-startup" type="b">
       <default>false</default>
       <summary>Whether the graph window is hidden on startup</summary>
@@ -91,7 +97,7 @@
       windows.</description>
     </key>
     <key name="interface-window-restore-enabled" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Whether the position and size of the graph window are
       restored</summary>
       <description>Whether the position and size of the graph window
       <description>Update interface of the sensor
       values.</description>
     </key>
+    <!-- sensors information providers -->
+    <key name="provider-lmsensors-enabled" type="b">
+      <default>true</default>
+      <summary>Whether the lm-sensors librairy is used to retrieve
+      sensors information.</summary>
+      <description>Whether the lm-sensors librairy is used to
+      retrieved sensors information.</description>
+    </key>
+    <key name="provider-nvctrl-enabled" type="b">
+      <default>true</default>
+      <summary>Whether the NVCtrl library is used to retrieve
+      sensors information.</summary>
+      <description>Whether the NVCtrl library is used to
+      retrieved sensors information.</description>
+    </key>
+    <key name="provider-atiadlsdk-enabled" type="b">
+      <default>true</default>
+      <summary>Whether the ATI ADL SDK library is used to retrieve
+      sensors information.</summary>
+      <description>Whether the ATI ADL SDK library is used to
+      retrieved sensors information.</description>
+    </key>
+    <key name="provider-gtop2-enabled" type="b">
+      <default>true</default>
+      <summary>Whether the gtop2 library is used to retrieve
+      system information.</summary>
+      <description>Whether the gtop2 library is used to
+      system information.</description>
+    </key>
+    <key name="provider-hddtemp-enabled" type="b">
+      <default>false</default>
+      <summary>Whether the hddtemp daemon is used to retrieve
+      hard disks information.</summary>
+      <description>Whether the hddtemp daemon is used to
+      retrieved hard disks information.</description>
+    </key>
+    <key name="provider-libatasmart-enabled" type="b">
+      <default>false</default>
+      <summary>Whether the atasmart library is used to retrieve
+      hard disks information.</summary>
+      <description>Whether the atasmart library is used to
+      retrieved hard disks information.</description>
+    </key>
+    <key name="provider-udisks2-enabled" type="b">
+      <default>true</default>
+      <summary>Whether the udisks2 library is used to retrieve
+      hard disks information.</summary>
+      <description>Whether the lm-sensors library is used to
+      retrieved hard disks information.</description>
+    </key>
   </schema>
 </schemalist>