X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fdefault.ui;h=3eb37198f4129839583ec1ef3826cdbe78ec897e;hb=8d0d3ea0905172b4a1fba7fbfadba83ff61671c6;hp=05ab58ca206edcfbe116744ace810fb9651778f4;hpb=c04f51682f2c54bf3d3cbd53d340093bca9b4812;p=lyx.git diff --git a/lib/ui/default.ui b/lib/ui/default.ui index 05ab58ca20..3eb37198f4 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -12,11 +12,15 @@ # The syntax should be straightforward enough. # The interface is designed (partially) following the KDE Human Interface -# Guidelines (http://usability.kde.org/hig/) +# Guidelines (http://techbase.kde.org/Projects/Usability/HIG) -Include "stdmenus.ui" +Format 5 -Include "stdtoolbars.ui" +Include "stdmenus.inc" + +Include "stdcontext.inc" + +Include "stdtoolbars.inc" # Which toolbars to use. # @@ -24,18 +28,34 @@ Include "stdtoolbars.ui" # # on: the toolbar is visible # off: the toolbar is not visible +# auto: the toolbar is automatically shown and hidden depending on the +# next 3 flags. +# # math: the toolbar is visible only when in math +# mathmacrotemplate: the toolbar is visible only when in a macro definition # table: the toolbar is visible only when in a table +# review: the toolbar is visible only when inside a tracked change or +# change tracking is enabled +# ipa: the toolbar is only visible when inside an ipa inset +# # 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 # +# samerow: do not create new line for this toolbar +# (note that order of toolbars is defined in stdtoolbars.inc) +# Toolbars "standard" "on,top" - "extra" "on,top" - "review" "review,top" - "table" "table,bottom" - "math" "math,bottom" - "minibuffer" "off,bottom" + "view/update" "on,top" + "extra" "on,top,samerow" + "review" "auto,review,top" + "vcs" "off,top" + "table" "auto,table,bottom" + "math_panels" "auto,math,bottom" + "math" "auto,math,bottom" + "mathmacrotemplate" "auto,mathmacrotemplate,bottom" + "ipa" "auto,ipa,bottom" + "minibuffer" "auto,minibuffer,bottom" End