| Age | Commit message (Expand) | Author |
| 2009-07-11 | Fixed performance issues related to selections and deleting of files: | Peter Penz |
| 2009-06-27 | Swap two lines in DolphinViewContainer::setUrl. Up to now, the "if | Frank Reininghaus |
| 2009-06-08 | Mark the last visitied directory as active when going back in history. | Peter Penz |
| 2009-04-15 | remove the '!' prefix, which is used for a literal command | Peter Penz |
| 2009-04-01 | KonqFileItemCapabilities -> KFileItemListProperties | David Faure |
| 2009-03-02 | Fixed a security bug in dolphin when handling malformed http urls. | Jose Carlos Norte |
| 2009-02-20 | Remember the used URL completion mode of the URL navigator. Thanks to Frank R... | Peter Penz |
| 2009-02-16 | Applied patches to filterbar as discussed on review request 91 and 93. | Sascha Peilicke |
| 2009-02-11 | - allow the view implementations to attach custom actions to the context menu | Peter Penz |
| 2009-02-10 | Fixed issue that the 'Create New' menu might be disabled although creating of... | Peter Penz |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2008-12-19 | minor improvement to last commit: only request the focus if we have a listabl... | Peter Penz |
| 2008-12-19 | Don't request the focus for the view because of a completed directory lister,... | Peter Penz |
| 2008-12-17 | turn off the filter when closing the filterbar by CTRL+I | Peter Penz |
| 2008-12-16 | Assure that the view gets focused when: | Peter Penz |
| 2008-12-12 | The nasty "100 ms" delay is not necessary anymore, doing a queued call works ... | Peter Penz |
| 2008-12-12 | If the users enters an URL that represents a file, open the file by the corre... | Peter Penz |
| 2008-12-12 | don't disable the "Create New" menu entry, when switching between columns of ... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-11-13 | * don't launch Konqueror when the protocol is invalid | Peter Penz |
| 2008-11-12 | Launch Konqueror if the user enters an unsupported protocol | Jordi Polo |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | 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-07 | improvement to previous commit: check whether the URL can be listed by asking... | Peter Penz |
| 2008-10-07 | If an URL cannot be listed, just let the view and the panels show the last li... | Peter Penz |
| 2008-10-06 | allow to configure whether the zoom slider and/or the space information shoul... | Peter Penz |
| 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-02 | don't clear the filterbar when switching between tabs | Peter Penz |
| 2008-08-03 | Allow to configure in the startup configuration whether the URL Navigator sho... | Peter Penz |
| 2008-07-19 | Disable the menu 'File' -> 'Create New...' if no writing is supported. | Peter Penz |
| 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-20 | remove unused method | Peter Penz |
| 2008-05-07 | Fixed issue the the current view does not get the focus after opening Dolphin... | Peter Penz |
| 2008-03-25 | Use new key in .protocol files, archiveMimetype, to know which kioslave can h... | David Faure |
| 2008-03-05 | Make Konqueror and Dolphin use the new KFileItem::targetUrl() method. | Norbert Frese |
| 2008-02-18 | No longer use Obsolete Member for QWidget: | Bill Egert |
| 2008-02-15 | Fix flicker when resizing the central view area in Dolphin. Only applicable ... | Robert Knight |
| 2008-01-21 | forwardport 764429: | David Faure |
| 2008-01-21 | Make it configurable whether a browsing through archives should be done. The ... | Peter Penz |
| 2008-01-21 | Cleanup: let the DolphinView be aware about the used action collection. This ... | Peter Penz |
| 2008-01-02 | do a case insensitive filtering of filenames | Peter Penz |
| 2007-12-16 | Only browse through zip and tar files if they are local (otherwise a cryptic ... | Peter Penz |
| 2007-12-16 | the signal urlsDropped is not available anymore in the DolphinView | Peter Penz |
| 2007-12-15 | simplified code for assuring that Open Office files won't get browsed + added... | Peter Penz |
| 2007-12-14 | Fixed issue that when clicking on Open Office files that Dolphin handles the ... | Peter Penz |
| 2007-12-08 | Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect... | Peter Penz |