]> cloud.milkyroute.net Git - dolphin.git/commit
Create the new architecture for KCategorizedView. Now DolphinModel is created, inheri...
authorRafael Fernández López <ereslibre@kde.org>
Mon, 17 Sep 2007 04:02:17 +0000 (04:02 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Mon, 17 Sep 2007 04:02:17 +0000 (04:02 +0000)
commitc8072005fada01d772595ec64adca449134f421e
tree2bbcad6b43218569c813ef888bec3ad009335b69
parent231436769d037a83afbf57fedea167b6fb9a5ad4
Create the new architecture for KCategorizedView. Now DolphinModel is created, inheriting KDirModel for returning valid data for the role of the category of
an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel.

The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=713319
27 files changed:
src/CMakeLists.txt
src/dolphincategorydrawer.cpp [new file with mode: 0644]
src/dolphincategorydrawer.h [moved from src/dolphinitemcategorizer.h with 75% similarity]
src/dolphincolumnview.cpp
src/dolphindetailsview.cpp
src/dolphiniconsview.cpp
src/dolphiniconsview.h
src/dolphinitemcategorizer.cpp [deleted file]
src/dolphinmodel.cpp [new file with mode: 0644]
src/dolphinmodel.h [new file with mode: 0644]
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinsortfilterproxymodel.cpp
src/dolphinsortfilterproxymodel.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h
src/kcategorizedview.cpp
src/kcategorizedview.h
src/kcategorizedview_p.h
src/kcategorydrawer.cpp [moved from src/kitemcategorizer.cpp with 83% similarity]
src/kcategorydrawer.h [moved from src/kitemcategorizer.h with 64% similarity]
src/sidebartreeview.cpp
src/treeviewsidebarpage.cpp
src/treeviewsidebarpage.h
src/viewpropertiesdialog.cpp