Bug 497112

Summary: Switching number system does not convert number
Product: [Applications] kcalc Reporter: Heinrich Schuchardt <xypron.glpk>
Component: generalAssignee: Gabriel Barrantes <gabriel.barrantes.dev>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gabriel.barrantes.dev, xypron.glpk
Priority: NOR    
Version First Reported In: 24.11.90   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Heinrich Schuchardt 2024-12-06 02:34:08 UTC
SUMMARY

In numerical systems mode switching the number base (binary, octal, decimal, hexadecimal) used to convert the number in the display from the previous mode to the current mode. With the current release this does not work anymore.

STEPS TO REPRODUCE
1. Select 'Numerical systems mode'
2. Select 'Decimal'
3. Enter '16'
4. Select 'Hexadecimal'

OBSERVED RESULT

The number in the display is not converted.

EXPECTED RESULT

The number in the display is converted according the selected base. In the example above decimal 16 would be converted to hexadecimal 0x10.

SOFTWARE/OS VERSIONS: Ubuntu 25.04 Plucky, kernel 6.11.0-9-generic
Linux/KDE Plasma: 
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION

n/a
Comment 1 Gabriel Barrantes 2024-12-06 18:00:11 UTC

*** This bug has been marked as a duplicate of bug 492100 ***