Bug 496344 - Allow to easily insert entries from history
Summary: Allow to easily insert entries from history
Status: ASSIGNED
Alias: None
Product: kcalc
Classification: Applications
Component: general (other bugs)
Version First Reported In: 24.08.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Gabriel Barrantes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-16 14:08 UTC by postix
Modified: 2025-07-17 18:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2024-11-16 14:08:04 UTC
SUMMARY

The history is currently a simple list view with text strings.

To pick up an older calculation, you have to:

1. Select the text with the cursor
2. Right click and choose Copy
3. Right click into the input field and choose paste

This is obviously a very bad UX.

Keep in mind that in case of 3. there even exists an annoying bug: the paste entry will become grayed out, when you re-focus KCalc - I will open another bug report for that.

SpeedCrunch does this much better: Here you have a list view too, but the items are not select-able text, but are pasted automatically into the input field on double click!
Comment 1 Gabriel Barrantes 2024-11-16 23:00:05 UTC
See https://invent.kde.org/utilities/kcalc/-/issues/20
Comment 2 Bug Janitor Service 2025-07-17 18:27:09 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kcalc/-/merge_requests/188