GUI: Disable history item if we have none.
[gnumeric.git] / schemas / org.gnome.gnumeric.gschema.xml.in.in
blobd90e07d1c72fa97e642cdc11a59210e20891e363
1 <schemalist>
2   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric" path="/org/gnome/gnumeric/">
3     <child name="undo" schema="org.gnome.gnumeric.undo"/>
4     <child name="core" schema="org.gnome.gnumeric.core"/>
5     <child name="cut-and-paste" schema="org.gnome.gnumeric.cut-and-paste" />
6     <!-- Override the global setting because our toolbars look terrible with text -->
7     <key name="toolbar-style" type="s">
8       <default>'icons'</default>
9       <_summary>Toolbar Style</_summary>
10       <_description>Toolbar Style. Valid values are both, both_horiz, icon, and text.</_description>
11     </key>
12   </schema>
13   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.undo" path="/org/gnome/gnumeric/undo/">
14     <key name="show-sheet-name" type="b">
15       <default>false</default>
16       <_summary>Show Sheet Name in Undo List</_summary>
17       <_description>This value determines whether to show the sheet names in the undo and redo lists.</_description>
18     </key>
19     <key name="size" type="i">
20       <default>100</default>
21       <_summary>Maximal Undo Size</_summary>
22       <_description>This value determines the length of the undo chain. Each editing action has a size associate with it, to compare it with the memory requirements of a simple one-cell edit (size of 1). The undo list will be truncated when its total size exceeds this configurable value.</_description>
23     </key>
24     <key name="maxnum" type="i">
25       <default>20</default>
26       <_summary>Number of Undo Items</_summary>
27       <_description>This value determines the maximum number of items in the undo/redo list.</_description>
28     </key>
29     <key name="max-descriptor-width" type="i">
30       <default>40</default>
31       <_summary>Length of the Undo Descriptors</_summary>
32       <_description>This value is indicative of the maximum length of the command descriptors in the undo and redo chains.</_description>
33     </key>
34   </schema>
35   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core" path="/org/gnome/gnumeric/core/">
36     <child name="defaultfont" schema="org.gnome.gnumeric.core.defaultfont"/>
37     <child name="workbook" schema="org.gnome.gnumeric.core.workbook"/>
38     <child name="gui" schema="org.gnome.gnumeric.core.gui"/>
39     <child name="xml" schema="org.gnome.gnumeric.core.xml" />
40     <child name="file" schema="org.gnome.gnumeric.core.file" />
41    <child name="sort" schema="org.gnome.gnumeric.core.sort" />
42   </schema>
43   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.defaultfont" path="/org/gnome/gnumeric/core/defaultfont/">
44     <key name="size" type="d">
45       <default>10</default>
46       <_summary>Default Font Size</_summary>
47       <_description>The default font size for new workbooks.</_description>
48     </key>
49     <key name="name" type="s">
50       <default>'Sans'</default>
51       <_summary>Default font name</_summary>
52       <_description>The default font name for new workbooks.</_description>
53     </key>
54     <key name="bold" type="b">
55       <default>false</default>
56       <_summary>The default font is bold.</_summary>
57       <_description>This value determines whether the default font for a new workbook is bold.</_description>
58     </key>
59     <key name="italic" type="b">
60       <default>false</default>
61       <_summary>The default font is italic.</_summary>
62       <_description>This value determines whether the default font for a new workbook is italic.</_description>
63     </key>
64   </schema>
65   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.workbook" path="/org/gnome/gnumeric/core/workbook/">
66     <key name="n-sheet" type="i">
67       <default>3</default>
68       <_summary>Default Number of Sheets</_summary>
69       <_description>The number of sheets initially created in a new workbook.</_description>
70     </key>
71     <key name="n-rows" type="i">
72       <default>65536</default>
73       <_summary>Default Number of rows in a sheet</_summary>
74       <_description>The number of rows in each sheet. This setting will be used only in a new Gnumeric session.</_description>
75     </key>
76     <key name="n-cols" type="i">
77       <default>256</default>
78       <_summary>Default Number of columns in a sheet</_summary>
79       <_description>The number of columns in each sheet. This setting will be used only in a new Gnumeric session.</_description>
80     </key>
81     <key name="autosave-time" type="i">
82       <default>0</default>
83       <_summary>Autosave frequency</_summary>
84       <_description>The number of seconds between autosaves.</_description>
85     </key>
86   </schema>
87   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui" path="/org/gnome/gnumeric/core/gui/">
88     <child name="screen" schema="org.gnome.gnumeric.core.gui.screen"/>
89     <child name="toolbars" schema="org.gnome.gnumeric.core.gui.toolbars"/>
90     <child name="editing" schema="org.gnome.gnumeric.core.gui.editing"/>
91     <child name="window" schema="org.gnome.gnumeric.core.gui.window"/>
92   </schema>
93   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.screen" path="/org/gnome/gnumeric/core/gui/screen/">
94     <key name="horizontaldpi" type="d">
95       <default>96</default>
96       <_summary>Horizontal DPI</_summary>
97       <_description>Screen resolution in the horizontal direction.</_description>
98     </key>
99     <key name="verticaldpi" type="d">
100       <default>96</default>
101       <_summary>Vertical DPI</_summary>
102       <_description>Screen resolution in the vertical direction.</_description>
103     </key>
104   </schema>
105   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.toolbars" path="/org/gnome/gnumeric/core/gui/toolbars/">
106     <key name="standard-visible" type="b">
107       <default>true</default>
108       <_summary>Standard toolbar visible</_summary>
109       <_description>This variable determines whether the standard toolbar should be visible initially.</_description>
110     </key>
111     <key name="standard-position" type="i">
112       <default>2</default>
113       <_summary>Standard toolbar position</_summary>
114       <_description>This variable determines where the standard toolbar should be shown.  0 is left, 1 is right, 2 is top.</_description>
115     </key>
116     <key name="format-visible" type="b">
117       <default>true</default>
118       <_summary>Format toolbar visible</_summary>
119       <_description>This variable determines whether the format toolbar should be visible initially.</_description>
120     </key>
121     <key name="format-position" type="i">
122       <default>2</default>
123       <_summary>Format toolbar position</_summary>
124       <_description>This variable determines where the format toolbar should be shown.  0 is left, 1 is right, 2 is top.</_description>
125     </key>
126     <key name="object-visible" type="b">
127       <default>true</default>
128       <_summary>Object toolbar visible</_summary>
129       <_description>This variable determines whether the object toolbar should be visible initially.</_description>
130     </key>
131     <key name="object-position" type="i">
132       <default>2</default>
133       <_summary>Object toolbar position</_summary>
134       <_description>This variable determines where the object toolbar should be shown.  0 is left, 1 is right, 2 is top.</_description>
135     </key>
136   </schema>
137   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.cells" path="/org/gnome/gnumeric/core/gui/cells/">
138     <key name="function-markers" type="b">
139       <default>false</default>
140       <_summary>Function Markers</_summary>
141       <_description>This variable determines whether cells containing spreadsheet function are marked.</_description>
142     </key>
143     <key name="extension-markers" type="b">
144       <default>false</default>
145       <_summary>Extension Markers</_summary>
146       <_description>This variable determines whether cells with truncated content are marked.</_description>
147     </key>
148   </schema>
149   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.editing" path="/org/gnome/gnumeric/core/gui/editing/">
150     <key name="autocomplete" type="b">
151       <default>true</default>
152       <_summary>Autocomplete</_summary>
153       <_description>This variable determines whether autocompletion is set on.</_description>
154     </key>
155     <key name="autocomplete-min-chars" type="i">
156       <default>3</default>
157       <_summary>Minimum Number of Characters for Autocompletion</_summary>
158       <_description>This variable determines the minimum number of characters required for autocompletion.</_description>
159     </key>
160     <key name="function-name-tooltips" type="b">
161       <default>true</default>
162       <_summary>Show Function Name Tooltips</_summary>
163       <_description>This variable determines whether to show function name tooltips.</_description>
164     </key>
165     <key name="function-argument-tooltips" type="b">
166       <default>true</default>
167       <_summary>Show Function Argument Tooltips</_summary>
168       <_description>This variable determines whether to show function argument tooltips.</_description>
169     </key>
170     <key name="enter-moves-dir" type="s">
171       <default>'down'</default>
172       <_summary>Enter Direction</_summary>
173       <_description>Which direction pressing Enter will move the edit position.</_description>
174     </key>
175     <key name="recalclag" type="i">
176       <default>200</default>
177       <_summary>Auto Expression Recalculation Lag</_summary>
178       <_description>If `lag' is 0, Gnumeric recalculates all auto expressions immediately after every change.  Non-zero values of `lag' allow Gnumeric to accumulate more changes before each recalculation. If `lag' is positive, then whenever a change appears, Gnumeric waits `lag' milliseconds and then recalculates; if more changes appear during that period, they are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of |lag| milliseconds.</_description>
179     </key>
180     <key name="transitionkeys" type="b">
181       <default>false</default>
182       <_summary>Transition Keys</_summary>
183       <_description>This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling. They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.</_description>
184     </key>
185   </schema>
186   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.window" path="/org/gnome/gnumeric/core/gui/window/">
187     <key name="x" type="d">
188       <default>0.75</default>
189       <_summary>Default Horizontal Window Size</_summary>
190       <_description>This number (between 0.25 and 1.00) gives the horizontal fraction of the screen size covered by the default window.</_description>
191     </key>
192     <key name="y" type="d">
193       <default>0.75</default>
194       <_summary>Default Vertical Window Size</_summary>
195       <_description>This number (between 0.25 and 1.00) gives the vertical fraction of the screen size covered by the default window.</_description>
196     </key>
197     <key name="zoom" type="d">
198       <default>1</default>
199       <_summary>Default Zoom Factor</_summary>
200       <_description>The initial zoom factor for new workbooks.</_description>
201     </key>
202   </schema>
203   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.xml" path="/org/gnome/gnumeric/core/xml/">
204     <key name="compression-level" type="i">
205       <default>9</default>
206       <_summary>Default Compression Level For Gnumeric Files</_summary>
207       <_description>This integer (between 0 and 9) specifies the amount of compression performed by Gnumeric when saving files in the default file format. 0 is minimal compression while 9 is maximal compression.</_description>
208     </key>
209   </schema>
210   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.file" path="/org/gnome/gnumeric/core/file/">
211     <child name="save" schema="org.gnome.gnumeric.core.file.save" />
212   </schema>
213   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.file.save" path="/org/gnome/gnumeric/core/file/save/">
214     <key name="single-sheet" type="b">
215       <default>true</default>
216       <_summary>Warn When Exporting Into Single Sheet Format</_summary>
217       <_description>Some file formats can contain only a single sheet. This variable determines whether the user will be warned if only a single sheet of a multi-sheet workbook is being saved.</_description>
218     </key>
219     <key name="def-overwrite" type="b">
220       <default>false</default>
221       <_summary>Default To Overwriting Files</_summary>
222       <_description>Before an existing file is being overwritten, Gnumeric will present a warning dialog. Setting this option will make the overwrite button in that dialog the default button.</_description>
223     </key>
224     <key name="extension-check-disabled" type="as">
225       <default>[]</default>
226       <_summary>List of file savers with disabled extension check.</_summary>
227       <_description>This list contains the ids of the file savers for which the extension check is disabled.</_description>
228     </key>
229   </schema>
230   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.sort" path="/org/gnome/gnumeric/core/sort/">
231     <child name="default" schema="org.gnome.gnumeric.core.sort.default" />
232     <child name="dialog" schema="org.gnome.gnumeric.core.sort.dialog" />
233   </schema>
234   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.sort.default" path="/org/gnome/gnumeric/core/sort/default/">
235     <key name="by-case" type="b">
236       <default>false</default>
237       <_summary>Sort is Case-Sensitive</_summary>
238       <_description>Setting this option will cause the sort buttons on the toolbar to perform a case-sensitive sort and determine the initial state of the case-sensitive checkbox in the sort dialog.</_description>
239     </key>
240     <key name="retain-formats" type="b">
241       <default>true</default>
242       <_summary>Sorting Preserves Formats</_summary>
243       <_description>Setting this option will cause the sort buttons on the toolbar to preserve the cell formats while sorting and determines the initial state of the preserve-formats checkbox in the sort dialog.</_description>
244     </key>
245     <key name="ascending" type="b">
246       <default>true</default>
247       <_summary>Sort Ascending</_summary>
248       <_description>This option determines the initial state of the sort-order button in the sort dialog.</_description>
249     </key>
250   </schema>
251   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.sort.dialog" path="/org/gnome/gnumeric/core/sort/dialog/">
252     <key name="max-initial-clauses" type="i">
253       <default>10</default>
254       <_summary>Number of Automatic Clauses</_summary>
255       <_description>When selecting a sort region in the sort dialog, sort clauses are automatically added. This number determines the maximum number of clauses to be added automatically.</_description>
256     </key>
257   </schema>
258   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.cut-and-paste" path="/org/gnome/gnumeric/cut-and-paste/">
259     <key name="prefer-clipboard" type="b">
260       <default>true</default>
261       <_summary>Prefer CLIPBOARD over PRIMARY selection</_summary>
262       <_description>When TRUE, Gnumeric will prefer the modern CLIPBOARD selection over the legacy PRIMARY selections.  Set to FALSE if you have to deal with older applications, like Xterm or Emacs, which set only the PRIMARY selection.</_description>
263     </key>
264   </schema>
265 </schemalist>