┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.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-28Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
* actions/user -> places/user-identity * places/contact -> mimetypes/x-office-contact * fix KMail and KNode configuration dialog page icons * and bits of other fix-up stuff. svn path=/trunk/KDE/kdebase/apps/; revision=753841
2007-12-14Use the same codebase for rating drawing as in KRatingWidget and ↵Sebastian Trueg
playground/nepomuk. For KDE 4.1 we will export this in kdelibs/nepomuk CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748547
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-12-03Same color for the category hovering as the rest of itemsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744236
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-09-28Icons height is the same as the titleRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=718317
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=717537
2007-09-25Categories imrovedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716833
2007-09-25Prettier category drawing :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716620
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-17Hooray for perfectionismRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713323
2007-09-17Equal drawing on every caseRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713322
2007-09-17Categories titles and icons are shown at the same distance between them on ↵Rafael Fernández López
LTR and RTL languages svn path=/trunk/KDE/kdebase/apps/; revision=713321
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