| Age | Commit message (Expand) | Author |
| 2009-02-24 | Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeV... | Peter Penz |
| 2009-02-24 | After renaming an item the view should be scrolled in a way to still have a f... | Peter Penz |
| 2009-02-11 | - allow the view implementations to attach custom actions to the context menu | Peter Penz |
| 2009-02-06 | SVN_SILENT: Added a comment. | Shaun Reich |
| 2009-02-03 | Check whether the global single-click/double-click setting has been changed d... | Peter Penz |
| 2009-01-31 | Allow to enable/disable the "Expandable Folders" setting of the details-view ... | Peter Penz |
| 2009-01-23 | In rare circumstances (a very narrow viewport is a necessary, but not suffici... | Simon Paul St James |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-04 | Fixed issue that in combination with the "automatically open folders during d... | Peter Penz |
| 2009-01-04 | SVN_SILENT: minor coding style cleanups | Peter Penz |
| 2009-01-03 | contentsPos turned out to be a little broken - it would always return (0,0), ... | Simon Paul St James |
| 2008-12-30 | SVN_SILENT: minor coding style cleanups | Peter Penz |
| 2008-12-13 | only jump automatically to the current index, if the autoscrolling is not active | Peter Penz |
| 2008-12-13 | Especially when using the details view in combination with the split function... | Peter Penz |
| 2008-12-13 | Handling the key events for autoscrolling in DolphinViewAutoscroller does not... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-12-11 | as the detailsview and columnview can also have icon sizes up to 256 x 256 pi... | Peter Penz |
| 2008-12-06 | Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab... | Peter Penz |
| 2008-11-23 | Opening a tab with the middle mouse button should always be done with one cli... | Peter Penz |
| 2008-11-19 | * fixed issue that the autoresizing of columns is applied when adding/removin... | Peter Penz |
| 2008-11-12 | typo | Jordi Polo |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-11-05 | If the elastic band ventures beyond the logical top-left of the view (NOTE: n... | Simon Paul St James |
| 2008-11-02 | assure that the autoresizing still works in combination with the "automatical... | Peter Penz |
| 2008-11-01 | initialise in the correct order | Pino Toscano |
| 2008-10-31 | Be better behaved in the presence of scroll events in the middle of an elasti... | Simon Paul St James |
| 2008-10-28 | Yet more corner cases in commitToggleIndexRange - include them, and refactor ... | Simon Paul St James |
| 2008-10-28 | If ignoreOldInfo, we should manually clear oldSelectionRect - an obscure bug ... | Simon Paul St James |
| 2008-10-28 | Use nameColumnRect rather than duplicating code (change the local variable of... | Simon Paul St James |
| 2008-10-27 | Sometimes, the penultimate item in the bounds would get deselected when it sh... | Simon Paul St James |
| 2008-10-27 | Restore behaviour (I don't have an old version to check against, though!) - i... | Simon Paul St James |
| 2008-10-27 | Essential validity check that fell through the cracks when setSelectionRecurs... | Simon Paul St James |
| 2008-10-26 | If we commit a toggle range due to a change of parent, check to see if we sho... | Simon Paul St James |
| 2008-10-26 | When restoring the index, we don't necessarily want to scroll to it. | Simon Paul St James |
| 2008-10-26 | Revert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a mass... | Simon Paul St James |
| 2008-10-26 | more straight forward syntax (no change of behavior is done) | Peter Penz |
| 2008-10-26 | Minor fix - ensure that the horizontal elastic band optimisation info works w... | Simon Paul St James |
| 2008-10-26 | Improve the selection performance of the details view by factor of 5 (patch p... | Peter Penz |
| 2008-10-24 | * Move code from DolphinDropController to DragAndDropHelper. | Peter Penz |
| 2008-10-24 | performance improvement when selecting items | Peter Penz |
| 2008-10-22 | * don't show a tooltip if a rubberband selection is done | Peter Penz |
| 2008-10-16 | fixed regression: don't change the state, otherwise when having a split view ... | Peter Penz |
| 2008-10-15 | Assure that the item delegate draws the hover effect and the selection for th... | Peter Penz |
| 2008-10-15 | First step for having a details view, where only the icon + name act as selec... | Peter Penz |
| 2008-09-28 | Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi... | Peter Penz |
| 2008-08-26 | Provide a common iconsize-widget for the settings dialog of the icons-, detai... | Peter Penz |
| 2008-08-18 | Column view + detail view: use different settings for preview and icon size l... | Peter Penz |
| 2008-08-15 | For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those... | Diego Iastrubni |
| 2008-08-12 | Disable the alternating row colors when the details view is inactive. This so... | Peter Penz |
| 2008-08-05 | First step of refactoring to improve the zooming capabilities of views: | Peter Penz |