~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/oxygen/oxygen.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
 
3
<kcfg>
 
4
  <kcfgfile name="oxygenrc"/>
 
5
 
 
6
  <group name="Common">
 
7
 
 
8
    <!-- background opacity -->
 
9
    <entry name="BackgroundPixmap" type = "String" >
 
10
       <default></default>
 
11
    </entry>
 
12
 
 
13
  </group>
 
14
 
 
15
  <!-- widget style -->
 
16
  <group name="Style">
 
17
 
 
18
    <!-- cache size -->
 
19
    <entry name="CacheEnabled" type = "Bool">
 
20
       <default>true</default>
 
21
    </entry>
 
22
    <entry name="MaxCacheSize" type = "Int">
 
23
       <default>512</default>
 
24
    </entry>
 
25
    <entry name="AnimationSteps" type = "Int">
 
26
       <default>10</default>
 
27
    </entry>
 
28
    <entry name="ShowMnemonics" type = "Bool">
 
29
       <default>true</default>
 
30
    </entry>
 
31
 
 
32
    <!-- tooltips -->
 
33
    <entry name="ToolTipTransparent" type = "Bool">
 
34
       <default>true</default>
 
35
    </entry>
 
36
    <entry name="ToolTipDrawStyledFrames" type = "Bool">
 
37
       <default>true</default>
 
38
    </entry>
 
39
 
 
40
    <!-- toolbars -->
 
41
    <entry name="ToolBarDrawItemSeparator" type="Bool">
 
42
      <default>true</default>
 
43
    </entry>
 
44
 
 
45
    <!-- views -->
 
46
    <entry name="ViewDrawTriangularExpander" type="Bool">
 
47
      <default>true</default>
 
48
    </entry>
 
49
    <entry name="ViewTriangularExpanderSize" type="Enum">
 
50
      <choices>
 
51
          <choice name="TE_TINY" />
 
52
          <choice name="TE_SMALL" />
 
53
          <choice name="TE_NORMAL" />
 
54
      </choices>
 
55
      <default>TE_SMALL</default>
 
56
    </entry>
 
57
    <entry name="ViewDrawFocusIndicator" type="Bool">
 
58
      <default>true</default>
 
59
    </entry>
 
60
    <entry name="ViewDrawTreeBranchLines" type="Bool">
 
61
      <default>true</default>
 
62
    </entry>
 
63
 
 
64
    <!-- scrollbars -->
 
65
    <entry name="ScrollBarWidth" type="Int">
 
66
      <default>15</default>
 
67
    </entry>
 
68
    <entry name="ScrollBarAddLineButtons" type="Int">
 
69
      <default>2</default>
 
70
    </entry>
 
71
    <entry name="ScrollBarSubLineButtons" type="Int">
 
72
      <default>1</default>
 
73
    </entry>
 
74
 
 
75
    <!-- checkboxes -->
 
76
    <entry name="CheckBoxStyle" type="Enum">
 
77
      <choices>
 
78
          <choice name="CS_CHECK" />
 
79
          <choice name="CS_X" />
 
80
      </choices>
 
81
      <default>CS_CHECK</default>
 
82
    </entry>
 
83
 
 
84
    <!-- progress bars -->
 
85
    <entry name="ProgressBarAnimated" type="Bool">
 
86
      <default>true</default>
 
87
    </entry>
 
88
 
 
89
    <!-- menus -->
 
90
    <entry name="MenuHighlightMode" type="Enum">
 
91
      <choices>
 
92
          <choice name="MM_DARK" />
 
93
          <choice name="MM_SUBTLE" />
 
94
          <choice name="MM_STRONG" />
 
95
      </choices>
 
96
      <default>MM_DARK</default>
 
97
    </entry>
 
98
 
 
99
    <!-- tabs -->
 
100
    <entry name="TabSubtleShadow" type="Bool">
 
101
      <default>false</default>
 
102
    </entry>
 
103
    <entry name="TabStyle" type="Enum">
 
104
      <choices>
 
105
          <choice name="TS_SINGLE" />
 
106
          <choice name="TS_PLAIN" />
 
107
      </choices>
 
108
      <default>TS_SINGLE</default>
 
109
    </entry>
 
110
 
 
111
    <!-- window dragging -->
 
112
    <entry name="WindowDragEnabled" type="Bool">
 
113
      <default>true</default>
 
114
    </entry>
 
115
 
 
116
    <entry name="WindowDragMode" type="Enum">
 
117
      <choices>
 
118
          <choice name="WD_MINIMAL" />
 
119
          <choice name="WD_FULL" />
 
120
      </choices>
 
121
      <default>WD_FULL</default>
 
122
    </entry>
 
123
 
 
124
    <!--
 
125
        this enables WidgetExplorer debugging tool.
 
126
        it provides information about widgets,
 
127
        widgets' geometry, and ancestry tree
 
128
    -->
 
129
    <entry name="WidgetExplorerEnabled" type="Bool">
 
130
      <default>false</default>
 
131
    </entry>
 
132
 
 
133
    <entry name="DrawWidgetRects" type="Bool">
 
134
      <default>false</default>
 
135
    </entry>
 
136
 
 
137
    <!--
 
138
        this is the comma separated list of special per-app widgets on which
 
139
        window dragging can be installed (in addition to the build-in list of
 
140
        standard widgets. They are reference by the widget class name.
 
141
    -->
 
142
    <entry name="WindowDragWhiteList" type="StringList">
 
143
       <default></default>
 
144
    </entry>
 
145
 
 
146
    <!--
 
147
        this is the comma separated list of special per-app widgets on which
 
148
        window dragging must be disabled (in addition to the build-in list of
 
149
        standard widgets). They are reference by the widget class name.
 
150
    -->
 
151
    <entry name="WindowDragBlackList" type="StringList">
 
152
       <default></default>
 
153
    </entry>
 
154
 
 
155
    <!-- if true, move events are passed to the window manager (e.g. KWin) -->
 
156
    <entry name="UseWMMoveResize" type="Bool">
 
157
      <default>true</default>
 
158
    </entry>
 
159
 
 
160
    <!-- animation flags -->
 
161
    <entry name="AnimationsEnabled" type="Bool">
 
162
      <default>true</default>
 
163
    </entry>
 
164
 
 
165
    <entry name="GenericAnimationsEnabled" type="Bool">
 
166
      <default>true</default>
 
167
    </entry>
 
168
 
 
169
   <entry name="ToolBarAnimationType" type="Enum">
 
170
      <choices>
 
171
          <choice name="TB_NONE" />
 
172
          <choice name="TB_FADE" />
 
173
          <choice name="TB_FOLLOW_MOUSE" />
 
174
      </choices>
 
175
      <default>TB_FADE</default>
 
176
    </entry>
 
177
 
 
178
    <entry name="MenuBarAnimationType" type="Enum">
 
179
      <choices>
 
180
          <choice name="MB_NONE" />
 
181
          <choice name="MB_FADE" />
 
182
          <choice name="MB_FOLLOW_MOUSE" />
 
183
      </choices>
 
184
      <default>MB_FADE</default>
 
185
    </entry>
 
186
 
 
187
    <entry name="MenuAnimationType" type="Enum">
 
188
      <choices>
 
189
          <choice name="ME_NONE" />
 
190
          <choice name="ME_FADE" />
 
191
          <choice name="ME_FOLLOW_MOUSE" />
 
192
      </choices>
 
193
      <default>ME_FADE</default>
 
194
    </entry>
 
195
 
 
196
    <entry name="ProgressBarAnimationsEnabled" type="Bool">
 
197
      <default>true</default>
 
198
    </entry>
 
199
 
 
200
    <!-- generic animation durations -->
 
201
    <entry name="GenericAnimationsDuration" type="Int">
 
202
      <default>150</default>
 
203
    </entry>
 
204
 
 
205
    <!-- toolbar follow-mouse animation durations -->
 
206
    <!-- The duration for 'fade' animation mode is GenericAnimationsDuration -->
 
207
    <entry name="ToolBarAnimationsDuration" type="Int">
 
208
      <default>50</default>
 
209
    </entry>
 
210
 
 
211
    <!-- menubar animation durations -->
 
212
    <entry name="MenuBarAnimationsDuration" type="Int">
 
213
      <default>150</default>
 
214
    </entry>
 
215
 
 
216
    <!-- menubar animation durations -->
 
217
    <entry name="MenuBarFollowMouseAnimationsDuration" type="Int">
 
218
      <default>80</default>
 
219
    </entry>
 
220
 
 
221
    <!-- menu animation durations -->
 
222
    <entry name="MenuAnimationsDuration" type="Int">
 
223
      <default>150</default>
 
224
    </entry>
 
225
 
 
226
   <!-- menu animation durations -->
 
227
    <entry name="MenuFollowMouseAnimationsDuration" type="Int">
 
228
      <default>40</default>
 
229
    </entry>
 
230
 
 
231
    <!-- progress bar animation durations -->
 
232
    <entry name="ProgressBarAnimationsDuration" type="Int">
 
233
      <default>250</default>
 
234
    </entry>
 
235
 
 
236
    <!-- progress bar animation durations -->
 
237
    <entry name="ProgressBarBusyStepDuration" type="Int">
 
238
      <default>50</default>
 
239
    </entry>
 
240
 
 
241
   <!-- transition flags -->
 
242
    <entry name="StackedWidgetTransitionsEnabled" type="Bool">
 
243
      <default>false</default>
 
244
    </entry>
 
245
 
 
246
    <entry name="LabelTransitionsEnabled" type="Bool">
 
247
      <default>true</default>
 
248
    </entry>
 
249
 
 
250
    <entry name="ComboBoxTransitionsEnabled" type="Bool">
 
251
      <default>true</default>
 
252
    </entry>
 
253
 
 
254
    <entry name="LineEditTransitionsEnabled" type="Bool">
 
255
      <default>true</default>
 
256
    </entry>
 
257
 
 
258
    <!-- transition durations -->
 
259
    <entry name="StackedWidgetTransitionsDuration" type="Int">
 
260
      <default>150</default>
 
261
    </entry>
 
262
 
 
263
    <entry name="LabelTransitionsDuration" type="Int">
 
264
      <default>75</default>
 
265
    </entry>
 
266
 
 
267
    <entry name="ComboBoxTransitionsDuration" type="Int">
 
268
      <default>75</default>
 
269
    </entry>
 
270
 
 
271
    <entry name="LineEditTransitionsDuration" type="Int">
 
272
      <default>150</default>
 
273
    </entry>
 
274
 
 
275
  </group>
 
276
 
 
277
</kcfg>