]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Fix rotateOrigin
[lyx.git] / lib / ui / default.ui
index a47527434be018d19167c6e388d83a788a7eb5bb..81407292916733ff126d65f189a03de7c223f7d8 100644 (file)
@@ -1,17 +1,9 @@
 # This is the default LyX user interface definition file.         -*- text -*-
-# The syntax should be straightforward enough. The menubar
-# "main_nobuffer" (if it exists) is used when there is no buffer open;
-# otherwise, the menubar "main" is used. 
+# The syntax should be straightforward enough. 
 
 Menuset
 
-    Menubar "main_nobuffer"
-       Submenu "File|F" "file_nobuffer"
-       Submenu "Edit|E" "edit_nobuffer"
-       Submenu "Help|H" "help"
-    End
-
-    Menubar "main"
+    Menubar
        Submenu "File|F" "file"
        Submenu "Edit|E" "edit"
        Submenu "Insert|I" "insert"
@@ -25,17 +17,6 @@ Menuset
 #
 # FILE MENU
 #
-    Menu "file_nobuffer"
-       Item "New|N" "buffer-new"
-       Item "New from Template...|T" "buffer-new-template"
-       Item "Open...|O" "file-open"
-       Separator
-       Submenu "Import|I" "file_import"
-       Separator
-       Item "Exit|x" "lyx-quit"
-       Separator
-       Lastfiles
-    End
 
     Menu "file"
        Item "New|N" "buffer-new"
@@ -79,10 +60,6 @@ Menuset
 #
 # EDIT MENU
 #
-    Menu "edit_nobuffer"
-       Item "Preferences|P" "dialog-preferences"
-       Item "Reconfigure|R" "reconfigure"
-    End
 
     Menu "edit"
        Item "Undo|U" "undo"
@@ -131,9 +108,13 @@ Menuset
        Separator
        Item "Add Row|A" "tabular-feature append-row"
        Item "Delete Row|w" "tabular-feature delete-row"
+       Item "Copy Row" "tabular-feature copy-row"
+       Item "Swap Rows" "tabular-feature swap-row"
        Separator
        Item "Add Column|u" "tabular-feature append-column"
        Item "Delete Column|D" "tabular-feature delete-column"
+       Item "Copy Column" "tabular-feature copy-column"
+       Item "Swap Columns" "tabular-feature swap-column"
     End
 
     Menu "edit_math"
@@ -149,6 +130,27 @@ Menuset
        Item "Toggle numbering of line|u" "math-nonumber"
        Item "Toggle limits|l" "math-limits"
        Separator
+       Submenu "Change formula type...|t" "edit_math_mutate"
+       Separator
+       Submenu "Use computer algebra system|t" "edit_math_extern"
+
+       #Item "Line Top|T" "tabular-feature toggle-line-top"
+       #Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
+       #Item "Line Left|L" "tabular-feature toggle-line-left"
+       #Item "Line Right|R" "tabular-feature toggle-line-right"
+       #Separator
+    End
+
+    Menu "edit_math_extern"
+       Item "Octave" "math-extern octave"
+       Separator
+       Item "Maple, simplify" "math-extern maple simplify"
+       Item "Maple, factor" "math-extern maple factor"
+       Item "Maple, evalm" "math-extern maple evalm"
+       Item "Maple, evalf" "math-extern maple evalf"
+    End
+
+    Menu "edit_math_mutate"
        Item "Inline formula|I" "math-mutate simple"
        Item "Displayed formula|D" "math-mutate equation"
        Item "Eqnarray environment|q" "math-mutate eqnarray"
@@ -156,20 +158,8 @@ Menuset
        Item "AlignAt environment" "math-mutate alignat"
        Item "XAlignAt environment" "math-mutate xalignat"
        Item "XXAlignAt environment" "math-mutate xxalignat"
-       Separator
-       Item "Align Left|f" "math-halign left"
-       Item "Align Center|C" "math-halign center"
-       Item "Align Right|R" "math-halign right"
-       Separator
-       Item "V.Align Top|T" "math-valign top"
-       Item "V.Align Center|e" "math-valign center"
-       Item "V.Align Bottom|B" "math-valign bottom"
-       Separator
-       Item "Add Row" "math-row-insert"
-       Item "Delete Row" "math-row-delete"
-       Separator
-       Item "Add Column" "math-column-insert"
-       Item "Delete Column" "math-column-delete"
+       Item "Gather environment" "math-mutate gather"
+       Item "Multline environment" "math-mutate multline"
     End
 
 #
@@ -184,6 +174,7 @@ Menuset
        Item "Label...|L" "label-insert"
        Item "Footnote|F" "footnote-insert"
        Item "Marginal Note|M" "marginalnote-insert"
+       Item "Short title" "optional-insert"
        Item "Index Entry|I" "index-insert"
        Item "URL...|U" "url-insert"
        Item "Note|N" "note-insert"
@@ -192,7 +183,7 @@ Menuset
        Item "TeX|T" "ert-insert"
        Item "Minipage|p" "minipage-insert"
        Item "Graphics...|G" "graphics-insert"
-       Item "Tabular Material...|b" "dialog-tabular-insert"
+       Item "Tabular Material...|b" "tabular-insert"
        Submenu "Floats|a" "insert_floats"
        Separator
        Item "Include File...|d" "buffer-child-insert"
@@ -222,6 +213,8 @@ Menuset
        Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
        Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
        Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
+       Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;"
+       Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
   Separator
        Item "Array environment|y" "math-insert matrix 2 2"
        Item "Cases environment|C" "math-insert cases 2"
@@ -318,7 +311,7 @@ Menuset
        Separator
        Item "Error|E" "error-next"
        Item "Note|N" "note-next"
-       Item "Refs|R" "reference-next"
+       Item "Refs|R" "reference-goto"
        Submenu "Bookmarks|B" "navigate_bookmarks"
     End
 
@@ -404,5 +397,5 @@ Toolbar
     Icon "depth-increment"
     Separator
     Icon "graphics-insert"
-    Icon "dialog-tabular-insert"
+    Icon "tabular-insert"
 End