]> cloud.milkyroute.net Git - dolphin.git/commit
Properly KIO::stat instead of simply using the KFileItem constructor when
authorSebastian Trueg <sebastian@trueg.de>
Thu, 22 Jul 2010 08:26:07 +0000 (08:26 +0000)
committerSebastian Trueg <sebastian@trueg.de>
Thu, 22 Jul 2010 08:26:07 +0000 (08:26 +0000)
commited68687614472e18904c4a3f613d01df2f5bb90e
tree096f0111489df625cd5fd3a12f053878d140dd63
parent20adf66415f31ac6b52b506d13db665215b3f2b4
Properly KIO::stat instead of simply using the KFileItem constructor when
showing metadata for the currently selected folder. This way we can even get rid of the
special handling of nepomuksearch:/ URLs since the KIO slave provides a nice name and
all you need to show to the user.
Even nicer: When clicking an entry in the metadata view the resulting query will be related
to the one clicked resource. This resource will then be represented by the query folder.
So all in all this patch makes Dolphin more generic while additionally activating a new feature.

svn path=/trunk/KDE/kdebase/apps/; revision=1152959
src/dolphinviewcontainer.cpp
src/panels/information/informationpanel.cpp
src/panels/information/informationpanel.h
src/panels/information/informationpanelcontent.cpp