]> cloud.milkyroute.net Git - dolphin.git/commit
Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 6 Dec 2008 20:06:04 +0000 (20:06 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 6 Dec 2008 20:06:04 +0000 (20:06 +0000)
commit53bdec9b58131014dcec9d6bc7d48e1aa01be979
tree2d8b1b193c5828c6937586f780a3d28dbec417b7
parentd2e8f27200727a7a8d12932176f21c1e81dcad93
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
src/dolphincolumnwidget.cpp
src/dolphindetailsview.cpp
src/dolphiniconsview.cpp
src/dolphinviewautoscroller.cpp [new file with mode: 0644]
src/dolphinviewautoscroller.h [new file with mode: 0644]