┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Expand)Author
2014-06-29Remove the automoc noiseChristophe Giboudeaux
2014-06-12Merge remote-tracking branch 'origin/master' into frameworksFrank Reininghaus
2014-06-12Do not crash if QApplication::clipboard()->mimeData() is a null pointerFrank Reininghaus
2014-05-05KIcon -> QIcon and KMimeType::iconNameForUrl() -> KIO::iconNameForUrl()Alex Richardson
2014-05-05dolphin: convert the remaining code to Qt5 signal/slot syntaxAlex Richardson
2014-05-05Allow compiling Dolphin with KF5Alex Richardson
2013-11-21Make the "Create New..." menu in the "item context menu" work againFrank Reininghaus
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-06-21Revert "Hide context menu plugins unless enabled by default or by the user"Sune Vuorela
2013-06-04Bug 196035 - middle clicking on archive files in dolphin does not open them i...Emmanuel Pescosta
2013-05-29Hide context menu plugins unless enabled by default or by the userFrank Reininghaus
2013-05-22Added the "Open in new Tabs" action to the Dolphin Context menu.Emmanuel Pescosta
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-07-10Use the right name when adding a folder to Places with the context menuFrank Reininghaus
2012-06-02Provide a default name when adding a search query to the places panelPeter Penz
2012-06-02Use PlacesItemModel instead of KFilePlacesModelPeter Penz
2012-05-29Get rid of obsolete DolphinPlacesModelPeter 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-11-06Delete obsolete class DolphinSettingsPeter Penz
2011-10-08Context menu cleanupsPeter Penz
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter Penz
2011-04-26Don't ask twice whether the trash should get emptiedPeter Penz
2011-04-10DolphinContextMenu: Set the properties action from actionCollectionPeter Penz
2011-03-27DolphinContextMenu: Show "Show menubar" entry if necessaryPeter Penz
2011-03-26Provide toolbar-menu when the menubar is hiddenPeter Penz
2011-02-11DolphinContextMenu: cleanup includesPeter Penz
2011-02-10revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91aChristoph Thielecke
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Fix regression that creating a sub-folder is not possiblePeter Penz
2011-02-09Coding style update for pointer comparisonPeter Penz
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-07Add support for KAbstractFileItemActionPlugin. Requires kdelibs > 4.6.0.David Faure
2011-02-04Don't use the submodule-path for Qt-includes on application-levelPeter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2010-11-17Move the "Show Menubar" entry from the top to the bottom. For users that have...Peter Penz
2010-11-16Don't show the "Show menubar" action for a context-menu above items.Peter Penz
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
2010-10-13The &-shortcut from another action is not set until the action has been shown...Peter Penz
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to kee...Peter Penz
2010-10-09Move the "Add to Places" action upwards when used on the viewport to stay con...Peter Penz
2010-10-07Use the actions "new_tab" and "new_window" for the viewport-contextmenu inste...Peter Penz
2010-10-05Use "Open Path" instead of "Open Parent Folder", as the headline in the searc...Peter Penz
2010-09-22If the context-menu is opened for a file shown as search result, offer the ac...Peter Penz
2010-09-21- Use less separatorsPeter Penz
2010-09-21Use K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-i...Peter Penz