┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.h
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146
2010-03-15Get back names, and use "using" keyword to keep GCC silent on "method foo on ↵Rafael Fernández López
base class hidden y method foo on derived class". Thanks to André for pointing out this trick. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1103527
2010-03-14Remove all warnings on compile timeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103376
2010-03-14Adapt DolphinCategoryDrawer to new changes on kdelibs :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103215
2009-02-02SVN_SILENT Fix to avoid accidental doxygen-highlighted header license.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=920402
2008-01-13Move KCategorizedView to kdelibs. Use that one.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=760873
2008-01-02Better looking categories. Thanks to Aurélien Gâteau for the original patch.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=755674
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319