From 1e8e05e81f50a7567cc67666ffb8bccab9a10199 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 21 Sep 2010 19:03:04 +0000 Subject: It was a bad idea to store the enabled additional-information as bit-values: With the current setup only up to 8 additional informations are possible. This restriction is bypassed now: - Backward compatibility for old .directorry files is provided - A version-information has been added for possible future changes - As "side-effect" it also allows to have a details-view with only one column (#238140) BUG: 238140 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1177944 --- src/settings/dolphin_directoryviewpropertysettings.kcfg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/settings') 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 @@ + + + This option defines the used version of the view properties. + 1 + 1 + + This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views. @@ -56,10 +63,15 @@ - + 0 + + + + + The last time these properties were changed by the user. -- cgit v1.3