----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129019/ -----------------------------------------------------------
(Updated Sept. 26, 2016, 7:55 p.m.) Review request for KDE Frameworks. Changes ------- Made both suggested fixes. Repository: kio Description ------- This was missing in KFileItemActions so apps had to implement this by themselves (this particular implementation is inspired by Dolphin's, while KonqPopupMenu only had support for .desktop files and not JSON metadata). This API will also be useful in folderview (which I'm porting away from KonqPopupMenu) and kfind (same strategy). Diffs (updated) ----- src/kiod/kiod_main.cpp 345f46d498a70cadee50ee356d6e0f366476ba92 Diff: https://git.reviewboard.kde.org/r/129019/diff/ Testing (updated) ------- Porting dolphin, folderview and kfind to this. Using KIO version checks of course. Thanks, David Faure