From dde6f0a0772eee324e2838ba4a076a83193f163c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 4 Dec 2006 06:37:20 +0000 Subject: First step of cleaning up the view properties: inheriting of viewproperties does not work with the current approach of directoryviewpropertysettings.kcfg (2 nodes would be required for each directory, only one is used at the moment). Therefor the valid_for_subdirs property has been removed and the implementation model will be adjusted to match 1:1 to the users model. TODO: improve the viewpropertiesdialog be able to apply viewproperties recursively to sub directories. svn path=/trunk/playground/utils/dolphin/; revision=610383 --- src/directoryviewpropertysettings.kcfg | 86 +++++++++++++++------------------- 1 file changed, 37 insertions(+), 49 deletions(-) (limited to 'src/directoryviewpropertysettings.kcfg') diff --git a/src/directoryviewpropertysettings.kcfg b/src/directoryviewpropertysettings.kcfg index 7af729d28..247b8181b 100644 --- a/src/directoryviewpropertysettings.kcfg +++ b/src/directoryviewpropertysettings.kcfg @@ -5,55 +5,43 @@ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - - - - - - When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view. - false - - - - - - - - - This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views. - DolphinView::PreviewsView - 0 - DolphinView::MaxModeEnum - - - - - This option defines which attribute (name, size, date, etc) sorting is performed on. - DolphinView::SortByName - 0 - DolphinView::MaxSortEnum - - - - - Qt::Ascending - Qt::Ascending - Qt::Descending - - - - - false - - - - - - The last time these properties were changed by the user. - - - - + + + + When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view. + false + + + + + + + This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views. + DolphinView::PreviewsView + 0 + DolphinView::MaxModeEnum + + + + + This option defines which attribute (name, size, date, etc) sorting is performed on. + DolphinView::SortByName + 0 + DolphinView::MaxSortEnum + + + + + Qt::Ascending + Qt::Ascending + Qt::Descending + + + + + The last time these properties were changed by the user. + + -- cgit v1.3.1