┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-26 17:36:16 +0000
committerPeter Penz <[email protected]>2007-10-26 17:36:16 +0000
commitf11c699fa203dd2cde0e85c63a6d186e3fa6a3de (patch)
tree1ef300c9ed2f6406dd4b1a893162a4e34fc8428a /src/dolphinui.rc
parent6c1153092ee766c2668ce125a72090da162ed4ab (diff)
due to the recent tagging freeze this commit contains several fixes in one:
* the filterbar now also filters directories (works also in the column-view :-)) * The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed * Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available. * Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file. svn path=/trunk/KDE/kdebase/apps/; revision=729704
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index f43b8761f..80d720da8 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -37,10 +37,13 @@
<Action name="descending" />
</Menu>
<Menu name="additional_info">
- <text context="@title:menu">Additional Information</text>
- <Action name="show_mime_info" />
- <Action name="show_size_info" />
- <Action name="show_date_info" />
+ <text context="@title:menu">Additional Information</text>
+ <Action name="show_size_info" />
+ <Action name="show_date_info" />
+ <Action name="show_permissions_info" />
+ <Action name="show_owner_info" />
+ <Action name="show_group_info" />
+ <Action name="show_mime_info" />
</Menu>
<Action name="show_preview" />
<Action name="show_in_groups" />