1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3 <kcfg xmlns=
"http://www.kde.org/standards/kcfg/1.0"
4 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
6 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
7 <include>QDir
</include>
8 <include>QUrl
</include>
9 <include>KCompletion
</include>
10 <kcfgfile name=
"dolphinrc"/>
11 <signal name=
"sortingChoiceChanged" />
12 <signal name=
"splitViewChanged" />
13 <group name=
"General">
14 <entry name=
"EditableUrl" type=
"Bool">
15 <label>Should the URL be editable for the user
</label>
16 <default>false
</default>
18 <entry name=
"UrlCompletionMode" type=
"Enum">
19 <label>Text completion mode of the URL Navigator
</label>
20 <default>KCompletion::CompletionPopupAuto
</default>
22 <entry name=
"ShowFullPath" type=
"Bool">
23 <label>Should the full path be shown inside the location bar
</label>
24 <default>false
</default>
26 <entry name=
"ShowFullPathInTitlebar" type=
"Bool">
27 <label>Should the full path be shown in the title bar
</label>
28 <default>false
</default>
30 <entry name=
"OpenExternallyCalledFolderInNewTab" type=
"Bool">
31 <label>Should an externally called folder open in a new tab in an existing Dolphin instance
</label>
32 <default>true
</default>
34 <entry name=
"Version" type=
"Int">
35 <label>Internal version of Dolphin, containing
3 digits for major, minor, bugfix
</label>
38 <entry name=
"ModifiedStartupSettings" type=
"Bool">
39 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
40 <default>false
</default>
42 <entry name=
"HomeUrl" type=
"String">
43 <label>Home URL
</label>
44 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
46 <entry name=
"RememberOpenedTabs" type=
"Bool">
47 <label>Remember open folders and tabs
</label>
48 <default>true
</default>
50 <entry name=
"SplitView" type=
"Bool">
51 <label>Split the view into two panes
</label>
52 <default>false
</default>
53 <emit signal=
"splitViewChanged" />
55 <entry name=
"FilterBar" type=
"Bool">
56 <label>Should the filter bar be shown
</label>
57 <default>false
</default>
59 <entry name=
"GlobalViewProps" type=
"Bool">
60 <label>Should the view properties be used for all folders
</label>
61 <default>true
</default>
63 <entry name=
"BrowseThroughArchives" type=
"Bool">
64 <label>Browse through archives
</label>
65 <default>false
</default>
67 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
68 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
69 <default>true
</default>
71 <entry name=
"ConfirmClosingTerminalRunningProgram" type=
"Bool">
72 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.
</label>
73 <default>true
</default>
75 <entry name=
"RenameInline" type=
"Bool">
76 <label>Rename inline
</label>
77 <default>true
</default>
79 <entry name=
"ShowSelectionToggle" type=
"Bool">
80 <label>Show selection toggle
</label>
81 <default>true
</default>
83 <entry name=
"UseTabForSwitchingSplitView" type=
"Bool">
84 <label>Use tab for switching between right and left split
</label>
85 <default>false
</default>
87 <entry name=
"CloseActiveSplitView" type=
"Bool">
88 <label>Close active pane when toggling off split view
</label>
89 <default>true
</default>
91 <entry name=
"OpenNewTabAfterLastTab" type=
"Bool">
92 <label>New tab will be open after last one
</label>
93 <default>false
</default>
95 <entry name=
"ShowToolTips" type=
"Bool">
96 <label>Show tooltips
</label>
97 <default>false
</default>
99 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
100 <label>Timestamp since when the view properties are valid
</label>
102 <entry name=
"AutoExpandFolders" type=
"Bool">
103 <label>Use auto-expanding folders for all view types
</label>
104 <default>false
</default>
106 <entry name=
"ShowStatusBar" type=
"Bool">
107 <label>Show the statusbar
</label>
108 <default>true
</default>
110 <entry name=
"ShowZoomSlider" type=
"Bool">
111 <label>Show zoom slider in the statusbar
</label>
112 <default>true
</default>
114 <entry name=
"ShowSpaceInfo" type=
"Bool">
115 <label>Show the space information in the statusbar
</label>
116 <default>true
</default>
118 <entry name=
"LockPanels" type=
"Bool">
119 <label>Lock the layout of the panels
</label>
120 <default>true
</default>
122 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
123 <label>Enlarge Small Previews
</label>
124 <default>true
</default>
126 <entry name=
"SortingChoice" type=
"Enum">
128 <choice name=
"NaturalSorting" />
129 <choice name=
"CaseInsensitiveSorting" />
130 <choice name=
"CaseSensitiveSorting" />
132 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items
</label>
134 <emit signal=
"sortingChoiceChanged" />