| Age | Commit message (Expand) | Author |
| 2009-02-11 | - allow the view implementations to attach custom actions to the context menu | Peter Penz |
| 2009-01-25 | Refactor the folder expansion system. Main effect: instead of having a list ... | Simon Paul St James |
| 2009-01-21 | Two KFilePreviewGenerator's operating on the same KDirModel can lead to infin... | Simon Paul St James |
| 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-21 | When common view properties are used for all folders, the internal properties... | Peter Penz |
| 2008-12-16 | Assure that the view gets focused when: | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-12-08 | Port to KDirModel::simplifiedUrlList | David Faure |
| 2008-12-03 | Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData. | David Faure |
| 2008-12-03 | SVN_SILENT: assure that the order of the methods match in the h + cpp file | Peter Penz |
| 2008-12-03 | use KDirModel::mimeData() for cut/copy operations as suggested by David Faure | Peter Penz |
| 2008-11-14 | when renaming a variable number of items, it is important that the selection ... | Peter Penz |
| 2008-11-13 | When only one item is selected, show the item name in the statusbar instead o... | Peter Penz |
| 2008-11-13 | when changing the view mode if the preview is turned on, the directory must g... | Peter Penz |
| 2008-11-13 | fixed issue that the preview size might get applied to the previous view when... | Peter Penz |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-11-05 | * use KIO::itemsSummaryString() again | Peter Penz |
| 2008-11-03 | * Show the total size of files in the statusbar (thanks to Bram Schoenmakers ... | Peter Penz |
| 2008-11-02 | when a drag operation is done above an inactive view, activate the view autom... | Peter Penz |
| 2008-11-02 | Assure that automatically expanding of a folder also works when the new folde... | Peter Penz |
| 2008-10-26 | assure that the zoom level is updated when refreshing the view | Peter Penz |
| 2008-10-24 | * Move code from DolphinDropController to DragAndDropHelper. | Peter Penz |
| 2008-10-24 | Assure that no reloading is done if KDirLister emits a redirection, only chan... | Peter Penz |
| 2008-10-22 | * don't show a tooltip if a rubberband selection is done | Peter Penz |
| 2008-10-15 | Assure that the item delegate draws the hover effect and the selection for th... | Peter Penz |
| 2008-10-14 | Don't show an empty error dlg box when aborting deletion. | David Faure |
| 2008-10-13 | Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an... | David Faure |
| 2008-10-05 | Provide a zoom slider in the status bar. It is configurable whether the zoom ... | Peter Penz |
| 2008-10-05 | update the statusbar and provide a progress information within the Dolphin KP... | Peter Penz |
| 2008-10-01 | * adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ... | 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-26 | Provide a common iconsize-widget for the settings dialog of the icons-, detai... | Peter Penz |
| 2008-08-15 | minor adjustment to prevent code duplication | Peter Penz |
| 2008-08-14 | Change the location of the methods. Now the algorithm is only applied when ne... | Rafael Fernández López |
| 2008-08-12 | Provide functionality for auto-expanding folders (the whole patch has been pr... | Peter Penz |
| 2008-08-08 | assure correct update of the enabled/disabled state of the zoom actions (no b... | Peter Penz |
| 2008-08-05 | First step of refactoring to improve the zooming capabilities of views: | Peter Penz |
| 2008-08-03 | re-add assertions (have been accidentally removed by myself in the last commit) | Peter Penz |
| 2008-08-03 | Prevent that Konqueror crashs if pressing F2 (= Rename) although no items are... | Peter Penz |
| 2008-07-26 | Provide a 'int selectedItemsCount() const' interface for performance reasons,... | Peter Penz |
| 2008-06-19 | Assure that the keyboard focus stays inside the view when replacing the view ... | Peter Penz |
| 2008-06-18 | KFileItem::url() returns per value, not per reference | Peter Penz |
| 2008-06-18 | the method dropUrls(KUrl::List, KUrl) was never used as slot and is invoked o... | Peter Penz |
| 2008-06-18 | Assure that when requesting the context menu for the column-view, that the co... | Peter Penz |
| 2008-06-11 | cancel previews if the URL has been changed | Peter Penz |
| 2008-06-10 | only resolve the MIME-types asynchronously, if no preview is generated | Peter Penz |