Warning, /plasma/oxygen/kstyle/oxygen.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0005 
0006   <kcfgfile name="oxygenrc"/>
0007   <group name="Common">
0008 
0009     <!-- background gradient -->
0010     <entry name="UseBackgroundGradient" type = "Bool" >
0011        <default>true</default>
0012     </entry>
0013   </group>
0014 
0015   <!-- widget style -->
0016   <group name="Style">
0017 
0018     <!-- cache size -->
0019     <entry name="CacheEnabled" type = "Bool">
0020        <default>true</default>
0021     </entry>
0022     <entry name="MaxCacheSize" type = "Int">
0023        <default>512</default>
0024     </entry>
0025     <entry name="AnimationSteps" type = "Int">
0026        <default>10</default>
0027     </entry>
0028 
0029     <entry name="MnemonicsMode" type="Enum">
0030       <choices>
0031           <choice name="MN_NEVER" />
0032           <choice name="MN_AUTO" />
0033           <choice name="MN_ALWAYS" />
0034       </choices>
0035       <default>MN_ALWAYS</default>
0036     </entry>
0037 
0038     <!-- sliders -->
0039     <entry name="SliderDrawTickMarks" type="Bool">
0040       <default>true</default>
0041     </entry>
0042 
0043     <!-- tooltips -->
0044     <entry name="ToolTipTransparent" type = "Bool">
0045        <default>true</default>
0046     </entry>
0047 
0048     <!-- toolbars -->
0049     <entry name="ToolBarDrawItemSeparator" type="Bool">
0050       <default>true</default>
0051     </entry>
0052 
0053     <!-- views -->
0054     <entry name="ViewDrawFocusIndicator" type="Bool">
0055       <default>false</default>
0056     </entry>
0057 
0058     <entry name="ViewTriangularExpanderSize" type="Enum">
0059       <choices>
0060           <choice name="TE_TINY" />
0061           <choice name="TE_SMALL" />
0062           <choice name="TE_NORMAL" />
0063       </choices>
0064       <default>TE_SMALL</default>
0065     </entry>
0066 
0067     <entry name="ViewDrawTreeBranchLines" type="Bool">
0068       <default>true</default>
0069     </entry>
0070 
0071     <entry name="ViewInvertSortIndicator" type="Bool">
0072       <default>false</default>
0073     </entry>
0074 
0075     <!-- scrollbars -->
0076     <entry name="ScrollBarWidth" type="Int">
0077       <default>15</default>
0078     </entry>
0079     <entry name="ScrollBarAddLineButtons" type="Int">
0080       <default>2</default>
0081     </entry>
0082     <entry name="ScrollBarSubLineButtons" type="Int">
0083       <default>1</default>
0084     </entry>
0085 
0086     <!-- progress bars -->
0087     <entry name="ProgressBarAnimated" type="Bool">
0088       <default>true</default>
0089     </entry>
0090 
0091     <!-- menus -->
0092     <entry name="MenuHighlightMode" type="Enum">
0093       <choices>
0094           <choice name="MM_DARK" />
0095           <choice name="MM_SUBTLE" />
0096           <choice name="MM_STRONG" />
0097       </choices>
0098       <default>MM_DARK</default>
0099     </entry>
0100 
0101     <!-- window dragging -->
0102     <entry name="WindowDragEnabled" type="Bool">
0103       <!-- this option is obsolete. It is kept only for backward compatibility with oxygen-gtk -->
0104       <default>true</default>
0105     </entry>
0106 
0107     <entry name="WindowDragMode" type="Enum">
0108       <choices>
0109           <choice name="WD_NONE" />
0110           <choice name="WD_MINIMAL" />
0111           <choice name="WD_FULL" />
0112       </choices>
0113       <default>WD_FULL</default>
0114     </entry>
0115 
0116     <!-- splitter proxy -->
0117     <entry name="SplitterProxyEnabled" type="Bool">
0118       <default>true</default>
0119     </entry>
0120 
0121     <entry name="SplitterProxyWidth" type="Int">
0122       <default>12</default>
0123     </entry>
0124 
0125     <!--
0126         this enables WidgetExplorer debugging tool.
0127         it provides information about widgets,
0128         widgets' geometry, and ancestry tree
0129     -->
0130     <entry name="WidgetExplorerEnabled" type="Bool">
0131       <default>false</default>
0132     </entry>
0133 
0134     <entry name="DrawWidgetRects" type="Bool">
0135       <default>false</default>
0136     </entry>
0137 
0138     <!--
0139         this is the comma separated list of special per-app widgets on which
0140         window dragging can be installed (in addition to the build-in list of
0141         standard widgets. They are reference by the widget class name.
0142     -->
0143     <entry name="WindowDragWhiteList" type="StringList">
0144        <default></default>
0145     </entry>
0146 
0147     <!--
0148         this is the comma separated list of special per-app widgets on which
0149         window dragging must be disabled (in addition to the build-in list of
0150         standard widgets). They are reference by the widget class name.
0151     -->
0152     <entry name="WindowDragBlackList" type="StringList">
0153        <default></default>
0154     </entry>
0155 
0156     <!-- if true, move events are passed to the window manager (e.g. KWin) -->
0157     <entry name="UseWMMoveResize" type="Bool">
0158       <default>true</default>
0159     </entry>
0160 
0161     <!-- animation flags -->
0162     <entry name="AnimationsEnabled" type="Bool">
0163       <default>true</default>
0164     </entry>
0165 
0166     <entry name="GenericAnimationsEnabled" type="Bool">
0167       <default>true</default>
0168     </entry>
0169 
0170    <entry name="ToolBarAnimationType" type="Enum">
0171       <choices>
0172           <choice name="TB_NONE" />
0173           <choice name="TB_FADE" />
0174           <choice name="TB_FOLLOW_MOUSE" />
0175       </choices>
0176       <default>TB_FADE</default>
0177     </entry>
0178 
0179     <entry name="MenuBarAnimationType" type="Enum">
0180       <choices>
0181           <choice name="MB_NONE" />
0182           <choice name="MB_FADE" />
0183           <choice name="MB_FOLLOW_MOUSE" />
0184       </choices>
0185       <default>MB_FADE</default>
0186     </entry>
0187 
0188     <entry name="MenuAnimationType" type="Enum">
0189       <choices>
0190           <choice name="ME_NONE" />
0191           <choice name="ME_FADE" />
0192           <choice name="ME_FOLLOW_MOUSE" />
0193       </choices>
0194       <default>ME_FADE</default>
0195     </entry>
0196 
0197     <entry name="ProgressBarAnimationsEnabled" type="Bool">
0198       <default>true</default>
0199     </entry>
0200 
0201     <!-- generic animation durations -->
0202     <entry name="GenericAnimationsDuration" type="Int">
0203       <default>150</default>
0204     </entry>
0205 
0206     <!-- toolbar follow-mouse animation durations -->
0207     <!-- The duration for 'fade' animation mode is GenericAnimationsDuration -->
0208     <entry name="ToolBarAnimationsDuration" type="Int">
0209       <default>50</default>
0210     </entry>
0211 
0212     <!-- menubar animation durations -->
0213     <entry name="MenuBarAnimationsDuration" type="Int">
0214       <default>150</default>
0215     </entry>
0216 
0217     <!-- menubar animation durations -->
0218     <entry name="MenuBarFollowMouseAnimationsDuration" type="Int">
0219       <default>80</default>
0220     </entry>
0221 
0222     <!-- menu animation durations -->
0223     <entry name="MenuAnimationsDuration" type="Int">
0224       <default>150</default>
0225     </entry>
0226 
0227    <!-- menu animation durations -->
0228     <entry name="MenuFollowMouseAnimationsDuration" type="Int">
0229       <default>40</default>
0230     </entry>
0231 
0232     <!-- progress bar animation durations -->
0233     <entry name="ProgressBarAnimationsDuration" type="Int">
0234       <default>250</default>
0235     </entry>
0236 
0237     <!-- progress bar animation durations -->
0238     <entry name="ProgressBarBusyStepDuration" type="Int">
0239       <default>50</default>
0240     </entry>
0241 
0242    <!-- transition flags -->
0243     <entry name="StackedWidgetTransitionsEnabled" type="Bool">
0244       <default>false</default>
0245     </entry>
0246 
0247     <entry name="LabelTransitionsEnabled" type="Bool">
0248       <default>true</default>
0249     </entry>
0250 
0251     <entry name="ComboBoxTransitionsEnabled" type="Bool">
0252       <default>true</default>
0253     </entry>
0254 
0255     <entry name="LineEditTransitionsEnabled" type="Bool">
0256       <default>true</default>
0257     </entry>
0258 
0259     <!-- transition durations -->
0260     <entry name="StackedWidgetTransitionsDuration" type="Int">
0261       <default>150</default>
0262     </entry>
0263 
0264     <entry name="LabelTransitionsDuration" type="Int">
0265       <default>75</default>
0266     </entry>
0267 
0268     <entry name="ComboBoxTransitionsDuration" type="Int">
0269       <default>75</default>
0270     </entry>
0271 
0272     <entry name="LineEditTransitionsDuration" type="Int">
0273       <default>150</default>
0274     </entry>
0275 
0276   </group>
0277 
0278 </kcfg>