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>kglobalsettings.h
</include>
9 <kcfgfile name=
"dolphinrc"/>
10 <group name=
"General">
11 <entry name=
"EditableUrl" type=
"Bool">
12 <label>Should the URL be editable for the user
</label>
13 <default>false
</default>
15 <entry name=
"UrlCompletionMode" type=
"Enum">
16 <label>Text completion mode of the URL Navigator
</label>
17 <default code=
"true">KGlobalSettings::completionMode()
</default>
19 <entry name=
"ShowFullPath" type=
"Bool">
20 <label>Should the full path be shown inside the location bar
</label>
21 <default>false
</default>
23 <entry name=
"FirstRun" type=
"Bool">
24 <label>Is the application started the first time (internal setting not shown in the UI)
</label>
25 <default>true
</default>
27 <entry name=
"Version" type=
"Int">
28 <label>Internal version of Dolphin, containing
3 digits for mayor, minor, bugfix
</label>
31 <entry name=
"ModifiedStartupSettings" type=
"Bool">
32 <label>Have the startup settings been modified (internal setting not shown in the UI)
</label>
33 <default>false
</default>
35 <entry name=
"HomeUrl" type=
"String">
36 <label>Home URL
</label>
37 <default code=
"true">QDir::homePath()
</default>
39 <entry name=
"SplitView" type=
"Bool">
40 <label>Split the view into two panes
</label>
41 <default>false
</default>
43 <entry name=
"FilterBar" type=
"Bool">
44 <label>Should the filter bar be shown
</label>
45 <default>false
</default>
47 <entry name=
"GlobalViewProps" type=
"Bool">
48 <label>Should the view properties be used for all directories
</label>
49 <default>false
</default>
51 <entry name=
"BrowseThroughArchives" type=
"Bool">
52 <label>Browse through archives
</label>
53 <default>false
</default>
55 <entry name=
"ConfirmClosingMultipleTabs" type=
"Bool">
56 <label>Ask for confirmation when closing windows with multiple tabs.
</label>
57 <default>true
</default>
59 <entry name=
"RenameInline" type=
"Bool">
60 <label>Rename inline
</label>
61 <default>false
</default>
63 <entry name=
"ShowSelectionToggle" type=
"Bool">
64 <label>Show selection toggle
</label>
65 <default>true
</default>
67 <entry name=
"ShowToolTips" type=
"Bool">
68 <label>Show tooltips
</label>
69 <default>false
</default>
71 <entry name=
"ShowCopyMoveMenu" type=
"Bool">
72 <label>Show 'Copy To' and 'Move To' commands in context menu
</label>
73 <default>false
</default>
75 <entry name=
"ViewPropsTimestamp" type=
"DateTime" >
76 <label>Timestamp since when the view properties are valid
</label>
78 <entry name=
"AutoExpandFolders" type=
"Bool">
79 <label>Use auto-expanding folders for all view types
</label>
80 <default>false
</default>
82 <entry name=
"ShowZoomSlider" type=
"Bool">
83 <label>Show zoom slider in the statusbar
</label>
84 <default>true
</default>
86 <entry name=
"ShowSpaceInfo" type=
"Bool">
87 <label>Show the space information in the statusbar
</label>
88 <default>false
</default>
90 <entry name=
"LockPanels" type=
"Bool">
91 <label>Lock the layout of the panels
</label>
92 <default>true
</default>