calculator/src/CalcViewModel
Stephanie Anderl 18a1f82035
Graphing Calculator Diagnostics Instrumentation (#1041)
* Add telemetry for keyboard button usage in graphing mode

* Added the diagnostics for EquationAdded and FunctionAnalysis

* Added remaining diagnostics events for graphing calculator

* Fix proj files to include the IsStoreBuild condition. Move the Delayer class to the Calculator/Utils folder

* Ensure the variable textbox has focus before logging diagnostics

* Move maxVariableCount check into the tracelogger class

* Created enums and updated the slider value changed method to remove the variable from the map after the log method is called

* Re-enable hidden lines when the expression is updated

* Fixed extra line in grapher.h and removed the conditional logging for variable count

* Updated logging per PR feedback

* Updated variable logging and fixed issues in the IsEquationLineDisabled binding the EditTextBox control.

* Update per PR feedback

* Added TraceLogging project to contain shared logging logic.

* Updated TraceLogging project and updated tracelogger classes to use the TraceLogging project methods

* Updated VariableLogging to log variable name. And updated per PR comments

* Updated Variables logging to log count changed instead of variable added and fixed issue with variableSliders not being initialized

* Remove outdated tracelogging call caused by rebase

* Updated Delayer class to DispatcherTimerDelayer and fixed some small formatting issues

* Fixed missing Dalyer class name updates

* Removed extra line in traceloger.h
2020-03-12 14:05:47 -07:00
..
Common Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
DataLoaders merge with master 2019-12-02 19:36:54 -08:00
GraphingCalculator Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
ApplicationViewModel.cpp Add preview tag to Graphing feature (#907) 2020-01-08 10:34:05 -08:00
ApplicationViewModel.h Add preview tag to Graphing feature (#907) 2020-01-08 10:34:05 -08:00
CalcViewModel.vcxproj Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
CalcViewModel.vcxproj.filters Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
DateCalculatorViewModel.cpp merge with master 2019-12-02 19:36:54 -08:00
DateCalculatorViewModel.h merge with master 2019-12-02 19:36:54 -08:00
GraphingCalculatorEnums.h Key graph features (#704) 2019-11-12 13:46:11 -08:00
HistoryItemViewModel.cpp Using wstring instead of wstringstream where appropriate (#881) 2019-12-19 01:50:31 -08:00
HistoryItemViewModel.h merge with master 2019-12-02 19:36:54 -08:00
HistoryViewModel.cpp CalcViewModel code cleaning (#754) 2020-01-07 13:59:51 -08:00
HistoryViewModel.h CalcViewModel code cleaning (#754) 2020-01-07 13:59:51 -08:00
MemoryItemViewModel.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
MemoryItemViewModel.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.cpp Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.h Hide or Disable graphing calculator menu item when necessary (#848) 2019-12-06 15:03:07 -08:00
StandardCalculatorViewModel.cpp CalcViewModel code cleaning (#754) 2020-01-07 13:59:51 -08:00
StandardCalculatorViewModel.h CalcViewModel code cleaning (#754) 2020-01-07 13:59:51 -08:00
targetver.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
UnitConverterViewModel.cpp Make unit converters stil working when users opened 'Currency' in offline mode (#1022) 2020-02-25 16:34:18 -08:00
UnitConverterViewModel.h Make unit converters stil working when users opened 'Currency' in offline mode (#1022) 2020-02-25 16:34:18 -08:00
ViewState.cpp Modify how Calculator manages the visibility of the History button (#712) 2019-11-05 15:04:28 -08:00
ViewState.h Modify how Calculator manages the visibility of the History button (#712) 2019-11-05 15:04:28 -08:00