| Age | Commit message (Expand) | Author |
| 2010-07-24 | Sourcecode hierarchy cleanup: Create folder "views" and move view related sou... | Peter Penz |
| 2010-03-30 | Split the class DolphinController into the two classes DolphinViewController ... | Peter Penz |
| 2010-02-22 | Use the full width of the "Name" column of the Details View for | Frank Reininghaus |
| 2010-01-11 | Fixed issue in details view, that "sometimes" the rubberband selection only s... | Peter Penz |
| 2009-12-13 | Reimplement visualRegionForSelection in DolpinDetailsView. | Frank Reininghaus |
| 2009-12-09 | Rename Dolphin View's nameColumnRect member to visualRect. | Frank Reininghaus |
| 2009-11-14 | When navigating back/forward in the DolphinPart inside Konqueror, remember | Frank Reininghaus |
| 2009-08-29 | centralize namefilter handling | Peter Penz |
| 2009-08-29 | move handling of SelectionManager and AutoScroller to ViewExtensionsFactory | Peter Penz |
| 2009-08-29 | - The view implementations don't need to keep the Extensions Factory as member. | Peter Penz |
| 2009-08-29 | Move code for initializing and handling view extensions to the new class View... | Peter Penz |
| 2009-08-28 | Restore filtering of items. The DolphinView just tells the controller about t... | Peter Penz |
| 2009-08-26 | allow to change the order of columns in the details view | Peter Penz |
| 2009-06-10 | don't clear the selection if a toggle has been pressed | Peter Penz |
| 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-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-03 | contentsPos turned out to be a little broken - it would always return (0,0), ... | Simon Paul St James |
| 2008-12-13 | only jump automatically to the current index, if the autoscrolling is not active | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-11-12 | typo | Jordi Polo |
| 2008-10-31 | Be better behaved in the presence of scroll events in the middle of an elasti... | 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-26 | When restoring the index, we don't necessarily want to scroll to it. | 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-15 | First step for having a details view, where only the icon + name act as selec... | Peter Penz |
| 2008-08-18 | Column view + detail view: use different settings for preview and icon size l... | Peter Penz |
| 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 |
| 2008-05-29 | Only select an item if the current item has been changed by a key press (e. g... | Peter Penz |
| 2008-05-11 | Per default QTreeView starts either a selection or a drag operation when drag... | Peter Penz |
| 2008-04-16 | * clear the selection toggle when zooming in or out | Peter Penz |
| 2008-04-16 | if the mouse is above an item and moved very fast outside the widget, no view... | Peter Penz |
| 2008-03-12 | As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD... | Peter Penz |
| 2008-02-21 | stay consistent with the QListView behavior: changed the current index also c... | Peter Penz |
| 2008-02-21 | Let the DolphinController be aware on which QAbstractItemView instance he is ... | Peter Penz |
| 2008-02-21 | Prevent code duplication by moving the duplications into the DolphinController. | Peter Penz |
| 2008-02-17 | * if the system font is changed during Dolphin is open, take care to update t... | Peter Penz |
| 2008-02-12 | Move the Ctrl-wheel zoom handling to dolphinview. | Luciano Montanaro |
| 2008-01-26 | Blend in a toggle button when hovering items. This allows selecting items wit... | Peter Penz |
| 2008-01-16 | don't resize the columns automatically, as soon as the user has modified the ... | Peter Penz |
| 2008-01-05 | Remember the additional-info property (size, date, type, ...) for each view m... | Peter Penz |
| 2007-12-06 | Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co... | Peter Penz |
| 2007-11-20 | Drag & drop fixes for all views: assure that a consistent pixmap for the drag... | Peter Penz |
| 2007-11-07 | Fixed performance issue in the details-view when showing > 10000 items: | Peter Penz |
| 2007-11-06 | When switching from e. g. the icons view to the details view, additional info... | Peter Penz |
| 2007-10-26 | due to the recent tagging freeze this commit contains several fixes in one: | Peter Penz |
| 2007-10-05 | fixed most regressions due to the previous column-view refactoring | Peter Penz |