X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fdefault.ui;h=607d00a0ad71973cbb27683dab31a0444104591d;hb=003d675c2f3bb66f147b99def57296545d4c170e;hp=1318a2cb670c74b9f79f7698d1d77cc10765e30b;hpb=7ec7270daecfa85475c541707bb42b7c6fbef112;p=lyx.git diff --git a/lib/ui/default.ui b/lib/ui/default.ui index 1318a2cb67..607d00a0ad 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -11,9 +11,16 @@ # This is the default LyX user interface definition file. # The syntax should be straightforward enough. -Include "stdmenus.ui" +# The interface is designed (partially) following the KDE Human Interface +# Guidelines (http://techbase.kde.org/Projects/Usability/HIG) -Include "stdtoolbars.ui" +Format 5 + +Include "stdmenus.inc" + +Include "stdcontext.inc" + +Include "stdtoolbars.inc" # Which toolbars to use. # @@ -21,17 +28,35 @@ 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 tracked changes are present 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" - "Table" "off,bottom" - "Math" "off,bottom" - "Command Buffer" "off,bottom" + "standard" "on,top" + "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" + "documentation" "off,top" End