Simple Use-case: Trying to delete all entries with a specific title prior to a specific date. This is not possible at the moment afaics. How to reproduce: - Search for events in korganizer - It's not possible to edit/delete entries in the result view
How about a context menu on each result in the list view. possible menu items are Edit, Delete, Print. I like this idea.
+1, and a keyboard shortcut for delete.
the menu is there now since a few days ago. will be included with 5.14 I didn't add the shortcuts yet.
Git commit 48485e4fbdc7b70a30972bb3ac2d529b987746aa by Glen Ditchfield. Committed on 26/07/2021 at 01:14. Pushed by gditchfield into branch 'release/21.08'. Bind keyboard shortcuts in the Search dialog's results Bind the Delete key to the "Delete" action, and Return to "Edit...". This finishes off M +22 -0 src/dialog/searchdialog.cpp M +2 -0 src/dialog/searchdialog.h https://invent.kde.org/pim/korganizer/commit/48485e4fbdc7b70a30972bb3ac2d529b987746aa
Glen, I reverted https://invent.kde.org/pim/korganizer/commit/48485e4fbdc7b70a30972bb3ac2d529b987746aa Because I can no longer have the search run if I press the <return> key in the search lineedit. Now I need to click on the Search button to start the search. For deleting all hits, don't we really want multi-item selection and then a context menu for delete? @Kevin, thoughts? A [Del] shortcut on the delete menu item also would be a good idea.