┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
AgeCommit message (Expand)Author
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
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. This...Peter Penz
2008-03-29The paste operation should ignore the current selection to behave similar as ...Peter Penz
2008-01-25don't add a place having an empty namePeter Penz
2007-11-18allow to show/hide the menubarPeter Penz
2007-10-07Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and u...David Faure
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-08-15Fixed a few commentsGabriel Anderson
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-05-09include cleanupDirk Mueller