┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Expand)Author
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on...David Faure
2009-12-23SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()Peter Penz
2009-11-18Warn when the unsuspecting user is about to create a directory that starts wi...David Faure
2009-11-12BUG: 191309Harsh Chouraria J
2009-08-13* Use the term "version control" instead of "revision control" to be consiste...Peter Penz
2009-07-29Fix memory leak. QMenu::addAction(QMenu*) does not take ownership.Michael Jansen
2009-07-23replace list.count() > 0 by !list.isEmpty()Peter Penz
2009-07-23also provide revision control actions for the viewport-context-menuPeter Penz
2009-07-22show the actions of a revision control plugin in the context menuPeter Penz
2009-05-26fixed wrong include usage (reported by krazy)Peter Penz
2009-04-01KonqFileItemCapabilities -> KFileItemListPropertiesDavid Faure
2009-03-23Port away from now-deprecated KonqPopupMenuInformationDavid Faure
2009-03-13Added "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 menuPeter Penz
2009-01-19Fix lack of error handling in RMB/Move To... (e.g. when src is root-owned) be...David Faure
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2009-01-10raise() and activateWindow() are not needed in this casePeter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-11-14disable the 'Create New' entry in the context menu, if the directory does not...Peter Penz
2008-11-14provide a 'Create New' entry for a context menu above a directoryPeter Penz
2008-10-25If the context menu is opened above a directory, add the actions "Open in New...Peter Penz
2008-09-23Fixed issue that the "Show Menu Bar" state is not updated correctly (workarou...Peter Penz
2008-08-12Use a modeless properties dialog instead of a modal one, when opening it abov...Peter Penz
2008-08-07use the global setting for the "Show Delete" commandPeter Penz
2008-06-18Assure that when requesting the context menu for the column-view, that the co...Peter Penz
2008-06-10remove KDE 3 relict (the preview action does not exist anymore since about mo...Peter Penz
2008-06-02Use KonqMenuActions to add the "open with" actions to the popupmenu, to avoid...David Faure
2008-06-02Use KonqFileItemCapabilities in KonqPopupMenuInformation instead of the too-b...David Faure
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,...George Goldberg
2008-05-19Argh, I knew I forgot to commit this dir. Sorry about that.David Faure
2008-05-19This compiles and may or may not work as intended.Andreas Hartmetz
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-04-01Typo fixesMalcolm Hunter
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-03-18Fix Krazy i18n issues.Chusslove Illich
2008-01-27- Fix some compiler warnings.Bill Egert
2008-01-25don't add a place having an empty namePeter Penz
2007-12-24Move (broken) action "Edit/Properties" to dolphinpart and made it work there.David Faure
2007-12-10use different icon for "Add to places" as suggested by David VignoniPeter Penz
2007-11-19open the context-menu for the viewport if no selection is given although the ...Peter Penz
2007-11-18allow to show/hide the menubarPeter Penz
2007-11-15don't add 2 separators inside a 3 item-menu...Peter Penz
2007-11-06Have "Add to Places" in the context menu for the trash too.Kevin Ottens
2007-10-29Icon naming spec compliance (code changes):Jakob Petsovits
2007-10-24KConfig* API overhaul. only cosmetics, so don't panic.Oswald Buddenhagen
2007-10-22icon renamings:Pino Toscano
2007-10-15use KGlobal::config() instead of parsing kdeglobals each time (thanks to Davi...Peter Penz
2007-10-13Fixed issue that the "Show 'Delete' command in context menu" setting is not r...Peter Penz