[Kalk] [Bug 520153] Feature Request: pressing "=" again repeats the last operation

2026-07-13 Thread Michael Rostom
https://bugs.kde.org/show_bug.cgi?id=520153

Michael Rostom  changed:

   What|Removed |Added

   Platform|Fedora RPMs |unspecified
  Version First|26.04.1 |unspecified
Reported In||

-- 
You are receiving this mail because:
You are watching all bug changes.

[Kalk] [Bug 520153] Feature Request: pressing "=" again repeats the last operation

2026-05-16 Thread Michael Rostom
https://bugs.kde.org/show_bug.cgi?id=520153

Michael Rostom  changed:

   What|Removed |Added

  Version First|unspecified |26.04.1
Reported In||
   Platform|Other   |Fedora RPMs
 CC||[email protected]

--- Comment #1 from Michael Rostom  ---
This may be harder than I thought. Input is passed to the qalculate engine.
This means typing 2x2x2 leads to sending: 2, 2x, 2x2, 2x2x, 2x2x2. This makes
it difficult to extract the last operation and operand in order to repeat them.
I think the only way to implement this would be to try to extract them from
qalculate since it is the part that does the parsing and calculations.

-- 
You are receiving this mail because:
You are watching all bug changes.