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