]> git.lyx.org Git - lyx.git/blob - lib/ui/stdtoolbars.ui
* stdtoolbars.ui: change "notation" to "glossary";
[lyx.git] / lib / ui / stdtoolbars.ui
1 # -*- text -*-
2
3 # file stdtoolbars.ui
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Jean-Marc Lasgouttes
8 # author John Levon
9
10 # Full author contact details are available in file CREDITS.
11
12 # The interface is designed (partially) following the KDE Human Interface
13 # Guidelines (http://usability.kde.org/hig/)
14
15 # A Toolbar starts like :
16 #
17 # Toolbar "name" "GUI Name"
18 #
19 # Only four commands are allowed inside the begin_toolbar and end_toolbar
20 # directives:
21 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
22 #          "<action> <parameter>"
23 #      Examples:
24 #      Item "Small font" "font-size small"
25 #      Item Emphasized set-emph
26 #
27 #   Layouts adds the layouts combo-box to the toolbar
28 #
29 #   Separator adds some spacing to the toolbar
30 #
31 #   Minibuffer adds the command buffer (Qt only, only one may exist)
32 #
33 # The icons are found in the lib/image direcory under the name
34 # action.xpm or action_parameter.xpm, except for math-insert, which
35 # is e.g. lib/image/math/sum.xpm. Note that some characters are
36 # replaced (e.g. ')' -> rbracket).
37 #
38 #  All other lyx commands will get a "unknown" icon.
39 #
40 # This is the default toolbar:
41
42 Toolbar "standard" "Standard"
43         Layouts
44         Item "New document" "buffer-new"
45         Item "Open document" "file-open"
46         Item "Save document" "buffer-write"
47         Item "Print document" "dialog-show print"
48         Separator
49         Item "Undo" "undo"
50         Item "Redo" "redo"
51         Item "Cut" "cut"
52         Item "Copy" "copy"
53         Item "Paste" "paste"
54         Item "Find and replace" "dialog-show findreplace"
55         Separator
56         Item "Toggle emphasis" "font-emph"
57         Item "Toggle noun" "font-noun"
58         Item "Apply last" "font-free-apply"
59         Separator
60         Item "Insert math" "math-mode"
61         Item "Insert graphics" "dialog-show-new-inset graphics"
62         Item "Insert table" "tabular-insert"
63 End
64
65 Toolbar "extra" "Extra"
66         Item "Numbered list" "layout Enumerate"
67         Item "Itemized list" "layout Itemize"
68         Item "List" "layout List"
69         Item "Description" "layout Description"
70         Item "Increase depth" "depth-increment"
71         Item "Decrease depth" "depth-decrement"
72         Separator
73         Item "Insert figure float" "float-insert figure"
74         Item "Insert table float" "float-insert table"
75         Item "Insert label" "label-insert"
76         Item "Insert cross-reference" "dialog-show-new-inset ref"
77         Item "Insert citation" "dialog-show-new-inset citation"
78         Item "Insert index entry" "index-insert"
79         Item "Insert glossary entry" "nomencl-insert"
80         Separator
81         Item "Insert footnote" "footnote-insert"
82         Item "Insert margin note" "marginalnote-insert"
83         Item "Insert note" "note-insert"
84         Item "Insert URL" "url-insert"
85         Item "Insert TeX code" "ert-insert"
86         Item "Include file" "dialog-show-new-inset include"
87         Separator
88         Item "Text style" "dialog-show character"
89         Item "Paragraph settings" "layout-paragraph"
90         Item "Table of contents" "toc-view"
91         Item "Check spelling" "dialog-show spellchecker"
92         Item "Thesaurus" "thesaurus-entry"
93 End
94
95 Toolbar "table" "Table"
96         Item "Add row" "tabular-feature append-row"
97         Item "Add column" "tabular-feature append-column"
98         Item "Delete row" "tabular-feature delete-row"
99         Item "Delete column" "tabular-feature delete-column"
100         Separator
101         Item "Set top line" "tabular-feature toggle-line-top"
102         Item "Set bottom line" "tabular-feature toggle-line-bottom"
103         Item "Set left line" "tabular-feature toggle-line-left"
104         Item "Set right line" "tabular-feature toggle-line-right"
105         Item "Set all lines" "tabular-feature set-all-lines"
106         Item "Unset all lines" "tabular-feature unset-all-lines"
107         Separator
108         Item "Align left" "tabular-feature align-left"
109         Item "Align center" "tabular-feature align-center"
110         Item "Align right" "tabular-feature align-right"
111         Separator
112         Item "Align top" "tabular-feature valign-top"
113         Item "Align middle" "tabular-feature valign-middle"
114         Item "Align bottom" "tabular-feature valign-bottom"
115         Separator
116         Item "Rotate cell" "tabular-feature set-rotate-cell"
117         Item "Rotate table" "tabular-feature set-rotate-tabular"
118         Item "Set multi-column" "tabular-feature multicolumn"
119 End
120
121 Toolbar "math" "Math"
122         Item "Show math panel" "dialog-show mathpanel"
123         Item "Set display mode" "math-display"
124         Item "Subscript" "math-subscript"
125         Item "Superscript" "math-superscript"
126         Item "Insert root" "math-insert \root"
127         Item "Insert square root" "math-insert \sqrt"
128         Item "Insert sum" "math-insert \sum"
129         Item "Insert integral" "math-insert \int"
130         Item "Insert product" "math-insert \prod"
131         Separator
132         Item "Insert fraction" "math-insert \frac"
133         Item "Insert ( )" "math-delim ( )"
134         Item "Insert [ ]" "math-delim [ ]"
135         Item "Insert { }" "math-delim { }"
136         Separator
137         Item "Insert matrix" "math-matrix 2 2"
138         Item "Insert cases environment" "math-insert \cases"
139         Item "Add row" "tabular-feature append-row"
140         Item "Add column" "tabular-feature append-column"
141         Item "Delete row" "tabular-feature delete-row"
142         Item "Delete column" "tabular-feature delete-column"
143 End
144
145 Toolbar "minibuffer" "Command Buffer"
146         Minibuffer
147 End
148
149 Toolbar "review" "Review"
150         Item "Track changes" "changes-track"
151         Item "Show changes in output" "changes-output"
152         Separator
153         Item "Next change" "change-next"
154         Item "Accept change" "change-accept"
155         Item "Reject change" "change-reject"
156         Separator
157         Item "Merge changes" "changes-merge"
158         Item "Accept all changes" "all-changes-accept"
159         Item "Reject all changes" "all-changes-reject"
160         Separator
161         Item "Insert note" "note-insert"
162         Item "Next note" "note-next"
163 End