| Age | Commit message (Expand) | Author |
| 2010-10-10 | Internal cleanup: Remove public method selectedUrls() from DolphinView to kee... | Peter Penz |
| 2010-10-09 | Move the "Add to Places" action upwards when used on the viewport to stay con... | Peter Penz |
| 2010-10-07 | Use the actions "new_tab" and "new_window" for the viewport-contextmenu inste... | Peter Penz |
| 2010-10-05 | Use "Open Path" instead of "Open Parent Folder", as the headline in the searc... | Peter Penz |
| 2010-09-22 | If the context-menu is opened for a file shown as search result, offer the ac... | Peter Penz |
| 2010-09-21 | - Use less separators | Peter Penz |
| 2010-09-21 | Use K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-i... | Peter Penz |
| 2010-09-20 | Workaround for a X11-issue in combination with KModifierKeyInfo: When constru... | Peter Penz |
| 2010-09-17 | Remove the fixed-size workaround, only one action is used now in this case | Peter Penz |
| 2010-09-17 | - Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the File... | Peter Penz |
| 2010-09-17 | There is no need to burden DolphinMainWindow with internals of the context-menu. | Peter Penz |
| 2010-09-17 | When you view the context menu of a file/folder and shift is pressed (and the... | Mark Gaiser |
| 2010-08-27 | Context-menu cleanups: | Peter Penz |
| 2010-08-24 | remove unused includes (found when grepping for stuff) | David Faure |
| 2010-07-24 | Sourcecode hierarchy cleanup: Create folder "views" and move view related sou... | Peter Penz |
| 2010-01-26 | Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on... | David Faure |
| 2009-12-23 | SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions() | Peter Penz |
| 2009-11-18 | Warn when the unsuspecting user is about to create a directory that starts wi... | David Faure |
| 2009-11-12 | BUG: 191309 | Harsh Chouraria J |
| 2009-08-13 | * Use the term "version control" instead of "revision control" to be consiste... | Peter Penz |
| 2009-07-29 | Fix memory leak. QMenu::addAction(QMenu*) does not take ownership. | Michael Jansen |
| 2009-07-23 | replace list.count() > 0 by !list.isEmpty() | Peter Penz |
| 2009-07-23 | also provide revision control actions for the viewport-context-menu | Peter Penz |
| 2009-07-22 | show the actions of a revision control plugin in the context menu | Peter Penz |
| 2009-05-26 | fixed wrong include usage (reported by krazy) | Peter Penz |
| 2009-04-01 | KonqFileItemCapabilities -> KFileItemListProperties | David Faure |
| 2009-03-23 | Port away from now-deprecated KonqPopupMenuInformation | David Faure |
| 2009-03-13 | Added "document-properties" icon to "Properties", I added in another menu als... | Shaun Reich |
| 2009-02-11 | - allow the view implementations to attach custom actions to the context menu | Peter Penz |
| 2009-01-19 | Fix lack of error handling in RMB/Move To... (e.g. when src is root-owned) be... | David Faure |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-10 | raise() and activateWindow() are not needed in this case | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-11-14 | disable the 'Create New' entry in the context menu, if the directory does not... | Peter Penz |
| 2008-11-14 | provide a 'Create New' entry for a context menu above a directory | Peter Penz |
| 2008-10-25 | If the context menu is opened above a directory, add the actions "Open in New... | Peter Penz |
| 2008-09-23 | Fixed issue that the "Show Menu Bar" state is not updated correctly (workarou... | Peter Penz |
| 2008-08-12 | Use a modeless properties dialog instead of a modal one, when opening it abov... | Peter Penz |
| 2008-08-07 | use the global setting for the "Show Delete" command | Peter Penz |
| 2008-06-18 | Assure that when requesting the context menu for the column-view, that the co... | Peter Penz |
| 2008-06-10 | remove KDE 3 relict (the preview action does not exist anymore since about mo... | Peter Penz |
| 2008-06-02 | Use KonqMenuActions to add the "open with" actions to the popupmenu, to avoid... | David Faure |
| 2008-06-02 | Use KonqFileItemCapabilities in KonqPopupMenuInformation instead of the too-b... | David Faure |
| 2008-06-02 | Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,... | George Goldberg |
| 2008-05-19 | Argh, I knew I forgot to commit this dir. Sorry about that. | David Faure |
| 2008-05-19 | This compiles and may or may not work as intended. | Andreas Hartmetz |
| 2008-04-18 | Consider the protocol and directory capabilities for file actions like Move T... | Peter Penz |
| 2008-04-02 | Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu c... | Peter Penz |
| 2008-04-01 | Typo fixes | Malcolm Hunter |
| 2008-03-29 | Move the pasteIntoFolder() method from the contextmenu into DolphinView. This... | Peter Penz |