]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
move character styles from "insert" to "edit";
[lyx.git] / lib / ui / stdtoolbars.ui
index 196a81572158349696db42d9922f1afe9fe131dd..6b40aa97de8062f00d4adeea264eb45e7b317a80 100644 (file)
@@ -1,20 +1,23 @@
+# -*- text -*-
+
+# file stdtoolbars.ui
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Jean-Marc Lasgouttes
+# author John Levon
+
+# Full author contact details are available in file CREDITS.
+
+# The interface is designed (partially) following the KDE Human Interface
+# Guidelines (http://usability.kde.org/hig/)
+
 # A Toolbar starts like :
 #
-# Toolbar "Name" "on" 
-#
-# The second parameter are the flags :
-#
-# on: the toolbar is visible
-# off: the toolbar is not visible
-# math: the toolbar is visible only when in math
-# table: the toolbar is visible only when in a table
-# top: the toolbar should be at the top of the window
-# bottom: the toolbar should be at the bottom of the window
-# left: the toolbar should be at the left of the window
-# right: the toolbar should be at the right of the window
+# Toolbar "name" "GUI Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
-# directives: 
+# directives:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
 #
 # This is the default toolbar:
 
-# slight rationalisations here
-
-Toolbar "Standard" "on,top"
-    Layouts
-    Item "New document" "buffer-new"
-    Item "Open document" "file-open"
-    Item "Save document" "buffer-write"
-    Item "Print document" "buffer-print"
-    Separator
-    Item "Undo" "undo"
-    Item "Redo" "redo"
-    Item "Cut" "cut"
-    Item "Copy" "copy"
-    Item "Paste" "paste"
-    Item "Find and replace" "find-replace"
-    Separator
-    Item "Toggle emphasis style" "font-emph"
-    Item "Toggle noun style" "font-noun"
-    Item "Toggle user style" "font-free-apply"
-    Separator
-    Item "Insert math" "math-mode"
-    Item "Insert graphics" "dialog-show-new-inset graphics"
-    Item "Insert table" "tabular-insert 4 4"
+Toolbar "standard" "Standard"
+       Layouts
+       Item "New document" "buffer-new"
+       Item "Open document" "file-open"
+       Item "Save document" "buffer-write"
+       Item "Print document" "dialog-show print"
+       Separator
+       Item "Undo" "undo"
+       Item "Redo" "redo"
+       Item "Cut" "cut"
+       Item "Copy" "copy"
+       Item "Paste" "paste"
+       Item "Find and replace" "dialog-show findreplace"
+       Separator
+       Item "Toggle emphasis" "font-emph"
+       Item "Toggle noun" "font-noun"
+       Item "Apply last" "font-free-apply"
+       Separator
+       Item "Insert math" "math-mode"
+       Item "Insert graphics" "dialog-show-new-inset graphics"
+       Item "Insert table" "tabular-insert"
 End
 
-Toolbar "Extra" "off,top"
-    Item "Numbered list" "layout Enumerate"
-    Item "Itemized list" "layout Itemize"
-    Item "List" "layout List"
-    Item "Description" "layout Description"
-    Item "Increase depth" "depth-increment"
-    Item "Decrease depth" "depth-decrement"
-    Separator
-    Item "Insert figure float" "float-insert figure"
-    Item "Insert table float" "float-insert table"
-    Item "Insert label" "label-insert"
-    Item "Insert cross-reference" "dialog-show-new-inset ref"
-    Item "Insert citation" "dialog-show-new-inset citation"
-    Item "Insert index entry" "index-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 TeX" "ert-insert"
-    Item "Include file" "dialog-show-new-inset include"
-    Separator
-    Item "Text Style" "layout-character"
-    Item "Paragraph Style" "layout-paragraph"
-    Item "Table of contents" "toc-view"
-    Item "Check spelling" "spellchecker"
-    Item "Thesaurus" "thesaurus-entry"
+Toolbar "extra" "Extra"
+       Item "Numbered list" "layout Enumerate"
+       Item "Itemized list" "layout Itemize"
+       Item "List" "layout List"
+       Item "Description" "layout Description"
+       Item "Increase depth" "depth-increment"
+       Item "Decrease depth" "depth-decrement"
+       Separator
+       Item "Insert figure float" "float-insert figure"
+       Item "Insert table float" "float-insert table"
+       Item "Insert label" "label-insert"
+       Item "Insert cross-reference" "dialog-show-new-inset ref"
+       Item "Insert citation" "dialog-show-new-inset citation"
+       Item "Insert index entry" "index-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 TeX Code" "ert-insert"
+       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 "Check spelling" "dialog-show spellchecker"
+       Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table" "off,bottom"
-    Item "Add row" "tabular-feature append-row"
-    Item "Add column" "tabular-feature append-column"
-    Item "Delete row" "tabular-feature delete-row"
-    Item "Delete column" "tabular-feature delete-column"
-    Separator
-    Item "Set top line" "tabular-feature toggle-line-top"
-    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 all lines" "tabular-feature set-all-lines"
-    Item "Unset all lines" "tabular-feature unset-all-lines"
-    Separator
-    Item "Left aligned" "tabular-feature align-left"
-    Item "Centered" "tabular-feature align-center"
-    Item "Right aligned" "tabular-feature align-right"
-    Item "Top aligned" "tabular-feature valign-top"
-    Item "Vertically centered" "tabular-feature valign-center"
-    Item "Bottom aligned" "tabular-feature valign-bottom"
-    Separator
-    Item "Rotate cell" "tabular-feature set-rotate-cell"
-    Item "Rotate table" "tabular-feature set-rotate-tabular"
-    Item "Set multi-column" "tabular-feature multicolumn"
+Toolbar "table" "Table"
+       Item "Add row" "tabular-feature append-row"
+       Item "Add column" "tabular-feature append-column"
+       Item "Delete row" "tabular-feature delete-row"
+       Item "Delete column" "tabular-feature delete-column"
+       Separator
+       Item "Set top line" "tabular-feature toggle-line-top"
+       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 all lines" "tabular-feature set-all-lines"
+       Item "Unset all lines" "tabular-feature unset-all-lines"
+       Separator
+       Item "Align left" "tabular-feature align-left"
+       Item "Align center" "tabular-feature align-center"
+       Item "Align right" "tabular-feature align-right"
+       Separator
+       Item "Align top" "tabular-feature valign-top"
+       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 "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math" "off,bottom"
-    Item "Show math panel" "math-panel"
-    Item "Set display mode" "math-display"
-    Item "Subscript" "math-subscript"
-    Item "Superscript" "math-superscript"
-    Item "Insert root" "math-insert \sqrt"
-    Item "Insert square root" "math-insert \root"
-    Item "Insert sum" "math-insert \sum"
-    Item "Insert integral" "math-insert \int"
-    Item "Insert product" "math-insert \prod"
-    Separator
-    Item "Insert fraction" "math-insert \frac"
-    Item "Insert ( )" "math-delim ( )"
-    Item "Insert [ ]" "math-delim [ ]"
-    Item "Insert { }" "math-delim { }"
-    Separator
-    Item "Insert matrix" "math-matrix 2 2"
-    Item "Insert cases" "math-insert \cases"
-    Item "Add row" "tabular-feature append-row"
-    Item "Add column" "tabular-feature append-column"
-    Item "Delete row" "tabular-feature delete-row"
-    Item "Delete column" "tabular-feature delete-column"
+Toolbar "math" "Math"
+       Item "Show math panel" "dialog-show mathpanel"
+       Item "Set display mode" "math-display"
+       Item "Subscript" "math-subscript"
+       Item "Superscript" "math-superscript"
+       Item "Insert root" "math-insert \root"
+       Item "Insert square root" "math-insert \sqrt"
+       Item "Insert sum" "math-insert \sum"
+       Item "Insert integral" "math-insert \int"
+       Item "Insert product" "math-insert \prod"
+       Separator
+       Item "Insert fraction" "math-insert \frac"
+       Item "Insert ( )" "math-delim ( )"
+       Item "Insert [ ]" "math-delim [ ]"
+       Item "Insert { }" "math-delim { }"
+       Separator
+       Item "Insert matrix" "math-matrix 2 2"
+       Item "Insert cases environment" "math-insert \cases"
+       Item "Add row" "tabular-feature append-row"
+       Item "Add column" "tabular-feature append-column"
+       Item "Delete row" "tabular-feature delete-row"
+       Item "Delete column" "tabular-feature delete-column"
 End
 
-Toolbar "Command Buffer" "off,bottom"
-    Minibuffer
+Toolbar "minibuffer" "Command Buffer"
+       Minibuffer
 End