]> cloud.milkyroute.net Git - dolphin.git/commit
Fix size-hint calculation in KFileItemListView
authorPeter Penz <peter.penz19@gmail.com>
Fri, 23 Sep 2011 22:18:09 +0000 (00:18 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 23 Sep 2011 22:20:24 +0000 (00:20 +0200)
commit740e9569327c0026257dfcea38ab2efac4a29d67
tree96d09d0f89d8ebd3974522200c5337195bbbfcc8
parent9ea4d3c70c3765c1ef417642a392465caa31997c
Fix size-hint calculation in KFileItemListView

The current approach works fine but should be replaced in the longterm
by a helper class shared by KFileItemListWidget and
KFileItemListView to share information that is required to
calculate the size hints in KFileItemListView and to represent
the actual data in KFileItemListWidget.
src/kitemviews/kfileitemlistview.cpp
src/kitemviews/kfileitemlistwidget.cpp
src/kitemviews/kfileitemlistwidget.h
src/kitemviews/kfileitemmodel.h