Przemyslaw Brudny
bc3e825b77
[EGD-7910] Text directory cleanup
...
Text directory cleanup. Removed old unused assets
directories.
2021-11-05 00:36:34 +01:00
Paweł Joński
8e0f008a63
[BH-379] Librarize application-calculator
...
Librarize application-calculator
2021-06-28 18:58:58 +02:00
Artur Śleszyński
ef12b04748
[EGD-5849] Make calculator compute previous operations
...
Modify calculator behavior according to PO input:
* Compute existing equation before entering next operation
* Limit digit input to 7 digits
* Start each number input from empty input
2021-04-23 13:02:56 +02:00
Artur Śleszyński
58b11ee8dd
[EGD-6563] Don't allow to edit exponent output in calculator
...
Clear the calculator input field before typing if it contains exponent
output from previous calculations.
2021-04-21 14:34:23 +02:00
Adam Dobrowolski
940989833f
[EGD-6527] Internationalization API unification
...
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +02:00
Artur Śleszyński
7ce0e8901e
[EGD-6561] Limit calculator decimals to 6 digits
...
Limit to 6 since our `utils::to_string(double)' function also
limits to 6 decimals.
2021-04-20 13:44:21 +02:00
Artur Śleszyński
a702bbd17c
[EGD-6561] Make calculator input testable
...
I got sick of manually testing calculator like a troglodyte.
2021-04-20 13:17:54 +02:00