]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Maybe this is more meaningful.
[lyx.git] / lib / ui / stdtoolbars.inc
index e0a8ca2bc6574290b85e2200f325dc063606e44f..cc6fa6982aaebd89993e7fd79293fb467bf4096b 100644 (file)
@@ -95,6 +95,17 @@ ToolbarSet
                Item "Toggle table toolbar" "toolbar-toggle table"
        End
 
+       Toolbar "view/update" "View/Update"
+               Item "View" "buffer-view"
+               Item "Update" "buffer-update"
+               Item "View master document" "master-buffer-view"
+               Item "Update master document" "master-buffer-update"
+               Item "Enable Forward/Reverse Search" "buffer-toggle-output-sync"
+               Separator
+               StickyPopupMenu "view-others" "View other formats"
+               StickyPopupMenu "update-others" "Update other formats"
+       End
+
        Toolbar "extra" "Extra"
                Item "Default" "layout"
                Item "Numbered list" "layout Enumerate"
@@ -127,30 +138,31 @@ ToolbarSet
        End
        
        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"
+               Item "Add row" "inset-modify tabular append-row"
+               Item "Add column" "inset-modify tabular append-column"
+               Item "Delete row" "inset-modify tabular delete-row"
+               Item "Delete column" "inset-modify tabular 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 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"
+               Item "Set top line" "inset-modify tabular toggle-line-top"
+               Item "Set bottom line" "inset-modify tabular toggle-line-bottom"
+               Item "Set left line" "inset-modify tabular toggle-line-left"
+               Item "Set right line" "inset-modify tabular toggle-line-right"
+               Item "Set border lines" "inset-modify tabular set-border-lines"
+               Item "Set all lines" "inset-modify tabular set-all-lines"
+               Item "Unset all lines" "inset-modify tabular unset-all-lines"
                Separator
-               Item "Align left" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
-               Item "Align center" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
-               Item "Align right" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
+               Item "Align left" "command-alternatives inset-modify tabular m-align-left;inset-modify tabular align-left"
+               Item "Align center" "command-alternatives inset-modify tabular m-align-center;inset-modify tabular align-center"
+               Item "Align right" "command-alternatives inset-modify tabular m-align-right;inset-modify tabular align-right"
                Separator
-               Item "Align top" "command-alternatives tabular-feature m-valign-top;tabular-feature valign-top"
-               Item "Align middle" "command-alternatives tabular-feature m-valign-middle;tabular-feature valign-middle"
-               Item "Align bottom" "command-alternatives tabular-feature m-valign-bottom;tabular-feature valign-bottom"
+               Item "Align top" "command-alternatives inset-modify tabular m-valign-top;inset-modify tabular valign-top"
+               Item "Align middle" "command-alternatives inset-modify tabular m-valign-middle;inset-modify tabular valign-middle"
+               Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
                Separator
-               Item "Rotate cell" "tabular-feature toggle-rotate-cell"
-               Item "Rotate table" "tabular-feature toggle-rotate-tabular"
-               Item "Set multi-column" "tabular-feature multicolumn"
+               Item "Rotate cell" "inset-modify tabular toggle-rotate-cell"
+               Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
+               Item "Set multi-column" "inset-modify tabular multicolumn"
+               Item "Set multi-row" "inset-modify tabular multirow"
        End
        
        Toolbar "math" "Math"
@@ -172,10 +184,10 @@ ToolbarSet
                Separator
                Item "Insert matrix" "dialog-show mathmatrix"
                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"
+               Item "Add row" "inset-modify tabular append-row"
+               Item "Add column" "inset-modify tabular append-column"
+               Item "Delete row" "inset-modify tabular delete-row"
+               Item "Delete column" "inset-modify tabular delete-column"
                Separator
                Item "Toggle math panels" "toolbar-toggle math_panels"
        End
@@ -215,16 +227,6 @@ ToolbarSet
                Item "Next note" "note-next"
        End
        
-       Toolbar "view/update" "View/Update"
-               Item "View" "buffer-view"
-               Item "Update" "buffer-update"
-               Item "View master document" "master-buffer-view"
-               Item "Update master document" "master-buffer-update"
-               Separator
-               StickyPopupMenu "view-others" "View other formats"
-               StickyPopupMenu "update-others" "Update other formats"
-       End
-       
        Toolbar "view-others" "View Other Formats"
                ViewFormats
        End
@@ -255,10 +257,13 @@ ToolbarSet
                Item "Check-in changes" "vc-check-in"
                Item "View revision log" "dialog-show vclog"
                Item "Revert changes" "vc-revert"
+               Item "Compare with older revision" "vc-compare"
+               Item "Compare with last revision" "vc-compare 0"
+               Item "Insert Version Info" "info-insert buffer vcs-revision"
                Separator
                Item "Use SVN file locking property" "vc-locking-toggle"
                Separator
-               Item "Update local directory with repository" "vc-repo-update"
+               Item "Update local directory from repository" "vc-repo-update"
        End
 
        Toolbar "math_panels" "Math Panels"
@@ -675,6 +680,7 @@ ToolbarSet
                Item "Bbbk" "math-insert \Bbbk"
                Item "backprime" "math-insert \backprime"
                Item "varnothing" "math-insert \varnothing"
+               Item "Diamond" "math-insert \Diamond"
                Item "blacktriangle" "math-insert \blacktriangle"
                Item "blacktriangledown" "math-insert \blacktriangledown"
                Item "blacksquare" "math-insert \blacksquare"