]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphin_directoryviewpropertysettings.kcfg
dolphinui: Set view_mode action to low priority
[dolphin.git] / src / settings / dolphin_directoryviewpropertysettings.kcfg
index db1a5cdc084fb095563540e9aa9072d378b6a5a6..e0c8aa1cca430a58817bcb58f69d2c3d90e8c1c3 100644 (file)
         <entry name="Version" type="Int" >
             <label context="@label">Version</label>
             <whatsthis context="@info:whatsthis">This option defines the used version of the view properties.</whatsthis>
-            <default>2</default>
-            <min>1</min>
+            <default>-1</default>
         </entry>
 
         <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" >
             <label context="@label">Previews shown</label>
             <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
-            <default>false</default>
+            <default>true</default>
         </entry>
 
         <entry name="GroupedSorting" type="Bool" >
@@ -42,8 +41,8 @@
 
         <entry name="SortRole" type="String" >
             <label context="@label">Sort files by</label>
-            <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis>
-            <default code="true">"name"</default>
+            <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis>
+            <default>text</default>
         </entry>
 
         <entry name="SortOrder" type="Int" >
             <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>
         </entry>
 
+        <entry name="HeaderColumnWidths" type="IntList">
+            <label context="@label">Header column widths</label>
+            <default></default>
+        </entry>
+
         <entry name="Timestamp" type="DateTime" >
             <label context="@label">Properties last changed</label>
             <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
         </entry>
+
+        <!-- Obsolete - replaced by VisibleRoles -->
+        <entry name="AdditionalInfo" type="StringList">
+            <label context="@label">Additional Information</label>
+            <default></default>
+        </entry>
     </group>
 </kcfg>