]> 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 c281f641d010ef2113e2fa6ef2ead671beaa356c..6b40aa97de8062f00d4adeea264eb45e7b317a80 100644 (file)
@@ -9,9 +9,12 @@
 
 # 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"
+# Toolbar "name" "GUI Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
 # directives:
@@ -36,7 +39,7 @@
 #
 # This is the default toolbar:
 
-Toolbar "Standard"
+Toolbar "standard" "Standard"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
@@ -50,16 +53,16 @@ Toolbar "Standard"
        Item "Paste" "paste"
        Item "Find and replace" "dialog-show findreplace"
        Separator
-       Item "Toggle emphasis style" "font-emph"
-       Item "Toggle noun style" "font-noun"
-       Item "Toggle user style" "font-free-apply"
+       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 4 4"
+       Item "Insert table" "tabular-insert"
 End
 
-Toolbar "Extra"
+Toolbar "extra" "Extra"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
@@ -78,7 +81,7 @@ Toolbar "Extra"
        Item "Insert margin note" "marginalnote-insert"
        Item "Insert note" "note-insert"
        Item "Insert URL" "url-insert"
-       Item "Insert TeX" "ert-insert"
+       Item "Insert TeX Code" "ert-insert"
        Item "Include file" "dialog-show-new-inset include"
        Separator
        Item "Text style" "dialog-show character"
@@ -88,7 +91,7 @@ Toolbar "Extra"
        Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table"
+Toolbar "table" "Table"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -114,7 +117,7 @@ Toolbar "Table"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math"
+Toolbar "math" "Math"
        Item "Show math panel" "dialog-show mathpanel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
@@ -131,13 +134,13 @@ Toolbar "Math"
        Item "Insert { }" "math-delim { }"
        Separator
        Item "Insert matrix" "math-matrix 2 2"
-       Item "Insert cases" "math-insert \cases"
+       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"
+Toolbar "minibuffer" "Command Buffer"
        Minibuffer
 End