]> cloud.milkyroute.net Git - dolphin.git/commit
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLister...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 5 Oct 2007 21:00:44 +0000 (21:00 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 5 Oct 2007 21:00:44 +0000 (21:00 +0000)
commit29402a79bc09945ccd96201cbb42027b4c581a00
treead3664f888c37b7f331bf1bb856aa130d2d5d0d6
parent747731077981775cbaefe928068fea4010b6fdb7
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching

svn path=/trunk/KDE/kdebase/apps/; revision=721678
14 files changed:
src/CMakeLists.txt
src/dolphincolumnview.cpp
src/dolphincolumnview.h
src/dolphincolumnwidget.cpp [new file with mode: 0644]
src/dolphincolumnwidget.h [new file with mode: 0644]
src/dolphincontroller.cpp
src/dolphincontroller.h
src/dolphindetailsview.cpp
src/dolphindetailsview.h
src/dolphiniconsview.cpp
src/dolphiniconsview.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp