]> cloud.milkyroute.net Git - dolphin.git/commit
Implement smooth-scrolling for horizontal and vertical scrollbars
authorPeter Penz <peter.penz19@gmail.com>
Fri, 30 Sep 2011 21:22:56 +0000 (23:22 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 30 Sep 2011 21:27:09 +0000 (23:27 +0200)
commitd9f9e69ce1bdd6f898ee21cb2f14607bd90fa07b
tree3815617d32e78006a3f551c35665ad80420a3e08
parent7424fcc3314a63d0716cb428a8b8de24b23e0279
Implement smooth-scrolling for horizontal and vertical scrollbars

Currently only a smoothscrolling was provided into the
scroll-direction, but not in case of the details-view where a
horizontal scrollbar might be shown too.

Some minor adjustments of the private KItemListSmoothScroller interface
will be done later...
src/CMakeLists.txt
src/kitemviews/kitemlistcontainer.cpp
src/kitemviews/kitemlistcontainer.h
src/kitemviews/kitemlistsmoothscroller.cpp [new file with mode: 0644]
src/kitemviews/kitemlistsmoothscroller_p.h [new file with mode: 0644]
src/kitemviews/kitemlistview.cpp
src/kitemviews/kitemlistview.h
src/views/dolphinview.cpp