calculator/src/Calculator/Views
Oleg Abrazhaev 2826d37056 Fix the project code style, as it is not consistent. (#236)
Fixes #202
This PR fixes code style for the project files.

The Problem
Different files in the project use different code style. That is not consistent and leads to harder maintenance of the project.

Description of the changes:
Have investigated and determined the most used code style across the given codebase
Have configured IDE and applied code style to all project files.
Have crafted clang-formatter config.
see https://clang.llvm.org/docs/ClangFormat.html
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Some cases were fixed manually
How changes were validated:
manual/ad-hoc testing, automated testing

All tests pass as before because these are only code style changes.
Additional
Please review, and let me know if I have any mistake in the code style. In case of any mistake, I will change the configuration and re-apply it to the project.
2019-05-02 11:59:19 -07:00
..
StateTriggers Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Calculator.xaml Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Calculator.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Calculator.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerBitFlipPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorProgrammerBitFlipPanel.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerBitFlipPanel.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerDisplayPanel.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorProgrammerDisplayPanel.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerDisplayPanel.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerOperators.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorProgrammerOperators.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerOperators.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerRadixOperators.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorProgrammerRadixOperators.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerRadixOperators.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorScientificAngleButtons.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorScientificAngleButtons.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorScientificAngleButtons.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorScientificOperators.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorScientificOperators.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorScientificOperators.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorStandardOperators.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorStandardOperators.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorStandardOperators.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DateCalculator.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
DateCalculator.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DateCalculator.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DelighterUnitStyles.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
HistoryList.xaml Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
HistoryList.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
HistoryList.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
MainPage.xaml Clicking on the same element in the hamburger view should re-open that view, like the menu items do (#447) 2019-04-19 18:59:10 -07:00
MainPage.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
MainPage.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Memory.xaml Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Memory.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Memory.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
MemoryListItem.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
MemoryListItem.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
MemoryListItem.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
NumberPad.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
NumberPad.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
NumberPad.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
OperatorsPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
OperatorsPanel.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
OperatorsPanel.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
SupplementaryResults.xaml Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00
SupplementaryResults.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
SupplementaryResults.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
TitleBar.xaml Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
TitleBar.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
TitleBar.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverter.xaml Collapse CurrencySecondaryStatus when no text is present in the text block (#467) 2019-04-22 17:30:59 -07:00
UnitConverter.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverter.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00