diff options
| author | Peter Penz <[email protected]> | 2012-03-11 19:02:45 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-03-11 19:05:56 +0100 |
| commit | 2ba5c2cfc2cea534cccd860f94a7198530b83594 (patch) | |
| tree | 787ee40d007b243a01ba581e778fc67aa179e361 /src/settings/dolphin_directoryviewpropertysettings.kcfg | |
| parent | d28081338577bfe0104f42c20e167bb0ce70e094 (diff) | |
First step to introduce dynamic roles
Currently Dolphin is only capable of showing a fixed number of
roles (e.g. name, size, date, owner, ...). Dolphin 2.1 should
support also other roles like rating, tags, comments or other
meta-information of images or audio-files.
To support this the sorting-type and additional-type from
DolphinView has been replaced by a role-type represented as
QByteArray.
Diffstat (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_directoryviewpropertysettings.kcfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg index 64242f8a3..db1a5cdc0 100644 --- a/src/settings/dolphin_directoryviewpropertysettings.kcfg +++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg @@ -40,10 +40,10 @@ <default>false</default> </entry> - <entry name="Sorting" type="Int" > + <entry name="SortRole" type="String" > <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> + <default code="true">"name"</default> </entry> <entry name="SortOrder" type="Int" > @@ -58,8 +58,8 @@ <default>true</default> </entry> - <entry name="AdditionalInfo" type="StringList"> - <label context="@label">Additional information</label> + <entry name="VisibleRoles" type="StringList"> + <label context="@label">Visible roles</label> <default></default> </entry> |
