1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <enum id=
"org.gnome.gcalctool.NumberFormat">
4 <value value=
"0" nick=
"automatic"/>
5 <value value=
"1" nick=
"fixed"/>
6 <value value=
"2" nick=
"scientific"/>
7 <value value=
"3" nick=
"engineering"/>
9 <enum id=
"org.gnome.gcalctool.ButtonMode">
10 <value value=
"0" nick=
"basic"/>
11 <value value=
"1" nick=
"advanced"/>
12 <value value=
"2" nick=
"financial"/>
13 <value value=
"3" nick=
"programming"/>
15 <enum id=
"org.gnome.gcalctool.AngleUnit">
16 <value value=
"0" nick=
"radians"/>
17 <value value=
"1" nick=
"degrees"/>
18 <value value=
"2" nick=
"gradians"/>
21 <schema path=
"/org/gnome/gcalctool/" id=
"org.gnome.gcalctool" gettext-domain=
"gcalctool">
22 <key type=
"i" name=
"accuracy">
24 <range min=
"0" max=
"9"/>
25 <_summary>Accuracy value
</_summary>
26 <_description>The number of digits displayed after the numeric point
</_description>
28 <key type=
"i" name=
"word-size">
30 <range min=
"8" max=
"64"/>
31 <_summary>Word size
</_summary>
32 <_description>The size of the words used in bitwise operations
</_description>
34 <key type=
"i" name=
"base">
36 <range min=
"2" max=
"16"/>
37 <_summary>Numeric Base
</_summary>
38 <_description>The numeric base
</_description>
40 <key type=
"b" name=
"show-thousands">
41 <default>false
</default>
42 <_summary>Show Thousands Separators
</_summary>
43 <_description>Indicates whether thousands separators are shown in large numbers.
</_description>
45 <key type=
"b" name=
"show-zeroes">
46 <default>false
</default>
47 <_summary>Show Trailing Zeroes
</_summary>
48 <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value.
</_description>
50 <key name=
"number-format" enum=
"org.gnome.gcalctool.NumberFormat">
51 <default>'automatic'
</default>
52 <_summary>Number format
</_summary>
53 <_description>The format to display numbers in
</_description>
55 <key name=
"angle-units" enum=
"org.gnome.gcalctool.AngleUnit">
56 <default>'degrees'
</default>
57 <_summary>Angle units
</_summary>
58 <_description>The angle units to use
</_description>
60 <key name=
"button-mode" enum=
"org.gnome.gcalctool.ButtonMode">
61 <default>'basic'
</default>
62 <_summary>Button mode
</_summary>
63 <_description>The button mode
</_description>
65 <key type=
"s" name=
"source-currency">
67 <_summary>Source currency
</_summary>
68 <_description>Currency of the current calculation
</_description>
70 <key type=
"s" name=
"target-currency">
72 <_summary>Target currency
</_summary>
73 <_description>Currency to convert the current calculation into
</_description>
75 <key type=
"s" name=
"source-units">
76 <default>'degree'
</default>
77 <_summary>Source units
</_summary>
78 <_description>Units of the current calculation
</_description>
80 <key type=
"s" name=
"target-units">
81 <default>'radian'
</default>
82 <_summary>Target units
</_summary>
83 <_description>Units to convert the current calculation into
</_description>