~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to konqueror/konqueror.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-04-05 05:22:13 UTC
  • mfrom: (0.4.2 experimental) (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: james.westby@ubuntu.com-20090405052213-39thr4l6p2ss07uj
Tags: 4:4.2.2-1
* New upstream release:
  - khtml fixes. (Closes: #290285, #359680)
  - Default konsole sessions can be deleted. (Closes: #286342)
  - Tag widget uses standard application palette. (Closes: #444800)
  - ... and surely many more but we have lost track...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
 
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5
 
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
 
  <include>khtmldefaults.h</include>
7
 
  <kcfgfile name="konquerorrc" />
8
 
 
9
 
 
10
 
  <group name="FMSettings">
11
 
<!-- behaviour.cpp -->  
12
 
    <entry key="AlwaysNewWin" type="Bool"> <!--LIBKONQ-->
13
 
      <default>false</default> 
14
 
      <label>Open folders in separate windows</label>
15
 
      <whatsthis>If this option is checked, Konqueror will open a new window when you open a folder, rather than showing that folder's contents in the current window.</whatsthis>
16
 
      <!-- checked -->
17
 
    </entry>
18
 
    <entry key="HomeURL" type="Path"> <!--LIBKONQ-->
19
 
      <default>~</default> 
20
 
      <label>Home Folder</label>
21
 
      <whatsthis>This is the URL (e.g. a folder or a web page) where Konqueror will jump to when the \"Home\" button is pressed. This is usually your home folder, symbolized by a 'tilde' (~).</whatsthis>
22
 
      <!-- checked -->
23
 
    </entry>
24
 
    <entry key="ShowFileTips" type="Bool"> <!--LIBKONQ-->
25
 
      <default>true</default> 
26
 
      <label>Show file tips</label>
27
 
      <whatsthis>Here you can control if, when moving the mouse over a file, you want to see a small popup window with additional information about that file</whatsthis>
28
 
      <!-- checked -->
29
 
    </entry>
30
 
    <entry key="FileTipsItems" type="Int"> <!--LIBKONQ-->
31
 
      <default>6</default> 
32
 
      <label></label>
33
 
      <whatsthis></whatsthis>
34
 
      <!-- checked -->
35
 
    </entry>
36
 
    <entry key="ShowPreviewsInFileTips" type="Bool"> <!--LIBKONQ-->
37
 
      <default>true</default> 
38
 
      <label>Show previews in file tips</label>
39
 
      <whatsthis>Here you can control if you want the popup window to contain a larger preview for the file, when moving the mouse over it</whatsthis>
40
 
      <!-- checked -->
41
 
    </entry>
42
 
    <entry key="RenameIconDirectly" type="Bool"> <!--LIBKONQ-->
43
 
      <default>false</default> 
44
 
      <label>Rename icons inline</label>
45
 
      <whatsthis>Checking this option will allow files to be renamed by clicking directly on the icon name.</whatsthis>
46
 
      <!-- checked -->
47
 
    </entry>
48
 
    <entry key="ShowDeleteCommand" type="Bool">
49
 
      <default>true</default> 
50
 
      <label>Show 'Delete' menu entries which bypass the trashcan</label>
51
 
      <whatsthis>Uncheck this if you do not want 'Delete' menu commands to be displayed on the desktop and in the file manager's menus and context menus. You can still delete files when hidden by holding the Shift key while calling 'Move to Trash'.</whatsthis>
52
 
      <!-- checked -->
53
 
    </entry>
54
 
<!-- fontopts.cpp -->
55
 
    <entry key="StandardFont" type="Font"> <!--LIBKONQ-->
56
 
      <default code="true">KGlobalSettings::generalFont()</default> 
57
 
      <label>Standard font</label>
58
 
      <whatsthis>This is the font used to display text in Konqueror windows.</whatsthis>
59
 
      <!-- checked -->
60
 
    </entry>
61
 
    <entry key="NormalTextColor" type="Color"> <!--LIBKONQ-->
62
 
      <default code="true"></default> 
63
 
      <label></label>
64
 
      <whatsthis></whatsthis>
65
 
      <!-- checked -->
66
 
    </entry>
67
 
    <entry key="ItemTextBackground" type="Color"> <!--LIBKONQ-->
68
 
      <default></default> 
69
 
      <label></label>
70
 
      <whatsthis></whatsthis>
71
 
      <!-- checked -->
72
 
    </entry>
73
 
    <entry key="TextHeight" type="Int"> <!--LIBKONQ-->
74
 
      <default>2</default> 
75
 
      <label></label>
76
 
      <whatsthis></whatsthis>
77
 
      <!-- checked -->
78
 
    </entry>
79
 
    <entry key="TextWidth" type="Int"> <!--LIBKONQ-->
80
 
      <default>70</default> 
81
 
      <label></label>
82
 
      <whatsthis></whatsthis>
83
 
      <!-- checked -->
84
 
    </entry>
85
 
    <entry key="DisplayFileSizeInBytes" type="Bool"> <!--LIBKONQ-->
86
 
      <default>false</default> 
87
 
      <label></label>
88
 
      <whatsthis></whatsthis>
89
 
      <!-- checked -->
90
 
    </entry>
91
 
    <entry name="TextPreviewIconOpacity" key="TextpreviewIconOpacity" type="Int"> <!--LIBKONQ-->
92
 
      <default>70</default>
93
 
      <min>0</min>
94
 
      <max>255</max>
95
 
      <label></label>
96
 
      <whatsthis></whatsthis>
97
 
      <!-- checked -->
98
 
    </entry>
99
 
    <entry name="FmUnderlineLinks" key="UnderlineLinks" type="Bool"> <!--LIBKONQ-->
100
 
      <default>true</default> 
101
 
      <label></label>
102
 
      <whatsthis></whatsthis>
103
 
      <!-- checked -->
104
 
    </entry>
105
 
<!-- htmlopts.cpp -->
106
 
    <entry name="MmbOpensTab" key="MMBOpensTab" type="Bool">
107
 
      <default>false</default> 
108
 
      <label></label>
109
 
      <whatsthis></whatsthis>
110
 
      <!-- checked -->
111
 
    </entry>
112
 
    <entry key="AlwaysTabbedMode" type="Bool">
113
 
      <default>false</default>
114
 
      <label></label>
115
 
      <whatsthis></whatsthis>
116
 
      <!-- checked -->
117
 
    </entry>
118
 
<!-- advancedTabDialog.cpp -->
119
 
    <entry key="NewTabsInFront" type="Bool">
120
 
      <default>false</default> 
121
 
      <label></label>
122
 
      <whatsthis></whatsthis>
123
 
      <!-- checked -->
124
 
    </entry>
125
 
    <entry key="OpenAfterCurrentPage" type="Bool">
126
 
      <default>false</default> 
127
 
      <label></label>
128
 
      <whatsthis></whatsthis>
129
 
      <!-- checked -->
130
 
    </entry>
131
 
    <entry key="PermanentCloseButton" type="Bool">
132
 
      <default>false</default> 
133
 
      <label></label>
134
 
      <whatsthis></whatsthis>
135
 
      <!-- checked -->
136
 
    </entry>
137
 
    <entry key="KonquerorTabforExternalURL" type="Bool">
138
 
      <default>false</default>
139
 
      <label></label>
140
 
      <whatsthis></whatsthis>
141
 
      <!-- checked -->
142
 
    </entry>
143
 
    <entry key="PopupsWithinTabs" type="Bool">
144
 
      <default>false</default> 
145
 
      <label></label>
146
 
      <whatsthis></whatsthis>
147
 
      <!-- checked -->
148
 
    </entry>
149
 
    <entry key="TabCloseActivatePrevious" type="Bool">
150
 
      <default>false</default> 
151
 
      <label></label>
152
 
      <whatsthis></whatsthis>
153
 
      <!-- checked -->
154
 
    </entry>
155
 
<!-- konq_settings.cc --> 
156
 
    <entry key="WordWrapText" type="Bool"> <!--LIBKONQ-->
157
 
      <default>true</default> 
158
 
      <label></label>
159
 
      <whatsthis></whatsthis>
160
 
      <!-- no writeEntry -->
161
 
    </entry>
162
 
<!-- konq_tabs.cc --> 
163
 
    <entry key="MouseMiddleClickClosesTab" type="Bool">
164
 
      <default>false</default> 
165
 
      <label></label>
166
 
      <whatsthis></whatsthis>
167
 
      <!-- no writeEntry / hidden-->
168
 
    </entry>
169
 
    <entry key="HoverCloseButton" type="Bool">
170
 
      <default>false</default> 
171
 
      <label></label>
172
 
      <whatsthis></whatsthis>
173
 
      <!-- no writeEntry / hidden-->
174
 
    </entry>
175
 
    <entry key="AddTabButton" type="Bool">
176
 
      <default>true</default> 
177
 
      <label></label>
178
 
      <whatsthis></whatsthis>
179
 
      <!-- checked -->
180
 
    </entry>
181
 
    <entry key="CloseTabButton" type="Bool">
182
 
      <default>true</default> 
183
 
      <label></label>
184
 
      <whatsthis></whatsthis>
185
 
      <!-- checked -->
186
 
    </entry>
187
 
    <entry key="MaximumTabLength" type="Int">
188
 
      <default>30</default>
189
 
      <label></label>
190
 
      <whatsthis></whatsthis>
191
 
      <!-- checked -->
192
 
    </entry>
193
 
    <entry key="MinimumTabLength" type="Int">
194
 
      <default>3</default>
195
 
      <label></label>
196
 
      <whatsthis></whatsthis>
197
 
      <!-- checked -->
198
 
    </entry>
199
 
    <entry key="TabPosition" type="String">
200
 
      <label></label>
201
 
      <whatsthis></whatsthis>
202
 
      <!-- checked -->
203
 
    </entry>
204
 
  </group>
205
 
 
206
 
  <group name="HTML Settings" >
207
 
<!-- appearance.cpp -->
208
 
    <entry key="MediumFontSize" type="Int"> <!--KHTML-->
209
 
      <default>12</default>
210
 
      <label></label>
211
 
      <whatsthis></whatsthis>
212
 
      <!-- checked -->
213
 
    </entry>
214
 
    <entry key="MinimumFontSize" type="Int"> <!--KHTML-->
215
 
      <default code="true">HTML_DEFAULT_MIN_FONT_SIZE</default>
216
 
      <label></label>
217
 
      <whatsthis></whatsthis>
218
 
      <!-- checked -->
219
 
    </entry>
220
 
    <entry key="Fonts" type="StringList"> <!--KHTML-->
221
 
      <label></label>
222
 
      <whatsthis></whatsthis>
223
 
      <!-- checked -->
224
 
    </entry>
225
 
    <entry key="DefaultEncoding" type="String"> <!--KHTML-->
226
 
      <default code="true">QString::null</default> 
227
 
      <label></label>
228
 
      <whatsthis></whatsthis>
229
 
      <!-- checked -->
230
 
    </entry>
231
 
<!-- htmlopts.cpp -->
232
 
    <entry key="ChangeCursor" type="Bool"> <!--KHTML-->
233
 
      <default>true</default> 
234
 
      <label></label>
235
 
      <whatsthis></whatsthis>
236
 
      <!-- checked -->
237
 
    </entry>
238
 
    <entry name="HtmlUnderlineLinks" key="UnderlineLinks" type="Bool"> <!--KHTML-->
239
 
      <default>true</default> 
240
 
      <label></label>
241
 
      <whatsthis></whatsthis>
242
 
      <!-- checked -->
243
 
    </entry>
244
 
    <entry key="HoverLinks" type="Bool"> <!--KHTML-->
245
 
      <default>true</default> 
246
 
      <label></label>
247
 
      <whatsthis></whatsthis>
248
 
      <!-- checked -->
249
 
    </entry>
250
 
    <entry key="AutoLoadImages" type="Bool"> <!--KHTML-->
251
 
      <default>true</default> 
252
 
      <label></label>
253
 
      <whatsthis></whatsthis>
254
 
      <!-- checked -->
255
 
    </entry>
256
 
    <entry key="ShowAnimations" type="String"> <!--KHTML-->
257
 
      <label></label>
258
 
      <whatsthis></whatsthis>
259
 
      <!-- checked -->
260
 
    </entry>
261
 
    <entry key="AutoDelayedActions" type="Bool">
262
 
      <default>true</default> 
263
 
      <label></label>
264
 
      <whatsthis></whatsthis>
265
 
      <!-- checked -->
266
 
    </entry>
267
 
    <entry key="FormCompletion" type="Bool"> <!--KHTML-->
268
 
      <default>true</default> 
269
 
      <label></label>
270
 
      <whatsthis></whatsthis>
271
 
      <!-- checked -->
272
 
    </entry>
273
 
    <entry key="MaxFormCompletionItems" type="Int"> <!--KHTML-->
274
 
      <default>10</default> 
275
 
      <label></label>
276
 
      <whatsthis></whatsthis>
277
 
      <!-- checked -->
278
 
    </entry>
279
 
<!-- konq_view.cc -->
280
 
    <entry key="EnableFavicon" type="Bool">
281
 
      <default>true</default> 
282
 
      <label></label>
283
 
      <whatsthis></whatsthis>
284
 
      <!-- Can't find writeEntry -->
285
 
    </entry>
286
 
<!-- KDELIBS/khtml_part.cpp -->
287
 
    <entry key="AutomaticDetectionLanguage" type="Int"> <!--KHTML-->
288
 
      <label></label>
289
 
      <whatsthis></whatsthis>
290
 
    </entry>
291
 
<!-- KDELIBS/khtml_settings.cpp -->
292
 
    <entry key="EnforceDefaultCharset" type="Bool"> <!--KHTML-->
293
 
      <label></label>
294
 
      <whatsthis></whatsthis>
295
 
      <!-- Can't find writeEntry -->
296
 
    </entry>
297
 
<!-- kcmcss.cpp   KDELIBS/khtml_settings.cpp -->
298
 
    <entry key="UserStyleSheetEnabled" type="Bool"> <!--KHTML-->
299
 
      <label></label>
300
 
      <whatsthis></whatsthis>
301
 
    </entry>
302
 
    
303
 
<!-- Are these entries? Can't find writeEntry(..)! They belong maybe to DefaultEncoding.
304
 
 
305
 
    <entry name="iso8859_1" key="iso8859-1" type="StringList"> </entry>
306
 
    <entry name="iso8859_10" key="iso8859-10" type="StringList"> </entry>
307
 
    <entry name="iso8859_13" key="iso8859-13" type="StringList"> </entry>
308
 
    <entry name="iso8859_14" key="iso8859-14" type="StringList"> </entry>
309
 
    <entry name="iso8859_15" key="iso8859-15" type="StringList"> </entry>
310
 
    <entry name="iso8859_2" key="iso8859-2" type="StringList"> </entry>
311
 
    <entry name="iso8859_3" key="iso8859-3" type="StringList"> </entry>
312
 
    <entry name="iso8859_4" key="iso8859-4" type="StringList">  </entry>
313
 
    <entry name="iso8859_5" key="iso8859-5" type="StringList">  </entry>
314
 
    <entry name="iso8859_6" key="iso8859-6" type="StringList"> </entry>
315
 
    <entry name="iso8859_7" key="iso8859-7" type="StringList"> </entry>
316
 
    <entry name="iso8859_8" key="iso8859-8" type="StringList"> </entry>
317
 
    <entry name="iso8859_9" key="iso8859-9" type="StringList"> </entry>
318
 
    <entry name="iso8859_r" key="koi8-r" type="StringList">  </entry>
319
 
    <entry name="iso8859_u" key="koi8-u" type="StringList"> </entry>
320
 
    <entry name="microsoft_cp1251" key="microsoft-cp1251" type="StringList"> </entry>
321
 
    <entry name="paratype_cp154" key="paratype-cp154" type="StringList"> </entry>
322
 
 --> 
323
 
  </group>
324
 
 
325
 
  <group name="MainView Settings" >
326
 
<!-- htmlopts.cpp --> 
327
 
    <entry key="OpenMiddleClick" type="Bool"> <!--KHTML-->
328
 
      <default>true</default> 
329
 
      <label></label>
330
 
      <whatsthis></whatsthis>
331
 
      <!-- checked -->
332
 
    </entry>
333
 
    <entry key="BackRightClick" type="Bool"> <!--KHTML-->
334
 
      <default>false</default> 
335
 
      <label></label>
336
 
      <whatsthis></whatsthis>
337
 
      <!-- checked -->
338
 
    </entry>
339
 
<!-- konq_mainwindow.cpp -->
340
 
    <entry key="SaveViewPropertiesLocally" type="Bool">
341
 
      <default>false</default> 
342
 
      <label></label>
343
 
      <whatsthis></whatsthis>
344
 
      <!-- checked -->
345
 
    </entry>
346
 
    <entry name="HtmlAllowed" key="HTMLAllowed" type="Bool">
347
 
      <default>false</default> 
348
 
      <label></label>
349
 
      <whatsthis></whatsthis>
350
 
      <!-- checked -->
351
 
    </entry>
352
 
    <entry name="MainViewViewMode" key="ViewMode" type="String"> <!-- has dupes -->
353
 
      <label></label>
354
 
      <whatsthis></whatsthis>
355
 
      <!-- checked -->
356
 
    </entry>
357
 
<!-- konq_guiclients.cpp -->
358
 
    <entry key="ToggableViewsShown" type="StringList">
359
 
      <label></label>
360
 
      <whatsthis></whatsthis>
361
 
      <!-- checked -->
362
 
    </entry>
363
 
  </group>
364
 
 
365
 
  <group name="HistorySettings" >
366
 
<!-- history_module.cpp -->
367
 
    <entry key="OpenGroups" type="String">
368
 
      <label></label>
369
 
      <whatsthis></whatsthis>
370
 
    </entry>
371
 
  </group>
372
 
 
373
 
  <group name="Java/JavaScript Settings" >
374
 
<!-- javaopts.cpp -->
375
 
    <entry key="ShowJavaConsole" type="Bool">
376
 
      <default>false</default>
377
 
      <label></label>
378
 
      <whatsthis></whatsthis>
379
 
      <!-- checked -->
380
 
    </entry>
381
 
    <entry key="UseSecurityManager" type="Bool">
382
 
      <default>true</default>
383
 
      <label></label>
384
 
      <whatsthis></whatsthis>
385
 
      <!-- checked -->
386
 
    </entry>
387
 
    <entry key="UseKio" type="Bool">
388
 
      <default>false</default> 
389
 
      <label></label>
390
 
      <whatsthis></whatsthis>
391
 
      <!-- checked -->
392
 
    </entry>
393
 
    <entry key="ShutdownAppletServer" type="Bool">
394
 
      <default>true</default> 
395
 
      <label></label>
396
 
      <whatsthis></whatsthis>
397
 
      <!-- checked -->
398
 
    </entry>
399
 
    <entry key="AppletServerTimeout" type="Int">
400
 
      <default>60</default> 
401
 
      <label></label>
402
 
      <whatsthis></whatsthis>
403
 
      <!-- checked -->
404
 
    </entry>
405
 
    <entry key="JavaPath" type="Path">
406
 
      <default code="true">
407
 
#if defined(PATH_JAVA)
408
 
PATH_JAVA
409
 
#else
410
 
"java"
411
 
#endif
412
 
      </default>
413
 
      <label></label>
414
 
      <whatsthis></whatsthis>
415
 
      <!-- checked -->
416
 
    </entry>
417
 
    <entry key="JavaDomains" type="StringList"> <!--KHTML-->
418
 
      <label></label>
419
 
      <whatsthis></whatsthis>
420
 
      <!-- checked -->
421
 
    </entry>
422
 
    <entry key="JavaDomainSettings" type="StringList">
423
 
      <label></label>
424
 
      <whatsthis></whatsthis>
425
 
      <!-- checked -->
426
 
    </entry>
427
 
    <entry key="JavaScriptDomainAdvice" type="StringList">
428
 
      <label></label>
429
 
      <whatsthis></whatsthis>
430
 
      <!-- checked -->
431
 
    </entry>
432
 
    <entry key="JavaArgs" type="String">
433
 
      <label></label>
434
 
      <whatsthis></whatsthis>
435
 
      <!-- checked -->
436
 
    </entry>
437
 
<!-- jsopts.cpp -->
438
 
    <entry key="ECMADomains" type="StringList"> <!--KHTML-->
439
 
      <default>true</default>
440
 
      <label></label>
441
 
      <whatsthis></whatsthis>
442
 
      <!-- checked -->
443
 
    </entry>
444
 
    <entry key="ECMADomainSettings" type="StringList"> <!--KHTML-->
445
 
      <label></label>
446
 
      <whatsthis></whatsthis>
447
 
      <!-- checked -->
448
 
    </entry>
449
 
    <entry key="ReportJavaScriptErrors" type="Bool"> <!--KHTML-->
450
 
      <default>false</default> 
451
 
      <label></label>
452
 
      <whatsthis></whatsthis>
453
 
      <!-- checked -->
454
 
    </entry>
455
 
    <entry key="EnableJavaScriptDebug" type="Bool"> <!--KHTML-->
456
 
      <default>false</default> 
457
 
      <label></label>
458
 
      <whatsthis></whatsthis>
459
 
      <!-- checked -->
460
 
    </entry>
461
 
<!-- jspolicies.cpp -->
462
 
    <entry key="EnableJavaScript" type="Bool"> <!--KHTML-->
463
 
      <label></label>
464
 
      <whatsthis></whatsthis>
465
 
    </entry>
466
 
    <entry key="WindowOpenPolicy" type="UInt"> <!--KHTML-->
467
 
      <label></label>
468
 
      <whatsthis></whatsthis>
469
 
    </entry>
470
 
    <entry key="WindowResizePolicy" type="UInt"> <!--KHTML-->
471
 
      <label></label>
472
 
      <whatsthis></whatsthis>
473
 
    </entry>
474
 
    <entry key="WindowMovePolicy" type="UInt"> <!--KHTML-->
475
 
      <label></label>
476
 
      <whatsthis></whatsthis>
477
 
    </entry>
478
 
    <entry key="WindowFocusPolicy" type="UInt"> <!--KHTML-->
479
 
      <label></label>
480
 
      <whatsthis></whatsthis>
481
 
    </entry>
482
 
    <entry key="WindowStatusPolicy" type="UInt"> <!--KHTML-->
483
 
      <label></label>
484
 
      <whatsthis></whatsthis>
485
 
    </entry>
486
 
<!-- pluginopts.cpp -->    
487
 
    <entry key="EnablePlugins" type="Bool"> <!--KHTML-->
488
 
      <default>true</default>
489
 
      <label></label>
490
 
      <whatsthis></whatsthis>
491
 
    </entry>
492
 
    <entry key="PluginDomains" type="StringList"> <!--KHTML-->
493
 
      <label></label>
494
 
      <whatsthis></whatsthis>
495
 
    </entry>
496
 
  </group>
497
 
   
498
 
  <group name="ModeToolBarServices" >
499
 
<!-- konq_mainwindow.cc -->
500
 
    <entry key="konq_iconview" type="String">
501
 
      <label></label>
502
 
      <whatsthis></whatsthis>
503
 
    </entry>
504
 
    <entry key="konq_listview" type="String">
505
 
      <label></label>
506
 
      <whatsthis></whatsthis>
507
 
    </entry>
508
 
    <entry key="libcervisia" type="String">
509
 
      <label></label>
510
 
      <whatsthis></whatsthis>
511
 
    </entry>
512
 
    <entry key="libkonqiconview" type="String">
513
 
      <label></label>
514
 
      <whatsthis></whatsthis>
515
 
    </entry>
516
 
    <entry key="libkonqlistview" type="String">
517
 
      <label></label>
518
 
      <whatsthis></whatsthis>
519
 
    </entry>
520
 
  </group>
521
 
  
522
 
  <group name="Notification Messages" >
523
 
<!-- advancedTabDialog.cpp konq_mainwindow.cc -->
524
 
    <entry key="MultipleTabConfirm" type="Bool">
525
 
      <default>false</default> 
526
 
      <label></label>
527
 
      <whatsthis></whatsthis>
528
 
      <!-- checked -->
529
 
    </entry>
530
 
    
531
 
    <entry name="plugin_application_x_shockwave_flash" key="plugin-application/x-shockwave-flash" type="String">
532
 
      <label></label>
533
 
      <whatsthis></whatsthis>
534
 
    </entry>
535
 
    <entry name="plugin_image_svg_xml" key="plugin-image/svg+xml" type="String">
536
 
      <label></label>
537
 
      <whatsthis></whatsthis>
538
 
    </entry>
539
 
  </group>
540
 
   
541
 
  <group name="Reusing" >
542
 
    <entry key="SafeParts" type="StringList">
543
 
      <default>SAFE</default> 
544
 
      <label></label>
545
 
      <whatsthis></whatsthis>
546
 
    </entry>
547
 
    <entry key="AlwaysHavePreloaded" type="Bool">
548
 
      <default>false</default> 
549
 
      <label></label>
550
 
      <whatsthis></whatsthis>
551
 
      <!-- checked -->
552
 
    </entry>
553
 
    <entry key="MaxPreloadCount" type="Int">
554
 
      <default>1</default> 
555
 
      <label></label>
556
 
      <whatsthis></whatsthis>
557
 
      <!-- checked -->
558
 
    </entry>
559
 
    <entry key="PreloadOnStartup" type="Bool">
560
 
      <label></label>
561
 
      <whatsthis></whatsthis>
562
 
    </entry>
563
 
  </group>
564
 
  
565
 
  <group name="Settings" >
566
 
    <entry key="BgImage" type="String">
567
 
      <label></label>
568
 
      <whatsthis></whatsthis>
569
 
    </entry>
570
 
    <entry key="SaveURLInProfile" type="Bool">
571
 
      <default>true</default> 
572
 
      <label></label>
573
 
      <whatsthis></whatsthis>
574
 
      <!-- checked -->
575
 
    </entry>
576
 
    <entry key="SaveWindowSizeInProfile" type="Bool">
577
 
      <default>false</default> 
578
 
      <label></label>
579
 
      <whatsthis></whatsthis>
580
 
      <!-- checked -->
581
 
    </entry>
582
 
    <entry name="SettingsCompletionMode" key="CompletionMode" type="Enum">
583
 
      <default code="true">KGlobalSettings::completionMode()</default> 
584
 
      <label></label>
585
 
      <whatsthis></whatsthis>
586
 
    </entry>
587
 
    <entry key="Number of most visited URLs" type="Int">
588
 
      <default>10</default> 
589
 
      <label></label>
590
 
      <whatsthis></whatsthis>
591
 
    </entry>
592
 
  </group>
593
 
   
594
 
  <group name="Trash" >
595
 
<!-- behaviour.cpp -->  
596
 
    <entry key="ConfirmDelete" type="Bool">
597
 
      <default>true</default>
598
 
      <label>Ask confirmation for deleting a file.</label>
599
 
      <whatsthis></whatsthis>
600
 
      <!-- checked -->
601
 
    </entry>
602
 
    <entry key="ConfirmTrash" type="Bool">
603
 
      <default>true</default>
604
 
      <label>Ask confirmation for move to trash</label>
605
 
      <whatsthis>This option tells Konqueror whether to ask for a confirmation when you move the file to your trash folder, from where it can be recovered very easily.</whatsthis>
606
 
      <!-- checked -->
607
 
    </entry>
608
 
  </group>
609
 
 
610
 
  <group name="General" >
611
 
<!-- konq_mainwindow.cpp -->  
612
 
    <entry key="TerminalApplication" type="String">
613
 
      <default>konsole</default>
614
 
      <label></label>
615
 
      <whatsthis>This option tells Konqueror whether to ask for a confirmation when you simply delete the file.</whatsthis>
616
 
      <!-- checked -->
617
 
    </entry>
618
 
  </group>
619
 
 
620
 
</kcfg>