┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin_detailsmodesettings.kcfg
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/dolphin_detailsmodesettings.kcfg
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/dolphin_detailsmodesettings.kcfg')
-rw-r--r--src/dolphin_detailsmodesettings.kcfg24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/dolphin_detailsmodesettings.kcfg b/src/dolphin_detailsmodesettings.kcfg
index f995d87ea..869409e37 100644
--- a/src/dolphin_detailsmodesettings.kcfg
+++ b/src/dolphin_detailsmodesettings.kcfg
@@ -25,29 +25,5 @@
<label context="@label">Icon size</label>
<default code="true">KIconLoader::SizeSmall</default>
</entry>
- <entry name="ShowDate" type="Bool">
- <label context="@label">Show date</label>
- <default>true</default>
- </entry>
- <entry name="ShowGroup" type="Bool">
- <label context="@label">Show group</label>
- <default>false</default>
- </entry>
- <entry name="ShowOwner" type="Bool">
- <label context="@label">Show owner</label>
- <default>false</default>
- </entry>
- <entry name="ShowPermissions" type="Bool">
- <label context="@label">Show permissions</label>
- <default>false</default>
- </entry>
- <entry name="ShowSize" type="Bool">
- <label context="@label">Show size</label>
- <default>false</default>
- </entry>
- <entry name="ShowType" type="Bool">
- <label context="@label">Show type</label>
- <default>false</default>
- </entry>
</group>
</kcfg>