| Age | Commit message (Expand) | Author |
| 2009-01-19 | hide the tooltips when a key is pressed (thanks to Shaun Reich for the initia... | Peter Penz |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2008-12-16 | assure that a column of the column view acts as focus proxy when being active | 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-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-12-03 | use KDirModel::mimeData() for cut/copy operations as suggested by David Faure | Peter Penz |
| 2008-11-23 | Opening a tab with the middle mouse button should always be done with one cli... | Peter Penz |
| 2008-11-23 | Activate the column when a drag enter event has been received. This assures a... | Peter Penz |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-10-25 | use the DolphinDirLister instead of KDirLister | 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-10-05 | the model from the KFilePreviewGenerator constructor has been removed | Peter Penz |
| 2008-09-28 | Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi... | Peter Penz |
| 2008-09-24 | rename setter/getter for showing previews to be naming guidelines conform | Peter Penz |
| 2008-09-23 | We have our own tooltip implementation in Dolphin. We don't want to use this ... | Rafael Fernández López |
| 2008-09-21 | renamed IconManager to KFilePreviewGenerator | Peter Penz |
| 2008-08-12 | Provide functionality for auto-expanding folders (the whole patch has been pr... | Peter Penz |
| 2008-06-27 | Also allow to use the selection toggle when double click is used. This allows... | Peter Penz |
| 2008-06-18 | it's assured that when requesting a context menu that the column is marked as... | Peter Penz |
| 2008-06-18 | Assure that when requesting the context menu for the column-view, that the co... | Peter Penz |
| 2008-06-10 | only resolve the MIME-types asynchronously, if no preview is generated | 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-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-09 | Provide tooltips. Per default tooltips are turned off because the information... | Peter Penz |
| 2008-04-01 | don't start the editor for renaming the files when double clicking on items | Peter Penz |
| 2008-03-23 | provide an option to rename files inline | Peter Penz |
| 2008-03-20 | fixed regression because of disconnecting non-available slots - now files don... | 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-06 | update the previews of columns when the decoration size has been changed | Peter Penz |
| 2008-03-06 | fixed wrong ASSERT in column-view (the usecase is valid) | Peter Penz |
| 2008-02-22 | KDE 4.1 requires Qt4.4 -> remove the #ifdefs... | 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-18 | No longer use Obsolete Member for QWidget: | Bill Egert |
| 2008-02-17 | * if the system font is changed during Dolphin is open, take care to update t... | Peter Penz |
| 2008-02-15 | Fix flicker when resizing the central view area in Dolphin. Only applicable ... | Robert Knight |
| 2008-02-12 | Move the Ctrl-wheel zoom handling to dolphinview. | Luciano Montanaro |
| 2008-02-11 | apply sorting + sort order to the column view | Peter Penz |
| 2008-02-01 | Show the vertical scroll bar only when necessary | Rafael Fernández López |
| 2008-01-26 | reset the selection manager when the URL has been changed (otherwise the sele... | Peter Penz |