]> cloud.milkyroute.net Git - dolphin.git/blob - src/dolphin_generalsettings.kcfg
Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also...
[dolphin.git] / src / dolphin_generalsettings.kcfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3 <kcfg>
4 <kcfgfile name="dolphinrc"/>
5 <include>QDir</include>
6 <group name="General">
7 <entry name="EditableUrl" type="Bool">
8 <label context="@label">Should the URL be editable for the user</label>
9 <default>false</default>
10 </entry>
11 <entry name="FirstRun" type="Bool">
12 <label context="@label">Is the application started the first time</label>
13 <default>true</default>
14 </entry>
15 <entry name="HomeUrl" type="String">
16 <label context="@label">Home URL</label>
17 <default code="true">QDir::homePath()</default>
18 </entry>
19 <entry name="SplitView" type="Bool">
20 <label context="@label">Split the view into two panes</label>
21 <default>false</default>
22 </entry>
23 <entry name="FilterBar" type="Bool">
24 <label context="@label">Should the filter bar be shown</label>
25 <default>false</default>
26 </entry>
27 <entry name="GlobalViewProps" type="Bool">
28 <label context="@label">Should the view properties be used for all directories</label>
29 <default>false</default>
30 </entry>
31 <entry name="BrowseThroughArchives" type="Bool">
32 <label context="@label">Browse through archives</label>
33 <default>false</default>
34 </entry>
35 <entry name="RenameInline" type="Bool">
36 <label context="@label">Rename inline</label>
37 <default>false</default>
38 </entry>
39 <entry name="ShowSelectionToggle" type="Bool">
40 <label context="@label">Show selection toggle</label>
41 <default>true</default>
42 </entry>
43 <entry name="ShowCopyMoveMenu" type="Bool">
44 <label context="@label">Show 'Copy To' and 'Move To' commands in context menu</label>
45 <default>false</default>
46 </entry>
47 <entry name="ViewPropsTimestamp" type="DateTime" >
48 <label context="@label">Timestamp since when the view properties are valid</label>
49 </entry>
50 </group>
51 </kcfg>