┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Expand)Author
2025-01-07Improve trash context menu UINate Graham
2024-11-29Make "open path" and "open path in new tab" scroll to the selected itemAkseli Lahtinen
2024-10-31refactor: replace QString() with QStringLiteral() for better performanceZhangzhi Hu
2024-10-14Add context menu items to Trash view and itemsEren Karakas
2024-09-19Ignore trailing slashes when comparing place URLsWolfgang Müller
2024-08-19Fix middle-click not following the "Open archives as folder" settingJin Liu
2024-03-30Contextmenu: add a separator before vcs actionsMéven Car
2024-03-18DolphinContextMenu: Add hint that secondary app will be opened by middle clickKai Uwe Broulik
2023-11-08Adapt to KConfigGroup name officially being a QString typeFriedrich W. H. Kossebau
2023-09-10Merge remote-tracking branch 'origin/master' into kf6Méven Car
2023-09-10Replace qAsConst with std::as_constMéven Car
2023-09-09Add open in split view actionEric Armbruster
2023-09-06DolphinContextMenu: Use targetUrl in addOpenParentFolderActionsMéven Car
2023-09-06Add open containing folder options for files in recentlyused:/Méven Car
2023-08-29Fix a bunch of clazy warningsMéven Car
2023-08-28Clean obsolete ifdefs since dolphin requires KF 5.101+Méven Car
2023-08-23Merge branch 'master' into kf6Méven Car
2023-08-22Swap "Open Path in New Tab" and "Open Path in New Window"Ilya Bizyaev
2023-07-05Merge branch 'master' into kf6Nicolas Fella
2023-07-05Add explicit moc includes to sources for moc-covered headersFriedrich W. H. Kossebau
2023-05-16Bring back the "Create New" menu in the menu barJakob Petsovits
2023-05-12Remove deprecated, ifdef'd code for old KIO versionsJakob Petsovits
2023-05-08Merge branch 'master' into kf6Méven Car
2023-04-02Context menu: allow to show copy to/move to inactive split viewMéven Car
2023-03-04Port away from deprecated KNewFileMenu ctorNicolas Fella
2023-02-05Add clang-format and format code as in FrameworksSerg Podtynnyi
2022-09-26Remove unused includesLaurent Montel
2022-07-14Port from KNewFileMenu::setPopupFiles to KNewFileMenu::setWorkingDirectoryNicolas Fella
2022-05-02Re-add "Open Terminal Here" featureoioi 555
2022-04-02Refactor DolphinContextMenu so its actions are retrievableFelix Ernst
2022-01-09Port back to KFilePlacesViewKai Uwe Broulik
2021-12-16Remove calls to no-op KNewFileMenu::setViewShowsHiddenFilesNicolas Fella
2021-12-01Port away from deprecated KFileItemActions::addOpenWithActionsTo methodAlexander Lohnau
2021-11-02Remove duplicate include from .h/.cppLaurent Montel
2021-07-04Reuse KFileItemActions instance during lifetime of dolphinAlexander Lohnau
2021-07-04contextmenu: Listen to new error signal from KFileItemActionsAlexander Lohnau
2021-07-03Remove unused includesNicolas Fella
2021-06-22Merge branch 'release/21.04' addendumFelix Ernst
2021-06-22Merge branch 'release/21.04'Felix Ernst
2021-06-22Fix shift-action modifier in context menuDerek Christ
2021-05-18Use more appropriate icon for "Create New" actionNate Graham
2021-05-13Re-arrange the contents of the hamburger menuFelix Ernst
2021-05-10DolphinContextMenu: Allow disabling "Open Terminal" actionAlexander Lohnau
2021-01-02Revert "ContextMenu: Allow plugins submenus to react to Shift modifiers"Elvis Angelaccio
2020-12-28Add options to hide some context menu entriesDuong Do Minh Chau
2020-12-15Merge branch 'release/20.12'Elvis Angelaccio
2020-12-15DolphinContextMenu: drop wrong assertElvis Angelaccio
2020-12-07ContextMenu: Allow plugins submenus to react to Shift modifiersMéven Car
2020-11-30Merge branch 'release/20.12'Nate Graham
2020-11-30Re-allow to paste files via context menuMéven Car