]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_contentdisplaysettings.kcfg
Add setting to select filename eliding behavior
[dolphin.git] / src / settings / dolphin_contentdisplaysettings.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 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 <kcfgfile name="dolphinrc"/>
8 <group name="ContentDisplay">
9 <entry name="DirectorySizeMode" type="Enum">
10 <label>How we display the size of directories</label>
11 <choices>
12 <choice name="ContentCount">
13 <label>Show the content count</label>
14 </choice>
15 <choice name="ContentSize">
16 <label>Show the content size</label>
17 </choice>
18 <choice name="None">
19 <label>Do not show any directory size</label>
20 </choice>
21 </choices>
22 <default>ContentCount</default>
23 </entry>
24 <entry name="RecursiveDirectorySizeLimit" type="UInt">
25 <label>Recursive directory size limit</label>
26 <default>10</default>
27 </entry>
28 <entry name="UseShortRelativeDates" type="Bool">
29 <label>if true we use short relative dates, if not short dates</label>
30 <default>true</default>
31 </entry>
32 <entry name="UsePermissionsFormat" type="Enum">
33 <label>Permissions style format</label>
34 <choices>
35 <choice name="SymbolicFormat" />
36 <choice name="NumericFormat" />
37 <choice name="CombinedFormat" />
38 </choices>
39 <default>0</default>
40 </entry>
41 <entry name="ElidingMode" type="Enum">
42 <label>Eliding Mode</label>
43 <choices name="ElidingMode">
44 <choice name="Right"/>
45 <choice name="Middle"/>
46 </choices>
47 <default>Middle</default>
48 </entry>
49 </group>
50 </kcfg>