| Age | Commit message (Expand) | Author |
| 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 |
| 2008-03-29 | The paste operation should ignore the current selection to behave similar as ... | Peter Penz |
| 2008-03-18 | Fix Krazy i18n issues. | Chusslove Illich |
| 2008-01-27 | - Fix some compiler warnings. | Bill Egert |
| 2008-01-25 | don't add a place having an empty name | Peter Penz |
| 2007-12-24 | Move (broken) action "Edit/Properties" to dolphinpart and made it work there. | David Faure |
| 2007-12-10 | use different icon for "Add to places" as suggested by David Vignoni | Peter Penz |
| 2007-11-19 | open the context-menu for the viewport if no selection is given although the ... | Peter Penz |
| 2007-11-18 | allow to show/hide the menubar | Peter Penz |
| 2007-11-15 | don't add 2 separators inside a 3 item-menu... | Peter Penz |
| 2007-11-06 | Have "Add to Places" in the context menu for the trash too. | Kevin Ottens |
| 2007-10-29 | Icon naming spec compliance (code changes): | Jakob Petsovits |
| 2007-10-24 | KConfig* API overhaul. only cosmetics, so don't panic. | Oswald Buddenhagen |
| 2007-10-22 | icon renamings: | Pino Toscano |
| 2007-10-15 | use KGlobal::config() instead of parsing kdeglobals each time (thanks to Davi... | Peter Penz |
| 2007-10-13 | Fixed issue that the "Show 'Delete' command in context menu" setting is not r... | Peter Penz |
| 2007-10-07 | Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and u... | David Faure |
| 2007-09-19 | Fix crash in dolphinpart when doing RMB on viewport. | David Faure |
| 2007-08-25 | don't use the term "Bookmarks" anymore, use "Places" instead (includes device... | Peter Penz |
| 2007-08-16 | Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileI... | Peter Penz |
| 2007-08-15 | Removed a bad Q_ASSERT | Gabriel Anderson |
| 2007-08-13 | Use KFileItem by value rather than by pointer | David Faure |
| 2007-08-12 | removed "Toggle Views" context menu action (not required anymore as only the ... | Peter Penz |
| 2007-07-09 | KUIT adaptions | Peter Penz |
| 2007-06-20 | minor coding style cleanups | Peter Penz |
| 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 |