- Fixes#843
- Remove ConnectionWidgetBase class
- Migrate most functionality into SetupStepComPortManual
- Derive SetupConnectionWidgetBase from WizardPanel instead of CWB
- Fixes#720 - Changing preset names has no effect
- Fixes#767 - Presets editor contains user overrides
- Fixes#768 - Oem presets should be copied...
- Migrate from int to string based printer IDs
- Add json document migration capabilities
Took out some EventHandler new s that were from old code
Now Provider code
Create Folder in library and working some in provider.
New tests in MatterSlice
- Add filtering on Linux builds; ignore ttyS*\d+ devices
- Move control creation and filtering logic to base class to share across Add/Edit forms
- Reduce calls to .GetPortNames()