| Summary: | Kcalc should not change value when changing base | ||
|---|---|---|---|
| Product: | [Applications] kcalc | Reporter: | Aaron Williams <aaronw> |
| Component: | general | Assignee: | Gabriel Barrantes <gabriel.barrantes.dev> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | gabriel.barrantes.dev, kc-kde |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Numera system view | ||
|
Description
Aaron Williams
2025-07-31 09:01:56 UTC
Created attachment 184161 [details]
Numera system view
The latest version has a new "Numeral system view" to show the number on all bases at once.
Yes the numeral system view is improved such as for very large numbers but completely broken when switching between hex and decimal or octal. 255 in decimal becomes 255 in hex instead of 0xff Yes the numeral system view is improved such as for very large numbers but completely broken when switching between hex and decimal or octal. 255 in decimal becomes 255 in hex instead of 0xff I like the copy number feature too btw :-) I assume the changes were an attempt to match gnome-calculators features and for the most part it does and looks a bit nicer but unless this feature can be fixed then programmer calculator mode users were better off with KDE5s kcalc. I have switched my panel calc icon to gome-calculator for now which has some of the changes without this regression. (In reply to Kevin Chadwick from comment #5) > I assume the changes were an attempt to match gnome-calculators features and > for the most part it does and looks a bit nicer but unless this feature can > be fixed then programmer calculator mode users were better off with KDE5s > kcalc. I have switched my panel calc icon to gome-calculator for now which > has some of the changes without this regression. SO that was a premature comment. They appear to behave the same. In some ways it's better and Kcalc is better than gnome-calcuator in that you can switch from Hex to Decimal using the copy feature but it takes like four actions (copy, switch, delete, paste) instead of one with the old kcalc. A switch working format drop down might be nice if it isn't more confusing? Maybe the Hex|Dec|Oct|Bin label in the display area can be a drop down? |