diff options
| author | Peter Penz <[email protected]> | 2008-10-15 21:23:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-15 21:23:42 +0000 |
| commit | 994095076cccdb703b2bb285d4118bd9c654fd93 (patch) | |
| tree | e995c1e81df37ff024c01d1a84765b9b48e6baeb /src/CMakeLists.txt | |
| parent | d6a2d5594fc7dd95e0b4d6c993672de706d3bba5 (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871874
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
