diff options
| author | Peter Penz <[email protected]> | 2009-01-14 19:26:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-14 19:26:23 +0000 |
| commit | 307285e9635a4bf584d6e5d7478876b90ef870f0 (patch) | |
| tree | db36cbbdc7996ab86c38be8f96fe83597d350dfb /src/settings/dolphin_directoryviewpropertysettings.kcfg | |
| parent | 86d9c40ab71df5b8bd5063251337d5ca0c22380a (diff) | |
Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
Diffstat (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_directoryviewpropertysettings.kcfg | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg new file mode 100644 index 000000000..ead1325de --- /dev/null +++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8"?> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + <include>kfileitemdelegate.h</include> + +<kcfgfile arg="true" /> + <group name="Settings"> + <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" > + <label context="@label">Show hidden files</label> + <whatsthis context="@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis> + <default>false</default> + </entry> + </group> + + <group name="Dolphin"> + <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> + <default>DolphinView::IconsView</default> + <min>0</min> + <max code="true">DolphinView::MaxModeEnum</max> + </entry> + + <entry name="ShowPreview" type="Bool" > + <label context="@label">Show preview</label> + <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis> + <default>false</default> + </entry> + + <entry name="CategorizedSorting" type="Bool" > + <label context="@label">Categorized Sorting</label> + <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items are summarized by their category.</whatsthis> + <default>false</default> + </entry> + + <entry name="Sorting" type="Int" > + <label context="@label">Sort files by</label> + <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis> + <default code="true">DolphinView::SortByName</default> + <min>0</min> + <max code="true">DolphinView::MaxSortEnum</max> + </entry> + + <entry name="SortOrder" type="Int" > + <label context="@label">Order in which to sort files</label> + <default code="true">Qt::AscendingOrder</default> + <min code="true">Qt::AscendingOrder</min> + <max code="true">Qt::DescendingOrder</max> + </entry> + + <entry name="AdditionalInfo" type="Int"> + <label context="@label">Additional information</label> + <default>0</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> + </entry> + </group> +</kcfg> + + |
