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 <group name=
"General">
13 <entry name=
"EditableUrl" type=
"Bool">
14 <label>Should the URL be editable for the user
</label>
15 <default>false
</default>
17 <entry name=
"UrlCompletionMode" type=
"Enum">
18 <label>Text completion mode of the URL Navigator
</label>
19 <default>KCompletion::CompletionPopupAuto
</default>
21 <entry name=
"ShowFullPath" type=
"Bool">
22 <label>Should the full path be shown inside the location bar
</label>
23 <default>false
</default>
25 <entry name=
"ShowFullPathInTitlebar" type=
"Bool">
26 <label>Should the full path be shown in the title bar
</label>
27 <default>false
</default>
29 <entry name=
"OpenExternallyCalledFolderInNewTab" type=
"Bool">
30 <label>Should an externally called folder open in a new tab in an existing Dolphin instance
</label>
31 <default>true
</default>
33 <entry name=
"Version" type=
"Int">
34 <label>Internal version of Dolphin, containing
3 digits for major, minor, bugfix
</label>
37 <entry name=
"ModifiedStartupSettings" type=
"Bool">
38 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
39 <default>false
</default>
41 <entry name=
"HomeUrl" type=
"String">
42 <label>Home URL
</label>
43 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
45 <entry name=
"RememberOpenedTabs" type=
"Bool">
46 <label>Remember open folders and tabs
</label>
47 <default>true
</default>
49 <entry name=
"SplitView" type=
"Bool">
50 <label>Split the view into two panes
</label>
51 <default>false
</default>
53 <entry name=
"FilterBar" type=
"Bool">
54 <label>Should the filter bar be shown
</label>
55 <default>false
</default>
57 <entry name=
"GlobalViewProps" type=
"Bool">
58 <label>Should the view properties be used for all folders
</label>
59 <default>true
</default>
61 <entry name=
"BrowseThroughArchives" type=
"Bool">
62 <label>Browse through archives
</label>
63 <default>false
</default>
65 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
66 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
67 <default>true
</default>
69 <entry name=
"ConfirmClosingTerminalRunningProgram" type=
"Bool">
70 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.
</label>
71 <default>true
</default>
73 <entry name=
"RenameInline" type=
"Bool">
74 <label>Rename inline
</label>
75 <default>true
</default>
77 <entry name=
"ShowSelectionToggle" type=
"Bool">
78 <label>Show selection toggle
</label>
79 <default>true
</default>
81 <entry name=
"UseTabForSwitchingSplitView" type=
"Bool">
82 <label>Use tab for switching between right and left split
</label>
83 <default>false
</default>
85 <entry name=
"CloseActiveSplitView" type=
"Bool">
86 <label>Close active pane when toggling off split view
</label>
87 <default>true
</default>
89 <entry name=
"ShowToolTips" type=
"Bool">
90 <label>Show tooltips
</label>
91 <default>false
</default>
93 <entry name=
"ShowCopyMoveMenu" type=
"Bool">
94 <label>Show 'Copy To' and 'Move To' commands in context menu
</label>
95 <default>false
</default>
97 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
98 <label>Timestamp since when the view properties are valid
</label>
100 <entry name=
"AutoExpandFolders" type=
"Bool">
101 <label>Use auto-expanding folders for all view types
</label>
102 <default>false
</default>
104 <entry name=
"ShowZoomSlider" type=
"Bool">
105 <label>Show zoom slider in the statusbar
</label>
106 <default>true
</default>
108 <entry name=
"ShowSpaceInfo" type=
"Bool">
109 <label>Show the space information in the statusbar
</label>
110 <default>true
</default>
112 <entry name=
"LockPanels" type=
"Bool">
113 <label>Lock the layout of the panels
</label>
114 <default>true
</default>
116 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
117 <label>Enlarge Small Previews
</label>
118 <default>true
</default>
120 <entry name=
"SortingChoice" type=
"Enum">
122 <choice name=
"NaturalSorting" />
123 <choice name=
"CaseInsensitiveSorting" />
124 <choice name=
"CaseSensitiveSorting" />
126 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items
</label>
128 <emit signal=
"sortingChoiceChanged" />