calculator/src/Calculator
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
..
Assets Remove unneeded assets (#1038) 2020-02-14 14:56:54 -08:00
Common Check for ctrl when navigating to handle AltGr (#1054) 2020-03-10 12:45:36 -07:00
Controls Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
Converters No need to make an enum variable if it is either one of two possibilities. (#1036) 2020-02-14 12:52:58 -08:00
DesignData Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
Resources Support regular textbox context menu functions in the EquationTextBox (#1065) 2020-03-11 18:38:12 -07:00
TemplateSelectors Key graph features (#704) 2019-11-12 13:46:11 -08:00
Utils Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
Views Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
AboutFlyout.xaml Merge master into feature/GraphingCalculator branch (#660) 2019-09-05 15:01:12 -07:00
AboutFlyout.xaml.cpp Update build year in Aboutflyout (#895) 2020-01-03 02:21:31 -08:00
AboutFlyout.xaml.h Merge master into feature/GraphingCalculator branch (#660) 2019-09-05 15:01:12 -07:00
App.xaml Adjustments to ghost textbox (#924) 2020-01-10 16:41:23 -08:00
App.xaml.cpp Take windows setting into account to Disable/Enable animations (#748) 2020-01-06 14:36:45 -08:00
App.xaml.h Take windows setting into account to Disable/Enable animations (#748) 2020-01-06 14:36:45 -08:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
Calculator.vcxproj.filters Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
EquationStylePanelControl.xaml Update color picker (#668) 2019-09-25 10:48:56 -07:00
EquationStylePanelControl.xaml.cpp Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
EquationStylePanelControl.xaml.h Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
Package.appxmanifest Change GraphingCalculator package identity back to WindowsCalculator.Dev (#843) 2019-12-03 13:59:10 -08:00
packages.config merge with master 2019-12-02 19:36:54 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00
TemporaryKey.pfx Add TemporaryKey.pfx (#354) 2019-03-21 17:03:42 -07:00
WindowFrameService.cpp CalcViewModel code cleaning (#754) 2020-01-07 13:59:51 -08:00
WindowFrameService.h Merge master into feature/GraphingCalculator branch (#660) 2019-09-05 15:01:12 -07:00