| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-14 | Revert "Remove deprecated KServiceTypeTrader" | Méven Car | |
| This reverts commit 648c2db6e4c6552962c20d2f9e4d3ce44e02d212. | |||
| 2023-02-10 | Remove deprecated KServiceTypeTrader | Dāvis Mosāns | |
| 2023-02-05 | Add clang-format and format code as in Frameworks | Serg Podtynnyi | |
| 2022-10-15 | Port away from deprecated KMessageBox Yes/No | Friedrich W. H. Kossebau | |
| GIT_SILENT | |||
| 2022-06-11 | Fix install/load plugins from kf<version> | Laurent Montel | |
| 2022-05-31 | We depend against kf5.91 => remove check | Laurent Montel | |
| 2022-05-31 | KServiceTypeTrader has been deprecated since KService 5.90 | Ahmad Samir | |
| 2022-05-31 | Fix version macro with respect to finding "KFileItemAction/Plugin" services | Ahmad Samir | |
| GIT_SILENT | |||
| 2022-05-31 | Port away from deprecated KNewStuff API | Ahmad Samir | |
| 2022-05-31 | Merge two relevant ifdef blocks | Ahmad Samir | |
| GIT_SILENT | |||
| 2022-05-02 | Re-add "Open Terminal Here" feature | oioi 555 | |
| This is equivalent to the "Open Terminal Here" feature that existed until Version 20.12. If the user has selected folders, replace "Open Terminal" in the context menu with "Open Terminal Here". When more than 5 folders are selected, a modal window will ask the user if they are sure they want to open all 6 or more terminal windows. In Detail View, users can also select a file, which will open a terminal at the location of that file. BUG: 452637 FIXED-IN: 22.08 | |||
| 2022-01-02 | Load service menus for settings from new file location | Alexander Lohnau | |
| This is a replacement for the KServiceTypeTrader loading. Because third parties still use the KServiceTypeTrader file location, we need to support both for the time being. | |||
| 2022-01-02 | Version control plugins: Remove defunct KServiceTypeTrader query for ↵ | Alexander Lohnau | |
| available plugins We do not load those plugins anymore, consequently it does not make sense to find and display them in the settings | |||
| 2021-12-01 | Port away from deprecated KDesktopFileActions::userDefinedServices overload | Alexander Lohnau | |
| 2021-12-01 | Port away from deprecated KPluginLoader | Alexander Lohnau | |
| 2021-10-11 | Currently, 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-10 | DolphinContextMenu: Allow disabling "Open Terminal" action | Alexander Lohnau | |
| BUG: 436323 FIXED-IN: 21.08 | |||
| 2021-05-10 | Put code for desktop file plugin loading in KIO version check | Alexander 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-05 | Port the VCS plugin system to KPluginLoader | Tobias 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-28 | Add const | Duong Do Minh Chau | |
| 2020-12-28 | Apply Elvis suggestions | Chau Duong | |
| 2020-12-28 | Share actions with main window to avoid duplicating icon name and text | Duong Do Minh Chau | |
| 2020-12-28 | Add options to hide some context menu entries | Duong 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 | |||
