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>kglobalsettings.h
</include>
10 <kcfgfile name=
"dolphinrc"/>
11 <signal name=
"naturalSortingChanged" />
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 code=
"true">KGlobalSettings::completionMode()
</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=
"Version" type=
"Int">
26 <label>Internal version of Dolphin, containing
3 digits for major, minor, bugfix
</label>
29 <entry name=
"ModifiedStartupSettings" type=
"Bool">
30 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
31 <default>false
</default>
33 <entry name=
"HomeUrl" type=
"String">
34 <label>Home URL
</label>
35 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
37 <entry name=
"SplitView" type=
"Bool">
38 <label>Split the view into two panes
</label>
39 <default>false
</default>
41 <entry name=
"FilterBar" type=
"Bool">
42 <label>Should the filter bar be shown
</label>
43 <default>false
</default>
45 <entry name=
"GlobalViewProps" type=
"Bool">
46 <label>Should the view properties be used for all directories
</label>
47 <default>false
</default>
49 <entry name=
"BrowseThroughArchives" type=
"Bool">
50 <label>Browse through archives
</label>
51 <default>false
</default>
53 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
54 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
55 <default>true
</default>
57 <entry name=
"RenameInline" type=
"Bool">
58 <label>Rename inline
</label>
59 <default>true
</default>
61 <entry name=
"ShowSelectionToggle" type=
"Bool">
62 <label>Show selection toggle
</label>
63 <default>true
</default>
65 <entry name=
"ShowToolTips" type=
"Bool">
66 <label>Show tooltips
</label>
67 <default>false
</default>
69 <entry name=
"ShowCopyMoveMenu" type=
"Bool">
70 <label>Show 'Copy To' and 'Move To' commands in context menu
</label>
71 <default>false
</default>
73 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
74 <label>Timestamp since when the view properties are valid
</label>
76 <entry name=
"AutoExpandFolders" type=
"Bool">
77 <label>Use auto-expanding folders for all view types
</label>
78 <default>false
</default>
80 <entry name=
"ShowZoomSlider" type=
"Bool">
81 <label>Show zoom slider in the statusbar
</label>
82 <default>true
</default>
84 <entry name=
"ShowSpaceInfo" type=
"Bool">
85 <label>Show the space information in the statusbar
</label>
86 <default>true
</default>
88 <entry name=
"LockPanels" type=
"Bool">
89 <label>Lock the layout of the panels
</label>
90 <default>true
</default>
92 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
93 <label>Enlarge Small Previews
</label>
94 <default>true
</default>
96 <entry name=
"NaturalSorting" type=
"Bool">
97 <label>Natural sorting of items
</label>
98 <default>true
</default>
99 <emit signal=
"naturalSortingChanged" />