| Age | Commit message (Expand) | Author |
| 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 |
| 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-30 | Do not emit DolphinView's urlChanged(const KUrl&) signal if the view | Frank Reininghaus |
| 2009-04-20 | Let the user choose if folders are always shown first in the views of | Frank Reininghaus |
| 2009-04-15 | After restoring the current item when going back to a folder, the current-ite... | Peter Penz |
| 2009-03-30 | BUG: 187732 | Rahman Duran |
| 2009-03-30 | KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() instead | Peter Penz |
| 2009-03-17 | After creating an item with the "Create New..." menu, the new item should get... | Peter Penz |
| 2009-03-12 | SVN_SILENT: coding style fix | Peter Penz |
| 2009-02-25 | Restore support for pasting clipboard data (e.g. text) into a file, like konq... | David Faure |
| 2009-02-24 | Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeV... | 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-22 | clear the selection when Escape has been pressed (= same behavior like in Kon... | Peter Penz |
| 2009-02-22 | SVN_SILENT: removed kDebugs | 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-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 |