┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.cpp
AgeCommit message (Collapse)Author
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=685767
2007-07-06Make KListView capable of drawing categories on our own way. This make ↵Rafael Fernández López
things easier when we are trying to customize it. We can also benefit from KStyle if some day it supports category drawing. KListView keyboard navigation. Tricier than I thought. Pending renaming to KCategorizedView. Seems a good name. svn path=/trunk/KDE/kdebase/apps/; revision=684478
2007-07-01Improve speed when we have lots of selections that are partially outside the ↵Rafael Fernández López
viewport. svn path=/trunk/KDE/kdebase/apps/; revision=682114
2007-07-01Define variables in their contextRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=682100
2007-06-29declare scalar types as late as possible (putting them outside the loop does ↵Peter Penz
not increase the performance) svn path=/trunk/KDE/kdebase/apps/; revision=681622
2007-06-29Better drawing when big selection rect is drawn.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681460
2007-06-28++optimizationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681449
2007-06-28What is faster ? the eye or the brain ?Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681443
2007-06-27Add needed method for keyboard navigationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681118
2007-06-26Boost group selections and remove unnecessary stuff.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680656
2007-06-26Improve behavior when changes are detected on the model.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680643
2007-06-26Fancy dragged items. There are two bad parts of this story: the hardcoded ↵Rafael Fernández López
value of the opacity and the break-of-unification between QListView and KListView. This will be removed for sure, just for testing reasons. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680555
2007-06-26Faster selectionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680550
2007-06-26Let deselect items individually using Ctrl+ClickRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680368
2007-06-25Take offsets in countRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680285
2007-06-25Draw dragged items. Better conditions (more accurate to our behavior, hey ! ↵Rafael Fernández López
we have columnview too...) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680283
2007-06-23Fix the small issue when you select by categories and then you Rafael Fernández López
Ctrl+Click a subset, and those items selected were deselected svn path=/trunk/KDE/kdebase/apps/; revision=679315
2007-06-23Improve selection speed. I think we can still improve this a little bit, but ↵Rafael Fernández López
I think we can live with this speed for now svn path=/trunk/KDE/kdebase/apps/; revision=679308
2007-06-21Fix the "I can't/don't want to" finish the drag event (what is called Rafael Fernández López
drop :P), and the selection rect is shown. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=678293
2007-06-19Fix the problem "the scrollbar remains if it was shown on the Rafael Fernández López
categorized view, and now it has been disabled (the categorized view)" svn path=/trunk/KDE/kdebase/apps/; revision=677706
2007-06-19Fix the scrollbar issue. We can live with the setSingleStep nasty workaround ↵Rafael Fernández López
for now. Anyway we can adapt it to fit better in the context. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=677702
2007-06-19Fix the problem of the crash related to commit 677667, taking in count we ↵Rafael Fernández López
are in IconMode, not in a mode different than ListMode. Fix some comments. svn path=/trunk/KDE/kdebase/apps/; revision=677668
2007-06-19provide temporary (?) fix for a crash that occurs if the categorization is ↵Peter Penz
turned off and a switch is done from another view mode CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=677667
2007-06-19Fix for not C99 compliant systems when trying to use trunc() function. I ↵Rafael Fernández López
have defined this function on kdefakes library, so we have it KDE wide. BUG: 146963 svn path=/trunk/KDE/kdebase/apps/; revision=677663
2007-06-18SVN_SILENT: typo, small msvc warning--Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=677179
2007-06-18Let Descending order workRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=677018
2007-06-17New and powerful KListView. Still pending class renaming. There are two Rafael Fernández López
methods that I need to think about it, and boost. Small issues like reloading all data when sorting role suddenly changes. In general terms it will work nice when you sort by name or size. We have to work further when we sort by other roles. Nice times. svn path=/trunk/KDE/kdebase/apps/; revision=676732
2007-05-19EBN fixes (thanks to Max Blazejak!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666387
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-04-10Added Rafael López's item categorizer into Dolphin (it's currently ↵Peter Penz
deactivated in dolphiniconsview.cpp until it's in shape for the public). svn path=/trunk/KDE/kdebase/apps/; revision=652156