]> cloud.milkyroute.net Git - dolphin.git/commit
Provide scrollbar for large items
authorPeter Penz <peter.penz19@gmail.com>
Sun, 25 Sep 2011 17:52:33 +0000 (19:52 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 25 Sep 2011 17:55:42 +0000 (19:55 +0200)
commitaee65350437770b22b289e2c7ec5a5a4436e39a6
tree39e758fd80a19112144417c470862e26d1a33d17
parent077ec63f58ff1d58ae56654b08e0f8ee6f5ae8e8
Provide scrollbar for large items

If an item does not fit into the available width/height a scrollbar
should be provided (e.g. typically this represents the horizontal
scrollbar in the details-view where the width can be larger than
the than the visible width).

Currently the interaction with the scrollbar is not implemented but
this will be a quite minor task in comparison to this patch.
12 files changed:
src/kitemviews/kfileitemlistview.cpp
src/kitemviews/kfileitemlistview.h
src/kitemviews/kitemlistcontainer.cpp
src/kitemviews/kitemlistcontainer.h
src/kitemviews/kitemlistcontroller.cpp
src/kitemviews/kitemlistcontroller.h
src/kitemviews/kitemlistview.cpp
src/kitemviews/kitemlistview.h
src/kitemviews/kitemlistviewanimation.cpp
src/kitemviews/kitemlistviewanimation_p.h
src/kitemviews/kitemlistviewlayouter.cpp
src/kitemviews/kitemlistviewlayouter_p.h