| Age | Commit message (Expand) | Author |
| 2009-04-20 | Let the user choose if folders are always shown first in the views of | Frank Reininghaus |
| 2009-03-30 | KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() instead | Peter Penz |
| 2009-02-22 | clear the selection when Escape has been pressed (= same behavior like in Kon... | Peter Penz |
| 2009-02-11 | hide the tooltip when the context menu is opened in the columns view | Peter Penz |
| 2009-02-09 | The Column Widget would not disconnect it's connection to request a tab(seen ... | Shaun Reich |
| 2009-02-08 | * open folders always on single click | Peter Penz |
| 2009-02-06 | Reverted r921975, I wasn't aware that the lack of reading the double-click se... | Shaun Reich |
| 2009-02-06 | The column view did not obey single/double-click navigation settings, it does... | Shaun Reich |
| 2009-02-03 | Don't differ between single-click and double-click in the column view, stay c... | Peter Penz |
| 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 |