| Age | Commit message (Expand) | Author |
| 2008-01-10 | Fix selections. Backport. | Rafael Fernández López |
| 2008-01-02 | Better looking categories. Thanks to Aurélien Gâteau for the original patch. | Rafael Fernández López |
| 2007-12-27 | Get the biggest item size for recalculating scrollbar size. | Aleix Pol Gonzalez |
| 2007-12-26 | When there is no grid, we need to recalculate correctly the vertical scrollba... | Rafael Fernández López |
| 2007-12-25 | Fixes, fixes, fixes: | Rafael Fernández López |
| 2007-12-20 | Now we have it: don't update the whole viewport, and be safe when drawing, so... | Rafael Fernández López |
| 2007-12-20 | Improve performance | Rafael Fernández López |
| 2007-12-18 | Give visual feedback when dragging with the cursor also. If you are not able ... | Rafael Fernández López |
| 2007-12-16 | Avoid painting problems with the rubberband | Rafael Fernández López |
| 2007-12-16 | The latest fix still had the same problem when dragging went out of the viewp... | Rafael Fernández López |
| 2007-12-16 | Fix the problem of the elements being rendered as hovered when a dragging was... | Rafael Fernández López |
| 2007-12-15 | This fixes the selection problem with the mouse _only_ for the categorized vi... | Rafael Fernández López |
| 2007-12-14 | Oh, this won't let Ctrl+click for deselecting items ... OK, a different hack ... | Rafael Fernández López |
| 2007-12-14 | Very interesting bug in Qt in which I will debug. For now, and since we need ... | Rafael Fernández López |
| 2007-12-13 | Forgot to modify the code for category selection. Fixed. | Rafael Fernández López |
| 2007-12-13 | Fix the bug reported by Will. Now this code is also more polite. This was a T... | Rafael Fernández López |
| 2007-12-12 | Fixes the problem with the keyboard navigation when a selection with the righ... | Rafael Fernández López |
| 2007-12-07 | workaround no longer needed | Rafael Fernández López |
| 2007-12-06 | Fix palette problem as workaround. This is needed if the categorization is en... | Rafael Fernández López |
| 2007-12-06 | We didn't want this changes here... of course... Qt bug | Rafael Fernández López |
| 2007-12-06 | Fix the problem of the palette not being updated... this is a workaround. It ... | Rafael Fernández López |
| 2007-12-03 | More changes will follow to fix logic. This makes the stuff compile. | Rafael Fernández López |
| 2007-11-20 | Allow using a common drag and drop pixmap also for the KCategorizedView. The ... | Peter Penz |
| 2007-11-14 | Fixes the small problem: | Rafael Fernández López |
| 2007-10-14 | Take also in count if the rowcount was changed. Then everything needs to be r... | Rafael Fernández López |
| 2007-10-14 | If we are out of the screen and we will be, why keep asking when we know that... | Rafael Fernández López |
| 2007-10-14 | The sorting on dolphinview is no more needed, it is done automatically by KCa... | Rafael Fernández López |
| 2007-10-13 | If grid size is changed, update correctly items position | Rafael Fernández López |
| 2007-10-13 | If the categorizing has been enabled/disabled we need to update the scrollbar... | Rafael Fernández López |
| 2007-10-13 | One loop instead of two is enough | Rafael Fernández López |
| 2007-10-13 | With latest code at slotLayoutChanged is not more necessary | Rafael Fernández López |
| 2007-10-12 | Even better... | Rafael Fernández López |
| 2007-10-12 | This makes the categorized view amazingly fast in directories with a huge num... | Rafael Fernández López |
| 2007-10-05 | Nice catch on keyboard navigation when RightToLeft is set... :) | Rafael Fernández López |
| 2007-10-05 | Ooops I had this one for testing purposes locally... | Rafael Fernández López |
| 2007-10-04 | Changes related to the smooth scrolling. We can enable it since icefox has su... | Rafael Fernández López |
| 2007-10-03 | Update my email address | Rafael Fernández López |
| 2007-09-19 | ++keyboard navigation | Rafael Fernández López |
| 2007-09-18 | Fix selections problems (like flickering). Click on category select/deselects... | Rafael Fernández López |
| 2007-09-18 | (Un)selections working properly | Rafael Fernández López |
| 2007-09-17 | Give feedback to user when clicking on a category and the user is not draggin... | Rafael Fernández López |
| 2007-09-17 | Create the new architecture for KCategorizedView. Now DolphinModel is created... | Rafael Fernández López |
| 2007-07-25 | ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ... | Nick Shaforostoff |
| 2007-07-24 | Fix crash when category view is enabled if there are no categories in KCatego... | Robert Knight |
| 2007-07-23 | Fix a couple of crashes. First was to avoid problem caused by KIconLoader::g... | Robert Knight |
| 2007-07-21 | ok, reverting as requested by Peter Penz. | Nick Shaforostoff |
| 2007-07-20 | Make use of the newly added KDirSortFilterProxyModel class -- that is, essent... | Nick Shaforostoff |
| 2007-07-18 | QAbstractItemView::viewOptions() only returns an instance of the class QStyle... | Peter Penz |
| 2007-07-18 | When derived classes overwrite KCategorizedView::visualRect() to adjust the v... | Peter Penz |
| 2007-07-14 | Fix small adjustments with items-categories | Rafael Fernández López |