From 87dc8352d448126f4d7f1e93c574277845cf4bef Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 11 Jan 2008 11:37:28 +0000 Subject: 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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fe9fd5c2f..18b3a2283 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,18 +17,19 @@ set(dolphinprivate_LIB_SRCS dolphiniconsview.cpp dolphincolumnview.cpp dolphincolumnwidget.cpp + dolphindropcontroller.cpp + dolphinsortfilterproxymodel.cpp draganddrophelper.cpp - kcategorizedview.cpp - kcategorydrawer.cpp dolphinmodel.cpp dolphinsettings.cpp dolphincategorydrawer.cpp - viewproperties.cpp - dolphinsortfilterproxymodel.cpp - renamedialog.cpp dolphinview.cpp + iconmanager.cpp + kcategorizedview.cpp + kcategorydrawer.cpp ratingpainter.cpp - dolphindropcontroller.cpp + renamedialog.cpp + viewproperties.cpp ) kde4_add_kcfg_files(dolphinprivate_LIB_SRCS -- cgit v1.3.1