┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorizedview.cpp
AgeCommit message (Expand)Author
2007-12-16The latest fix still had the same problem when dragging went out of the viewp...Rafael Fernández López
2007-12-16Fix the problem of the elements being rendered as hovered when a dragging was...Rafael Fernández López
2007-12-15This fixes the selection problem with the mouse _only_ for the categorized vi...Rafael Fernández López
2007-12-14Oh, this won't let Ctrl+click for deselecting items ... OK, a different hack ...Rafael Fernández López
2007-12-14Very interesting bug in Qt in which I will debug. For now, and since we need ...Rafael Fernández López
2007-12-13Forgot to modify the code for category selection. Fixed.Rafael Fernández López
2007-12-13Fix the bug reported by Will. Now this code is also more polite. This was a T...Rafael Fernández López
2007-12-12Fixes the problem with the keyboard navigation when a selection with the righ...Rafael Fernández López
2007-12-07workaround no longer neededRafael Fernández López
2007-12-06Fix palette problem as workaround. This is needed if the categorization is en...Rafael Fernández López
2007-12-06We didn't want this changes here... of course... Qt bugRafael Fernández López
2007-12-06Fix the problem of the palette not being updated... this is a workaround. It ...Rafael Fernández López
2007-12-03More changes will follow to fix logic. This makes the stuff compile.Rafael Fernández López
2007-11-20Allow using a common drag and drop pixmap also for the KCategorizedView. The ...Peter Penz
2007-11-14Fixes the small problem:Rafael Fernández López
2007-10-14Take also in count if the rowcount was changed. Then everything needs to be r...Rafael Fernández López
2007-10-14If we are out of the screen and we will be, why keep asking when we know that...Rafael Fernández López
2007-10-14The sorting on dolphinview is no more needed, it is done automatically by KCa...Rafael Fernández López
2007-10-13If grid size is changed, update correctly items positionRafael Fernández López
2007-10-13If the categorizing has been enabled/disabled we need to update the scrollbar...Rafael Fernández López
2007-10-13One loop instead of two is enoughRafael Fernández López
2007-10-13With latest code at slotLayoutChanged is not more necessary Rafael Fernández López
2007-10-12Even better...Rafael Fernández López
2007-10-12This makes the categorized view amazingly fast in directories with a huge num...Rafael Fernández López
2007-10-05Nice catch on keyboard navigation when RightToLeft is set... :)Rafael Fernández López
2007-10-05Ooops I had this one for testing purposes locally...Rafael Fernández López
2007-10-04Changes related to the smooth scrolling. We can enable it since icefox has su...Rafael Fernández López
2007-10-03Update my email addressRafael Fernández López
2007-09-19++keyboard navigationRafael Fernández López
2007-09-18Fix selections problems (like flickering). Click on category select/deselects...Rafael Fernández López
2007-09-18(Un)selections working properlyRafael Fernández López
2007-09-17Give feedback to user when clicking on a category and the user is not draggin...Rafael Fernández López
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-07-25ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ...Nick Shaforostoff
2007-07-24Fix crash when category view is enabled if there are no categories in KCatego...Robert Knight
2007-07-23Fix a couple of crashes. First was to avoid problem caused by KIconLoader::g...Robert Knight
2007-07-21ok, reverting as requested by Peter Penz.Nick Shaforostoff
2007-07-20Make use of the newly added KDirSortFilterProxyModel class -- that is, essent...Nick Shaforostoff
2007-07-18QAbstractItemView::viewOptions() only returns an instance of the class QStyle...Peter Penz
2007-07-18When derived classes overwrite KCategorizedView::visualRect() to adjust the v...Peter Penz
2007-07-14Fix small adjustments with items-categoriesRafael Fernández López
2007-07-14Better spacing for extreme casesRafael Fernández López
2007-07-14Even better behavior when different possibilities, grid or not grid, spacing ...Rafael Fernández López
2007-07-14If we have different heights on the same row, make it possible to update tall...Rafael Fernández López
2007-07-14Follow QListView behavior. Each item has the exact size to fit its contents. ...Rafael Fernández López
2007-07-14Respect grid sizes.Rafael Fernández López
2007-07-13remove unused variablesPeter Penz
2007-07-13Update property when needed.Rafael Fernández López
2007-07-13Take in count item sizes. As we want all elements of the same size we check f...Rafael Fernández López
2007-07-13Select elements correctly when clicking on the category for selecting.Rafael Fernández López