┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/contextmenu/contextmenusettingspage.cpp
AgeCommit message (Collapse)Author
2021-10-11Currently, when changing Version Control settings in Configure -> Context ↵Blaster goo
Menu, it tells you to restart to apply those settings. This commit changes that by asking you if you would like to restart now or later. FEATURE: 441192 FIXED-IN: 21.12
2021-05-25[src/settings/contextmenu/contextmenusettingspage] Fix Crash because of nullptrÖmer Fadıl Usta
BUG: 437539
2021-05-10DolphinContextMenu: Allow disabling "Open Terminal" actionAlexander Lohnau
BUG: 436323 FIXED-IN: 21.08
2021-05-10Put code for desktop file plugin loading in KIO version checkAlexander Lohnau
Loading plugins by their desktop files was deprecated in https://invent.kde.org/frameworks/kio/-/merge_requests/416. Task: https://phabricator.kde.org/T12250
2021-04-05Port the VCS plugin system to KPluginLoaderTobias Fella
The loader looks for the plugins in ${QT_PLUGIN_PATH}/dolphin/vcs. The old method of loading the plugins is kept around for now, to support external, legacy plugins.
2020-12-28Add constDuong Do Minh Chau
2020-12-28Apply Elvis suggestionsChau Duong
2020-12-28Share actions with main window to avoid duplicating icon name and textDuong Do Minh Chau
2020-12-28Add options to hide some context menu entriesDuong Do Minh Chau
This commit add options to hide the following context menu entries: - Add to Places - Copy Location - Duplicate Here - Open in New Tab and Open in New Tabs - Open in New Window - Sort By - View Mode The Services settings page is renamed to Context Menu ShowCopyMoveMenu option is moved from GeneralSettings to ContextMenuSettings BUG: 314594