| Age | Commit message (Expand) | Author |
| 2009-09-18 | Update the controller's url upon redirection, otherwise pasting would paste i... | David Faure |
| 2009-08-30 | Restore "open folders automatically when dragging items above it" (it had bee... | Peter Penz |
| 2009-08-30 | Move the VersionControlObserver from the DolphinView to the ViewExtensionsFac... | Peter Penz |
| 2009-08-29 | - restore functionality that selections are kept when changing the view mode | Peter Penz |
| 2009-08-29 | move the DolphinFileItemDelegate creation into ViewExtensionsFactory | 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-28 | I wanted to this for KDE 4.1 already, but well... | Peter Penz |
| 2009-08-13 | * Use the term "version control" instead of "revision control" to be consiste... | Peter Penz |
| 2009-07-31 | Fix forward declaration | Laurent Montel |
| 2009-07-22 | show the actions of a revision control plugin in the context menu | Peter Penz |
| 2009-07-11 | Fixed performance issues related to selections and deleting of files: | Peter Penz |
| 2009-06-08 | Mark the last visitied directory as active when going back in history. | Peter Penz |
| 2009-05-11 | select items after they have been copied/moved by a drag & drop operation | Peter Penz |
| 2009-05-11 | Only select the clipboard items after the user triggered "Paste". This fixes ... | Peter Penz |
| 2009-05-08 | Select copied/moved items automatically if no item is already selected. This ... | Peter Penz |
| 2009-05-08 | remove unused method (relict from times when KFilePreviewGenerator was not av... | Peter Penz |
| 2009-04-20 | Let the user choose if folders are always shown first in the views of | Frank Reininghaus |
| 2009-03-30 | BUG: 187732 | Rahman Duran |
| 2009-03-17 | After creating an item with the "Create New..." menu, the new item should get... | 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-01-25 | Refactor the folder expansion system. Main effect: instead of having a list ... | Simon Paul St James |
| 2009-01-14 | Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli... | Peter Penz |
| 2008-12-21 | When common view properties are used for all folders, the internal properties... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-12-03 | use KDirModel::mimeData() for cut/copy operations as suggested by David Faure | Peter Penz |
| 2008-11-03 | * Show the total size of files in the statusbar (thanks to Bram Schoenmakers ... | Peter Penz |
| 2008-11-02 | Assure that automatically expanding of a folder also works when the new folde... | Peter Penz |
| 2008-10-24 | Assure that no reloading is done if KDirLister emits a redirection, only chan... | Peter Penz |
| 2008-10-23 | SVN_SILENT Fix typos in kdebase | Enrique Matías Sánchez |
| 2008-10-15 | Assure that the item delegate draws the hover effect and the selection for th... | Peter Penz |
| 2008-10-13 | Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an... | David Faure |
| 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-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-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-07-26 | Provide a 'int selectedItemsCount() const' interface for performance reasons,... | 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-05-28 | Handle redirections (e.g. from fish://localhost) without breaking the column ... | David Faure |
| 2008-05-28 | Move the code for restoring the current item from DolphinViewContainer to Dol... | Peter Penz |
| 2008-05-20 | when going back in history apply the keyboard focus to the the previously sho... | Peter Penz |
| 2008-05-07 | SVN_SILENT: updated comments | Peter Penz |
| 2008-05-07 | allow Konqueror to open also files inside a new tab, not only directories | Peter Penz |
| 2008-04-30 | KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod... | David Faure |