D26676: [applets/calculator] Use Qt's in-built number formatting

2020-01-14 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R114:a51086867c0f: [applets/calculator] Use Qt's in-built number formatting (authored by davidedmundson). REPOSITORY R114 Plasma Addons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26676?vs=7

D26676: [applets/calculator] Use Qt's in-built number formatting

2020-01-14 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Can confirm that it fixes the bug, and the code change looks sane to me. REPOSITORY R114 Plasma Addons BRANCH master REVISION DETAIL https://phabricator.kde.org/D26676 To: davided

D26676: [applets/calculator] Use Qt's in-built number formatting

2020-01-14 Thread Nathaniel Graham
ngraham added a reviewer: VDG. ngraham added a comment. > Potentially this inadvertedly introduces a behaviour change > of including group separators depending on locale. > Is this a a good feature? I can't speak for everyone, but personally I like seeing the localized separators as

D26676: [applets/calculator] Use Qt's in-built number formatting

2020-01-14 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. davidedmundson requested review of this revision. REVISION SUMMARY Gets rid of a load of code. Correctly handles floating point issues. Res