]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
Add paragraph dialog to qt2 frontend. First commit, I am sure it can be done better...
[lyx.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file.         -*- text -*-
2 # The syntax should be straightforward enough. The menubar
3 # "main_nobuffer" (if it exists) is used when there is no buffer open;
4 # otherwise, the menubar "main" is used. 
5
6 Menuset
7
8     Menubar "main_nobuffer"
9         Submenu "File|F" "file_nobuffer"
10         Submenu "Edit|E" "edit_nobuffer"
11         Submenu "Help|H" "help"
12     End
13
14     Menubar "main"
15         Submenu "File|F" "file"
16         Submenu "Edit|E" "edit"
17         Submenu "Insert|I" "insert"
18         Submenu "Layout|L" "layout"
19         Submenu "View|V" "view"
20         Submenu "Navigate|N" "navigate"
21         Submenu "Documents|D" "documents"
22         Submenu "Help|H" "help"
23     End
24
25 #
26 # FILE MENU
27 #
28     Menu "file_nobuffer"
29         Item "New|N" "buffer-new"
30         Item "New from Template...|T" "buffer-new-template"
31         Item "Open...|O" "file-open"
32         Separator
33         Submenu "Import|I" "file_import"
34         Separator
35         Item "Exit|x" "lyx-quit"
36         Separator
37         Lastfiles
38     End
39
40     Menu "file"
41         Item "New|N" "buffer-new"
42         Item "New from Template...|T" "buffer-new-template"
43         Item "Open...|O" "file-open"
44         Separator
45         Item "Close|C" "buffer-close"
46         Item "Save|S" "buffer-write"
47         Item "Save As...|A" "buffer-write-as"
48         Item "Revert|R" "buffer-reload"
49         Submenu "Version Control|V" "file_vc"
50         Separator
51         Submenu "Import|I" "file_import"
52         Submenu "Export|E" "file_export"
53         Item "Print...|P" "buffer-print"
54         OptItem "Fax...|F" "buffer-export fax"
55         Separator
56         Item "Exit|x" "lyx-quit"
57         Separator
58         Lastfiles
59     End
60
61     Menu "file_vc"
62         OptItem "Register|R" "vc-register"
63         OptItem "Check In Changes...|I" "vc-check-in"
64         OptItem "Check Out for Edit|O" "vc-check-out"
65         OptItem "Revert to Last Version|L" "vc-revert"
66         OptItem "Undo Last Check In|U" "vc-undo-last"
67         OptItem "Show History|H" "vc-history"
68     End
69
70     Menu "file_import"
71         ImportFormats
72     End
73
74     Menu "file_export"
75         ExportFormats
76         Item "Custom...|C" "buffer-export custom"
77     End
78
79 #
80 # EDIT MENU
81 #
82     Menu "edit_nobuffer"
83         Item "Preferences|P" "dialog-preferences"
84         Item "Reconfigure|R" "reconfigure"
85     End
86
87     Menu "edit"
88         Item "Undo|U" "undo"
89         Item "Redo|d" "redo"
90         Separator
91         Item "Cut|C" "cut"
92         Item "Copy|o" "copy"
93         Item "Paste|a" "paste"
94         Submenu "Paste External Selection|x" "edit_paste"
95         Separator
96         Item "Find & Replace...|F" "find-replace"
97         Submenu "Tabular|T" "edit_tabular"
98         Submenu "Math|M" "edit_math"
99         Separator
100         #Item "Read Only" "buffer-toggle-read-only"
101         Item "Spellchecker|S" "spellchecker"
102         Item "Thesaurus" "thesaurus-entry"
103         Item "Check TeX|h" "buffer-chktex"
104         Item "Remove All Error Boxes|E" "error-remove-all"
105         Item "Open/Close float|l" "inset-toggle"
106         Separator
107         Item "Preferences|P" "dialog-preferences"
108         Item "Reconfigure|R" "reconfigure"
109     End
110
111     Menu "edit_paste"
112         Item "as Lines|L" "primary-selection-paste"
113         Item "as Paragraphs|P" "primary-selection-paste paragraph"
114     End
115
116     Menu "edit_tabular"
117         Item "Multicolumn|M" "tabular-feature multicolumn"
118         Separator
119         Item "Line Top|T" "tabular-feature toggle-line-top"
120         Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
121         Item "Line Left|L" "tabular-feature toggle-line-left"
122         Item "Line Right|R" "tabular-feature toggle-line-right"
123         Separator
124         Item "Align Left|e" "tabular-feature align-left"
125         Item "Align Center|C" "tabular-feature align-center"
126         Item "Align Right|i" "tabular-feature align-right"
127         Separator
128         Item "V.Align Top|o" "tabular-feature valign-top"
129         Item "V.Align Center|n" "tabular-feature valign-center"
130         Item "V.Align Bottom|V" "tabular-feature valign-bottom"
131         Separator
132         Item "Add Row|A" "tabular-feature append-row"
133         Item "Delete Row|w" "tabular-feature delete-row"
134         Separator
135         Item "Add Column|u" "tabular-feature append-column"
136         Item "Delete Column|D" "tabular-feature delete-column"
137     End
138
139     Menu "edit_math"
140 #       Item "Make eqnarray|e" "break-line e"
141 #       Item "Make multline|m" "break-line m"
142 #       Item "Make align 1 column|1"  "break-line 1"
143 #       Item "Make align 2 columns|2"  "break-line 2"
144 #       Item "Make align 3 columns|3"  "break-line 3"
145 #       Item "Make alignat 2 columns|2"  "break-line B"
146 #       Item "Make alignat 3 columns|3"  "break-line C"
147 #       Separator
148         Item "Toggle numbering|n" "math-number"
149         Item "Toggle numbering of line|u" "math-nonumber"
150         Item "Toggle limits|l" "math-limits"
151         Separator
152         Item "Inline formula|I" "math-mutate simple"
153         Item "Displayed formula|D" "math-mutate equation"
154         Item "Eqnarray environment|q" "math-mutate eqnarray"
155         Item "Align environment|A" "math-mutate align"
156         Item "AlignAt environment" "math-mutate alignat"
157         Item "XAlignAt environment" "math-mutate xalignat"
158         Item "XXAlignAt environment" "math-mutate xxalignat"
159         Separator
160         Item "Align Left|f" "math-halign left"
161         Item "Align Center|C" "math-halign center"
162         Item "Align Right|R" "math-halign right"
163         Separator
164         Item "V.Align Top|T" "math-valign top"
165         Item "V.Align Center|e" "math-valign center"
166         Item "V.Align Bottom|B" "math-valign bottom"
167         Separator
168         Item "Add Row" "math-row-insert"
169         Item "Delete Row" "math-row-delete"
170         Separator
171         Item "Add Column" "math-column-insert"
172         Item "Delete Column" "math-column-delete"
173     End
174
175 #
176 # INSERT MENU
177 #
178     Menu "insert"
179         Submenu "Math|h" "insert_math"
180         Separator
181         Submenu "Special Character|S" "insert_special"
182         Item "Citation Reference...|C" "citation-insert"
183         Item "Cross Reference...|R" "reference-insert"
184         Item "Label...|L" "label-insert"
185         Item "Footnote|F" "footnote-insert"
186         Item "Marginal Note|M" "marginalnote-insert"
187         Item "Index Entry|I" "index-insert"
188         Item "URL...|U" "url-insert"
189         Item "Note|N" "note-insert"
190         Submenu "Lists & TOC|O" "insert_toc"
191         Separator
192         Item "TeX|T" "ert-insert"
193         Item "Minipage|p" "minipage-insert"
194         Item "Graphics...|G" "graphics-insert"
195         Item "Tabular Material...|b" "dialog-tabular-insert"
196         Submenu "Floats|a" "insert_floats"
197         Separator
198         Item "Include File...|d" "buffer-child-insert"
199         Submenu "Insert File|e" "insert_file"
200         Item "External Material...|x" "external-insert"
201     End
202
203     Menu "insert_special"
204         Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
205         Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
206         Item "HFill|H" "hfill-insert"
207         Item "Hyphenation Point|P" "hyphenation-point-insert"
208         Item "Ligature break|k" "ligature-break-insert"
209         Item "Protected Blank|B" "protected-space-insert"
210         Item "Linebreak|L" "break-line"
211         Item "Ellipsis|i" "dots-insert"
212         Item "End of Sentence|E" "end-of-sentence-period-insert"
213         Item "Ordinary Quote|Q" "self-insert \""
214         Item "Menu Separator|M" "menu-separator-insert"
215     End
216
217     Menu "insert_math"
218         Item "Inline Formula|I" "math-mode"
219         Item "Display Formula|D" "math-display"
220         Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate eqnarray;"
221         Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;"
222         Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
223         Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
224         Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
225   Separator
226         Item "Array environment|y" "math-insert matrix 2 2"
227         Item "Cases environment|C" "math-insert cases 2"
228   Separator
229         Submenu "Font Change|f" "insert_math_font"
230         Item "Math Panel|l" "math-panel"
231     End
232
233     Menu "insert_math_font"
234         Item "Math normal font" "math-insert \mathnormal"
235         Separator
236         Item "Math calligraphic family" "math-insert \mathcal"
237         Item "Math fraktur family" "math-insert \mathfrak"
238         Item "Math roman family" "math-insert \mathrm"
239         Item "Math sans serif family" "math-insert \mathsf"
240         Separator
241         Item "Math bold series" "math-insert \mathbf"
242         Separator
243         Item "Text normal font" "math-insert \textnormal"
244         Separator
245         Item "Text roman family" "math-insert \textrm"
246         Item "Text sans serif family" "math-insert \textsf"
247         Item "Text typewriter family" "math-insert \texttt"
248         Separator
249         Item "Text bold series" "math-insert \textbf"
250         Item "Text medium series" "math-insert \textmd"
251         Separator
252         Item "Text italic shape" "math-insert \textit"
253         Item "Text small caps shape" "math-insert \textsc"
254         Item "Text slanted shape" "math-insert \textsl"
255         Item "Text upright shape" "math-insert \textup"
256                 End
257
258     Menu "insert_floats"
259         FloatInsert
260     End
261
262     Menu "insert_toc"
263         Item "Table of Contents|C" "toc-insert"
264         FloatListInsert
265         Item "Index List|I" "index-print"
266         Item "BibTeX Reference...|B" "bibtex-insert"
267     End
268
269     Menu "insert_file"
270         Item "LyX Document...|X" "file-insert"
271         Item "Ascii as Lines...|L" "file-insert-ascii"
272         Item "Ascii as Paragraphs...|P" "file-insert-ascii-para"
273     End
274
275 #
276 # LAYOUT MENU
277 #
278     Menu "layout"
279         Item "Character|C" "layout-character"
280         Item "Paragraph|P" "layout-paragraph"
281         Item "Document|D" "layout-document"
282         OptItem "Tabular|T" "layout-tabular"
283         Separator
284         Item "Emphasize Style|E" "font-emph"
285         Item "Noun Style|N" "font-noun"
286         Item "Bold Style|B" "font-bold"
287 #       Item "TeX Style|X" "tex-mode"
288         Separator
289         Item "Change Environment Depth|v" "depth-increment"
290         Item "Preamble|r" "layout-preamble"
291         Item "Start Appendix here|A" "appendix"
292     End
293
294
295 #
296 # VIEW MENU
297 #
298     Menu "view"
299         ViewFormats
300         OptItem "Build Program|B" "build-program"
301         Submenu "Update|U" "update"
302         Separator
303         Item "LaTeX Logfile|L" "latex-view-log"
304         Item "Table of Contents|T" "toc-view"
305         Item "Child processes|C" "show-forks"
306         Item "TeX Information|X" "help-Texinfo"
307     End
308
309     Menu "update"
310         UpdateFormats
311     End
312
313 #
314 # NAVIGATE MENU
315 #
316     Menu "navigate"
317         Toc
318         Separator
319         Item "Error|E" "error-next"
320         Item "Note|N" "note-next"
321         Item "Refs|R" "reference-next"
322         Submenu "Bookmarks|B" "navigate_bookmarks"
323     End
324
325     Menu "navigate_bookmarks"
326         Item "Save Bookmark 1|S" "bookmark-save 1"
327         Item "Save Bookmark 2" "bookmark-save 2"
328         Item "Save Bookmark 3" "bookmark-save 3"
329         Separator
330         Item "Goto Bookmark 1|1" "bookmark-goto 1"
331         Item "Goto Bookmark 2|2" "bookmark-goto 2"
332         Item "Goto Bookmark 3|3" "bookmark-goto 3"
333     End
334
335 #
336 # DOCUMENTS MENU
337 #
338
339     Menu "documents"
340         Documents
341     End
342
343 #
344 # HELP MENU
345 #
346     Menu "help"
347         Item "Tooltips|o" "toggle-tooltips"
348         Separator
349         Item "Introduction|I" "help-open Intro"
350         Item "Tutorial|T" "help-open Tutorial"
351         Item "User's Guide|U" "help-open UserGuide"
352         Item "Extended Features|E" "help-open Extended"
353         Item "Customization|C" "help-open Customization"
354 #       Item "Reference Manual|R" "help-open Reference"
355         Item "FAQ|F" "help-open FAQ"
356         Item "Table of Contents|a" "help-open TOC"
357         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
358         Separator
359         Item "About LyX|X" "help-aboutlyx"
360     End
361
362 End
363
364 # Setup your favorite Toolbar here:
365 # Only three commands are allowed inside the begin_toolbar and end_toolbar
366 # directives: 
367 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
368 #          "<action> <parameter>"
369 #      Examples:
370 #      Icon "font-size small"
371 #      Icon set-emph
372 #
373 #   Layouts adds the layouts combo-box to the toolbar
374 #
375 #   Separator adds some spacing to the toolbar
376 #
377 # The icons are found in the lib/image direcory under the name
378 # action.xpm or action_parameter.xpm.
379 #
380 #  All other lyx commands will get a "unknown" icon.
381 #
382 # This is the default toolbar:
383
384 Toolbar
385     Layouts
386     Icon "file-open"
387     Icon "buffer-write"
388     Icon "buffer-print"
389     Separator
390     Icon "cut"
391     Icon "copy"
392     Icon "paste"
393     Separator
394     Icon "font-emph"
395     Icon "font-noun"
396     Icon "font-free"
397     Separator
398     Icon "ert-insert"
399     Icon "math-mode"
400     #Icon "math-panel"
401     Separator
402     Icon "footnote-insert"
403     Icon "marginalnote-insert"
404     Icon "depth-increment"
405     Separator
406     Icon "graphics-insert"
407     Icon "dialog-tabular-insert"
408 End