| Age | Commit message (Expand) | Author |
| 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 |
| 2007-11-30 | enable session management | Peter Penz |
| 2007-11-25 | there's no need having 2-liners inside their own method when this method is o... | Peter Penz |
| 2007-11-18 | allow to show/hide the menubar | Peter Penz |
| 2007-11-17 | Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ... | David Faure |
| 2007-11-15 | Implement cut/copy/paste in dolphinpart. | David Faure |
| 2007-11-15 | Implement renaming in dolphinpart. | David Faure |
| 2007-11-15 | KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in k... | David Faure |
| 2007-10-26 | due to the recent tagging freeze this commit contains several fixes in one: | Peter Penz |
| 2007-10-10 | DolphinPart: provide a way to switch between view modes in konqueror. | David Faure |
| 2007-10-02 | Allow showing additional information like type, size and date in parallel for... | Peter Penz |
| 2007-10-02 | replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil... | Peter Penz |
| 2007-10-01 | Port dolphin to the KFileItemDelegate API changes. | Fredrik Höglund |
| 2007-09-27 | use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/... | Peter Penz |
| 2007-09-01 | SVN_SILENT typos-- | Arto Hytönen |
| 2007-08-13 | Use KFileItem by value rather than by pointer | David Faure |
| 2007-08-12 | * fixed issue that when having a split view, that both views get the same col... | Peter Penz |
| 2007-07-02 | Change signature of requestItemInfo signal, to avoid fileitem -> url -> index... | David Faure |
| 2007-06-22 | Allow to sort by rating, which can be quite useful in combination with the "S... | Peter Penz |
| 2007-06-20 | split view on startup if it is defined by the settings | Peter Penz |
| 2007-06-15 | Make use of the error messages coming from the places model. | Kevin Ottens |
| 2007-06-12 | * allow to toggle the content of split views by the context menu | Peter Penz |
| 2007-06-07 | First big step to make it possible that the DolphinView can be embedded as KP... | Peter Penz |
| 2007-06-03 | also toggle the text between "Split" and "Join" for the split action | Peter Penz |