From 53bdec9b58131014dcec9d6bc7d48e1aa01be979 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 6 Dec 2008 20:06:04 +0000 Subject: Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm. BUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=893546 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 196577fc8..9cd091045 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,6 +34,7 @@ set(dolphinprivate_LIB_SRCS dolphincategorydrawer.cpp dolphinview.cpp dolphinviewactionhandler.cpp + dolphinviewautoscroller.cpp draganddrophelper.cpp folderexpander.cpp ktooltip.cpp -- cgit v1.3.1