| Age | Commit message (Expand) | Author |
| 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 |
| 2008-06-05 | When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files), | David Faure |
| 2008-06-05 | Move the "Create New" action (for the Edit menu, not for the context menu) to... | David Faure |
| 2008-06-04 | Continue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools ... | David Faure |
| 2008-06-02 | Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,... | George Goldberg |
| 2008-06-02 | dolphin part context menu now displays delete and not send to trash for remot... | George Goldberg |
| 2008-06-02 | Fix dolphinpart context menu so that the delete/rename/send to trash options ... | George Goldberg |
| 2008-05-28 | Handle redirections (e.g. from fish://localhost) without breaking the column ... | David Faure |
| 2008-05-07 | allow Konqueror to open also files inside a new tab, not only directories | Peter Penz |
| 2008-05-05 | Re-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror | David Faure |
| 2008-05-04 | Ooops, fix name of componentdata so that the dolphinpart GUI is found again. | David Faure |
| 2008-04-27 | don't allow to trash files which are inside trash:/ already | David Faure |
| 2008-04-23 | provide middle-mouse-button support for Konqueror (= create new window or tab) | Peter Penz |
| 2008-04-17 | Ported dolphinpart to K_PLUGIN_FACTORY | David Faure |
| 2008-04-10 | Load plugins at the end of the ctor, so that everything is set up already. Wi... | David Faure |