From 163fa7ce30c0bd1b18d0c750bf9358560c2db7af Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 13 Dec 2006 07:41:11 +0000 Subject: Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases. svn path=/trunk/playground/utils/dolphin/; revision=613029 --- src/directoryviewpropertysettings.kcfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/directoryviewpropertysettings.kcfg') diff --git a/src/directoryviewpropertysettings.kcfg b/src/directoryviewpropertysettings.kcfg index 247b8181b..e1ab73b64 100644 --- a/src/directoryviewpropertysettings.kcfg +++ b/src/directoryviewpropertysettings.kcfg @@ -16,12 +16,18 @@ - This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views. - DolphinView::PreviewsView + This option controls the style of the view. Currently supported values include icons (0) and details (1) views. + DolphinView::IconsView 0 DolphinView::MaxModeEnum + + + When this option is enabled, a preview of the file content is shown as icon. + false + + This option defines which attribute (name, size, date, etc) sorting is performed on. -- cgit v1.3.1