| Age | Commit message (Expand) | Author |
| 2010-01-25 | * Adjust code to use the improved KUrlNavigator API. | Peter Penz |
| 2010-01-14 | Use KFileItem::text() instead of name() for pretty printed filenames | Sebastian Trueg |
| 2010-01-14 | If the root directory lister is different from the internally used directory ... | Peter Penz |
| 2010-01-06 | SVN_SILENT: ah, forgot to remove temporary testing code... | Peter Penz |
| 2010-01-06 | Send the selectionChanged() signal without delay in case the selection has be... | Peter Penz |
| 2010-01-06 | Fixed issue that Ctrl+A sometimes did not result in an update of the Informat... | Peter Penz |
| 2010-01-06 | Fixed issue that when starting Dolphin with the column view a wrong layout ha... | Peter Penz |
| 2009-12-19 | Don't rely on that the same proxy model is used for all views. Trigger a refr... | Peter Penz |
| 2009-12-17 | * respect the --select startup option | Peter Penz |
| 2009-12-03 | removed workaround for KDE 4.0, that is obviously not required anymore | Peter Penz |
| 2009-11-30 | When the view is reloaded in Dolphin or the DolphinPart inside | Frank Reininghaus |
| 2009-11-25 | Restore the "Edit->Selection" menu from Konqueror 3 for file | Frank Reininghaus |
| 2009-11-14 | SVN_SILENT: Remove trailing white space | Frank Reininghaus |
| 2009-11-14 | When navigating back/forward in the DolphinPart inside Konqueror, remember | Frank Reininghaus |
| 2009-10-25 | Do not zoom the icons if the user presses Control and the left mouse | Frank Reininghaus |
| 2009-10-19 | Fixed possible crash when switching between 2 views. In this case DolphinView... | Peter Penz |
| 2009-09-18 | Update the controller's url upon redirection, otherwise pasting would paste i... | David Faure |
| 2009-09-18 | Fix crash when changing view modes (view creation -> openurl -> clear -> upda... | David Faure |
| 2009-09-18 | don't call deleteLater on a null pointer, gives "QCoreApplication::postEvent:... | David Faure |
| 2009-09-11 | Fixed minor regression introduced with the column view refactoring: When swit... | Peter Penz |
| 2009-08-30 | Restore "open folders automatically when dragging items above it" (it had bee... | Peter Penz |
| 2009-08-30 | Move the selection listener from DolphinView to ViewExtensionsFactory. The st... | Peter Penz |
| 2009-08-30 | Move the VersionControlObserver from the DolphinView to the ViewExtensionsFac... | Peter Penz |
| 2009-08-30 | - The selection changed timer only needs to be created for a DolphinView inst... | Peter Penz |
| 2009-08-29 | - fix focus issue in column-view | Peter Penz |
| 2009-08-29 | Restore "show hidden files" functionality in a generic way which works also f... | Peter Penz |
| 2009-08-29 | As KFilePreviewGenerator takes care for refreshing the directory lister autom... | Peter Penz |
| 2009-08-29 | SVN_SILENT compile | Christoph Feck |
| 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 handling of SelectionManager and AutoScroller to 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-29 | Allow the revision control plugins to indicate information-, error- and opera... | Peter Penz |
| 2009-07-27 | Improved Subversion test plugin to allow committing, updating, diffing, addin... | Peter Penz |
| 2009-07-23 | The revision control plugin must be aware on which directory the context-menu... | Peter Penz |
| 2009-07-22 | show the actions of a revision control plugin in the context menu | Peter Penz |
| 2009-07-12 | Enable Dolphin to show the revision states of files that are under revision c... | Peter Penz |
| 2009-07-11 | Fixed performance issues related to selections and deleting of files: | Peter Penz |
| 2009-07-08 | Performance improvement when selecting pasted/dropped items. | Peter Penz |
| 2009-06-22 | Count selected items, not QItemSelectionRanges in | Frank Reininghaus |
| 2009-06-20 | clear the selection before renaming multiple items | Peter Penz |
| 2009-06-08 | Mark the last visitied directory as active when going back in history. | Peter Penz |
| 2009-06-04 | Only reset the current URL, if the element is shown in the current view. | Peter Penz |
| 2009-05-26 | fixed krazy issues (see http://www.kdedevelopers.org/node/3919) | 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 | assure that clipboard items don't get selected when changing the URL | Peter Penz |