]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Fix hyphenation point in menu.
[lyx.git] / lib / ui / stdtoolbars.inc
index 617c6c65423f4b6a091b2a0a653b0590aa73cb08..272c62d0bbf12b251fc2c9e460e866a0e9c1306b 100644 (file)
@@ -30,7 +30,7 @@
 #
 #   Minibuffer adds the command buffer (Qt only, only one may exist)
 #
-#   TableInsert adds a special widget for quick insertion of tables
+#   TableInsert "The tooltip" adds a special widget for quick insertion of tables
 #
 #   PopupMenu "name" "GUI Name"
 #
@@ -42,8 +42,8 @@
 #
 #
 # The icons are found in the lib/images/ direcory under the name
-# action.xpm or action_parameter.xpm, except for math-insert, which
-# is e.g. lib/image/math/sum.xpm. Note that some characters are
+# action.png or action_parameter.png, except for math-insert, which
+# is e.g. lib/image/math/sum.png. Note that some characters are
 # replaced (e.g. ')' -> rbracket).
 #
 #  All other lyx commands will get a "unknown" icon.
@@ -74,7 +74,11 @@ ToolbarSet
                Separator
                Item "Insert math" "math-mode"
                Item "Insert graphics" "dialog-show-new-inset graphics"
-               TableInsert
+               TableInsert "Insert table"
+               Separator
+               Item "Toggle Outline" "dialog-toggle toc"
+               Item "Toggle Math Toolbar" "toolbar-toggle math"
+               Item "Toggle Table Toolbar" "toolbar-toggle table"
        End
        
        Toolbar "extra" "Extra"
@@ -92,18 +96,19 @@ ToolbarSet
                Item "Insert cross-reference" "dialog-show-new-inset ref"
                Item "Insert citation" "dialog-show-new-inset citation"
                Item "Insert index entry" "index-insert"
-               Item "Insert glossary entry" "nomencl-insert"
+               Item "Insert nomenclature entry" "nomencl-insert"
                Separator
                Item "Insert footnote" "footnote-insert"
                Item "Insert margin note" "marginalnote-insert"
                Item "Insert note" "note-insert"
-               Item "Insert URL" "url-insert"
+               Item "Insert box" "box-insert Frameless"
+               Item "Insert Hyperlink" "href-insert"
                Item "Insert TeX code" "ert-insert"
+               Item "Insert math macro" "math-macro newmacroname newcommand"
                Item "Include file" "dialog-show-new-inset include"
                Separator
                Item "Text style" "dialog-show character"
                Item "Paragraph settings" "layout-paragraph"
-               Item "Table of contents" "toc-view"
                Item "Thesaurus" "thesaurus-entry"
        End
        
@@ -117,6 +122,7 @@ ToolbarSet
                Item "Set bottom line" "tabular-feature toggle-line-bottom"
                Item "Set left line" "tabular-feature toggle-line-left"
                Item "Set right line" "tabular-feature toggle-line-right"
+               Item "Set border lines" "tabular-feature set-border-lines"
                Item "Set all lines" "tabular-feature set-all-lines"
                Item "Unset all lines" "tabular-feature unset-all-lines"
                Separator
@@ -128,8 +134,8 @@ ToolbarSet
                Item "Align middle" "tabular-feature valign-middle"
                Item "Align bottom" "tabular-feature valign-bottom"
                Separator
-               Item "Rotate cell" "tabular-feature set-rotate-cell"
-               Item "Rotate table" "tabular-feature set-rotate-tabular"
+               Item "Rotate cell" "tabular-feature toggle-rotate-cell"
+               Item "Rotate table" "tabular-feature toggle-rotate-tabular"
                Item "Set multi-column" "tabular-feature multicolumn"
        End
        
@@ -156,13 +162,30 @@ ToolbarSet
                Item "Add column" "tabular-feature append-column"
                Item "Delete row" "tabular-feature delete-row"
                Item "Delete column" "tabular-feature delete-column"
+               Separator
+               Item "Toggle Math Panels" "toolbar-toggle math_panels"
+       End
+
+       Toolbar "mathmacrotemplate" "Math Macros"
+               Item "Remove Last Parameter" "math-macro-remove-param"
+               Item "Append Parameter" "math-macro-add-param"
+                Separator
+               Item "Make First Non-Optional into Optional Parameter" "math-macro-make-optional"
+               Item "Make Last Optional into Non-Optional Parameter"
+               "math-macro-make-nonoptional"
+                Item "Remove Optional Parameter" "math-macro-remove-optional-param"
+                Item "Insert Optional Parameter" "math-macro-add-optional-param"
+               Separator
+               Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
+               Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
+                Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
        End
        
        Toolbar "minibuffer" "Command Buffer"
                Minibuffer
        End
        
-       Toolbar "review" "Review"
+       Toolbar "review" "Review[[Toolbar]]"
                Item "Track changes" "changes-track"
                Item "Show changes in output" "changes-output"
                Separator
@@ -188,8 +211,7 @@ ToolbarSet
        End
 
        Toolbar "math_panels" "Math Panels"
-               PopupMenu "space" "Math Spacing"
-               PopupMenu "sqrt-square" "Roots"
+               PopupMenu "space" "Math Spacings"
                PopupMenu "style" "Styles"
                PopupMenu "frac-square" "Fractions"
                PopupMenu "font" "Fonts"
@@ -245,13 +267,16 @@ ToolbarSet
                Item "Pr" "math-insert \Pr"
        End
 
-       Toolbar "space" "Spacing"
+       Toolbar "space" "Spacings"
                Item "Thin space        \\," "math-insert \,"
                Item "Medium space      \\:" "math-insert \:"
                Item "Thick space       \\;" "math-insert \;"
                Item "Quadratin space   \\quad" "math-insert \quad"
                Item "Double quadratin space    \\qquad" "math-insert \qquad"
                Item "Negative space    \\!" "math-insert \!"
+               Item "Placeholder       \\phantom" "math-insert \phantom"
+               Item "Horizontal placeholder    \\hphantom" "math-insert \hphantom"
+               Item "Vertical placeholder      \\vphantom" "math-insert \vphantom"
        End
        
        Toolbar "sqrt-square" "Roots"
@@ -268,11 +293,17 @@ ToolbarSet
        
        Toolbar "frac-square" "Fractions"
                Item "Standard  \\frac" "math-insert \frac"
-               Item "No hor. line      \\atop" "math-insert \atop"
-               Item "Nice      \\nicefrac" "math-insert \nicefrac"
-               Item "Text frac (amsmath)       \\tfrac" "math-insert \tfrac"
-               Item "Display frac (amsmath)    \\dfrac" "math-insert \dfrac"
-               Item "Binomial  \\choose"  "math-insert \choose"
+               Item "No horizontal line        \\atop" "math-insert \atop"
+               Item "Nice fraction (3/4)       \\nicefrac" "math-insert \nicefrac"
+               Item "Unit (km) \\unit" "math-insert \unitone"
+               Item "Unit (864 m)      \\unit" "math-insert \unittwo"
+               Item "Unit fraction (km/h)      \\unitfrac" "math-insert \unitfrac"
+               Item "Unit fraction (20 km/h)   \\unitfrac" "math-insert \unitfracthree"
+               Item "Text fraction (amsmath)   \\tfrac" "math-insert \tfrac"
+               Item "Display fraction (amsmath)        \\dfrac" "math-insert \dfrac"
+               Item "Binomial  \\binom" "math-insert \binom"
+               Item "Text binomial     \\tbinom" "math-insert \tbinom"
+               Item "Display binomial  \\dbinom" "math-insert \dbinom"
        End
        
        Toolbar "font" "Fonts"
@@ -448,6 +479,7 @@ ToolbarSet
                Item "pi" "math-insert \pi"
                Item "varpi" "math-insert \varpi"
                Item "rho" "math-insert \rho"
+               Item "varrho" "math-insert \varrho"
                Item "sigma" "math-insert \sigma"
                Item "varsigma" "math-insert \varsigma"
                Item "tau" "math-insert \tau"
@@ -515,15 +547,11 @@ ToolbarSet
                Item "mathcal L" "math-insert \mathcal L"
                Item "mathcal H" "math-insert \mathcal H"
                Item "mathcal O" "math-insert \mathcal O"
-               Item "phantom" "math-insert \phantom"
-               Item "vphantom" "math-insert \vphantom"
-               Item "hphantom" "math-insert \hphantom"
        End
        
        Toolbar "latex_varsz" "Big Operators"
-               Item "sum" "math-insert \sum"
-               Item "int" "math-insert \int"
                Item "intop" "math-insert \intop"
+               Item "int" "math-insert \int"
                Item "iint" "math-insert \iint"
                Item "iintop" "math-insert \iintop"
                Item "iiint" "math-insert \iiint"
@@ -536,14 +564,15 @@ ToolbarSet
                Item "ointop" "math-insert \ointop"
                Item "oiint" "math-insert \oiint"
                Item "oiintop" "math-insert \oiintop"
-               Item "ointctrclockwise" "math-insert \ointctrclockwise"
                Item "ointctrclockwiseop" "math-insert \ointctrclockwiseop"
-               Item "ointclockwise" "math-insert \ointclockwise"
+               Item "ointctrclockwise" "math-insert \ointctrclockwise"
                Item "ointclockwiseop" "math-insert \ointclockwiseop"
+               Item "ointclockwise" "math-insert \ointclockwise"
                Item "sqint" "math-insert \sqint"
                Item "sqintop" "math-insert \sqintop"
                Item "sqiint" "math-insert \sqiint"
                Item "sqiintop" "math-insert \sqiintop"
+               Item "sum" "math-insert \sum"
                Item "prod" "math-insert \prod"
                Item "coprod" "math-insert \coprod"
                Item "bigsqcup" "math-insert \bigsqcup"