]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_directoryviewpropertysettings.kcfg
Revert "Disable Hidden Files Last sort by default"
[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="HiddenFilesShown" type="Bool" >
11 <label context="@label">Hidden files shown</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 </entry>
23
24 <entry name="ViewMode" type="Int" >
25 <label context="@label">View Mode</label>
26 <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>
27 <default>DolphinView::IconsView</default>
28 </entry>
29
30 <entry name="PreviewsShown" type="Bool" >
31 <label context="@label">Previews shown</label>
32 <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
33 <default>true</default>
34 </entry>
35
36 <entry name="GroupedSorting" type="Bool" >
37 <label context="@label">Grouped Sorting</label>
38 <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items are categorized into groups.</whatsthis>
39 <default>false</default>
40 </entry>
41
42 <entry name="SortRole" type="String" >
43 <label context="@label">Sort files by</label>
44 <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis>
45 <default>text</default>
46 </entry>
47
48 <entry name="SortOrder" type="Int" >
49 <label context="@label">Order in which to sort files</label>
50 <default code="true">Qt::AscendingOrder</default>
51 <min code="true">Qt::AscendingOrder</min>
52 <max code="true">Qt::DescendingOrder</max>
53 </entry>
54
55 <entry name="SortFoldersFirst" type="Bool" >
56 <label context="@label">Show folders first when sorting files and folders</label>
57 <default>true</default>
58 </entry>
59
60 <entry name="SortHiddenLast" type="Bool" >
61 <label context="@label">Show hidden files and folders last</label>
62 <default>true</default>
63 </entry>
64
65 <entry name="VisibleRoles" type="StringList">
66 <label context="@label">Visible roles</label>
67 <default></default>
68 </entry>
69
70 <entry name="HeaderColumnWidths" type="IntList">
71 <label context="@label">Header column widths</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
80 <!-- Obsolete - replaced by VisibleRoles -->
81 <entry name="AdditionalInfo" type="StringList">
82 <label context="@label">Additional Information</label>
83 <default></default>
84 </entry>
85 </group>
86 </kcfg>
87
88