]> cloud.milkyroute.net Git - dolphin.git/commit
Move the generic hover- and selection-adjustments from DolphinsDetailsView into the...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 9 Oct 2010 09:45:56 +0000 (09:45 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 9 Oct 2010 09:45:56 +0000 (09:45 +0000)
commit7e864a72b19b72be58d1924264b72bb2f203dda9
tree4ea5cded01ef8759c5cb7e5f1402bb0735a93a97
parent69d235fb48549d382fcbf432ce019f8aa5a2269e
Move the generic hover- and selection-adjustments from DolphinsDetailsView into the new base class DolphinTreeView.

Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView.

svn path=/trunk/KDE/kdebase/apps/; revision=1184152
src/CMakeLists.txt
src/views/dolphindetailsview.cpp
src/views/dolphindetailsview.h
src/views/dolphintreeview.cpp [new file with mode: 0644]
src/views/dolphintreeview.h [new file with mode: 0644]