calculator/src/CalcViewModel
Rudy Huyn cc8491a3d7 Currency rate: always display minimum 4 significant decimals or 2 trailing zeros if the number is integer (#256)
* Currency rate: Compute how many decimals we need to display two meaningful digits at minimum

* formatting

* nit

* Increase the number of meaningfull digits (2->4)

* Revert "Increase the number of meaningfull digits (2->4)"

This reverts commit 9ad93e0d591a386e3e229e09b39a58158d544069.

* Rename constants

* modify FORMATTER_RATE_* values

* format CurrencyConverterUnitTests.cpp
2019-08-01 15:07:27 -07:00
..
Common Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
DataLoaders Currency rate: always display minimum 4 significant decimals or 2 trailing zeros if the number is integer (#256) 2019-08-01 15:07:27 -07:00
ApplicationViewModel.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
ApplicationViewModel.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalcViewModel.vcxproj Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
CalcViewModel.vcxproj.filters Migrate currency converter endpoints (#524) 2019-05-31 12:55:06 -07:00
DateCalculatorViewModel.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DateCalculatorViewModel.h Modify ClipTime to adjust to local time before clipping (#558) 2019-06-26 16:17:47 -07:00
HistoryItemViewModel.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
HistoryItemViewModel.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
HistoryViewModel.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
HistoryViewModel.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
MemoryItemViewModel.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
MemoryItemViewModel.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
packages.config Hello GitHub 2019-01-28 16:24:37 -08:00
pch.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
pch.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
StandardCalculatorViewModel.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
StandardCalculatorViewModel.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
targetver.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverterViewModel.cpp Restore user preferences (#456) 2019-07-29 09:39:19 -07:00
UnitConverterViewModel.h Restore user preferences (#456) 2019-07-29 09:39:19 -07:00
ViewState.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ViewState.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00