┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dolphinviewautoscroller.cpp
Age
Commit message (
Expand
)
Author
2009-07-17
When pressing a key after entering a directory, QAbstractItemView::scrollTo()...
Peter Penz
2009-06-29
Fixed issue that the scroll position is reset if the focus of the itemview ch...
Peter Penz
2009-06-13
Use qAbs() instead of fabs(). The values in question are integers
Frank Reininghaus
2009-06-04
Further pimpage of auto scrolling: make it quadratic! Better scales to HUGE f...
Marcel Partap
2009-06-04
increase the acceleration when autoscrolling
Peter Penz
2009-05-06
initialize pointer correctly
Peter Penz
2008-12-13
only jump automatically to the current index, if the autoscrolling is not active
Peter Penz
2008-12-13
provide separate scroll increments for the horizontal and vertical scrolling
Peter Penz
2008-12-13
Handling the key events for autoscrolling in DolphinViewAutoscroller does not...
Peter Penz
2008-12-12
SVN_SILENT: removed trailing spaces
Peter Penz
2008-12-11
Include page-up, page-down, home + end as keys that need autoscrolling. Thank...
Peter Penz
2008-12-11
assure that the current index stays visible, when the user explicitly changed...
Peter Penz
2008-12-09
a rubberband selection is only possible when using the left mouse button
Peter Penz
2008-12-07
stop the autoscrolling when receiving a drop event
Peter Penz
2008-12-07
also implement autoscrolling for horizontally aligned views (e. g. icons view...
Peter Penz
2008-12-07
SVN_SILENT: remove unnecessary include
Peter Penz
2008-12-07
during drag operations no rubberband selection can be active
Peter Penz
2008-12-06
Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...
Peter Penz