| Age | Commit message (Expand) | Author |
| 2009-02-07 | The layout algorithm of QListView in Qt4.5 also respects the style-hint QStyl... | Peter Penz |
| 2009-02-03 | Check whether the global single-click/double-click setting has been changed d... | Peter Penz |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-05 | QAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), s... | Peter Penz |
| 2009-01-02 | Instead of increasing the grid spacing, increase the item size, so that there... | Peter Penz |
| 2008-12-30 | optimize the grid size of the icons view to prevent having gaps on the right ... | Peter Penz |
| 2008-12-13 | only jump automatically to the current index, if the autoscrolling is not active | 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-09 | use a smaller step size when using the scroll wheel | Peter Penz |
| 2008-12-06 | Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab... | Peter Penz |
| 2008-11-30 | fixed issue that the text width gets very small when turning on previews in t... | Peter Penz |
| 2008-11-23 | Opening a tab with the middle mouse button should always be done with one cli... | Peter Penz |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-10-24 | * Move code from DolphinDropController to DragAndDropHelper. | Peter Penz |
| 2008-10-22 | * don't show a tooltip if a rubberband selection is done | 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-15 | For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those... | Diego Iastrubni |
| 2008-08-05 | First step of refactoring to improve the zooming capabilities of views: | Peter Penz |
| 2008-06-27 | Also allow to use the selection toggle when double click is used. This allows... | Peter Penz |
| 2008-06-03 | jump to the URL of the clipboard content if a middle click on an empty area i... | Peter Penz |
| 2008-05-07 | don't disable the scrollTo() functionality if a QAbstractItemView state is se... | Peter Penz |
| 2008-05-07 | enable the scrollTo() functionality if it has been triggered by a key-press | Peter Penz |
| 2008-05-06 | Fixed issue that the vertical scrollbar jumps back to the initial state durin... | Peter Penz |
| 2008-05-04 | Fixed issue that sometimes the dragging from an inactive view to an active vi... | 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-04-01 | don't start the editor for renaming the files when double clicking on items | Peter Penz |
| 2008-03-30 | Third attempt for fixing the layout issue, this time without side effects and... | Peter Penz |
| 2008-03-30 | Revert last commit; the issue seems to be reproducible only in combination wi... | Peter Penz |
| 2008-03-29 | QListView might return a wrong x-position if the decoration size decreases. I... | Peter Penz |
| 2008-03-23 | provide a config module for the settings GUI of the Dolphin views, so that it... | Peter Penz |
| 2008-03-20 | assure that the maximum size of the item-delegate gets updated before showing... | Peter Penz |
| 2008-03-20 | QListView does not support having a margin for grids. Originally it has been ... | Peter Penz |
| 2008-03-13 | Don't force that the preview size must be >= the icon size. This gets confusi... | Peter Penz |
| 2008-03-12 | * the WA_Hover flag is set by KFileItemDelegate automatically now | Peter Penz |
| 2008-03-12 | As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD... | Peter Penz |
| 2008-03-05 | provide an unintrusive frame for previews of images | Peter Penz |
| 2008-02-21 | Fixed wrong comments. Discussed with David Faure: installing an event filter ... | Peter Penz |
| 2008-02-21 | * Install an event-filter for the view implementations. Whenever a view imple... | 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-21 | Bugfix: Currently, if you open dolphin, select a bunch of files, and right cl... | Eduardo Robles Elvira |
| 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-02-01 | Zoom in and out the icon view on Ctrl+Mouse wheel. | Luciano Montanaro |
| 2008-01-26 | reset the selection manager when the URL has been changed (otherwise the sele... | Peter Penz |
| 2008-01-26 | Blend in a toggle button when hovering items. This allows selecting items wit... | Peter Penz |
| 2008-01-26 | * increase the performance of item previews: each item view provides an icon ... | Peter Penz |