calculator/src/Calculator/Views
Howard Wolosky c994e49279
Prevent Dev title from showing up on Store builds (#627)
Commit 0722781fc updated the app to use `DevAppName` for the
app's window title when it was a non-official build, based on
the state of `IsStoreBuild`.

Unfortunately, `IsStoreBuild` is a _project_ level variable defined in
[build-app-internal.yaml](0722781fc6/build/pipelines/templates/build-app-internal.yaml (L36)),
but not a _compile-time_ defined value.

To solve this, we are now defining `IS_STORE_BUILD` in
`Calculator.vcxproj` when `IsStoreBuild='True'`, the same way that
we set `SEND_DIAGNOSTICS` for official builds, and we'll change the
window title based on that new `#define`.

Using this new `#define` can lead us down a slippery slope.  We need to
limit the amount of divergent code that we have between dev/official
builds.  This should be hopefully one of very few instances where
this value is ever used.
2019-08-06 16:32:13 -07:00
..
StateTriggers Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Calculator.xaml Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
Calculator.xaml.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
Calculator.xaml.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalculatorProgrammerBitFlipPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorProgrammerBitFlipPanel.xaml.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
CalculatorProgrammerBitFlipPanel.xaml.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalculatorProgrammerDisplayPanel.xaml Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
CalculatorProgrammerDisplayPanel.xaml.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -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 Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -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 Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalculatorProgrammerRadixOperators.xaml.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -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 Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -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 Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalculatorScientificOperators.xaml.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -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 Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalculatorStandardOperators.xaml.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
CalculatorStandardOperators.xaml.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
DateCalculator.xaml Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DateCalculator.xaml.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DateCalculator.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DelighterUnitStyles.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
HistoryList.xaml Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
HistoryList.xaml.cpp Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -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 Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
MainPage.xaml.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
MainPage.xaml.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
Memory.xaml Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
Memory.xaml.cpp Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
Memory.xaml.h Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -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 Secondary formatting changes (#489) 2019-05-02 16:48:33 -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 Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
TitleBar.xaml Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
TitleBar.xaml.cpp Prevent Dev title from showing up on Store builds (#627) 2019-08-06 16:32:13 -07:00
TitleBar.xaml.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
UnitConverter.xaml Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
UnitConverter.xaml.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
UnitConverter.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00