┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-13 07:41:11 +0000
committerPeter Penz <[email protected]>2006-12-13 07:41:11 +0000
commit163fa7ce30c0bd1b18d0c750bf9358560c2db7af (patch)
treecf99237a8dd236324fa1fd7967712f861be0477b /src/directoryviewpropertysettings.kcfg
parentcb2b58535bedacbec50b3dad9680b1fa4fe30a9e (diff)
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
Diffstat (limited to 'src/directoryviewpropertysettings.kcfg')
-rw-r--r--src/directoryviewpropertysettings.kcfg10
1 files changed, 8 insertions, 2 deletions
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 @@
<group name="Dolphin">
<entry name="ViewMode" type="Int" >
<label>View Mode</label>
- <whatsthis>This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views.</whatsthis>
- <default>DolphinView::PreviewsView</default>
+ <whatsthis>This option controls the style of the view. Currently supported values include icons (0) and details (1) views.</whatsthis>
+ <default>DolphinView::IconsView</default>
<min>0</min>
<max code="true">DolphinView::MaxModeEnum</max>
</entry>
+ <entry name="ShowPreview" type="Bool" >
+ <label>Show preview</label>
+ <whatsthis>When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
+ <default>false</default>
+ </entry>
+
<entry name="Sorting" type="Int" >
<label>Sort files by</label>
<whatsthis>This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>