┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
AgeCommit message (Expand)Author
2023-02-05Add clang-format and format code as in FrameworksSerg Podtynnyi
2022-12-26Not use forward and includesLaurent Montel
2022-04-02Refactor DolphinContextMenu so its actions are retrievableFelix Ernst
2021-07-04Reuse KFileItemActions instance during lifetime of dolphinAlexander Lohnau
2021-06-22Fix shift-action modifier in context menuDerek Christ
2020-11-23Fix delete action switching via 'Shift' when sub-context-menu is openDerek Christ
2020-11-23Move repetitive contextmenu related logic in one placeAlexander Lohnau
2020-08-25Output of licensedigger + manual cleanup afterwards.Elvis Angelaccio
2019-12-02Refactoring to reduce size of openItemContextMenu and add the ContextType Tim...Méven Car
2018-04-22Move "Open" actions to the top of the context menu for filesNathaniel Graham
2018-03-04Remove unused #includeRoman Inflianskas
2017-11-20Modernize: Use override where possibleKevin Funk
2017-06-06Drop unnecessary methodElvis Angelaccio
2016-10-02Popupmenu: use KIO 5.27's new addPluginActionsTo methodDavid Faure
2015-02-04Port KonqCopyToMenu to KFileCopyToMenuEmmanuel Pescosta
2014-11-03Q_DECL_OVERRIDELukáš Tinkl
2014-10-21port Dolphin from KUrl to QUrlLukáš Tinkl
2014-10-18Fix includesMontel Laurent
2014-10-10Clean includes + port to QMenuMontel Laurent
2014-09-09Add "Open Path" context menu actionKai Uwe Broulik
2013-08-28Replaced all KNewFileMenu usages in DolphinPart by DolphinNewFileMenu.Emmanuel Pescosta
2013-08-16Cut the ropes between DolphinMainWindow and DolphinNewFileMenu. Error handlin...Emmanuel Pescosta
2013-06-24Do not show "Move To Trash" action in context menu for remote URLs.Dawit Alemayehu
2013-05-14- Factored out the Delete/Move To Trash action into own class.Dawit Alemayehu
2013-05-05Reimplement handling of Shift while showing menu without KModifierKeyInfoDavid Faure
2012-06-02Provide a default name when adding a search query to the places panelPeter Penz
2012-05-11Allow moving items to trash also for non-local filesPeter Penz
2012-01-14Fix issue when deleting items with the context menuPeter Penz
2011-10-08Context menu cleanupsPeter Penz
2011-03-27DolphinContextMenu: Show "Show menubar" entry if necessaryPeter Penz
2011-03-26Provide toolbar-menu when the menubar is hiddenPeter Penz
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
2010-09-22If the context-menu is opened for a file shown as search result, offer the ac...Peter Penz
2010-09-21Use K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-i...Peter Penz
2010-09-20Workaround for a X11-issue in combination with KModifierKeyInfo: When constru...Peter Penz
2010-09-17- Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the File...Peter Penz
2010-09-17There is no need to burden DolphinMainWindow with internals of the context-menu.Peter Penz
2010-09-17When you view the context menu of a file/folder and shift is pressed (and the...Mark Gaiser
2010-08-27Context-menu cleanups:Peter Penz
2009-12-23SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()Peter Penz
2009-11-12BUG: 191309Harsh Chouraria J
2009-07-23also provide revision control actions for the viewport-context-menuPeter Penz
2009-04-01KonqFileItemCapabilities -> KFileItemListPropertiesDavid Faure
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
2008-06-02Use KonqMenuActions to add the "open with" actions to the popupmenu, to avoid...David Faure
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,...George Goldberg
2008-04-18Consider the protocol and directory capabilities for file actions like Move T...Peter Penz
2008-04-02Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu c...Peter Penz