┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewautoscroller.cpp
AgeCommit message (Collapse)Author
2008-12-11Include page-up, page-down, home + end as keys that need autoscrolling. ↵Peter Penz
Thanks to Frank Reininghaus for the patch! CCBUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=895788
2008-12-11assure that the current index stays visible, when the user explicitly ↵Peter Penz
changed it by using the arrow keys BUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=895599
2008-12-09a rubberband selection is only possible when using the left mouse buttonPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=894969
2008-12-07stop the autoscrolling when receiving a drop eventPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893896
2008-12-07also implement autoscrolling for horizontally aligned views (e. g. icons ↵Peter Penz
view in the column mode) svn path=/trunk/KDE/kdebase/apps/; revision=893894
2008-12-07SVN_SILENT: remove unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893856
2008-12-07during drag operations no rubberband selection can be activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893762
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not ↵Peter Penz
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