┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorydrawer.cpp
AgeCommit message (Collapse)Author
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-12-25Fixes, fixes, fixes:Rafael Fernández López
* Better item appearance (selected and hover) on systemsettings. * Keyboard navigation improved in dolphin, and now is possible to navigate with keyboard in systemsettings (it was not possible before). * No rubberband or multiple selection on systemsettings. * Single or double click for item activation depends on the system state on systemsettings. * On KCategoryDrawer now titles are drawn with more margin, as happens on DolphinCategoryDrawer. This gives more consistency to its look. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=752784
2007-12-03More changes will follow to fix logic. This makes the stuff compile.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744626
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-09-17Give feedback to user when clicking on a category and the user is not ↵Rafael Fernández López
dragging from it. Beauty, come to me :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713337
2007-09-17Forgot to adapt to RTL the default category drawer (KCategoryDrawer), since ↵Rafael Fernández López
right now it is fully overriden by dolphincategorydrawer. Unneeded commented code removed from the latter svn path=/trunk/KDE/kdebase/apps/; revision=713320
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