From db9135a42865a737bd6bc7477a9aea4b31941ab1 Mon Sep 17 00:00:00 2001 From: Brent Hull Date: Sun, 18 Nov 2012 20:06:28 -0500 Subject: Use org.mate.calc as schema id --- data/org.mate.calc.gschema.xml.in | 75 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 data/org.mate.calc.gschema.xml.in (limited to 'data/org.mate.calc.gschema.xml.in') diff --git a/data/org.mate.calc.gschema.xml.in b/data/org.mate.calc.gschema.xml.in new file mode 100644 index 0000000..4f0f79b --- /dev/null +++ b/data/org.mate.calc.gschema.xml.in @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + 9 + + <_summary>Accuracy value + <_description>The number of digits displayed after the numeric point + + + 64 + + <_summary>Word size + <_description>The size of the words used in bitwise operations + + + 10 + + <_summary>Numeric Base + <_description>The numeric base + + + false + <_summary>Show Thousands Separators + <_description>Indicates whether thousands separators are shown in large numbers. + + + false + <_summary>Show Trailing Zeroes + <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value. + + + 'fixed' + <_summary>Number format + <_description>The format to display numbers in + + + 'degrees' + <_summary>Angle units + <_description>The angle units to use + + + 'basic' + <_summary>Button mode + <_description>The button mode + + + '' + <_summary>Source currency + <_description>Currency of the current calculation + + + '' + <_summary>Target currency + <_description>Currency to convert the current calculation into + + + -- cgit v1.2.1