]> cloud.milkyroute.net Git - dolphin.git/blobdiff - 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
index 052571b87cf67555705594be078adadc034ca5ce..00415206372482d82ad49bced05492bdfba2fa83 100644 (file)
     </group>
 
     <group name="Dolphin">
+        <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>1</default>
+            <min>1</min>
+        </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>
         </entry>
 
         <entry name="AdditionalInfo" type="Int">
-            <label context="@label">Additional information</label>
+            <label context="@label">Additional information (deprecated, use AdditionInfoV2 instead)</label>
             <default>0</default>
         </entry>
 
+        <entry name="AdditionalInfoV2" type="StringList">
+            <label context="@label">Additional information</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>