summaryrefslogtreecommitdiffstats
path: root/kicker/libkicker/kickerSettings.kcfg
blob: ff86c84318b76c3a5d88a68892a3084dc068e3ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >

<include>kapplication.h</include>
<include>klocale.h</include>
<kcfgfile arg="true" />

<group name="General">

<entry name="Locked" type="Bool" >
      <label>When this option is enabled, the panels may not be moved and items cannot be removed or added</label>
      <default>false</default>
   </entry>

<entry name="ConserveSpace" type="Bool" >
      <label>Enable conserve space</label>
      <default>true</default>
   </entry>

<entry name="Transparent" type="Bool" >
      <label>Enable transparency</label>
      <whatsthis>When this option is enabled, the panel will become pseudo-transparent</whatsthis>
      <default>false</default>
   </entry>

<entry name="MenubarPanelTransparent" type="Bool" >
      <label>Enable transparency for menubar panel</label>
      <whatsthis>When this option is enabled, the panel containing the menubar will become pseudo-transparent as well</whatsthis>
      <default>false</default>
   </entry>

<entry name="UseBackgroundTheme" type="Bool" >
      <label>Enable background image</label>
      <whatsthis>When this option is enabled, the panel will display a tiled image as its background</whatsthis>
      <default>true</default>
   </entry>

<entry name="ColorizeBackground" type="Bool" >
      <label>Enable colourized background.</label>
      <default>false</default>
   </entry>

<entry name="RotateBackground" type="Bool" >
      <label>Rotate background</label>
      <whatsthis>When this option is enabled, when the panel is placed on the side or top edges of the screen, the background image will be rotated to match the panel's orientation</whatsthis>
      <default>true</default>
   </entry>

<entry name="BackgroundTheme" type="Path" >
      <label>Background image</label>
      <whatsthis>Here you can choose an image to be displayed on the panel. Press the 'browse' button to choose a theme using the file dialog. This option is only effective if 'Enable background image' is selected</whatsthis>
      <default>wallpapers/default.png</default>
   </entry>

<entry name="TintValue" type="Int" >
      <label>Controls the saturation level of the tint color used with transparent panels</label>
      <default>33</default>
      <min>0</min>
      <max>100</max>
   </entry>

<entry name="TintColor" type="Color" >
      <label>The tint color used to colorize transparent panels</label>
      <default code="true">(QApplication::palette().active().mid())</default>
      <whatsthis>This option sets the color to use when tinting transparent panels</whatsthis>
   </entry>

<entry name="UnhideLocation" type="Int">
      <label>Raise when the pointer touches the screen here</label>
      <default>0</default>
    </entry>

<entry name="FadeOutAppletHandles" type="Bool">
      <label>Fade out applet handles</label>
      <default>true</default>
      <whatsthis>Select this option to make applet handles only visible on mouse hover. Applet handles let you move, remove and configure applets.</whatsthis>
   </entry>

<entry name="HideAppletHandles" type="Bool">
      <label>Hide applet handles</label>
      <default>false</default>
      <whatsthis>Select this option to always hide the applet handles. Beware this could disable moving, removing or configuring some applets.</whatsthis>
   </entry>

<entry name="ShowToolTips" type="Bool" >
      <label>Show informational tooltips</label>
      <default>true</default>
   </entry>

<entry name="UntrustedApplets" type="StringList">
      <label>A list of applets that have been loaded at runtime. In the case of a crash these applets will not be loaded at the next Kicker start, in case they caused the crash</label>
   </entry>

<entry name="UntrustedExtensions" type="StringList">
      <label>A list of extensions that have been loaded at runtime. In the case of a crash these extensions will not be loaded at the next Kicker start, in case they caused the crash</label>
   </entry>

</group>

<group name="menus">

    <entry name="MenuEntryFormat" type="Enum" >
        <choices>
            <choice name="NameOnly">
                <label>Show simple menu entries</label>
            </choice>
            <choice name="NameAndDescription">
                <label>Show names first on detailed entries</label>
            </choice>
            <choice name="DescriptionOnly">
                <label>Show only description for menu entries</label>
            </choice>
            <choice name="DescriptionAndName">
                <label>Show detailed menu entries</label>
            </choice>
        </choices>
        <default>DescriptionAndName</default>
        <label>Formation of the menu entry text</label>
    </entry>

<entry name="ShowMenuTitles" type="Bool" >
      <label>Show section titles in Kmenu</label>
      <default>true</default>
   </entry>

<entry name="MenuEntryHeight" type="Int" >
      <label>Height of menu entries in pixels</label>
      <default>0</default>
   </entry>

<entry name="ShowHiddenFiles" type="Bool" >
      <label>Show hidden files in Quick Browser</label>
      <default>false</default>
   </entry>

<entry name="MaxEntries2" type="UInt" >
      <label>Maximum number of entries</label>
      <default>30</default>
      <min>1</min>
   </entry>

<entry name="UseBookmarks" type="Bool" >
      <label>Show bookmarks in KMenu</label>
      <default>false</default>
   </entry>

<entry name="UseBrowser" type="Bool" >
      <label>Use the Quick Browser</label>
      <default>false</default>
   </entry>

<entry name="MenuExtensions" key="Extensions" type="StringList" >
      <label>Optional Menus</label>
      <default>prefmenu.desktop,systemmenu.desktop</default>
   </entry>

<entry name="RecentAppsStat" type="StringList" >
      <label>Recently used applications</label>
   </entry>

<entry name="NumVisibleEntries" type="UInt" >
      <label>Number of visible entries</label>
      <default>5</default>
      <max>100</max>
   </entry>

<entry name="RecentVsOften" type="Bool" >
      <label>Show most recently used applications rather than most frequently used</label>
      <default>false</default>
   </entry>

</group>

<group name="button_tiles">

<entry name="EnableKMenuTiles" type="Bool">
      <label>Enable a tile background image for the KMenu button</label>
      <default>false</default>
   </entry>

<entry name="EnableDesktopButtonTiles" type="Bool">
      <label>Enable a tile background image for the Desktop button</label>
      <default>false</default>
   </entry>

<entry name="EnableURLTiles" type="Bool" >
      <label>Enable a tile background image for Application, URL and special buttons</label>
      <default>false</default>
   </entry>

<entry name="EnableBrowserTiles" type="Bool" >
      <label>Enable a tile background image for the Quick Browser button</label>
      <default>false</default>
   </entry>

<entry name="EnableWindowListTiles" type="Bool" >
      <label>Enable a tile background image for the Window List button</label>
      <default>false</default>
   </entry>

<entry name="KMenuTile" type="Path" >
      <label>Image tile for Kmenu button background</label>
   </entry>

<entry name="KMenuTileColor" type="Color" >
      <label>Color to use for Kmenu button background</label>
      <default code="true">QColor()</default>
   </entry>

<entry name="DesktopButtonTile" type="Path" >
      <label>Image tile for Desktop button background</label>
   </entry>

<entry name="DesktopButtonTileColor" type="Color" >
      <label>Color to use for Kmenu button background</label>
      <default code="true">QColor()</default>
   </entry>

<entry name="URLTile" type="Path" >
      <label>Image tile for Application, URL and special button backgrounds</label>
   </entry>

<entry name="URLTileColor" type="Color" >
      <label>Color to use for Application, URL and special button backgrounds</label>
      <default code="true">QColor()</default>
   </entry>

<entry name="BrowserTile" type="Path" >
      <label>Image tile for Browser button background</label>
   </entry>

<entry name="BrowserTileColor" type="Color" >
      <label>Color to use for Browser button background</label>
      <default code="true">QColor()</default>
   </entry>

<entry name="WindowListTile" type="Path" >
      <label>Image tile for Window List button background</label>
   </entry>

<entry name="WindowListTileColor" type="Color" >
      <label>Color to use for Window List button background</label>
      <default code="true">QColor()</default>
   </entry>

</group>

<group name="KMenu" >

<entry name="UseSidePixmap" type="Bool" >
      <label>Use side image in Kmenu</label>
      <default>true</default>
   </entry>

<entry name="UseSearchBar" type="Bool" >
      <label>Show searh field in Kmenu</label>
      <default>true</default>
   </entry>

<entry name="SidePixmapName" key="SideName" type="String" >
      <label>The name of the file to use as the side image in the K Menu</label>
      <default>kside.png</default>
   </entry>

<entry name="SideTileName" key="SideTileName" type="String" >
      <label>The name of the file used as a tile to fill the height of K Menu that SidePixmapName does not cover</label>
      <default>kside_tile.png</default>
   </entry>

<entry name="ShowKMenuText" key="ShowText" type="Bool" >
      <label>Show text on the K Menu button</label>
      <default>false</default>
   </entry>

<entry name="KMenuText" key="Text" type="String" >
      <label>Text to be shown on K Menu Button</label>
      <default code="true">i18n("Applications")</default>
   </entry>

<entry name="CustomKMenuIcon" key="CustomIcon" type="Path" >
      <label>Custom K Menu Button Icon</label>
      <default code="true">QString("kmenu")</default>
   </entry>

</group>

<group name="buttons" >

<entry name="ShowMouseOverEffects" key="EnableIconZoom" type="Bool" >
      <label>Enable icon mouse over effects</label>
      <default>true</default>
   </entry>

<entry name="MouseOversShowIcon" type="Bool" >
      <label>Show icons in mouse over effects</label>
      <default>true</default>
   </entry>

<entry name="MouseOversShowText" type="Bool" >
      <label>Show text in mouse over effects</label>
      <default>true</default>
   </entry>

<entry name="MouseOversSpeed" type="Int" >
      <label>Controls how fast the tooltips fade in, measured in thousandths of a second</label>
      <default>500</default>
      <min>0</min>
   </entry>

   <entry name="MouseOversShowDelay" type="UInt" >
       <label>Mouse over effects are shown after the defined time (in milliseconds)</label>
       <default>500</default>
   </entry>

   <entry name="MouseOversHideDelay" type="UInt" >
       <label>Mouse over effects are hidden after the defined time (in milliseconds)</label>
       <default>200</default>
   </entry>

<entry name="EnableTileBackground" type="Bool" >
      <label>Enable background tiles</label>
      <default>false</default>
   </entry>

<entry name="IconMargin" key="IconMargin" type="Int" >
      <label>The margin between panel icons and the panel border</label>
      <default>3</default>
   </entry>

<entry name="RemoveButtonsWhenBroken" type="Bool" >
      <label>Buttons that represent KServices (applications, primarily) watch for the removal of the service and delete themselves when this happens. This setting turns this off.</label>
      <default>true</default>
   </entry>

<entry name="ButtonFont" key="Font" type="Font" >
      <label>Font for the buttons with text.</label>
      <default code="true">KGlobalSettings::generalFont()</default>
   </entry>

<entry name="ButtonTextColor" key="TextColor" type="Color" >
      <label>Text color for the buttons.</label>
      <default code="true">KGlobalSettings::textColor()</default>
   </entry>

</group>

</kcfg>