┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewautoscroller.cpp
AgeCommit message (Expand)Author
2009-12-06Respect drag time delay from application before starting the automatic scroll...Peter Penz
2009-10-11Make sure that the faked mouse event inFrank Reininghaus
2009-07-17When pressing a key after entering a directory, QAbstractItemView::scrollTo()...Peter Penz
2009-06-29Fixed issue that the scroll position is reset if the focus of the itemview ch...Peter Penz
2009-06-13Use qAbs() instead of fabs(). The values in question are integersFrank Reininghaus
2009-06-04Further pimpage of auto scrolling: make it quadratic! Better scales to HUGE f...Marcel Partap
2009-06-04increase the acceleration when autoscrollingPeter Penz
2009-05-06initialize pointer correctlyPeter Penz
2008-12-13only jump automatically to the current index, if the autoscrolling is not activePeter Penz
2008-12-13provide separate scroll increments for the horizontal and vertical scrollingPeter Penz
2008-12-13Handling the key events for autoscrolling in DolphinViewAutoscroller does not...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-12-11Include page-up, page-down, home + end as keys that need autoscrolling. Thank...Peter Penz
2008-12-11assure that the current index stays visible, when the user explicitly changed...Peter Penz
2008-12-09a rubberband selection is only possible when using the left mouse buttonPeter Penz
2008-12-07stop the autoscrolling when receiving a drop eventPeter Penz
2008-12-07also implement autoscrolling for horizontally aligned views (e. g. icons view...Peter Penz
2008-12-07SVN_SILENT: remove unnecessary includePeter Penz
2008-12-07during drag operations no rubberband selection can be activePeter Penz
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...Peter Penz