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=
"EditableUrl" type=
"Bool">
18 <label>Should the URL be editable for the user
</label>
19 <default>false
</default>
21 <entry name=
"UrlCompletionMode" type=
"Enum">
22 <label>Text completion mode of the URL Navigator
</label>
23 <default>KCompletion::CompletionPopupAuto
</default>
25 <entry name=
"ShowFullPath" type=
"Bool">
26 <label>Should the full path be shown inside the location bar
</label>
27 <default>false
</default>
29 <entry name=
"ShowFullPathInTitlebar" type=
"Bool">
30 <label>Should the full path be shown in the title bar
</label>
31 <default>false
</default>
33 <entry name=
"OpenExternallyCalledFolderInNewTab" type=
"Bool">
34 <label>Should an externally called folder open in a new tab in an existing Dolphin instance
</label>
35 <default>false
</default>
37 <entry name=
"Version" type=
"Int">
38 <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>
41 <entry name=
"ModifiedStartupSettings" type=
"Bool">
42 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
43 <default>false
</default>
45 <entry name=
"HomeUrl" type=
"String">
46 <label>Home URL
</label>
47 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
49 <entry name=
"RememberOpenedTabs" type=
"Bool">
50 <label>Remember open folders and tabs
</label>
51 <default>true
</default>
53 <entry name=
"SplitView" type=
"Bool">
54 <label>Split the view into two panes
</label>
55 <default>false
</default>
56 <emit signal=
"splitViewChanged" />
58 <entry name=
"FilterBar" type=
"Bool">
59 <label>Should the filter bar be shown
</label>
60 <default>false
</default>
62 <entry name=
"GlobalViewProps" type=
"Bool">
63 <label>Should the view properties be used for all folders
</label>
64 <default>true
</default>
66 <entry name=
"BrowseThroughArchives" type=
"Bool">
67 <label>Browse through archives
</label>
68 <default>false
</default>
70 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
71 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
72 <default>true
</default>
74 <entry name=
"ConfirmClosingTerminalRunningProgram" type=
"Bool">
75 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.
</label>
76 <default>true
</default>
78 <entry name=
"RenameInline" type=
"Bool">
79 <label>Rename inline
</label>
80 <default>true
</default>
82 <entry name=
"ShowSelectionToggle" type=
"Bool">
83 <label>Show selection toggle
</label>
84 <default>true
</default>
86 <entry name=
"ShowPasteBarAfterCopying" type=
"Bool">
87 <label>Show a bar for easy pasting after a cut or copy was done using the selection mode bottom bar.
</label>
88 <default>true
</default>
90 <entry name=
"UseTabForSwitchingSplitView" type=
"Bool">
91 <label>Use tab for switching between right and left split
</label>
92 <default>false
</default>
94 <entry name=
"CloseActiveSplitView" type=
"Bool">
95 <label>Close active pane when toggling off split view
</label>
96 <default>true
</default>
98 <entry name=
"OpenNewTabAfterLastTab" type=
"Bool">
99 <label>New tab will be open after last one
</label>
100 <default>false
</default>
102 <entry name=
"ShowToolTips" type=
"Bool">
103 <label>Show tooltips
</label>
104 <default>false
</default>
106 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
107 <label>Timestamp since when the view properties are valid
</label>
109 <entry name=
"AutoExpandFolders" type=
"Bool">
110 <label>Use auto-expanding folders for all view types
</label>
111 <default>false
</default>
113 <entry name=
"ShowStatusBar" type=
"Bool">
114 <label>Show the statusbar
</label>
115 <default>true
</default>
116 <emit signal=
"showStatusBarChanged" />
118 <entry name=
"ShowZoomSlider" type=
"Bool">
119 <label>Show zoom slider in the statusbar
</label>
120 <default>true
</default>
122 <entry name=
"ShowSpaceInfo" type=
"Bool">
123 <label>Show the space information in the statusbar
</label>
124 <default>true
</default>
126 <entry name=
"LockPanels" type=
"Bool">
127 <label>Lock the layout of the panels
</label>
128 <default>true
</default>
130 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
131 <label>Enlarge Small Previews
</label>
132 <default>true
</default>
134 <entry name=
"SortingChoice" type=
"Enum">
136 <choice name=
"NaturalSorting" />
137 <choice name=
"CaseInsensitiveSorting" />
138 <choice name=
"CaseSensitiveSorting" />
140 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items
</label>
142 <emit signal=
"sortingChoiceChanged" />