https://bugs.kde.org/show_bug.cgi?id=431362
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |292d9d19250a81757128666c6b3 | |784c41b3e1697 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |5.21 --- Comment #5 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 292d9d19250a81757128666c6b3784c41b3e1697 by Alexander Lohnau. Committed on 13/01/2021 at 19:22. Pushed by alex into branch 'master'. calculator runner: Fix handling of hexadecimal input/output - In case our query starts with 0x123abc we do not call the `userFriendlyMultiplication` method which replaces the x sign with the multiplication operator. We can be sure that the user wants to parse a hex value. Also the `=` is not mandatory anymore. - The hex=mydecimalnumber functionality was broken. The conversion of the hex value is only done inside of the if statement and before the values will be the same, unless we do some math operation. Test Plan: `=0xf` returns 15 `0xf` return 15 `7x7` returns 49 `hex=15` returns 0xF `hex=14+1` returns 0xF FIXED-IN: 5.21 M +7 -4 runners/calculator/calculatorrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/292d9d19250a81757128666c6b3784c41b3e1697 -- You are receiving this mail because: You are watching all bug changes.