| Age | Commit message (Expand) | Author |
| 2011-02-04 | Use capitalized KDE includes | Peter Penz |
| 2011-01-09 | Encapsulate the creation and handling of the directory lister, the model and ... | Peter Penz |
| 2010-11-04 | Interface cleanup: The DolphinView should not expose QAbstractItemView-specif... | Peter Penz |
| 2010-11-01 | Added implementation of the FileInfoExtension to allow KPart plugins to obtai... | Dawit Alemayehu |
| 2010-09-17 | KDirModel takes ownership of the directory lister, so don't delete the direct... | Peter Penz |
| 2010-08-30 | Move dolphin's statusbar message-label (the one with support for errors and a... | David Faure |
| 2010-08-27 | Context-menu cleanups: | Peter Penz |
| 2010-07-24 | Sourcecode hierarchy cleanup: Move further files from src to src/views | Peter Penz |
| 2010-07-24 | Sourcecode hierarchy cleanup: Create folder "views" and move view related sou... | Peter Penz |
| 2010-07-09 | Fix another problem with the network:/ ioslave: don't keep the mimetype when ... | David Faure |
| 2010-03-14 | Fix compilation on OpenSolaris with Sun Studio | Peter Penz |
| 2010-02-23 | Remove all code that is related to DolphinController's | Frank Reininghaus |
| 2010-02-08 | Separate the parent object (for the knewfilemenu instance) and the parent widget | David Faure |
| 2010-01-27 | Implement the --select option in konqueror again, using Peter's nice work in ... | David Faure |
| 2010-01-26 | Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on... | David Faure |
| 2009-12-23 | add version control actions to konqueror context menu if availableolActions() | Peter Penz |
| 2009-11-25 | Restore the "Edit->Selection" menu from Konqueror 3 for file | Frank Reininghaus |
| 2009-11-18 | Warn when the unsuspecting user is about to create a directory that starts wi... | David Faure |
| 2009-11-14 | When navigating back/forward in the DolphinPart inside Konqueror, remember | Frank Reininghaus |
| 2009-11-14 | Cheat a bit with the root item: give it the view URL, rather than the dirlist... | David Faure |
| 2009-11-10 | Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in Brow... | David Faure |
| 2009-11-10 | While reading this code, I noted that it didn't use KFileItemListProperties a... | David Faure |
| 2009-09-21 | The redirection from zip to file wasn't appearing in konqueror because zip:/t... | David Faure |
| 2009-08-28 | I wanted to this for KDE 4.1 already, but well... | Peter Penz |
| 2009-07-29 | Allow the revision control plugins to indicate information-, error- and opera... | Peter Penz |
| 2009-07-12 | Same change as in r995015, but for usage in konq: Don't connect to KDirLister... | David Faure |
| 2009-04-07 | We don't know the mimetype here, so better not set it at all, konq will deter... | David Faure |
| 2009-04-01 | KonqFileItemCapabilities -> KFileItemListProperties | David Faure |
| 2009-03-26 | Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ... | Peter Penz |
| 2009-03-25 | BUG: 175658 | Rahman Duran |
| 2009-03-21 | - Write the settings to the disk as soon as "Apply" or "OK" has been pressed ... | Peter Penz |
| 2009-03-17 | Assure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObs... | Peter Penz |
| 2009-03-15 | a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a che... | Christian Ehrlicher |
| 2009-03-10 | Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that th... | Frank Reininghaus |
| 2009-02-17 | Implement TODO - show the action "expandable folders" in the RMB popup over d... | David Faure |
| 2009-02-11 | - allow the view implementations to attach custom actions to the context menu | Peter Penz |
| 2009-01-26 | Don't crash if parentWidget is 0 (even though I don't recommend setting it to... | David Faure |
| 2009-01-19 | Update the KPart host's status bar info when selection changes. | Simon Paul St James |
| 2009-01-16 | Remove useless code, replaced with slotRedirection. | David Faure |
| 2009-01-16 | Repair redirections in DolphinPart, it used to notify of redirections by conn... | 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 | update the statusbar and provide a progress information within the Dolphin KP... | Peter Penz |
| 2008-08-07 | use the global setting for the "Show Delete" command | Peter Penz |
| 2008-07-11 | Code factorization: move "properties" action and slot to DolphinViewActionHan... | David Faure |
| 2008-06-29 | Don't disable the "Properties" action when no file is selected, just use the ... | Peter Penz |
| 2008-06-18 | SVN_SILENT: removed unnecessary includes | Peter Penz |
| 2008-06-10 | Argh my last patch broke plugins. So revert 818988 and do it properly, for re... | David Faure |
| 2008-06-10 | Revert 818910 and do it properly (patch by dfaure). | Chusslove Illich |
| 2008-06-09 | Another fix for redirections: "Create New" was missing from the konqpopupmenu... | David Faure |
| 2008-06-07 | fix crash when e. g. right clicking on a file using SMB inside Konqueror | Peter Penz |