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  <kcfgfile name="konquerorrc" />
7
8  <group name="UserSettings">
9    <entry key="StartURL" type="Path">
10      <default>konq:konqueror</default>
11      <label>Start Page</label>
12      <whatsthis>This is the URL of the web page where Konqueror will start from.</whatsthis>
13    </entry>
14    <entry key="HomeURL" type="Path">
15      <default>https://www.kde.org/</default>
16      <label>Home Page</label>
17      <whatsthis>This is the URL of the web page where Konqueror will jump to when the \"Home\" button is pressed.</whatsthis>
18    </entry>
19  </group>
20
21<!-- konqundomanager.cpp -->
22  <group name="UndoManagerSettings">
23    <entry key="maxNumClosedItems" type="Int">
24      <default>20</default>
25      <min>0</min>
26      <label>Maximum number of Closed Items</label>
27      <whatsthis>This sets the maximum number of closed items that will be stored in memory. This limit will not be surpassed.</whatsthis>
28      <!-- checked -->
29    </entry>
30  </group>
31
32  <group name="FMSettings">
33<!-- behaviour.cpp -->
34    <entry key="AlwaysNewWin" type="Bool"> <!--TODO dolphinpart-->
35      <default>false</default>
36      <label>Open folders in separate windows</label>
37      <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>
38      <!-- checked -->
39    </entry>
40    <entry key="ShowFileTips" type="Bool"> <!--LIBKONQ-->
41      <default>true</default>
42      <label>Show file tips</label>
43      <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>
44      <!-- checked -->
45    </entry>
46    <entry key="FileTipsItems" type="Int"> <!--LIBKONQ-->
47      <default>6</default>
48      <label></label>
49      <whatsthis></whatsthis>
50      <!-- checked -->
51    </entry>
52    <entry key="ShowPreviewsInFileTips" type="Bool"> <!--LIBKONQ-->
53      <default>true</default>
54      <label>Show previews in file tips</label>
55      <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>
56      <!-- checked -->
57    </entry>
58    <entry key="ShowDeleteCommand" type="Bool">
59      <default>true</default>
60      <label>Show 'Delete' menu entries which bypass the trashcan</label>
61      <whatsthis>Check this if you want 'Delete' menu commands to be displayed on the desktop and in the file manager's menus and context menus. You can always delete files when hidden by holding the Shift key while calling 'Move to Trash'.</whatsthis>
62      <!-- checked -->
63    </entry>
64<!-- konqmainwindow.cpp, gui in generalopts.cpp -->
65    <entry name="MmbOpensTab" key="MMBOpensTab" type="Bool">
66      <default>true</default>
67      <label></label>
68      <whatsthis></whatsthis>
69      <!-- checked -->
70    </entry>
71<!-- konqviewmanager.cpp, gui in generalopts.cpp -->
72    <entry key="AlwaysTabbedMode" type="Bool">
73      <default>false</default>
74      <label></label>
75      <whatsthis></whatsthis>
76      <!-- checked -->
77    </entry>
78<!-- konqtabs.cpp, gui in generalopts.cpp (advancedTabOptions.ui) -->
79    <entry key="NewTabsInFront" type="Bool">
80      <default>false</default>
81      <label></label>
82      <whatsthis></whatsthis>
83      <!-- checked -->
84    </entry>
85    <entry key="OpenAfterCurrentPage" type="Bool">
86      <default>false</default>
87      <label></label>
88      <whatsthis></whatsthis>
89      <!-- checked -->
90    </entry>
91    <entry key="PermanentCloseButton" type="Bool">
92      <default>true</default>
93      <label></label>
94      <whatsthis></whatsthis>
95      <!-- checked -->
96    </entry>
97    <entry key="KonquerorTabforExternalURL" type="Bool">
98      <default>false</default>
99      <label></label>
100      <whatsthis></whatsthis>
101      <!-- checked -->
102    </entry>
103    <entry key="PopupsWithinTabs" type="Bool">
104      <default>false</default>
105      <label></label>
106      <whatsthis></whatsthis>
107      <!-- checked -->
108    </entry>
109    <entry key="TabCloseActivatePrevious" type="Bool">
110      <default>false</default>
111      <label></label>
112      <whatsthis></whatsthis>
113      <!-- checked -->
114    </entry>
115<!-- konqtabs.cpp, gui in generalopts.cpp -->
116    <entry key="MouseMiddleClickClosesTab" type="Bool">
117      <default>false</default>
118      <label></label>
119      <whatsthis></whatsthis>
120      <!-- checked -->
121    </entry>
122    <entry key="AddTabButton" type="Bool">
123      <default>true</default>
124      <label></label>
125      <whatsthis></whatsthis>
126      <!-- checked -->
127    </entry>
128    <entry key="CloseTabButton" type="Bool">
129      <default>true</default>
130      <label></label>
131      <whatsthis></whatsthis>
132      <!-- checked -->
133    </entry>
134    <entry key="MaximumTabLength" type="Int">
135      <default>30</default>
136      <label></label>
137      <whatsthis></whatsthis>
138      <!-- checked -->
139    </entry>
140    <entry key="MinimumTabLength" type="Int">
141      <default>3</default>
142      <label></label>
143      <whatsthis></whatsthis>
144      <!-- checked -->
145    </entry>
146    <entry key="TabPosition" type="String">
147      <label></label>
148      <whatsthis></whatsthis>
149      <!-- checked -->
150    </entry>
151    <entry key="OpenWithItems" type="Int">
152      <default>2</default>
153      <label>Number of Open With items in the File menu</label>
154      <whatsthis>Number of Open With items in the File menu</whatsthis>
155      <!-- no writeEntry / hidden-->
156    </entry>
157  </group>
158
159  <group name="HTML Settings" >
160<!-- appearance.cpp -->
161    <entry key="StandardFont" type="Font"> <!--KHTML-->
162      <default code="true">QFont("Sans Serif")</default>
163      <label>Standard font</label>
164      <whatsthis>This is the font used to display text in Konqueror windows.</whatsthis>
165      <!-- checked -->
166    </entry>
167    <entry key="MediumFontSize" type="Int"> <!--KHTML-->
168      <default>12</default>
169      <label></label>
170      <whatsthis></whatsthis>
171      <!-- checked -->
172    </entry>
173    <entry key="MinimumFontSize" type="Int"> <!--KHTML-->
174      <default code="true">7</default>
175      <label></label>
176      <whatsthis></whatsthis>
177      <!-- checked -->
178    </entry>
179    <entry key="Fonts" type="StringList"> <!--KHTML-->
180      <label></label>
181      <whatsthis></whatsthis>
182      <!-- checked -->
183    </entry>
184    <entry key="DefaultEncoding" type="String"> <!--KHTML-->
185      <default code="true">QString()</default>
186      <label></label>
187      <whatsthis></whatsthis>
188      <!-- checked -->
189    </entry>
190<!-- htmlopts.cpp -->
191    <entry key="ChangeCursor" type="Bool"> <!--KHTML-->
192      <default>true</default>
193      <label></label>
194      <whatsthis></whatsthis>
195      <!-- checked -->
196    </entry>
197    <entry name="HtmlUnderlineLinks" key="UnderlineLinks" type="Bool"> <!--KHTML-->
198      <default>true</default>
199      <label></label>
200      <whatsthis></whatsthis>
201      <!-- checked -->
202    </entry>
203    <entry key="HoverLinks" type="Bool"> <!--KHTML-->
204      <default>false</default>
205      <label></label>
206      <whatsthis></whatsthis>
207      <!-- checked -->
208    </entry>
209    <entry key="AutoLoadImages" type="Bool"> <!--KHTML-->
210      <default>true</default>
211      <label></label>
212      <whatsthis></whatsthis>
213      <!-- checked -->
214    </entry>
215    <entry key="ShowAnimations" type="String"> <!--KHTML-->
216      <label></label>
217      <whatsthis></whatsthis>
218      <!-- checked -->
219    </entry>
220    <entry key="AutoDelayedActions" type="Bool"> <!--KHTML-->
221      <default>true</default>
222      <label></label>
223      <whatsthis></whatsthis>
224      <!-- checked -->
225    </entry>
226    <entry key="FormCompletion" type="Bool"> <!--KHTML-->
227      <default>true</default>
228      <label></label>
229      <whatsthis></whatsthis>
230      <!-- checked -->
231    </entry>
232    <entry key="MaxFormCompletionItems" type="Int"> <!--KHTML-->
233      <default>10</default>
234      <label></label>
235      <whatsthis></whatsthis>
236      <!-- checked -->
237    </entry>
238<!-- konqview.cpp -->
239    <entry key="EnableFavicon" type="Bool">
240      <default>true</default>
241      <label></label>
242      <whatsthis></whatsthis>
243      <!-- No writeEntry; hidden -->
244    </entry>
245<!-- KDELIBS/khtml_part.cpp -->
246    <entry key="AutomaticDetectionLanguage" type="Int"> <!--KHTML-->
247      <label></label>
248      <whatsthis></whatsthis>
249    </entry>
250<!-- KDELIBS/khtml_settings.cpp -->
251    <entry key="EnforceDefaultCharset" type="Bool"> <!--KHTML-->
252      <label></label>
253      <whatsthis></whatsthis>
254      <!-- Can't find writeEntry -->
255    </entry>
256<!-- kcmcss.cpp   KDELIBS/khtml_settings.cpp -->
257    <entry key="UserStyleSheetEnabled" type="Bool"> <!--KHTML-->
258      <label></label>
259      <whatsthis></whatsthis>
260    </entry>
261
262<!-- Are these entries? Can't find writeEntry(..)! They belong maybe to DefaultEncoding.
263
264    <entry name="iso8859_1" key="iso8859-1" type="StringList"> </entry>
265    <entry name="iso8859_10" key="iso8859-10" type="StringList"> </entry>
266    <entry name="iso8859_13" key="iso8859-13" type="StringList"> </entry>
267    <entry name="iso8859_14" key="iso8859-14" type="StringList"> </entry>
268    <entry name="iso8859_15" key="iso8859-15" type="StringList"> </entry>
269    <entry name="iso8859_2" key="iso8859-2" type="StringList"> </entry>
270    <entry name="iso8859_3" key="iso8859-3" type="StringList"> </entry>
271    <entry name="iso8859_4" key="iso8859-4" type="StringList">  </entry>
272    <entry name="iso8859_5" key="iso8859-5" type="StringList">  </entry>
273    <entry name="iso8859_6" key="iso8859-6" type="StringList"> </entry>
274    <entry name="iso8859_7" key="iso8859-7" type="StringList"> </entry>
275    <entry name="iso8859_8" key="iso8859-8" type="StringList"> </entry>
276    <entry name="iso8859_9" key="iso8859-9" type="StringList"> </entry>
277    <entry name="iso8859_r" key="koi8-r" type="StringList">  </entry>
278    <entry name="iso8859_u" key="koi8-u" type="StringList"> </entry>
279    <entry name="microsoft_cp1251" key="microsoft-cp1251" type="StringList"> </entry>
280    <entry name="paratype_cp154" key="paratype-cp154" type="StringList"> </entry>
281 -->
282  </group>
283
284  <group name="MainView Settings" >
285<!-- htmlopts.cpp -->
286    <entry key="OpenMiddleClick" type="Bool"> <!--KHTML-->
287      <default>true</default>
288      <label></label>
289      <whatsthis></whatsthis>
290      <!-- checked -->
291    </entry>
292    <entry key="BackRightClick" type="Bool"> <!--konqmouseeventfilter.cpp but also in KHTML !?-->
293      <default>false</default>
294      <label></label>
295      <whatsthis></whatsthis>
296      <!-- checked -->
297    </entry>
298<!-- konqguiclients.cpp -->
299    <entry key="ToggableViewsShown" type="StringList">
300      <label></label>
301      <whatsthis></whatsthis>
302      <!-- checked -->
303    </entry>
304  </group>
305
306  <group name="HistorySettings" >
307<!-- history_module.cpp -->
308    <entry key="OpenGroups" type="String">
309      <label></label>
310      <whatsthis></whatsthis>
311    </entry>
312<!-- konqview.cpp -->
313    <entry key="MaximumHistoryEntriesPerView" type="Int">
314      <label>Maximum number of history items per view</label>
315      <default>50</default>
316      <whatsthis></whatsthis>
317    </entry>
318  </group>
319
320  <group name="Java/JavaScript Settings" >
321<!-- javaopts.cpp -->
322    <entry key="ShowJavaConsole" type="Bool">
323      <default>false</default>
324      <label></label>
325      <whatsthis></whatsthis>
326      <!-- checked -->
327    </entry>
328    <entry key="UseSecurityManager" type="Bool">
329      <default>true</default>
330      <label></label>
331      <whatsthis></whatsthis>
332      <!-- checked -->
333    </entry>
334    <entry key="UseKio" type="Bool">
335      <default>false</default>
336      <label></label>
337      <whatsthis></whatsthis>
338      <!-- checked -->
339    </entry>
340    <entry key="ShutdownAppletServer" type="Bool">
341      <default>true</default>
342      <label></label>
343      <whatsthis></whatsthis>
344      <!-- checked -->
345    </entry>
346    <entry key="AppletServerTimeout" type="Int">
347      <default>60</default>
348      <label></label>
349      <whatsthis></whatsthis>
350      <!-- checked -->
351    </entry>
352    <entry key="JavaPath" type="Path">
353      <default code="true">
354#if defined(PATH_JAVA)
355PATH_JAVA
356#else
357"java"
358#endif
359      </default>
360      <label></label>
361      <whatsthis></whatsthis>
362      <!-- checked -->
363    </entry>
364    <entry key="JavaDomains" type="StringList"> <!--KHTML-->
365      <label></label>
366      <whatsthis></whatsthis>
367      <!-- checked -->
368    </entry>
369    <entry key="JavaDomainSettings" type="StringList">
370      <label></label>
371      <whatsthis></whatsthis>
372      <!-- checked -->
373    </entry>
374    <entry key="JavaScriptDomainAdvice" type="StringList">
375      <label></label>
376      <whatsthis></whatsthis>
377      <!-- checked -->
378    </entry>
379    <entry key="JavaArgs" type="String">
380      <label></label>
381      <whatsthis></whatsthis>
382      <!-- checked -->
383    </entry>
384<!-- jsopts.cpp -->
385    <entry key="ECMADomains" type="StringList"> <!--KHTML-->
386      <default>true</default>
387      <label></label>
388      <whatsthis></whatsthis>
389      <!-- checked -->
390    </entry>
391    <entry key="ECMADomainSettings" type="StringList"> <!--KHTML-->
392      <label></label>
393      <whatsthis></whatsthis>
394      <!-- checked -->
395    </entry>
396    <entry key="ReportJavaScriptErrors" type="Bool"> <!--KHTML-->
397      <default>false</default>
398      <label></label>
399      <whatsthis></whatsthis>
400      <!-- checked -->
401    </entry>
402    <entry key="EnableJavaScriptDebug" type="Bool"> <!--KHTML-->
403      <default>false</default>
404      <label></label>
405      <whatsthis></whatsthis>
406      <!-- checked -->
407    </entry>
408<!-- jspolicies.cpp -->
409    <entry key="EnableJavaScript" type="Bool"> <!--KHTML-->
410      <label></label>
411      <whatsthis></whatsthis>
412    </entry>
413    <entry key="WindowOpenPolicy" type="UInt"> <!--KHTML-->
414      <label></label>
415      <whatsthis></whatsthis>
416    </entry>
417    <entry key="WindowResizePolicy" type="UInt"> <!--KHTML-->
418      <label></label>
419      <whatsthis></whatsthis>
420    </entry>
421    <entry key="WindowMovePolicy" type="UInt"> <!--KHTML-->
422      <label></label>
423      <whatsthis></whatsthis>
424    </entry>
425    <entry key="WindowFocusPolicy" type="UInt"> <!--KHTML-->
426      <label></label>
427      <whatsthis></whatsthis>
428    </entry>
429    <entry key="WindowStatusPolicy" type="UInt"> <!--KHTML-->
430      <label></label>
431      <whatsthis></whatsthis>
432    </entry>
433<!-- pluginopts.cpp -->
434    <entry key="EnablePlugins" type="Bool"> <!--KHTML-->
435      <default>true</default>
436      <label></label>
437      <whatsthis></whatsthis>
438    </entry>
439    <entry key="PluginDomains" type="StringList"> <!--KHTML-->
440      <label></label>
441      <whatsthis></whatsthis>
442    </entry>
443  </group>
444
445  <group name="Notification Messages" >
446<!-- advancedTabDialog.cpp konqmainwindow.cpp -->
447    <entry key="MultipleTabConfirm" type="Bool">
448      <default>false</default>
449      <label></label>
450      <whatsthis></whatsthis>
451      <!-- checked -->
452    </entry>
453
454    <entry name="plugin_application_x_shockwave_flash" key="plugin-application/x-shockwave-flash" type="String">
455      <label></label>
456      <whatsthis></whatsthis>
457    </entry>
458    <entry name="plugin_image_svg_xml" key="plugin-image/svg+xml" type="String">
459      <label></label>
460      <whatsthis></whatsthis>
461    </entry>
462  </group>
463
464  <group name="Reusing" >
465    <entry key="AlwaysHavePreloaded" type="Bool">
466      <default>true</default>
467      <label></label>
468      <whatsthis></whatsthis>
469    </entry>
470    <entry key="PreloadOnStartup" type="Bool">
471      <default>false</default>
472      <label></label>
473      <whatsthis></whatsthis>
474    </entry>
475  </group>
476
477  <group name="Settings" >
478    <entry key="BgImage" type="String">
479      <label></label>
480      <whatsthis></whatsthis>
481    </entry>
482    <entry key="SaveURLInProfile" type="Bool">
483      <default>true</default>
484      <label></label>
485      <whatsthis></whatsthis>
486      <!-- checked -->
487    </entry>
488    <entry name="SettingsCompletionMode" key="CompletionMode" type="Enum">
489      <default code="true">KCompletion::CompletionPopup</default>
490      <label></label>
491      <whatsthis></whatsthis>
492    </entry>
493    <entry key="Number of most visited URLs" type="Int">
494      <default>10</default>
495      <label></label>
496      <whatsthis></whatsthis>
497    </entry>
498  </group>
499
500  <group name="Trash" >
501    <!-- konq_operations.cpp, kcm in konq/behaviour.cpp -->
502    <entry key="ConfirmDelete" type="Bool">
503      <default>true</default>
504      <label>Ask confirmation for deleting a file.</label>
505      <whatsthis>This option tells Konqueror whether to ask for a confirmation when you delete a file without using the trash folder. Warning, deleted files can not be recovered, so it is recommended to leave this confirmation enabled.</whatsthis>
506      <!-- checked -->
507    </entry>
508    <entry key="ConfirmTrash" type="Bool">
509      <default>true</default>
510      <label>Ask confirmation for move to trash</label>
511      <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>
512      <!-- checked -->
513    </entry>
514    <!-- konqsessiondlg.cpp -->
515    <entry key="OpenTabsInsideCurrentWindow" type="Bool">
516      <default>false</default>
517      <label>Open tabs inside current window</label>
518      <whatsthis>If true, when opening a session from within the sessions dialog the tabs will be opened inside current window.</whatsthis>
519    </entry>
520  </group>
521
522  <group name="SessionManagerSettings">
523<!-- konqsessionmanager.cpp -->
524    <entry key="AutoSaveInterval" type="Int">
525      <default>10</default>
526      <label></label>
527      <whatsthis></whatsthis>
528    </entry>
529  </group>
530
531</kcfg>
532