From 994095076cccdb703b2bb285d4118bd9c654fd93 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 15 Oct 2008 21:23:42 +0000 Subject: Assure that the item delegate draws the hover effect and the selection for the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2). CCBUG: 165999 CCMAIL: simon@etotheipiplusone.com svn path=/trunk/KDE/kdebase/apps/; revision=871874 --- src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 18c597a6f..5f676a4eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,14 +26,15 @@ set(dolphinprivate_LIB_SRCS dolphincolumnview.cpp dolphincolumnwidget.cpp dolphindropcontroller.cpp - dolphinsortfilterproxymodel.cpp - draganddrophelper.cpp + dolphinfileitemdelegate.cpp dolphinmodel.cpp dolphinsettings.cpp + dolphinsortfilterproxymodel.cpp dolphintooltip.cpp dolphincategorydrawer.cpp dolphinview.cpp dolphinviewactionhandler.cpp + draganddrophelper.cpp folderexpander.cpp ktooltip.cpp kballoontipdelegate.cpp -- cgit v1.3.1