diff options
| author | Peter Penz <[email protected]> | 2007-03-11 16:47:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-11 16:47:12 +0000 |
| commit | 25349096ae7fe344613d35e5548cac1a91b60fd1 (patch) | |
| tree | 92ab776bc1a02653858148321b3defe80fe74063 /src/dolphinui.rc | |
| parent | 66efe4d7061344dcd2070979dbe6ec4cb50df44b (diff) | |
Allow to set the 'AdditionalInformation' property from KFileItemDelegate for each folder. Use case:
- Icons view for images: set 'Size' as additional property
- Icons view for media: show 'MIME type' as additional property
- Default Icons view: don't show any addtional property for a clean layout.
TODO: KFileItemDelagate::AdditionalInformation intersects with KDirModel::Columns when used in combination with the details view. Assure that the user does not get confronted with such implementation details in the user interface.
svn path=/trunk/KDE/kdebase/apps/; revision=641525
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 5f822bf64..06f94826c 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -32,6 +32,13 @@ <Separator/> <Action name="descending" /> </Menu> + <Menu name="additional_info"> + <text>Additional Information</text> + <Action name="clear_info" /> + <Action name="show_mime_info" /> + <Action name="show_size_info" /> + <Action name="show_date_info" /> + </Menu> <Action name="show_preview" /> <Action name="show_hidden_files" /> <Separator/> |
