]> cloud.milkyroute.net Git - dolphin.git/commit
Up to now DolphinView and ColumnWidget contained a lot of code duplication regarding...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 11 Jan 2008 11:37:28 +0000 (11:37 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 11 Jan 2008 11:37:28 +0000 (11:37 +0000)
commit87dc8352d448126f4d7f1e93c574277845cf4bef
treec35f6293a7142e872c456923f1526ffdb5c5c7b0
parent09c62f7c6a4f13659fb87cf2e4e8f23ca4125710
Up to now DolphinView and ColumnWidget contained a lot of code duplication regarding generating previews and the dimming of cut items. This has been refactored by introducing an IconManager which takes care itself about generating a preview and dimming cut items. This also allows improving the speed of previews in (near) future (at the moment showing previews from the cache is a lot slower than in KDE 3...).

svn path=/trunk/KDE/kdebase/apps/; revision=759864
src/CMakeLists.txt
src/dolphincolumnwidget.cpp
src/dolphincolumnwidget.h
src/dolphinview.cpp
src/dolphinview.h
src/iconmanager.cpp [new file with mode: 0644]
src/iconmanager.h [new file with mode: 0644]