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 <signal name=
"showStatusBarChanged">
14 <argument type=
"Bool">showStatusBar
</argument>
16 <group name=
"General">
17 <entry name=
"DoubleClickViewAction" type=
"String">
18 <label>Select Action
</label>
19 <default>edit_select_all
</default>
21 <entry name=
"DoubleClickViewCustomAction" type=
"String">
22 <label>Custom Action
</label>
24 <entry name=
"EditableUrl" type=
"Bool">
25 <label>Should the URL be editable for the user
</label>
26 <default>false
</default>
28 <entry name=
"UrlCompletionMode" type=
"Enum">
29 <label>Text completion mode of the URL Navigator
</label>
30 <default>KCompletion::CompletionPopupAuto
</default>
32 <entry name=
"ShowFullPath" type=
"Bool">
33 <label>Should the full path be shown inside the location bar
</label>
34 <default>false
</default>
36 <entry name=
"ShowFullPathInTitlebar" type=
"Bool">
37 <label>Should the full path be shown in the title bar
</label>
38 <default>false
</default>
40 <entry name=
"OpenExternallyCalledFolderInNewTab" type=
"Bool">
41 <label>Should an externally called folder open in a new tab in an existing Dolphin instance
</label>
42 <default>false
</default>
44 <entry name=
"Version" type=
"Int">
45 <label>Internal config version of Dolphin, mainly Used to determine whether an updated version of Dolphin is running, so as to migrate config entries that were removed/renamed ...etc
</label>
48 <entry name=
"ModifiedStartupSettings" type=
"Bool">
49 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
50 <default>false
</default>
52 <entry name=
"HomeUrl" type=
"String">
53 <label>Home URL
</label>
54 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
56 <entry name=
"RememberOpenedTabs" type=
"Bool">
57 <label>Remember open folders and tabs
</label>
58 <default>true
</default>
60 <entry name=
"SplitView" type=
"Bool">
61 <label>Place two views side by side
</label>
62 <default>false
</default>
63 <emit signal=
"splitViewChanged" />
65 <entry name=
"FilterBar" type=
"Bool">
66 <label>Should the filter bar be shown
</label>
67 <default>false
</default>
69 <entry name=
"GlobalViewProps" type=
"Bool">
70 <label>Should the view properties be used for all folders
</label>
71 <default>true
</default>
73 <entry name=
"BrowseThroughArchives" type=
"Bool">
74 <label>Browse through archives
</label>
75 <default>false
</default>
77 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
78 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
79 <default>true
</default>
81 <entry name=
"ConfirmClosingTerminalRunningProgram" type=
"Bool">
82 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.
</label>
83 <default>true
</default>
85 <entry name=
"RenameInline" type=
"Bool">
86 <label>Rename single items inline
</label>
87 <default>true
</default>
89 <entry name=
"ShowSelectionToggle" type=
"Bool">
90 <label>Show selection toggle
</label>
91 <default>true
</default>
93 <entry name=
"ShowPasteBarAfterCopying" type=
"Bool">
94 <label>Show a bar for easy pasting after a cut or copy was done using the selection mode bottom bar.
</label>
95 <default>true
</default>
97 <entry name=
"UseTabForSwitchingSplitView" type=
"Bool">
98 <label>Use tab for switching between right and left view
</label>
99 <default>false
</default>
101 <entry name=
"CloseActiveSplitView" type=
"Bool">
102 <label>Close the view in focus when turning off split view
</label>
103 <default>true
</default>
105 <entry name=
"OpenNewTabAfterLastTab" type=
"Bool">
106 <label>New tab will be open after last one
</label>
107 <default>false
</default>
109 <entry name=
"ShowToolTips" type=
"Bool">
110 <label>Show item information on hover
</label>
111 <default>false
</default>
113 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
114 <label>Timestamp since when the view properties are valid
</label>
116 <entry name=
"AutoExpandFolders" type=
"Bool">
117 <label>Use auto-expanding folders for all view types
</label>
118 <default>false
</default>
120 <entry name=
"ShowStatusBar" type=
"Enum">
122 <choice name=
"Small" />
123 <choice name=
"FullWidth" />
124 <choice name=
"Disabled" />
126 <label>Statusbar
</label>
128 <emit signal=
"showStatusBarChanged" />
130 <entry name=
"ShowZoomSlider" type=
"Bool">
131 <label>Show zoom slider in the statusbar
</label>
132 <default>false
</default>
134 <entry name=
"LockPanels" type=
"Bool">
135 <label>Lock the layout of the panels
</label>
136 <default>true
</default>
138 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
139 <label>Enlarge Small Previews
</label>
140 <default>true
</default>
142 <entry name=
"SortingChoice" type=
"Enum">
144 <choice name=
"NaturalSorting" />
145 <choice name=
"CaseInsensitiveSorting" />
146 <choice name=
"CaseSensitiveSorting" />
148 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items
</label>
150 <emit signal=
"sortingChoiceChanged" />
152 <entry name=
"HideXTrashFile" type=
"Bool">
153 <label>Also hide files with application/x-trash mimetype
</label>
154 <default>false
</default>
156 <entry name=
"DynamicView" type=
"Bool">
157 <label>Enable dynamic view
</label>
158 <default>false
</default>
161 <group name=
"Notification Messages">
162 <entry name=
"ConfirmOpenManyFolders" type=
"Bool">
163 <label>Ask for confirmation when opening many folders at once.
</label>
164 <default>true
</default>
166 <entry name=
"ConfirmOpenManyTerminals" type=
"Bool">
167 <label>Ask for confirmation when opening many terminals at once.
</label>
168 <default>true
</default>