Revision 713319
Go back to digest for 23rd September 2007Features in KDE Base
Rafael Fernández López committed changes in /trunk/KDE/kdebase/apps/dolphin/src:
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.
File Changes
Added 6 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /dolphincategorydrawer.cpp
- /dolphincategorydrawer.h
- /dolphinmodel.cpp
- /dolphinmodel.h
- /kcategorydrawer.cpp
- /kcategorydrawer.h
Deleted 4 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /dolphinitemcategorizer.cpp
- /dolphinitemcategorizer.h
- /kitemcategorizer.cpp
- /kitemcategorizer.h
Modified 20 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /CMakeLists.txt
- /dolphincolumnview.cpp
- /dolphindetailsview.cpp
- /dolphiniconsview.cpp
- /dolphiniconsview.h
- /dolphinpart.cpp
- /dolphinpart.h
- /dolphinsortfilterproxymodel.cpp
- /dolphinsortfilterproxymodel.h
- /dolphinview.cpp
- /dolphinview.h
- /dolphinviewcontainer.cpp
- /dolphinviewcontainer.h
- /kcategorizedview.cpp
- /kcategorizedview.h
- /kcategorizedview_p.h
- /sidebartreeview.cpp
- /treeviewsidebarpage.cpp
- /treeviewsidebarpage.h
- /viewpropertiesdialog.cpp
30 files changed in total