┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/dolphin_directoryviewpropertysettings.kcfg14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg
index 052571b87..004152063 100644
--- a/src/settings/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg
@@ -15,6 +15,13 @@
</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>
@@ -56,10 +63,15 @@
</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>