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 <group name=
"General">
12 <entry name=
"EditableUrl" type=
"Bool">
13 <label>Should the URL be editable for the user
</label>
14 <default>false
</default>
16 <entry name=
"UrlCompletionMode" type=
"Enum">
17 <label>Text completion mode of the URL Navigator
</label>
18 <default code=
"true">KGlobalSettings::completionMode()
</default>
20 <entry name=
"ShowFullPath" type=
"Bool">
21 <label>Should the full path be shown inside the location bar
</label>
22 <default>false
</default>
24 <entry name=
"Version" type=
"Int">
25 <label>Internal version of Dolphin, containing
3 digits for major, minor, bugfix
</label>
28 <entry name=
"ModifiedStartupSettings" type=
"Bool">
29 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
30 <default>false
</default>
32 <entry name=
"HomeUrl" type=
"String">
33 <label>Home URL
</label>
34 <default code=
"true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)
</default>
36 <entry name=
"SplitView" type=
"Bool">
37 <label>Split the view into two panes
</label>
38 <default>false
</default>
40 <entry name=
"FilterBar" type=
"Bool">
41 <label>Should the filter bar be shown
</label>
42 <default>false
</default>
44 <entry name=
"GlobalViewProps" type=
"Bool">
45 <label>Should the view properties be used for all directories
</label>
46 <default>false
</default>
48 <entry name=
"BrowseThroughArchives" type=
"Bool">
49 <label>Browse through archives
</label>
50 <default>false
</default>
52 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
53 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
54 <default>true
</default>
56 <entry name=
"RenameInline" type=
"Bool">
57 <label>Rename inline
</label>
58 <default>true
</default>
60 <entry name=
"ShowSelectionToggle" type=
"Bool">
61 <label>Show selection toggle
</label>
62 <default>true
</default>
64 <entry name=
"ShowToolTips" type=
"Bool">
65 <label>Show tooltips
</label>
66 <default>false
</default>
68 <entry name=
"ShowCopyMoveMenu" type=
"Bool">
69 <label>Show 'Copy To' and 'Move To' commands in context menu
</label>
70 <default>false
</default>
72 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
73 <label>Timestamp since when the view properties are valid
</label>
75 <entry name=
"AutoExpandFolders" type=
"Bool">
76 <label>Use auto-expanding folders for all view types
</label>
77 <default>false
</default>
79 <entry name=
"ShowZoomSlider" type=
"Bool">
80 <label>Show zoom slider in the statusbar
</label>
81 <default>true
</default>
83 <entry name=
"ShowSpaceInfo" type=
"Bool">
84 <label>Show the space information in the statusbar
</label>
85 <default>false
</default>
87 <entry name=
"LockPanels" type=
"Bool">
88 <label>Lock the layout of the panels
</label>
89 <default>true
</default>
91 <entry name=
"EnlargeSmallPreviews" type=
"Bool">
92 <label>Enlarge Small Previews
</label>
93 <default>true
</default>