summaryrefslogtreecommitdiff
path: root/data/org.mate.gcalctool.gschema.xml.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-08 14:30:53 -0300
committerPerberos <[email protected]>2011-11-08 14:30:53 -0300
commitb65a74287bf28bec6e020af51a34e123c670b531 (patch)
tree024aace2cf9b17cc8124544581c34b96bc530a26 /data/org.mate.gcalctool.gschema.xml.in
parent2358ba4314dc6d757049bc4871ecf2922614b61b (diff)
downloadmate-calc-b65a74287bf28bec6e020af51a34e123c670b531.tar.bz2
mate-calc-b65a74287bf28bec6e020af51a34e123c670b531.tar.xz
renaming from gcalctool to mate-conf
Diffstat (limited to 'data/org.mate.gcalctool.gschema.xml.in')
-rw-r--r--data/org.mate.gcalctool.gschema.xml.in75
1 files changed, 0 insertions, 75 deletions
diff --git a/data/org.mate.gcalctool.gschema.xml.in b/data/org.mate.gcalctool.gschema.xml.in
deleted file mode 100644
index 8a11a2c..0000000
--- a/data/org.mate.gcalctool.gschema.xml.in
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist>
- <enum id="org.mate.gcalctool.NumberFormat">
- <value value="0" nick="fixed"/>
- <value value="1" nick="scientific"/>
- <value value="2" nick="engineering"/>
- </enum>
- <enum id="org.mate.gcalctool.ButtonMode">
- <value value="0" nick="basic"/>
- <value value="1" nick="advanced"/>
- <value value="2" nick="financial"/>
- <value value="3" nick="programming"/>
- </enum>
- <enum id="org.mate.gcalctool.AngleUnit">
- <value value="0" nick="radians"/>
- <value value="1" nick="degrees"/>
- <value value="2" nick="gradians"/>
- </enum>
-
- <schema path="/apps/gcalctool/" id="org.mate.gcalctool" gettext-domain="gcalctool">
- <key type="i" name="accuracy">
- <default>9</default>
- <range min="0" max="9"/>
- <_summary>Accuracy value</_summary>
- <_description>The number of digits displayed after the numeric point</_description>
- </key>
- <key type="i" name="word-size">
- <default>64</default>
- <range min="8" max="64"/>
- <_summary>Word size</_summary>
- <_description>The size of the words used in bitwise operations</_description>
- </key>
- <key type="i" name="base">
- <default>10</default>
- <range min="2" max="16"/>
- <_summary>Numeric Base</_summary>
- <_description>The numeric base</_description>
- </key>
- <key type="b" name="show-thousands">
- <default>false</default>
- <_summary>Show Thousands Separators</_summary>
- <_description>Indicates whether thousands separators are shown in large numbers.</_description>
- </key>
- <key type="b" name="show-zeroes">
- <default>false</default>
- <_summary>Show Trailing Zeroes</_summary>
- <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value.</_description>
- </key>
- <key name="number-format" enum="org.mate.gcalctool.NumberFormat">
- <default>'fixed'</default>
- <_summary>Number format</_summary>
- <_description>The format to display numbers in</_description>
- </key>
- <key name="angle-units" enum="org.mate.gcalctool.AngleUnit">
- <default>'degrees'</default>
- <_summary>Angle units</_summary>
- <_description>The angle units to use</_description>
- </key>
- <key name="button-mode" enum="org.mate.gcalctool.ButtonMode">
- <default>'basic'</default>
- <_summary>Button mode</_summary>
- <_description>The button mode</_description>
- </key>
- <key type="s" name="source-currency">
- <default>''</default>
- <_summary>Source currency</_summary>
- <_description>Currency of the current calculation</_description>
- </key>
- <key type="s" name="target-currency">
- <default>''</default>
- <_summary>Target currency</_summary>
- <_description>Currency to convert the current calculation into</_description>
- </key>
- </schema>
-</schemalist>