]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Use \babelfonts only if babel >= 3.15 is available.
[lyx.git] / lib / ui / default.ui
index 43f522473d07f31e1de8d10707f230997d2dcee7..607d00a0ad71973cbb27683dab31a0444104591d 100644 (file)
 # 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)
+
+Format 5
 
 Include "stdmenus.inc"
 
+Include "stdcontext.inc"
+
 Include "stdtoolbars.inc"
 
 # Which toolbars to use.
@@ -30,20 +34,29 @@ Include "stdtoolbars.inc"
 # 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"
-       "view/update" "on,right"
-       "extra" "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"
-       "minibuffer" "off,bottom"
+       "ipa" "auto,ipa,bottom"
+       "minibuffer" "auto,minibuffer,bottom"
+       "documentation" "off,top"
 End