<entry name="ViewMode" type="Int" >
<label context="@label">View Mode</label>
<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>
- <default>DolphinView::IconsView</default>
+ <default code="true">DolphinView::IconsView</default>
</entry>
<entry name="PreviewsShown" type="Bool" >
<entry name="GroupedSorting" type="Bool" >
<label context="@label">Grouped Sorting</label>
- <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items are categorized into groups.</whatsthis>
- <default>false</default>
+ <whatsthis context="@info:whatsthis">When this option is enabled, the items are categorized into groups.</whatsthis>
+ <default>true</default>
</entry>
<entry name="SortRole" type="String" >
<max code="true">Qt::DescendingOrder</max>
</entry>
+ <entry name="GroupRole" type="String" >
+ <label context="@label">Group files by</label>
+ <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) grouping is performed on.</whatsthis>
+ <default>none</default>
+ </entry>
+
+ <entry name="GroupOrder" type="Int" >
+ <label context="@label">Order in which to group files</label>
+ <default code="true">Qt::AscendingOrder</default>
+ <min code="true">Qt::AscendingOrder</min>
+ <max code="true">Qt::DescendingOrder</max>
+ </entry>
+
<entry name="SortFoldersFirst" type="Bool" >
<label context="@label">Show folders first when sorting files and folders</label>
<default>true</default>
</entry>
+ <entry name="SortHiddenLast" type="Bool" >
+ <label context="@label">Show hidden files and folders last</label>
+ <default>false</default>
+ </entry>
+
<entry name="VisibleRoles" type="StringList">
<label context="@label">Visible roles</label>
<default></default>
<whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
</entry>
+ <entry name="DynamicViewPassed" type="Bool">
+ <label context="@label">View mode changed once by dynamic view</label>
+ <default>false</default>
+ </entry>
+
<!-- Obsolete - replaced by VisibleRoles -->
<entry name="AdditionalInfo" type="StringList">
<label context="@label">Additional Information</label>
</entry>
</group>
</kcfg>
-
-