| Age | Commit message (Expand) | Author |
| 2009-01-30 | SVN_SILENT: just mention what the method does, skip implementation details | Peter Penz |
| 2009-01-30 | minor coding style fixes (http://techbase.kde.org/Policies/Kdelibs_Coding_Sty... | Peter Penz |
| 2009-01-29 | The mouse wheel now works on Dolphin's tabs (to switch tabs), like just about... | Shaun Reich |
| 2009-01-19 | Use a custom SearchWidget instead directly using a KLineEdit. Currently the D... | Peter Penz |
| 2009-01-19 | Provide a search box for the nepomuksearch:/ KIO slave. This is just an initi... | Peter Penz |
| 2009-01-14 | Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli... | Peter Penz |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-13 | prevent that the user can open more than one instance of the settings dialog | Peter Penz |
| 2008-12-12 | if "split view" is used as startup setting, also open new tabs in the split v... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-11-13 | * show an error message instead of an information message when an invalid dra... | Peter Penz |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-10-25 | If the context menu is opened above a directory, add the actions "Open in New... | Peter Penz |
| 2008-10-25 | * renamed "[x] Show Full Location" to "[x] Editable Location" | Peter Penz |
| 2008-10-25 | You can now switch the tabs in dolphin via keyboard shortcuts like in konqueror | Mathias Soeken |
| 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-25 | let me introduce: typo of the year "the the" | Frederik Schwarzer |
| 2008-08-12 | Activate the tab when an item is dragged above an inactive tab. Thanks to Dmi... | Peter Penz |
| 2008-07-26 | Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid. | Peter Penz |
| 2008-07-11 | Code factorization: move "properties" action and slot to DolphinViewActionHan... | David Faure |
| 2008-06-30 | Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan... | Peter Penz |
| 2008-06-28 | Don't check for "kompare" each time 2 items are selected (thanks to Andreas S... | Peter Penz |
| 2008-05-11 | If the middle mouse button is pressed above an item of the places panel, open... | Peter Penz |
| 2008-05-04 | Move "Adjust view properties" to dolphinviewactionhandler so that it's availa... | David Faure |
| 2008-04-30 | KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod... | David Faure |
| 2008-04-20 | Fix bug with the UndoUiInterface usage: if more than one mainwindow was used,... | David Faure |
| 2008-04-16 | * provide context menu for tabs | Peter Penz |
| 2008-04-13 | implemented functionality for closing tabs | Peter Penz |
| 2008-04-13 | fixes for tabs: | Peter Penz |
| 2008-04-12 | when clicking with the middle mouse button on a directory, a new tab should b... | Peter Penz |
| 2008-04-12 | "New Tab" menu + some related code ;-) | Peter Penz |
| 2008-03-29 | Move the pasteIntoFolder() method from the contextmenu into DolphinView. This... | Peter Penz |
| 2008-03-12 | remove unused signal | Peter Penz |
| 2008-02-23 | minor cleanup: no need to create a slot which just invokes another method, ju... | Peter Penz |
| 2008-02-13 | Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ... | David Faure |
| 2008-02-13 | Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V... | David Faure |
| 2008-02-11 | Forwardport 773570: | David Faure |
| 2008-02-11 | Factorize all the view-related action handling to DolphinViewActionHandler, t... | David Faure |
| 2008-02-07 | Fixed issue that the "Show Full Location" action is not synchronized with the... | Peter Penz |
| 2008-01-28 | keep in sync with 4.0 branch (767566) | David Faure |
| 2008-01-28 | Centralize three more actions so that they are available in DolphinPart: 'Sho... | David Faure |
| 2008-01-22 | svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a... | David Faure |
| 2008-01-22 | Move the code handling the additional-info-actions to DolphinView; simplify s... | David Faure |
| 2008-01-22 | Use a QActionGroup and save 6 slots (and the duplication of the action names ... | David Faure |
| 2008-01-21 | forwardport 764429: | David Faure |
| 2008-01-21 | Revert the moving of the action to the DolphinView instance, this doesn't wor... | David Faure |
| 2008-01-21 | Cleanup: let the DolphinView be aware about the used action collection. This ... | Peter Penz |
| 2008-01-19 | stay consistent with Konqueror: F10 creates a new directory | Peter Penz |
| 2007-12-14 | Moving code around in dolphin fixes DnD support in konqueror :) | David Faure |