]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/classic.ui
Note Settings menu item
[lyx.git] / lib / ui / classic.ui
index a5a2eb46d681bbf0e3bf4e4d132bdea0eaa8703e..2d76211653bfeb8c56055330c6b2bf20362202a8 100644 (file)
@@ -31,7 +31,7 @@ Menuset
                Separator
                Submenu "Import|I" "file_import"
                Submenu "Export|E" "file_export"
-               Item "Print...|P" "buffer-print"
+               Item "Print...|P" "dialog-show print"
                OptItem "Fax...|F" "buffer-export fax"
                Separator
                Item "Exit|x" "lyx-quit"
@@ -45,7 +45,7 @@ Menuset
                OptItem "Check Out for Edit|O" "vc-check-out"
                OptItem "Revert to Last Version|L" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
-               OptItem "Show History|H" "vc-history"
+               OptItem "Show History|H" "dialog-show vclog"
        End
 
        Menu "file_import"
@@ -70,19 +70,18 @@ Menuset
                Item "Paste|a" "paste"
                Submenu "Paste External Selection|x" "edit_paste"
                Separator
-               Item "Find & Replace...|F" "find-replace"
+               Item "Find & Replace...|F" "dialog-show findreplace"
                Submenu "Tabular|T" "edit_tabular"
                Submenu "Math|M" "edit_math"
                Separator
                #Item "Read Only" "buffer-toggle-read-only"
-               Item "Spellchecker...|S" "spellchecker"
+               Item "Spellchecker...|S" "dialog-show spellchecker"
                Item "Thesaurus..." "thesaurus-entry"
                Item "Check TeX|h" "buffer-chktex"
-               Item "Remove All Error Boxes|E" "error-remove-all"
                Item "Open/Close float|l" "inset-toggle"
                Submenu "Change tracking|g" "edit_change"
                Separator
-               Item "Preferences...|P" "dialog-preferences"
+               Item "Preferences...|P" "dialog-show preferences"
                Item "Reconfigure|R" "reconfigure"
        End
 
@@ -224,7 +223,9 @@ Menuset
                Item "HFill|H" "hfill-insert"
                Item "Hyphenation Point|P" "hyphenation-point-insert"
                Item "Ligature Break|k" "ligature-break-insert"
-               Item "Protected Blank|B" "protected-space-insert"
+               Item "Protected Space|r" "space-insert protected"
+               Item "Inter-word Space|w" "space-insert normal"
+               Item "Thin Space|T" "space-insert thin"
                Item "Linebreak|L" "break-line"
                Item "Ellipsis|i" "dots-insert"
                Item "End of Sentence|E" "end-of-sentence-period-insert"
@@ -249,7 +250,7 @@ Menuset
                Item "Split Environment|S" "math-insert \split"
        Separator
                Submenu "Font Change|f" "insert_math_font"
-               Item "Math Panel|l" "math-panel"
+               Item "Math Panel|l" "dialog-show mathpanel"
        End
 
        Menu "insert_math_font"
@@ -305,9 +306,9 @@ Menuset
 # LAYOUT MENU
 #
        Menu "layout"
-               Item "Character...|C" "layout-character"
+               Item "Character...|C" "dialog-show character"
                Item "Paragraph...|P" "layout-paragraph"
-               Item "Document...|D" "layout-document"
+               Item "Document...|D" "dialog-show document"
                OptItem "Tabular...|T" "layout-tabular"
                Separator
                Item "Emphasize Style|E" "font-emph"
@@ -317,7 +318,7 @@ Menuset
                Separator
                Item "Decrease Environment Depth|v" "depth-decrement"
                Item "Increase Environment Depth|i" "depth-increment"
-               Item "Preamble...|r" "layout-preamble"
+               Item "Preamble...|r" "dialog-show preamble"
                Item "Start Appendix Here|S" "appendix"
        End
 
@@ -330,10 +331,10 @@ Menuset
                OptItem "Build Program|B" "build-program"
                Submenu "Update|U" "update"
                Separator
-               Item "LaTeX Logfile|L" "latex-view-log"
+               Item "LaTeX Logfile|L" "dialog-show latexlog"
                Item "Table of Contents|T" "toc-view"
-               Item "Child Processes|C" "show-forks"
-               Item "TeX Information|X" "help-Texinfo"
+               Item "Child Processes|C" "dialog-show forks"
+               Item "TeX Information|X" "dialog-show texinfo"
        End
 
        Menu "update"
@@ -346,7 +347,6 @@ Menuset
        Menu "navigate"
                Toc
                Separator
-               Item "Error|E" "error-next"
                Item "Note|N" "note-next"
                Item "Refs|R" "reference-goto"
                Submenu "Bookmarks|B" "navigate_bookmarks"
@@ -386,15 +386,15 @@ Menuset
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
                Separator
-               Item "About LyX|X" "help-aboutlyx"
+               Item "About LyX|X" "dialog-show aboutlyx"
        End
 
 End
 
-# A Toolbar starts like :
-#
-# Toolbar "Name" "on" 
-#
+# Which toolbars to use.
+
+include "stdtoolbars.ui"
+
 # The second parameter are the flags :
 #
 # on: the toolbar is visible
@@ -406,53 +406,10 @@ End
 # left: the toolbar should be at the left of the window
 # right: the toolbar should be at the right of the window
 #
-# Only four commands are allowed inside the begin_toolbar and end_toolbar
-# directives: 
-#   Item "<action> [<parameter>]" adds an icon to the toolbar performing
-#          "<action> <parameter>"
-#      Examples:
-#      Item "font-size small"
-#      Item set-emph
-#
-#   Layouts adds the layouts combo-box to the toolbar
-#
-#   Separator adds some spacing to the toolbar
-#
-#   Minibuffer adds the command buffer (Qt only, only one may exist)
-#
-# The icons are found in the lib/image direcory under the name
-# action.xpm or action_parameter.xpm.
-#
-#  All other lyx commands will get a "unknown" icon.
-#
-# This is the default toolbar:
-
-Toolbar "Standard" "on,top"
-       Layouts
-       Item "Open document" "file-open"
-       Item "Save document" "buffer-write"
-       Item "Print document" "buffer-print"
-       Separator
-       Item "Cut selection" "cut"
-       Item "Copy selection" "copy"
-       Item "Paste" "paste"
-       Separator
-       Item "Toggle emphasis style" "font-emph"
-       Item "Toggle noun style" "font-noun"
-       Item "Toggle free style" "font-free-apply"
-       Separator
-       Item "Insert TeX" "ert-insert"
-       Item "Insert math" "math-mode"
-       #Item "math-panel"
-       Separator
-       Item "Insert footnote" "footnote-insert"
-       Item "Insert margin note" "marginalnote-insert"
-       Item "Increase depth" "depth-increment"
-       Separator
-       Item "Insert graphics" "dialog-show-new-inset graphics"
-       Item "Insert table" "tabular-insert"
-End
-
-Toolbar "Command Buffer" "on,bottom"
-       Minibuffer
+Toolbars
+       "Standard" "on,top"
+       "Extra" "on,top"
+       "Table" "off,bottom"
+       "Math" "off,bottom"
+       "Command Buffer" "off,bottom"
 End