]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_directoryviewpropertysettings.kcfg
It was a bad idea to store the enabled additional-information as bit-values: With...
[dolphin.git] / src / settings / dolphin_directoryviewpropertysettings.kcfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
6 <include>kfileitemdelegate.h</include>
7
8 <kcfgfile arg="true" />
9 <group name="Settings">
10 <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" >
11 <label context="@label">Show hidden files</label>
12 <whatsthis context="@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
13 <default>false</default>
14 </entry>
15 </group>
16
17 <group name="Dolphin">
18 <entry name="Version" type="Int" >
19 <label context="@label">Version</label>
20 <whatsthis context="@info:whatsthis">This option defines the used version of the view properties.</whatsthis>
21 <default>1</default>
22 <min>1</min>
23 </entry>
24
25 <entry name="ViewMode" type="Int" >
26 <label context="@label">View Mode</label>
27 <whatsthis context="@info:whatsthis">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
28 <default>DolphinView::IconsView</default>
29 <min>0</min>
30 <max code="true">DolphinView::MaxModeEnum</max>
31 </entry>
32
33 <entry name="ShowPreview" type="Bool" >
34 <label context="@label">Show preview</label>
35 <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
36 <default>false</default>
37 </entry>
38
39 <entry name="CategorizedSorting" type="Bool" >
40 <label context="@label">Categorized Sorting</label>
41 <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items are summarized by their category.</whatsthis>
42 <default>false</default>
43 </entry>
44
45 <entry name="Sorting" type="Int" >
46 <label context="@label">Sort files by</label>
47 <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis>
48 <default code="true">DolphinView::SortByName</default>
49 <min>0</min>
50 <max code="true">DolphinView::MaxSortingEnum</max>
51 </entry>
52
53 <entry name="SortOrder" type="Int" >
54 <label context="@label">Order in which to sort files</label>
55 <default code="true">Qt::AscendingOrder</default>
56 <min code="true">Qt::AscendingOrder</min>
57 <max code="true">Qt::DescendingOrder</max>
58 </entry>
59
60 <entry name="SortFoldersFirst" type="Bool" >
61 <label context="@label">Show folders first when sorting files and folders</label>
62 <default>true</default>
63 </entry>
64
65 <entry name="AdditionalInfo" type="Int">
66 <label context="@label">Additional information (deprecated, use AdditionInfoV2 instead)</label>
67 <default>0</default>
68 </entry>
69
70 <entry name="AdditionalInfoV2" type="StringList">
71 <label context="@label">Additional information</label>
72 <default></default>
73 </entry>
74
75 <entry name="Timestamp" type="DateTime" >
76 <label context="@label">Properties last changed</label>
77 <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
78 </entry>
79 </group>
80 </kcfg>
81
82