1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
4 <kcfgfile name=
"dolphinrc"/>
5 <include>QDir
</include>
6 <include>kglobalsettings.h
</include>
8 <entry name=
"EditableUrl" type=
"Bool">
9 <label context=
"@label">Should the URL be editable for the user
</label>
10 <default>false
</default>
12 <entry name=
"UrlCompletionMode" type=
"Enum">
13 <label context=
"@label">Text completion mode of the URL Navigator
</label>
14 <default code=
"true">KGlobalSettings::completionMode()
</default>
16 <entry name=
"ShowFullPath" type=
"Bool">
17 <label context=
"@label">Should the full path be shown inside the location bar
</label>
18 <default>false
</default>
20 <entry name=
"FirstRun" type=
"Bool">
21 <label context=
"@label">Is the application started the first time
</label>
22 <default>true
</default>
24 <entry name=
"HomeUrl" type=
"String">
25 <label context=
"@label">Home URL
</label>
26 <default code=
"true">QDir::homePath()
</default>
28 <entry name=
"SplitView" type=
"Bool">
29 <label context=
"@label">Split the view into two panes
</label>
30 <default>false
</default>
32 <entry name=
"FilterBar" type=
"Bool">
33 <label context=
"@label">Should the filter bar be shown
</label>
34 <default>false
</default>
36 <entry name=
"GlobalViewProps" type=
"Bool">
37 <label context=
"@label">Should the view properties be used for all directories
</label>
38 <default>false
</default>
40 <entry name=
"BrowseThroughArchives" type=
"Bool">
41 <label context=
"@label">Browse through archives
</label>
42 <default>false
</default>
44 <entry name=
"RenameInline" type=
"Bool">
45 <label context=
"@label">Rename inline
</label>
46 <default>false
</default>
48 <entry name=
"ShowSelectionToggle" type=
"Bool">
49 <label context=
"@label">Show selection toggle
</label>
50 <default>true
</default>
52 <entry name=
"ShowToolTips" type=
"Bool">
53 <label context=
"@label">Show tooltips
</label>
54 <default>false
</default>
56 <entry name=
"ShowCopyMoveMenu" type=
"Bool">
57 <label context=
"@label">Show 'Copy To' and 'Move To' commands in context menu
</label>
58 <default>false
</default>
60 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
61 <label context=
"@label">Timestamp since when the view properties are valid
</label>
63 <entry name=
"AutoExpandFolders" type=
"Bool">
64 <label context=
"@label">Use auto-expanding folders for all view types
</label>
65 <default>false
</default>
67 <entry name=
"ShowZoomSlider" type=
"Bool">
68 <label context=
"@label">Show zoom slider in the statusbar
</label>
69 <default>true
</default>
71 <entry name=
"ShowSpaceInfo" type=
"Bool">
72 <label context=
"@label">Show the space information in the statusbar
</label>
73 <default>false
</default>