| Summary: | Improve KFileItemAction action menu placement | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | tcanabrava |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/frameworks/kio/commit/1534dd1391f947f37c0cadc30b875b62425063c8 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
tcanabrava
2020-07-01 19:42:17 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/240 Git commit 1534dd1391f947f37c0cadc30b875b62425063c8 by Ahmad Samir. Committed on 09/12/2020 at 14:19. Pushed by ahmadsamir into branch 'master'. KFileItemActions: add new method to insert openwith actions This adds a new method, insertOpenWithActionsTo(), that will insert the openWith actions before a specific action; if that action is nullptr or isn't available in the topMenu, the openWith actions will be appended. M +35 -41 src/widgets/kfileitemactions.cpp M +24 -2 src/widgets/kfileitemactions.h https://invent.kde.org/frameworks/kio/commit/1534dd1391f947f37c0cadc30b875b62425063c8 |