Summary: | Usability: Allow to edit entries in the search result list view | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Kevin Funk <kfunk> |
Component: | search | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REOPENED --- | ||
Severity: | wishlist | CC: | winter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/korganizer/commit/48485e4fbdc7b70a30972bb3ac2d529b987746aa | Version Fixed In: | |
Sentry Crash Report: |
Description
Kevin Funk
2013-02-28 11:46:36 UTC
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. |